Difference between revisions of "Template:NCKU Tainan/css/safety"

 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
   .sfp{
 
   .sfp{
         width: 300px !important;
+
         width: 700px !important;
 
         length: auto !important;
 
         length: auto !important;
 
         margin-left: 100px !important;
 
         margin-left: 100px !important;
Line 143: Line 143:
 
     font-size: 2rem;
 
     font-size: 2rem;
 
   }
 
   }
 
+
  #Biosafety, #Safety_Design, #Biosafety_Test {
 +
    padding-top: 80px;
 +
  }
 +
  #Pasr_and_Pgada, #pH_sensor_test, #CA, #RbcL, #RbcXS, #PRK, #Whole_Construction, #Total_Solution {
 +
    padding-top: 80px;
 +
  }
 
   img.contentimg {
 
   img.contentimg {
 
       width: 100%;
 
       width: 100%;

Latest revision as of 05:59, 6 October 2018

  .sfp{
        width: 700px !important;
        length: auto !important;
        margin-left: 100px !important;
        margin-right: 100px !important;
       }
  #HQ_page p {
    font-size: 20px;
    margin: 0;
    background-color: #010E00;
    color: white;
  }
  body {
    background-color: #272625;
  }
  /*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;
   }
 .head2 {
   color: white;
   width: 30%;
   font-size: 50px;
   font-weight: 700;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }
 .head4 {
   color: white;
   width: 40%;
   font-size: 50px;
   font-weight: 700;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }
 /* paragraph content*/
 #pt{
   padding-top: 10px;
 }
 h10 {
   color: white;
   font-size: 1.4rem;
   line-height: 150%;
 }
 h8 {
   color: white;
   font-size: 1.8rem;
   line-height: 150%;
 }
 h3 {
   color: white;
   font-size: 35px;
   line-height: 50px;
 }
 .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;
 }
 .head {
   color: white;
   width: 50%;
   font-size: 50px;
   font-weight: 700 !important;
   border-bottom: 10px solid #7ae26f !important;
   position: relative;
 }
 .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;
 }
 #Biosafety, #Safety_Design, #Biosafety_Test {
   padding-top: 80px;
 }
 #Pasr_and_Pgada, #pH_sensor_test, #CA, #RbcL, #RbcXS, #PRK, #Whole_Construction, #Total_Solution {
   padding-top: 80px;
 }
 img.contentimg {
     width: 100%;
     margin: 20px 0;
 }
 a.link {
     font-size: 30px;
     color: #4F7F52;
 }
 a.reference {
   color: #4F7F52;
 }