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

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 18: Line 18:
}
}
-
.text p {
+
.text {
     font-size: 20px;
     font-size: 20px;
     color: #333333;
     color: #333333;
Line 100: Line 100:
.text h1, h2 {
.text h1, h2 {
 +
  color: rgb(41, 100, 34);
   margin-bottom: 5px;
   margin-bottom: 5px;
 +
  padding-top: 50px;
   border-bottom-style: ridge;
   border-bottom-style: ridge;
   border-bottom-color: white;
   border-bottom-color: white;
Line 145: Line 147:
-
@media (max-width: 640px){
+
@media (max-width: 1050px){
   .side-nav {
   .side-nav {
     position: relative!important;
     position: relative!important;
Line 155: Line 157:
   .text {
   .text {
-
     padding-right: 0
+
     padding-right: 0;
 +
    padding-left: 0;
   }
   }
 +
}
 +
 +
.small-block-grid-5 li img{
 +
  width:100%;
 +
}
 +
 +
figcaption {
 +
  font-size: small;
 +
  line-height: 20px;
 +
}
 +
 +
 +
.text img {
 +
      margin-bottom: 20px;
}
}

Latest revision as of 00:23, 18 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 {

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

}

/* Responsive */

@media (max-width: 1050px){

   .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 {

 color: rgb(41, 100, 34);
 margin-bottom: 5px;
 padding-top: 50px;
 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; }


@media (max-width: 1050px){

 .side-nav {
   position: relative!important;
 }
 .accordion-navigation {
   width: 100%;
 }
 .text {
   padding-right: 0;
   padding-left: 0;
 }

}

.small-block-grid-5 li img{

 width:100%;

}

figcaption {

 font-size: small;
 line-height: 20px;

}


.text img {

     margin-bottom: 20px;

}