Team:SJTU-BioX-Shanghai/index.css

From 2014.igem.org

(Difference between revisions)
Line 22: Line 22:
   color: #111111;  
   color: #111111;  
   }
   }
-
.top-section {
+
.header_logo {
     width: 100%;
     width: 100%;
     min-width: 100%;
     min-width: 100%;
     background-color: #f2ce3a;
     background-color: #f2ce3a;
-
height:200px;
+
    height:200px;
-
background-repeat: no-repeat;
+
    background-repeat: no-repeat;
-
background-size: auto 100%;
+
    background-size: auto 100%;
}
}

Revision as of 16:41, 11 October 2014

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

   margin: 0;
   padding: 0;

}

body {

 font-family: serif;
 font-weight: 400;
 line-height: 1.3;
 color: #111111; 
 }

.header_logo {

   width: 100%;
   min-width: 100%;
   background-color: #f2ce3a;
   height:200px;
   background-repeat: no-repeat;
   background-size: auto 100%;

}

.header_home {

   background-image:url("SJTU14_homelink.png");
   background-size: auto 100%;
   size:20% 50%;

}

  1. wrap {
   padding-top: 0;
   min-width: 100%;
   /*position: relative;*/

}

.content {

   width: 100%;
   background-color: #ffffff;

}

a {

   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   text-decoration: none;
   color: #e8cd4d;

}

a.alt {

   color: #111111;

}

a:hover, a:focus, a:active {

   color: #111111;

}

.ir {

   font-size: 0;
   color: transparent;
   display: block;
   background-repeat: no-repeat;
   background-position: left top;

}

.flex {

   clear: both;
   padding: 5px 10px;
   display: block;
   max-width: 1024px;
   max-width: 64rem;
   margin: 0 auto;

}

.flex:after {

   content: "";
   display: table;
   clear: both;

}

.footer {

   width: 100%;
   height: 150px;
   background-color: #2d3e58;
   font-family:'Bauhaus 93',Arial, Helvetica, sans-serif;
   font-weight: 200;

}

.footer img {

   float: left;

}

.footer .footer-content {

   margin-top: 2%;
   float: left;
   margin-left: 5%;
   color: #f2ce3a;

}

.footer-link{

   width: 100%;
   background-color: #1b2232;

}

  1. footer-box {

font-family:'Bauhaus 93',Arial, Helvetica, sans-serif;

   font-weight: 200;
   /*width: 90%;*/
   margin: 0 auto;

}

  1. footer {
   text-align: center;
   bottom:5px;
   

}

  1. f-list a {
   color: #17c4bb; 

}

  1. f-list a:hover {
   color: white; 

}

  1. footer li {
   display: inline;
   margin: 2%;
   font-size: 80%;

}

  1. f-poweredbyico {
   padding-right: 3%;
   float: right;

}

  1. f-copyrightico {
   padding-left: 3%;
   float: left;

}

ul {

   list-style-type: none;

}

[role="banner"] {

   background-color: #2d3e58;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;

}

[role="banner"]:after {

   content: "";
   display: table;
   clear: both;

}

[role="banner"] > .flex {

   padding-top: 0;
   padding-bottom: 0;

}

[role="banner"] h1 {

   padding: 0;
   margin: 0;

}

[role="banner"].sticky {

     position: fixed;
     overflow: visible;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 10;

}

/*[role="banner"].sticky .site-title {

   position: relative;
   opacity: 1;
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   transform: scale(1, 1);
   height: 52px;

}

[role="banner"].sticky .site-title:before {

   opacity: 1;
   -webkit-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -moz-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -ms-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -o-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   transform: rotate(360deg) rotateX(0deg) rotateY(0deg);

}

[role="banner"].sticky .site-title:after {

   display: none;

}*/

[role="banner"].sticky [role="navigation"] ul li:nth-of-type(1) {

   padding: 0 10px 0 0;

}

[role="banner"].sticky [role="navigation"] ul li:nth-of-type(2) {

   padding: 0 5% 0 0;

}

[role="banner"].sticky [role="navigation"] ul li:nth-of-type(3) {

   padding: 0 0 0 5%;

}

[role="banner"].sticky [role="navigation"] ul li:nth-of-type(4) {

   padding: 0 0 0 10px;

}

[role="banner"].sticky .site-title {

   position: absolute;
   opacity: 1;
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   transform: scale(1, 1);

}

[role="banner"].sticky .site-title:before {

   -webkit-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -moz-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -ms-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   -o-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
   transform: rotate(360deg) rotateX(0deg) rotateY(0deg);

}

[role="banner"].sticky .site-title:after {

   display: block;

}

[role="banner"].sticky .site-title:hover {

   -webkit-transform: translate(0, -35px);
   -moz-transform: translate(0, -35px);
   -ms-transform: translate(0, -35px);
   -o-transform: translate(0, -35px);
   transform: translate(0, -35px);

}

[role="banner"].sticky .site-title:hover:before {

   -webkit-transform: rotate(-180deg) rotateX(0deg) rotateY(0deg);
   -moz-transform: rotate(-180deg) rotateX(0deg) rotateY(0deg);
   -ms-transform: rotate(-180deg) rotateX(0deg) rotateY(0deg);
   -o-transform: rotate(-180deg) rotateX(0deg) rotateY(0deg);
   transform: rotate(-180deg) rotateX(0deg) rotateY(0deg);

}

[role="banner"].sticky .site-title:hover:after {

   opacity: 1;

}

[role="navigation"] {

   -webkit-transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -o-transition: opacity 1s ease-in-out;
   -ms-transition: opacity 1s ease-in-out;
   transition: opacity 1s ease-in-out;
   display: block;
   z-index: 2;
   overflow: visible;
   width: 100%;
   padding: 18px 10px;

}

[role="navigation"]:after {

   content: "";
   display: table;
   clear: both;

}

[role="navigation"] ul {

   list-style-type: none;
   display: inline-block;
   text-align: center;
   display: block;

}

[role="navigation"] ul:after {

   content: "";
   display: table;
   clear: both;

}

[role="navigation"] ul li {

   display: inline-block;
   text-align: center;
   margin: 0;
   width: 20%;
   padding: 5px 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;

}

[role="navigation"] ul li a {

   font-family: 'Ultra', serif;
   text-transform: uppercase;
   letter-spacing: 1px;
   display: block;
   background: none;
   color: #f2ce3a;
   padding: 4px 10px;
   line-height: 1 !important;

}

[role="navigation"] ul li a:hover, [role="navigation"] ul li a:focus, [role="navigation"] ul li a:active {

   color: #efe771;

}

.epsilon {

   font-size: 1.2em;

}

.site-title {

   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: scale(0.5, 0.5);
   -moz-transform: scale(0.5, 0.5);
   -ms-transform: scale(0.5, 0.5);
   -o-transform: scale(0.5, 0.5);
   transform: scale(0.5, 0.5);
   position: absolute;
   z-index: 10;
   left: 50%;
   top: 8px;
   margin-left: -26px;
   background-image: url("SJTU14_logoyellow.png");
   background-position: center center;
   width: 52px;
   height: 52px;
   background-size: 52px 52px;
   opacity: 0;

}

.site-title:before {

   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
   content: ;
   position: absolute;
   display: block;
   /*background-image: url("logo-outer.png");*/
   background-position: center center;
   width: 52px;
   height: 52px;
   background-size: 52px 52px;
   -webkit-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
   -moz-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
   -ms-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
   -o-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
   transform: rotate(0deg) rotateX(0deg) rotateY(0deg);

}

.site-title:after {

   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   content: ;
   position: absolute;
   top: 42px;
   padding-top: 10px;
   padding-bottom: 20px;
   left: -12px;
   display: block;
   background-image: url("SJTU14_home.png");
   background-position: center center;
   background-repeat: no-repeat;
   width: 75px;
   height: 13px;
   background-size: 75px 13px;
   opacity: 0;

} @media screen and (max-height: 25.25em){ div.top-section { height:100px; }} @media screen and (max-height: 25.25em) and screen (max-width: 44.3125em){ { div.top-section { height:50px; }}