Team:SJTU-BioX-Shanghai/index.css
From 2014.igem.org
(48 intermediate revisions not shown) | |||
Line 15: | Line 15: | ||
padding: 0; | padding: 0; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#wrap { | #wrap { | ||
+ | border-top-width:1px; | ||
padding-top: 0; | padding-top: 0; | ||
min-width: 100%; | min-width: 100%; | ||
Line 62: | Line 23: | ||
.content { | .content { | ||
- | |||
width: 100%; | width: 100%; | ||
- | |||
- | |||
} | } | ||
Line 75: | Line 33: | ||
transition: all 0.3s ease-in-out; | transition: all 0.3s ease-in-out; | ||
text-decoration: none; | text-decoration: none; | ||
- | color: # | + | color:#68afbc; |
+ | } | ||
+ | a:visited {color:#f2ce3a; | ||
} | } | ||
Line 84: | Line 44: | ||
a:hover, a:focus, a:active { | a:hover, a:focus, a:active { | ||
color: #111111; | color: #111111; | ||
+ | text-decoration: none; | ||
} | } | ||
Line 98: | Line 59: | ||
padding: 5px 10px; | padding: 5px 10px; | ||
display: block; | display: block; | ||
- | max-width: | + | max-width: 100%; |
- | + | margin:0 auto;} | |
- | margin: 0 auto; | + | |
- | } | + | |
.flex:after { | .flex:after { | ||
Line 109: | Line 68: | ||
} | } | ||
- | + | #bodycContent div.flex h1 { | |
- | + | border-bottom: 1px solid #2d3e58;} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
ul { | ul { | ||
Line 302: | Line 202: | ||
overflow: visible; | overflow: visible; | ||
width: 100%; | width: 100%; | ||
- | padding: 18px 10px; | + | padding: 18px 10px 10px 10px; |
+ | |||
} | } | ||
Line 338: | Line 239: | ||
[role="navigation"] ul li a { | [role="navigation"] ul li a { | ||
- | font-family: | + | font-family: 'OpenSans','Trebuchet MS', Helvetica, sans-serif; |
- | font-weight: | + | font-weight: 800; |
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
Line 373: | Line 274: | ||
top: 8px; | top: 8px; | ||
margin-left: -26px; | margin-left: -26px; | ||
- | background-image: url("../ | + | background-image: url("https://static.igem.org/mediawiki/2014/e/ee/SJTU14_logoyellow.png"); |
background-position: center center; | background-position: center center; | ||
width: 52px; | width: 52px; | ||
Line 390: | Line 291: | ||
position: absolute; | position: absolute; | ||
display: block; | display: block; | ||
- | /*background-image: url("../ | + | /*background-image: url("https://static.igem.org/mediawiki/2014/e/ec/SJTU14_home.png");*/ |
background-position: center center; | background-position: center center; | ||
width: 52px; | width: 52px; | ||
Line 415: | Line 316: | ||
left: -12px; | left: -12px; | ||
display: block; | display: block; | ||
- | background-image: url("../ | + | background-image: url("https://static.igem.org/mediawiki/2014/e/ec/SJTU14_home.png"); |
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 422: | Line 323: | ||
background-size: 75px 13px; | background-size: 75px 13px; | ||
opacity: 0; | opacity: 0; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } |
Latest revision as of 19:11, 17 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;
}
- wrap {
border-top-width:1px; padding-top: 0; min-width: 100%; /*position: relative;*/
}
.content {
width: 100%;
}
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:#68afbc;
} a:visited {color:#f2ce3a; }
a.alt {
color: #111111;
}
a:hover, a:focus, a:active {
color: #111111;
text-decoration: none; }
.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: 100%; margin:0 auto;}
.flex:after {
content: ""; display: table; clear: both;
}
- bodycContent div.flex h1 {
border-bottom: 1px solid #2d3e58;}
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 10px 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: 'OpenSans','Trebuchet MS', Helvetica, sans-serif; font-weight: 800; 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(""); 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("");*/ 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(""); background-position: center center; background-repeat: no-repeat; width: 75px; height: 13px; background-size: 75px 13px; opacity: 0;
}