Team:USTC-China/assets/css/page.css

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
.title h1 {
.title h1 {
     color: #333333;
     color: #333333;
-
     font-size: 50px;
+
     font-size: 64px;
     margin-bottom: 30px!important;
     margin-bottom: 30px!important;
}
}

Revision as of 15:00, 17 October 2014

/* Main Layout */

  1. main {
   max-width: 100%;
   padding-left: 3%;
   padding-right: 5%;
   background-color: white;
   padding-top: 30px;

}

.title h1 {

   color: #333333;
   font-size: 64px;
   margin-bottom: 30px!important;

}

.active-a {

   background: rgba(0,0,0,0.025);

}

.text p {

   font-size: 20px;
   color: #333333;
   font-family: 'Noto serif', 'serif';
   text-align: justify;

}

/* Responsive */

@media (max-width: 1050px){

   #side-navbar{
       display: none;
   }
   .title h1 {
       font-size: 50px;
   }

}

  1. topcontrol {
   z-index: 100;

}

.accordion-navigation a:hover {

   text-decoration: none;

}

  1. bodyContent h3, #bodyContent h4, #bodyContent h5 {
 margin-bottom: 15px;
 margin-top: 50px;

}

.text ul, ol, dl {

 line-height: 2.3rem;
 font-size: 20px;
 font-family: sans-serif;
 margin-top: 10px;
 margin-left: 0;

}

h3 {

 font-size: 1.8rem;

}


.text {

 padding-left: 0px;
 padding-right: 80px;
 padding-bottom: 50px;
 margin-bottom: 50px;

}

.text p {

 font-size: 0.9em;
 color: #333333;
 font-family: 'Noto serif', 'serif';
 line-height: 1.65em;

}

@media (min-width: 800px){

   .title {
       padding-left: 50px;
       padding-right: 0;
       margin-bottom: 30px!important;
   }
   .text {
       padding-left: 50px;
       padding-right: 0;
       padding-bottom: 50px;
   }

}

  1. side-navbar {
 padding-left: 30px;

}

.ustc-banner {

    width: 100%;
    margin-top: 25px;
    padding-left: 5%;
    padding-right: 5%;

}

.text h1, h2 {

 margin-bottom: 5px;
 border-bottom-style: ridge;
 border-bottom-color: white;
 border-bottom-width: 3px;
 padding-bottom: 12px;

}

.small-block-grid-5 li img{

 opacity: 0.7;
 margin-bottom: 0!important;

}

.small-block-grid-5 li img:hover{

 opacity:1.0;

}

.small-block-grid-5 li {

 padding: 0 0 0 0;

}

.no-bullet {

 padding-top: 15px

}

.no-bullet li {

 font-family: 'Noto serif';
 font-size: 15px;
 line-height: 25px;

}

.list-item {

 font-family: 'Open Sans';
 background-color: rgb(65, 186, 93);
 color: white;
 margin-right: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 2px;

}

.accordion-navigation { width: 240px; }