Template:Team:BNU-China/CSS/main

From 2014.igem.org

(Difference between revisions)
 
(166 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style>
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear, .center {display: none;} /*-- hides default wiki settings --*/
 +
 +
#top-section {
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
html, body, .wrapper {
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 +
#menubar ul{
 +
        visibility: hidden;}
 +
#menubar:hover ul{
 +
        visibility: visible;
 +
}
 +
 +
 +
 +
 +
 +
/*low_version*/
 +
.low_version{
 +
z-index:-1;
 +
        animation:show 30s;
 +
        -moz-animation:show 30s; /* Firefox */
 +
        -webkit-animation:show 30s; /* Safari and Chrome */
 +
        -o-animation:show 30s; /* Opera */
 +
}
 +
@keyframes show
 +
{
 +
from {color:black;}
 +
to {color:#F00;}
 +
}
 +
.low_version p{
 +
font-size:15px;
 +
}
 +
 +
 +
/*-----------------------------------------------------------------------------------*/
 +
/* RESET
 +
/*-----------------------------------------------------------------------------------*/
 +
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
margin:0;
margin:0;
Line 91: Line 151:
background: #1a1a1a;
background: #1a1a1a;
color: #4d4d4d;
color: #4d4d4d;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
}
}
Line 97: Line 157:
font-size: 14px;
font-size: 14px;
line-height: 20px;
line-height: 20px;
 +
        margin-top:5px;
 +
        margin-bottom: 5px;
}
}
a {
a {
-
color: #4d87ab;
+
color: #EA7E73;
text-decoration: none;
text-decoration: none;
-webkit-transition:all 200ms ease-in;
-webkit-transition:all 200ms ease-in;
Line 105: Line 167:
}
}
a:hover {
a:hover {
-
color: #d3573e;
+
color: #999889#999889;
}
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font-family: 'Museo500';
font-family: 'Museo500';
-
color: #4d87ab;
+
color: #EA7E73;
font-weight: normal;
font-weight: normal;
-
padding-bottom: 12px;
+
padding-bottom: 10px;
}
}
h1 {
h1 {
font-size: 22px;
font-size: 22px;
line-height: 26px;
line-height: 26px;
 +
        text-align: center;
}
}
h2 {
h2 {
Line 146: Line 209:
}
}
ul li {
ul li {
-
background: transparent url(style/images/bullet.png) center left no-repeat;
+
background: transparent url('https://static.igem.org/mediawiki/2014/4/46/Bnu_bullet.png') center left no-repeat;
padding-left: 15px;
padding-left: 15px;
}
}
ol {
ol {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
list-style: decimal;
list-style: decimal;
Line 161: Line 224:
}
}
.intro {
.intro {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
font-size: 21px;
line-height: 31px;
line-height: 31px;
Line 168: Line 231:
}
}
blockquote {
blockquote {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-size: 18px;
font-weight: normal;
font-weight: normal;
line-height: 25px;
line-height: 25px;
padding-left: 30px;
padding-left: 30px;
-
background: transparent url(style/images/quote.png) no-repeat left 7px;
+
background: transparent url('https://static.igem.org/mediawiki/2014/c/ce/Bnu_quote.png') no-repeat left 7px;
}
}
.hr2 {
.hr2 {
Line 191: Line 254:
margin: 0 auto;
margin: 0 auto;
}
}
-
 
p .center {
p .center {
text-align: center;
text-align: center;
Line 198: Line 260:
}
}
img {
img {
-
 
+
}
-
display: block;
+
-
}
+
img.left {
img.left {
float: left;
float: left;
Line 210: Line 270:
}
}
.lite1 {
.lite1 {
-
color: #4d87ab;
+
color: #EA7E73;
}
}
.lite2 {
.lite2 {
-
border-bottom: 1px dotted #4d87ab;
+
border-bottom: 1px dotted #EA7E73;
}
}
a.button {
a.button {
-
background: #5499c3 url(style/images/button.png) repeat-x;
+
background: #5499c3;
border: none;
border: none;
-
height: 15px;
 
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
color: #fff;
color: #fff;
-
font-family: 'CharisSILItalic';
+
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
padding: 6px 15px 6px 15px;
padding: 6px 15px 6px 15px;
Line 232: Line 291:
-moz-transition:all 200ms ease-in;
-moz-transition:all 200ms ease-in;
}
}
 +
 +
.fig {
 +
        background-color: rgba(226,210,197,0.5);
 +
        font-size:12px;
 +
        padding: 8px 20px 8px 20px;
 +
        border-radius: 0.5em 0.5em 0.5em 0.5em;     
 +
}
 +
/* Webkit Fix */
/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
Line 280: Line 347:
a.button.red:hover {
a.button.red:hover {
color: #fff;
color: #fff;
-
background-color: #4d87ab;
+
background-color: #EA7E73;
}
}
Line 302: Line 369:
display: block;
display: block;
clear: both;
clear: both;
-
background: url(style/images/codebg.jpg) repeat;
+
background: url('https://static.igem.org/mediawiki/2014/b/be/Bnu_codebg.jpg') repeat;
line-height: 20px;
line-height: 20px;
font-size: 12px;
font-size: 12px;
Line 344: Line 411:
}
}
#header {
#header {
-
padding: 30px 0 25px 0;
+
padding: 0 0 0 0;
display: block;
display: block;
overflow: hidden;
overflow: hidden;
Line 351: Line 418:
.logo {
.logo {
float: left;
float: left;
 +
        margin-top: 10px;
 +
        margin-bottom: 20px;
}
}
.social {
.social {
Line 387: Line 456:
font-size: 12px;
font-size: 12px;
text-align: center;
text-align: center;
 +
        font-weight:bold;
}
}
#footer {
#footer {
Line 409: Line 479:
padding: 0;
padding: 0;
background: none;
background: none;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-style: normal;
font-size: 14px;
font-size: 14px;
Line 428: Line 498:
ul.latest-posts li span.date {
ul.latest-posts li span.date {
float: left;
float: left;
-
font-family: 'CharisSILItalic';
+
font-family:Georgia, "Times New Roman", Times, serif;
padding-right: 15px;
padding-right: 15px;
padding-top: 2px;
padding-top: 2px;
Line 455: Line 525:
}
}
ul.flickr li {
ul.flickr li {
-
        float:left;
 
padding: 0;
padding: 0;
background: none;
background: none;
Line 468: Line 537:
padding: 0;
padding: 0;
}
}
-
.sponsors a img {float:left}
+
/*-----------------------------------------------------------------------------------*/
 +
/* MENU
 +
/*-----------------------------------------------------------------------------------*/
.menu {
.menu {
-
font-family: 'Museo500';
+
        font-family: Georgia, "Times New Roman", Times, serif;
list-style: none;
list-style: none;
-
font-weight: normal;
+
font-weight: bold;
width: 960px;
width: 960px;
padding: 0;
padding: 0;
Line 486: Line 557:
margin: 0;
margin: 0;
list-style-type: none;
list-style-type: none;
-
font-family: 'Museo500';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-style: normal;
letter-spacing: normal;
letter-spacing: normal;
Line 499: Line 570:
.menu ul li a {
.menu ul li a {
display: block;
display: block;
-
padding: 20px 30px;
 
text-decoration: none;
text-decoration: none;
display:block;
display:block;
line-height: 1;
line-height: 1;
border-right: 1px solid #b4b4b4;
border-right: 1px solid #b4b4b4;
-
font-size: 14px;
+
font-size: 15px;
}
}
Line 516: Line 586:
}
}
.menu ul li a:link, .menu ul li a:visited {
.menu ul li a:link, .menu ul li a:visited {
-
color: #4d4d4d;
+
color: #EA7E73;
}
}
.menu ul li a.active {
.menu ul li a.active {
-
color: #4d87ab;
+
color: #EA7E73;
}
}
.menu ul li a.selected {
.menu ul li a.selected {
background: #fff;
background: #fff;
-
color: #4d87ab;
+
color: #EA7E73;
}
}
.menu ul li a:hover {
.menu ul li a:hover {
-
background: #fff;
+
background: rgba(255,255,255,0.8);
-
color: #4d87ab;
+
color: #999889;
}
}
.menu ul li ul {
.menu ul li ul {
Line 535: Line 605:
visibility: hidden;
visibility: hidden;
width: 170px;
width: 170px;
 +
        border-radius:0 0 0.5em 0.5em;
 +
        background-color: rgba(255,255,255,0.8);
padding: 0;
padding: 0;
-
border-radius:0 0 0.5em 0.5em;
 
-
background-color: #fff;
 
}
}
.menu ul li ul li {
.menu ul li ul li {
Line 543: Line 613:
float: none;
float: none;
padding: 0 17px;
padding: 0 17px;
 +
background-color: #fff;
 +
        border-radius:0 0 0.5em 0.5em;
}
}
.menu ul li ul li:first-child a {
.menu ul li ul li:first-child a {
Line 567: Line 639:
}
}
.quote blockquote {
.quote blockquote {
-
background: #FFF url(style/images/quote.png) no-repeat 15px 15px;
+
background: #FFF url('https://static.igem.org/mediawiki/2014/c/ce/Bnu_quote.png') no-repeat 15px 15px;
padding: 15px 15px 15px 40px;
padding: 15px 15px 15px 40px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
Line 579: Line 651:
}
}
.quote em {
.quote em {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-style: normal;
}
}
#piecemaker {
#piecemaker {
margin-top: -30px;
margin-top: -30px;
-
}/*-----------------------------------------------------------------------------------*/
+
}
 +
/*-----------------------------------------------------------------------------------*/
/* SHOWCASE
/* SHOWCASE
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
Line 606: Line 679:
.showcase-content-container {
.showcase-content-container {
background-color: #000;
background-color: #000;
 +
        border-radius: 0.5em 0.5em 0.5em 0.5em;
}
}
.showcase-arrow-previous, .showcase-arrow-next {
.showcase-arrow-previous, .showcase-arrow-next {
Line 611: Line 685:
top: 50%;
top: 50%;
margin-top: -9px;
margin-top: -9px;
-
background: url('style/images/arrows.png');
+
background: url('https://static.igem.org/mediawiki/2014/5/5f/Bnu_arrows.png');
width: 25px;
width: 25px;
height: 25px;
height: 25px;
Line 651: Line 725:
text-align: left;
text-align: left;
padding: 5px 8px;
padding: 5px 8px;
-
background-image: url(style/images/white-opacity-80.png);
+
background-image: url('https://static.igem.org/mediawiki/2014/5/53/Bnu_white-opacity-80.png');
}
}
.showcase-caption {
.showcase-caption {
Line 659: Line 733:
position: absolute;
position: absolute;
bottom: 10px;
bottom: 10px;
-
left: 10px;
 
display: none;
display: none;
width: auto;
width: auto;
-
background-image: url(style/images/white-opacity-80.png);
+
        background-color: rgba(255,255,255,0.3)
}
}
.showcase-onepage .showcase-content {
.showcase-onepage .showcase-content {
Line 681: Line 754:
text-indent: -99999px;
text-indent: -99999px;
display: inline-block;
display: inline-block;
-
background: url('style/images/navs.png');
+
background: url('https://static.igem.org/mediawiki/2014/2/27/Bnu_navs.png');
}
}
.showcase-button-wrapper span:hover, .showcase-button-wrapper span.active {
.showcase-button-wrapper span:hover, .showcase-button-wrapper span.active {
Line 797: Line 870:
.one-half {
.one-half {
-
width:48%;
+
width:46%;
}
}
.one-third {
.one-third {
width:30.66%;
width:30.66%;
}
}
-
.two-third {
+
.two-third p{
-
}
+
        padding-top: 20px;
 +
}
.one-fourth {
.one-fourth {
-
width:22%!important;
+
width:22%;
}
}
-
.one-fourth img{width:22%!important;}
+
.one-fourth img{width:35% !important;}
.three-fourth {
.three-fourth {
width:74%;
width:74%;
Line 864: Line 938:
.carousel .jcarousel-item img {
.carousel .jcarousel-item img {
padding: 0;
padding: 0;
 +
        border-radius: 0.5em 0.5em 0.5em;
 +
}
 +
.carousel .jcarousel-item img {
 +
        border-radius: 0.5em 0.5em 0.5em !important;
}
}
.carousel .jcarousel-container {
.carousel .jcarousel-container {
Line 885: Line 963:
}
}
#prev, #next {
#prev, #next {
-
background: transparent url(style/images/car-arrow.png) no-repeat;
+
background: transparent url('https://static.igem.org/mediawiki/2014/5/57/Bnu_car-arrow.png') no-repeat;
width: 21px;
width: 21px;
height: 21px;
height: 21px;
Line 941: Line 1,019:
}
}
.forms fieldset {
.forms fieldset {
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
}
}
Line 976: Line 1,054:
padding: 0 10px;
padding: 0 10px;
color: #4d4d4d;
color: #4d4d4d;
-
font-family: 'PTSansRegular';
+
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-size: 13px;
display: inline;
display: inline;
Line 992: Line 1,070:
resize: none;
resize: none;
color: #4d4d4d;
color: #4d4d4d;
-
font-family: 'PTSansRegular';
+
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-size: 13px;
padding: 5px 10px;
padding: 5px 10px;
Line 1,006: Line 1,084:
}
}
.forms fieldset .btn-submit {
.forms fieldset .btn-submit {
-
background: #5499c3 url(style/images/button.png) repeat-x;
+
background: #5499c3 url('https://static.igem.org/mediawiki/2014/4/45/Bnu_button.png') repeat-x;
border: none;
border: none;
height: 27px;
height: 27px;
Line 1,013: Line 1,091:
border-radius: 3px;
border-radius: 3px;
color: #e2e2e2;
color: #e2e2e2;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
padding: 0 20px 1px 20px;
padding: 0 20px 1px 20px;
Line 1,040: Line 1,118:
width: 80px;
width: 80px;
padding-top: 5px;
padding-top: 5px;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-size: 13px;
}
}
Line 1,068: Line 1,146:
}
}
#footer .forms fieldset .btn-submit {
#footer .forms fieldset .btn-submit {
-
background: #5499c3 url(style/images/button.png) repeat-x;
+
background: #5499c3 url('https://static.igem.org/mediawiki/2014/4/45/Bnu_button.png') repeat-x;
border: none;
border: none;
height: 27px;
height: 27px;
Line 1,075: Line 1,153:
border-radius: 3px;
border-radius: 3px;
color: #e2e2e2;
color: #e2e2e2;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-size: 14px;
padding: 0 20px 1px 20px;
padding: 0 20px 1px 20px;
Line 1,096: Line 1,174:
text-align: right;
text-align: right;
padding-top: 10px;
padding-top: 10px;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-size: 13px;
}
}
Line 1,169: Line 1,247:
.box h4 {
.box h4 {
padding:10px 0 0;
padding:10px 0 0;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
.box p {
.box p {
padding: 0;
padding: 0;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
#filtering-nav {
#filtering-nav {
Line 1,188: Line 1,266:
padding: 0 20px 0 0;
padding: 0 20px 0 0;
font-style: normal;
font-style: normal;
-
font-family: 'Museo500';
+
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
text-transform: uppercase;
font-size: 13px;
font-size: 13px;
Line 1,203: Line 1,281:
}
}
#portfolio .items, #gallery .items {
#portfolio .items, #gallery .items {
-
opacity: 0;
+
opacity: 1;
}
}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* PORTFOLIO HOVER
/* PORTFOLIO HOVER
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
 +
.box a, .carousel ul li {
.box a, .carousel ul li {
Line 1,219: Line 1,298:
.play, .zoom, .details {
.play, .zoom, .details {
position: absolute;
position: absolute;
-
background: transparent url(style/images/icon-play.png) no-repeat center center;
+
background: transparent url('https://static.igem.org/mediawiki/2014/a/a1/Bnu_icon-play.png') no-repeat center center;
}
}
.zoom {
.zoom {
-
background-image: url(style/images/icon-zoom.png);
+
background-image: url('https://static.igem.org/mediawiki/2014/3/39/Bnu_icon-zoom.png');
}
}
.details {
.details {
-
background-image: url(style/images/icon-more.png);
+
background-image: url('https://static.igem.org/mediawiki/2014/3/3a/Bnu_icon-more.png');
}
}
.box a span, .carousel ul li a span {
.box a span, .carousel ul li a span {
Line 1,238: Line 1,317:
.overlay {
.overlay {
background-color: rgba(15, 15, 15, 0.4);
background-color: rgba(15, 15, 15, 0.4);
 +
        border-radius: 0.5em 0.5em 0.5em 0.5em;
 +
        color: #FFF1BF;
 +
        font-size: 20px;
}
}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
Line 1,285: Line 1,367:
border-right: 1px solid #454545;
border-right: 1px solid #454545;
float: left;
float: left;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
.post-date .day {
.post-date .day {
Line 1,323: Line 1,405:
}
}
.post-meta {
.post-meta {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-size: 12px;
height: 13px;
height: 13px;
Line 1,329: Line 1,411:
}
}
.comments {
.comments {
-
background: transparent url(style/images/icon-comment.png) no-repeat left center;
+
background: transparent url('https://static.igem.org/mediawiki/2014/f/f4/Bnu_icon-comment.png') no-repeat left center;
padding-left: 26px;
padding-left: 26px;
margin-right: 10px;
margin-right: 10px;
Line 1,335: Line 1,417:
}
}
.categories {
.categories {
-
background: transparent url(style/images/icon-category.png) no-repeat left center;
+
background: transparent url('https://static.igem.org/mediawiki/2014/d/d4/Bnu_icon-category.png') no-repeat left center;
padding-left: 22px;
padding-left: 22px;
}
}
.tags {
.tags {
-
background: transparent url(style/images/icon-tag.png) no-repeat left center;
+
background: transparent url('https://static.igem.org/mediawiki/2014/c/c4/Bnu_icon-tag.png') no-repeat left center;
padding-left: 30px;
padding-left: 30px;
margin-top: 10px;
margin-top: 10px;
padding-top: 5px;
padding-top: 5px;
display: block;
display: block;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-size: 12px;
height: 16px;
height: 16px;
Line 1,352: Line 1,434:
}
}
.post-meta a:hover, .tags a:hover {
.post-meta a:hover, .tags a:hover {
-
color: #d3573e;
+
color: #999889;
}
}
a.more {
a.more {
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
cursor: pointer;
cursor: pointer;
}
}
Line 1,375: Line 1,457:
background: none;
background: none;
padding: 0;
padding: 0;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
.page-navi ul li a {
.page-navi ul li a {
Line 1,411: Line 1,493:
height: 24px;
height: 24px;
font-size: 13px;
font-size: 13px;
-
font-family: 'CharisSILItalic';
+
font-family:Georgia, "Times New Roman", Times, serif;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
-
background: #FFF url(style/images/search.png) 240px center no-repeat;
+
background: #FFF url('https://static.igem.org/mediawiki/2014/7/74/Bnu_search.png') 240px center no-repeat;
}
}
.tag-list ul li {
.tag-list ul li {
Line 1,437: Line 1,519:
.tag-list ul li a:hover {
.tag-list ul li a:hover {
-
color: #d3573e;
+
color: #999889;
}
}
.cat-list ul li {
.cat-list ul li {
Line 1,461: Line 1,543:
}
}
.cat-list ul li a:hover {
.cat-list ul li a:hover {
-
color: #d3573e;
+
color: #999889;
}
}
ul.ads {
ul.ads {
Line 1,499: Line 1,581:
.service {
.service {
-
background: transparent url(style/images/circle.png) no-repeat;
+
background: transparent url('https://static.igem.org/mediawiki/2014/0/07/Bnu_circle.png') no-repeat;
width: 100px;
width: 100px;
height: 100px;
height: 100px;
Line 1,513: Line 1,595:
.toggle {
.toggle {
width: 100%;
width: 100%;
-
padding-bottom: 20px;
 
clear:both;
clear:both;
 +
}
 +
.toggle img.left {
 +
float: left;
 +
margin: 10px 50px 20px 0;
}
}
.toggle-wrapper {
.toggle-wrapper {
Line 1,522: Line 1,607:
width: 550px;
width: 550px;
clear:both;
clear:both;
-
font-size: 15px;
 
margin:0px;
margin:0px;
display: block;
display: block;
cursor: pointer;
cursor: pointer;
background-color: #FFF;
background-color: #FFF;
-
padding: 10px 20px;
+
padding:10px 20px 10px 50px;
color: #4d4d4d;
color: #4d4d4d;
border: 1px solid #dedede;
border: 1px solid #dedede;
Line 1,536: Line 1,620:
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
 +
        font-size: 18px;
}
}
h2.trigger.active {
h2.trigger.active {
-
color: #4d87ab;
+
color: #EA7E73;
}
}
h2.trigger:hover {
h2.trigger:hover {
-
color: #4d87ab;
+
color: #999889;
}
}
.togglebox {
.togglebox {
-
width:590px;
+
width:80%;
height: auto;
height: auto;
-
background-color: #FFF;
+
background-color: #FFF1BF;
overflow: hidden;
overflow: hidden;
margin: 10px 0;
margin: 10px 0;
border: 1px solid #dedede;
border: 1px solid #dedede;
-
-webkit-border-radius: 5px;
+
-webkit-border-radius: 10px;
-
-moz-border-radius: 5px;
+
-moz-border-radius: 10px;
-
border-radius: 5px;
+
border-radius: 10px;
}
}
.togglebox div {
.togglebox div {
-
padding: 20px;
+
padding: 60px;
}
}
.togglebox p {
.togglebox p {
Line 1,590: Line 1,675:
background: none;
background: none;
padding: 0;
padding: 0;
-
font-family: 'Museo500';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
ul.tabs li a {
ul.tabs li a {
Line 1,613: Line 1,698:
text-shadow: none;
text-shadow: none;
text-decoration: none;
text-decoration: none;
-
color: #FFF;
+
color: #999889;
}
}
ul.tabs li a {
ul.tabs li a {
Line 1,620: Line 1,705:
ul.tabs li a:hover {
ul.tabs li a:hover {
text-decoration: none;
text-decoration: none;
-
color: #4d87ab;
+
color: #999889;
}
}
ul.tabs li.active a {
ul.tabs li.active a {
-
border: 1px solid #4d87ab;
+
border: 1px solid #FFF1BF;
-
color: #fff;
+
color: #EA7E73;
-
background-color: #4d87ab;
+
background-color: #FFF1BF;
}
}
.tab_container {
.tab_container {
Line 1,632: Line 1,717:
float: left;
float: left;
width: 99%;
width: 99%;
-
border: 1px solid #dedede;
+
border-bottom: 2px solid rgba(254, 240, 190, 1);
-
background: #FFF;
+
margin-top: 10px;
margin-top: 10px;
-
-webkit-border-radius: 5px;
 
-
-moz-border-radius: 5px;
 
-
border-radius: 5px;
 
}
}
.tab_content {
.tab_content {
Line 1,650: Line 1,731:
border-collapse: collapse;
border-collapse: collapse;
margin-bottom: 20px;
margin-bottom: 20px;
-
background-color: #fff;
+
        background: rgba(255,255,255,0) !important;
color: #6e6e6e;
color: #6e6e6e;
border-bottom:1px solid #dedede;
border-bottom:1px solid #dedede;
}
}
table td {
table td {
-
padding: 8px 10px;
 
border-right:1px solid #dedede;
border-right:1px solid #dedede;
}
}
Line 1,694: Line 1,774:
table.price td.left {
table.price td.left {
text-align: left;
text-align: left;
-
font-weight: bold;
+
 
}
}
table.price td.right {
table.price td.right {
text-align: right;
text-align: right;
-
font-weight: bold;
+
        font-size: 15px;
 +
        padding-right: 10px;
}
}
table.price td h4 {
table.price td h4 {
Line 1,706: Line 1,787:
display: block;
display: block;
font-size: 14px;
font-size: 14px;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-style: normal;
color: #6e6e6e;
color: #6e6e6e;
Line 1,713: Line 1,794:
padding-left: 3px;
padding-left: 3px;
line-height: 18px;
line-height: 18px;
-
font-family: 'CharisSILItalic';
+
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-style: normal;
}
}
.check-icon {
.check-icon {
-
background: transparent url(style/images/check-table.png) no-repeat center left;
+
background: transparent url('https://static.igem.org/mediawiki/2014/8/88/Bnu_check-table.png') no-repeat center left;
width: 12px;
width: 12px;
height: 10px;
height: 10px;
}
}
.cross {
.cross {
-
background: transparent url(style/images/cross.png) no-repeat center left;
+
background: transparent url('https://static.igem.org/mediawiki/2014/f/f0/Bnu_cross.png') no-repeat center left;
width: 10px;
width: 10px;
height: 10px;
height: 10px;
Line 1,741: Line 1,822:
height: 100%;
height: 100%;
z-index: 2;
z-index: 2;
-
background: url('style/images/tile.png');
+
background: url('https://static.igem.org/mediawiki/2014/d/d0/Bnu_tile.png');
}
}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
Line 1,749: Line 1,830:
#comments {
#comments {
width: 590px;
width: 590px;
 +
margin-left:10%;
 +
margin-top:30px;
}
}
.full-width #comments {
.full-width #comments {
Line 1,768: Line 1,851:
padding: 25px 0 26px 0;
padding: 25px 0 26px 0;
border-bottom: 1px solid #454545;
border-bottom: 1px solid #454545;
-
font-family: 'PTSansRegular';
+
font-family: Georgia, "Times New Roman", Times, serif;
}
}
#comments .user {
#comments .user {
Line 1,775: Line 1,858:
}
}
.avatar {
.avatar {
-
width: 60px;
+
width: 100px;
-
height: 60px;
+
height: 100px;
float:left;
float:left;
display:block;
display:block;
 +
        margin-left:-30px;
}
}
#comments .message .info .date {
#comments .message .info .date {
Line 1,830: Line 1,914:
}
}
#comments ol.commentlist ul.children ul li .message {
#comments ol.commentlist ul.children ul li .message {
-
width:430px;
+
width:80%;
}
}
#comments ol.commentlist ul.children ul ul li .message {
#comments ol.commentlist ul.children ul ul li .message {
Line 1,877: Line 1,961:
margin-top: 40px;
margin-top: 40px;
}
}
 +
 +
 +
/*Navigation*/
 +
#navigation{
 +
width:150px;
 +
height:150px;
 +
bottom:20px;
 +
right:0px;
 +
position:fixed;
 +
z-index:10000;
 +
        transition: all 0.9s ease-in-out 0.1s;
 +
cursor:pointer;
 +
        opacity: 0.9;
 +
}
 +
#navigation:hover{
 +
      background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png');
 +
      transition: all 0.9s ease-in-out 0.1s;
 +
}
 +
#navigation:hover img {
 +
      opacity:0;
 +
}
 +
 +
.thanks{
 +
text-shadow:1px 1px 8px rgba(68, 62, 62, 0.6);
 +
color:rgba(63, 100, 206, 1);
 +
        font-size: x-large;
 +
}
 +
 +
.maps {
 +
      background: rgba(254, 240, 190, 1) !important;
 +
}
 +
 +
.maps:hover * {
 +
      background: rgba(254, 240, 190, 0.1) !important;
 +
}
 +
 +
.map_list {
 +
margin-left:10%;
 +
        margin-bottom:100px;
 +
}
 +
.map_list *{
 +
background:none !important;
 +
}
 +
 +
.map_list ul {
 +
      font-size: 15px;
 +
}
 +
 +
.member hr {
 +
        margin: 1em 0 .5em 0em !important;
 +
        height:2px;
 +
}
 +
 +
#copyright p {
 +
      color: #EA7E73;
 +
}
 +
 +
 +
<!--[if IE 7]>
<!--[if IE 7]>
#footer .form-container {
#footer .form-container {

Latest revision as of 22:36, 17 October 2014