Difference between revisions of "Template:NCKU Tainan/css/protocol style"

(Created page with " .contentimg { width: 100%; } .head2 { color: white; width: 26%; font-size: 50px; /* font-...")
 
Line 1: Line 1:
        .contentimg {
+
.contentimg {
            width: 100%;
+
    width: 100%;
        }
+
}
  
  
        .head2 {
+
.head2 {
            color: white;
+
    color: white;
            width: 26%;
+
    width: 26%;
            font-size: 50px;
+
    font-size: 50px;
            /* font-weight: 700; */
+
    /* font-weight: 700; */
            border-bottom: 10px solid #7ae26f !important;
+
    border-bottom: 10px solid #7ae26f !important;
            position: relative;
+
    position: relative;
        }
+
}
  
        /* paragraph content*/
+
/* paragraph content*/
        h10 {
+
h10 {
            color: white;
+
    color: white;
            font-size: 1.4rem;
+
    font-size: 1.4rem;
            line-height: 150%;
+
    line-height: 150%;
        }
+
}
  
        body {
+
body {
            background-color: #272625;
+
    background-color: #272625;
        }
+
}
  
  
        p {
+
p {
            color: white;
+
    color: white;
            font-size: 20px;
+
    font-size: 20px;
        }
+
}
  
        h3 {
+
h3 {
            color: white;
+
    color: white;
            font-size: 35px;
+
    font-size: 35px;
        }
+
}
  
        .navbar {
+
.navbar {
            padding-top: 10px;
+
    padding-top: 10px;
            margin-bottom: 0;
+
    margin-bottom: 0;
        }
+
}
  
        .navbar-brand {
+
.navbar-brand {
            font-size: 30px;
+
    font-size: 30px;
        }
+
}
  
        .nav-link {
+
.nav-link {
            font-size: 20px;
+
    font-size: 20px;
        }
+
}
  
        a.dropdown-item {
+
a.dropdown-item {
            color: #4F7F52;
+
    color: #4F7F52;
        }
+
}
  
        a.dropdown-item:active {
+
a.dropdown-item:active {
            background-color: #4F7F52;
+
    background-color: #4F7F52;
        }
+
}
  
        .caret {
+
.caret {
            display: inline-block;
+
    display: inline-block;
            width: 0;
+
    width: 0;
            height: 0;
+
    height: 0;
            margin-left: 2px;
+
    margin-left: 2px;
            vertical-align: middle;
+
    vertical-align: middle;
            border-top: 4px solid;
+
    border-top: 4px solid;
            border-right: 4px solid transparent;
+
    border-right: 4px solid transparent;
            border-left: 4px solid transparent;
+
    border-left: 4px solid transparent;
        }
+
}
  
        /*滑到navbar就展開*/
+
/*滑到navbar就展開*/
        .dropdown-menu li:hover .sub-menu {
+
.dropdown-menu li:hover .sub-menu {
            visibility: visible;
+
    visibility: visible;
        }
+
}
  
        .dropdown:hover .dropdown-menu {
+
.dropdown:hover .dropdown-menu {
            display: block;
+
    display: block;
        }
+
}
  
        .head {
+
.head {
            color: white;
+
    color: white;
            width: 50%;
+
    width: 50%;
            font-size: 50px;
+
    font-size: 50px;
            font-weight: 700;
+
    font-weight: 700;
            border-bottom: 10px solid #7ae26f;
+
    border-bottom: 10px solid #7ae26f;
            position: relative;
+
    position: relative;
            margin-top: 100px;
+
    margin-top: 100px;
        }
+
}
  
        .container.content {
+
.container.content {
            margin-top: 80px;
+
    margin-top: 80px;
        }
+
}
  
        @media (min-width: 992px) {
+
@media (min-width: 992px) {
            .navbar {
+
    .navbar {
                padding-left: 80px;
+
        padding-left: 80px;
                padding-right: 80px;
+
        padding-right: 80px;
            }
+
    }
        }
+
}
  
        @media (max-width: 768px) {
+
@media (max-width: 768px) {
            .navbar-right form {
+
    .navbar-right form {
                display: none;
+
        display: none;
            }
+
    }
        }
+
}
  
        @media (max-width: 568px) {
+
@media (max-width: 568px) {
            footer {
+
    footer {
                text-align: center;
+
        text-align: center;
            }
+
    }
  
            .list-group {
+
    .list-group {
                display: none;
+
        display: none;
            }
+
    }
        }
+
}
  
        /*folded-corner*/
+
/*folded-corner*/
        .post {
+
.post {
            position: relative;
+
    position: relative;
        }
+
}
  
        .folded-corner {
+
.folded-corner {
            position: absolute;
+
    position: absolute;
            bottom: 0px;
+
    bottom: 0px;
            right: 0px;
+
    right: 0px;
            border-width: 0;
+
    border-width: 0;
            border-style: solid;
+
    border-style: solid;
            background: hsla(260, 100%, 100%, 0.2);
+
    background: hsla(260, 100%, 100%, 0.2);
            box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.3), -1px -4px 0px rgba(0, 0, 0, 0.1);
+
    box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.3), -1px -4px 0px rgba(0, 0, 0, 0.1);
            border-radius: 15px 0 0 0;
+
    border-radius: 15px 0 0 0;
            border-color: transparent #B9DEBB transparent transparent;
+
    border-color: transparent #B9DEBB transparent transparent;
            transition: border-width 0.2s ease-out;
+
    transition: border-width 0.2s ease-out;
        }
+
}
  
        .post:hover .folded-corner {
+
.post:hover .folded-corner {
            border-width: 40px 40px 0 0;
+
    border-width: 40px 40px 0 0;
        }
+
}
  
        .photo .folded-corner {
+
.photo .folded-corner {
            background: hsla(260, 5%, 75%, 0.5);
+
    background: hsla(260, 5%, 75%, 0.5);
        }
+
}
  
        [class*="col-"] {
+
[class*="col-"] {
            float: left;
+
    float: left;
            padding: 13px;
+
    padding: 13px;
        }
+
}
  
        a.list-group-item:visited {
+
a.list-group-item:visited {
            color: white;
+
    color: white;
        }
+
}
  
        a:hover {
+
a:hover {
            background-color: transparent;
+
    background-color: transparent;
        }
+
}
  
        .list-group {
+
.list-group {
            margin-top: 100px;
+
    margin-top: 100px;
        }
+
}
  
        .col-2.side {
+
.col-2.side {
            padding: 0;
+
    padding: 0;
        }
+
}
  
        .list-group-item {
+
.list-group-item {
            padding: .55rem .35rem;
+
    padding: .55rem .35rem;
            background-color: #272625;
+
    background-color: #272625;
            color: white;
+
    color: white;
            border: none;
+
    border: none;
            font-size: 19px;
+
    font-size: 19px;
        }
+
}
  
        a.list-group-item.list-group-item-action {
+
a.list-group-item.list-group-item-action {
            background-color: transparent;
+
    background-color: transparent;
        }
+
}
  
        a.list-group-item.list-group-item-action:hover {
+
a.list-group-item.list-group-item-action:hover {
            color: #98CC9B;
+
    color: #98CC9B;
        }
+
}
  
        a.list-group-item.list-group-item-action.active {
+
a.list-group-item.list-group-item-action.active {
            background-color: transparent;
+
    background-color: transparent;
            color: #7ae26f;
+
    color: #7ae26f;
        }
+
}
  
        .scrollspy-example h4 {
+
.scrollspy-example h4 {
            font-size: 2rem;
+
    font-size: 2rem;
        }
+
}
  
  
  
        img.contentimg {
+
img.contentimg {
            width: 100%;
+
    width: 100%;
            margin: 20px 0;
+
    margin: 20px 0;
        }
+
}
  
        a.link {
+
a.link {
            font-size: 30px;
+
    font-size: 30px;
            color: #4F7F52;
+
    color: #4F7F52;
        }
+
}
  
        #list-item-1 {
+
.btn {
            padding-top: 0px;
+
    background-color: #98CC9B;
        }
+
    color: #272625;
 +
    border: none;
 +
    font-size: 1.5rem;
 +
}
  
        #list-item-2 {
+
.btn:hover {
            padding-top: 0px;
+
    color: white;
        }
+
    background-color: transparent;
 +
    border-color: transparent;
 +
    border-bottom: 3px;
 +
    border-bottom-color: #98CC9B;
 +
    border-bottom-style: solid;
 +
    border-radius: 0rem;
 +
}
  
        #list-item-3 {
+
.btn.focus,
            padding-top: 0px;
+
.btn:focus {
        }
+
    box-shadow: none;
 +
}
  
        #list-item-4 {
+
td {
            padding-top: 0px;
+
    text-align: center;
        }
+
    color: black !important;
 +
    border: 2px solid black !important;
 +
    background-color: white !important;
 +
}
  
        #list-item-5 {
+
table {
            padding-top: 0px;
+
    border: 3px solid white;
        }
+
    text-align: center;
 +
    width: 100%;
 +
}
  
        a.reference {
+
th {
            color: #4F7F52;
+
    background-color: #262624 !important;
        }
+
    color: white !important;
 +
    border: 2px solid white !important;
 +
    font-size: 20px;
 +
    padding: 10px 10px !important;
 +
}
  
        .btn {
+
.bbg td {
            background-color: #98CC9B;
+
    background-color: #262624 !important;
            color: #272625;
+
    color: white !important;
            border: none;
+
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
            font-size: 1.5rem;
+
    padding: 5px 0 !important;
        }
+
}
  
        .btn:hover {
+
table.bbg {
            color: white;
+
    border: 3px solid rgba(255, 255, 255, 0.5);
            background-color: transparent;
+
}
            border-color: transparent;
+
            border-bottom: 3px;
+
            border-bottom-color: #98CC9B;
+
            border-bottom-style: solid;
+
            border-radius: 0rem;
+
        }
+
  
        .btn.focus,
+
.card {
        .btn:focus {
+
    background-color: transparent;
            box-shadow: none;
+
    border: 0;
        }
+
}
  
        td {
+
.card-body {
            text-align: center;
+
    padding: 1rem 0;
            color: black !important;
+
    border: none !important;
            border: 2px solid black !important;
+
}
            background-color: white !important;
+
        }
+
  
        table {
+
/*header*/
            border: 3px solid white;
+
.carousel-item {
            text-align: center;
+
height: 100vh;
            width: 100%;
+
min-height: 300px;
        }
+
background: no-repeat center center scroll;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
 +
}
 +
body {
 +
background-color: #272625;
 +
}
  
        th {
+
h3 {
            background-color: #262624 !important;
+
color: white;
            color: white !important;
+
font-size: 35px;
            border: 2px solid white !important;
+
}
            font-size: 20px;
+
            padding: 10px 10px !important;
+
        }
+
  
        .bbg td {
+
p {
            background-color: #262624 !important;
+
color: white;
            color: white !important;
+
font-size: 20px;
            border: 2px solid rgba(255, 255, 255, 0.5) !important;
+
}
            padding: 5px 0 !important;
+
        }
+
  
        table.bbg {
+
h6 {
            border: 3px solid rgba(255, 255, 255, 0.5);
+
color: #bebebe;
        }
+
font-weight:bold;
 +
position: absolute;
 +
left: 32px;
 +
bottom: 10px;
 +
font-size: 2.2rem;
 +
}
  
        .card {
+
/* paragraph content*/
            background-color: transparent;
+
h10 {
            border: 0;
+
color: white;
        }
+
font-size: 1.4rem;
 +
line-height: 150%;
 +
}
 +
a.dropdown-item {
 +
color: #4F7F52;
 +
}
 +
a.dropdown-item:active {
 +
background-color: #4F7F52;
 +
}
 +
.caret {
 +
display: inline-block;
 +
width: 0;
 +
height: 0;
 +
margin-left: 2px;
 +
vertical-align: middle;
 +
border-top: 4px solid;
 +
border-right: 4px solid transparent;
 +
border-left: 4px solid transparent;
 +
}
  
        .card-body {
+
.head {
            padding: 1rem 0;
+
color: white;
            border: none !important;
+
width: 60%;
        }
+
font-size: 50px;
 +
font-weight: 700;
 +
border-bottom: 10px solid #7ae26f !important;
 +
position: relative;
 +
margin-top: 100px;
 +
}
 +
.container.content {
 +
margin-top: 80px;
  
  /*header*/
+
}
  .carousel-item {
+
    height: 100vh;
+
    min-height: 300px;
+
    background: no-repeat center center scroll;
+
    -webkit-background-size: cover;
+
    -moz-background-size: cover;
+
    -o-background-size: cover;
+
    background-size: cover;
+
  }
+
  body {
+
    background-color: #272625;
+
  }
+
  
  h3 {
+
[class*="col-"] {
    color: white;
+
float: left;
    font-size: 35px;
+
padding: 13px;
  }
+
}
 
+
a.list-group-item:visited {
  p {
+
color: white;
    color: white;
+
}
    font-size: 20px;
+
a:hover {
  }
+
background-color: transparent;
 
+
}
  /* Button */
+
.list-group {
  .animate{
+
margin-top: 100px;
transition: all 0.1s;
+
}
-webkit-transition: all 0.1s;
+
.col-2.side {
  }
+
padding: 0;
 
+
}
  .action-button{
+
.list-group-item {
    position: relative;
+
padding: .55rem .35rem;
    padding: 10px 40px;
+
background-color: #272625;
    margin: 0px 10px 10px 600px;
+
color: white;
    margin-right: 20px;
+
border: none;
    margin-bottom: 20px;
+
font-size: 19px;
    border-radius: 10px;
+
}
    font-family: 'Noto Sans',"微軟雅黑","Microsoft YaHei",Helvetica,sans-serif;
+
a.list-group-item.list-group-item-action {
    font-size: 25px;
+
background-color: transparent;
    color: #FFF;
+
}
    text-decoration: none;
+
a.list-group-item.list-group-item-action:hover {
    text-align: center;
+
color: #98CC9B;
  }
+
}
 
+
a.list-group-item.list-group-item-action.active {
  .blue:hover{
+
background-color: transparent;
  background-color: #46a3ff;
+
color: #7ae26f;
  }
+
}
 
+
.scrollspy-example h4{
  .blue{
+
font-size: 2rem;
background-color: #3498DB;
+
}
border-bottom: 5px solid #2980B9;
+
a.link {
        border-radius: 2px !important;
+
font-size: 30px;
        border: none !important;
+
color: #4F7F52;
  }
+
}
+
#list-item-1 {
  /* The card */
+
padding-top: 0px;
  .card {
+
}
    position: relative;
+
#list-item-2 {
    height: 400px;
+
padding-top: 0px;
    width: 900px;
+
}
    margin: 200px auto;
+
#list-item-3 {
    background-color: #FFF;
+
padding-top: 0px;
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
+
}
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
+
#list-item-4 {
    box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
+
padding-top: 0px;
  }
+
}
 
+
#list-item-5 {
  /* Image on the left side */
+
padding-top: 0px;
  .thumbnail {
+
}
    float: left;
+
a.reference {
    position: relative;
+
color: #4F7F52;
    left: 30px;
+
}
    top: -100px;
+
.modal-backdrop {
    height: 400px;
+
z-index: 0 !important;
    width: 400px;
+
}
  }
+
 
+
  /*object-fit: cover; */
+
  /*object-position: center; */
+
  img.left {
+
    position: absolute;
+
    left: 50%;
+
    top: 50%;
+
    border-radius: 3px;
+
    height: 300px;
+
    width: 400px;
+
    -webkit-transform: translate(-50%, -50%);
+
    -ms-transform: translate(-50%, -50%);
+
    transform: translate(-50%, -50%);
+
  }
+
 
+
  /* Right side of the card */
+
  .right {
+
    margin-left: 450px;
+
    margin-right: 20px;
+
    margin-top: 20px;
+
    position: absolute;
+
  }
+
 
+
  #cardtext {
+
    text-align: justify;
+
    font-size: 1.3rem;
+
    line-height: 150%;
+
    color: #4B4B4B;
+
  }
+
 
+
 
+
 
+
  /* DATE of release */
+
  h9 {
+
    color: #bebebe;
+
    font-weight:bold;
+
    position: absolute;
+
    left: 50px;
+
    bottom: 90px;
+
    font-size: 4.0rem;
+
  }
+
 
+
  h6 {
+
    color: #bebebe;
+
    font-weight:bold;
+
    position: absolute;
+
    left: 32px;
+
    bottom: 10px;
+
    font-size: 2.2rem;
+
  }
+
 
+
  /* paragraph content*/
+
  h10 {
+
    color: white;
+
    font-size: 1.4rem;
+
    line-height: 150%;
+
  }
+
  a.dropdown-item {
+
    color: #4F7F52;
+
  }
+
  a.dropdown-item:active {
+
    background-color: #4F7F52;
+
  }
+
  .caret {
+
    display: inline-block;
+
    width: 0;
+
    height: 0;
+
    margin-left: 2px;
+
    vertical-align: middle;
+
    border-top: 4px solid;
+
    border-right: 4px solid transparent;
+
    border-left: 4px solid transparent;
+
  }
+
 
+
  .head {
+
    color: white;
+
    width: 60%;
+
    font-size: 50px;
+
    font-weight: 700;
+
    border-bottom: 10px solid #7ae26f !important;
+
    position: relative;
+
    margin-top: 100px;
+
  }
+
  .container.content {
+
    margin-top: 80px;
+
 
+
  }
+
 
+
  [class*="col-"] {
+
    float: left;
+
    padding: 13px;
+
  }
+
  a.list-group-item:visited {
+
    color: white;
+
  }
+
  a:hover {
+
    background-color: transparent;
+
  }
+
  .list-group {
+
    margin-top: 100px;
+
  }
+
  .col-2.side {
+
    padding: 0;
+
  }
+
  .list-group-item {
+
    padding: .55rem .35rem;
+
    background-color: #272625;
+
    color: white;
+
    border: none;
+
    font-size: 19px;
+
  }
+
  a.list-group-item.list-group-item-action {
+
    background-color: transparent;
+
  }
+
  a.list-group-item.list-group-item-action:hover {
+
    color: #98CC9B;
+
  }
+
  a.list-group-item.list-group-item-action.active {
+
    background-color: transparent;
+
    color: #7ae26f;
+
  }
+
  .scrollspy-example h4{
+
    font-size: 2rem;
+
  }
+
  a.link {
+
      font-size: 30px;
+
      color: #4F7F52;
+
  }
+
  #list-item-1 {
+
      padding-top: 0px;
+
  }
+
  #list-item-2 {
+
      padding-top: 0px;
+
  }
+
  #list-item-3 {
+
    padding-top: 0px;
+
  }
+
  #list-item-4 {
+
    padding-top: 0px;
+
  }
+
  #list-item-5 {
+
    padding-top: 0px;
+
  }
+
  a.reference {
+
    color: #4F7F52;
+
  }
+
  .modal-backdrop {
+
    z-index: 0 !important;
+
  }
+

Revision as of 10:52, 27 September 2018

.contentimg {

   width: 100%;

}


.head2 {

   color: white;
   width: 26%;
   font-size: 50px;
   /* font-weight: 700; */
   border-bottom: 10px solid #7ae26f !important;
   position: relative;

}

/* paragraph content*/ h10 {

   color: white;
   font-size: 1.4rem;
   line-height: 150%;

}

body {

   background-color: #272625;

}


p {

   color: white;
   font-size: 20px;

}

h3 {

   color: white;
   font-size: 35px;

}

.navbar {

   padding-top: 10px;
   margin-bottom: 0;

}

.navbar-brand {

   font-size: 30px;

}

.nav-link {

   font-size: 20px;

}

a.dropdown-item {

   color: #4F7F52;

}

a.dropdown-item:active {

   background-color: #4F7F52;

}

.caret {

   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;

}

/*滑到navbar就展開*/ .dropdown-menu li:hover .sub-menu {

   visibility: visible;

}

.dropdown:hover .dropdown-menu {

   display: block;

}

.head {

   color: white;
   width: 50%;
   font-size: 50px;
   font-weight: 700;
   border-bottom: 10px solid #7ae26f;
   position: relative;
   margin-top: 100px;

}

.container.content {

   margin-top: 80px;

}

@media (min-width: 992px) {

   .navbar {
       padding-left: 80px;
       padding-right: 80px;
   }

}

@media (max-width: 768px) {

   .navbar-right form {
       display: none;
   }

}

@media (max-width: 568px) {

   footer {
       text-align: center;
   }
   .list-group {
       display: none;
   }

}

/*folded-corner*/ .post {

   position: relative;

}

.folded-corner {

   position: absolute;
   bottom: 0px;
   right: 0px;
   border-width: 0;
   border-style: solid;
   background: hsla(260, 100%, 100%, 0.2);
   box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.3), -1px -4px 0px rgba(0, 0, 0, 0.1);
   border-radius: 15px 0 0 0;
   border-color: transparent #B9DEBB transparent transparent;
   transition: border-width 0.2s ease-out;

}

.post:hover .folded-corner {

   border-width: 40px 40px 0 0;

}

.photo .folded-corner {

   background: hsla(260, 5%, 75%, 0.5);

}

[class*="col-"] {

   float: left;
   padding: 13px;

}

a.list-group-item:visited {

   color: white;

}

a:hover {

   background-color: transparent;

}

.list-group {

   margin-top: 100px;

}

.col-2.side {

   padding: 0;

}

.list-group-item {

   padding: .55rem .35rem;
   background-color: #272625;
   color: white;
   border: none;
   font-size: 19px;

}

a.list-group-item.list-group-item-action {

   background-color: transparent;

}

a.list-group-item.list-group-item-action:hover {

   color: #98CC9B;

}

a.list-group-item.list-group-item-action.active {

   background-color: transparent;
   color: #7ae26f;

}

.scrollspy-example h4 {

   font-size: 2rem;

}


img.contentimg {

   width: 100%;
   margin: 20px 0;

}

a.link {

   font-size: 30px;
   color: #4F7F52;

}

.btn {

   background-color: #98CC9B;
   color: #272625;
   border: none;
   font-size: 1.5rem;

}

.btn:hover {

   color: white;
   background-color: transparent;
   border-color: transparent;
   border-bottom: 3px;
   border-bottom-color: #98CC9B;
   border-bottom-style: solid;
   border-radius: 0rem;

}

.btn.focus, .btn:focus {

   box-shadow: none;

}

td {

   text-align: center;
   color: black !important;
   border: 2px solid black !important;
   background-color: white !important;

}

table {

   border: 3px solid white;
   text-align: center;
   width: 100%;

}

th {

   background-color: #262624 !important;
   color: white !important;
   border: 2px solid white !important;
   font-size: 20px;
   padding: 10px 10px !important;

}

.bbg td {

   background-color: #262624 !important;
   color: white !important;
   border: 2px solid rgba(255, 255, 255, 0.5) !important;
   padding: 5px 0 !important;

}

table.bbg {

   border: 3px solid rgba(255, 255, 255, 0.5);

}

.card {

   background-color: transparent;
   border: 0;

}

.card-body {

   padding: 1rem 0;
   border: none !important;

}

/*header*/ .carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { background-color: #272625; }

h3 { color: white; font-size: 35px; }

p { color: white; font-size: 20px; }

h6 { color: #bebebe; font-weight:bold; position: absolute; left: 32px; bottom: 10px; font-size: 2.2rem; }

/* paragraph content*/ h10 { color: white; font-size: 1.4rem; line-height: 150%; } a.dropdown-item { color: #4F7F52; } a.dropdown-item:active { background-color: #4F7F52; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.head { color: white; width: 60%; font-size: 50px; font-weight: 700; border-bottom: 10px solid #7ae26f !important; position: relative; margin-top: 100px; } .container.content { margin-top: 80px;

}

[class*="col-"] { float: left; padding: 13px; } a.list-group-item:visited { color: white; } a:hover { background-color: transparent; } .list-group { margin-top: 100px; } .col-2.side { padding: 0; } .list-group-item { padding: .55rem .35rem; background-color: #272625; color: white; border: none; font-size: 19px; } a.list-group-item.list-group-item-action { background-color: transparent; } a.list-group-item.list-group-item-action:hover { color: #98CC9B; } a.list-group-item.list-group-item-action.active { background-color: transparent; color: #7ae26f; } .scrollspy-example h4{ font-size: 2rem; } a.link { font-size: 30px; color: #4F7F52; }

  1. list-item-1 {

padding-top: 0px; }

  1. list-item-2 {

padding-top: 0px; }

  1. list-item-3 {

padding-top: 0px; }

  1. list-item-4 {

padding-top: 0px; }

  1. list-item-5 {

padding-top: 0px; } a.reference { color: #4F7F52; } .modal-backdrop { z-index: 0 !important; }