(332 intermediate revisions by 4 users not shown) | |||
Line 28: | Line 28: | ||
body { | body { | ||
line-height: 1; | line-height: 1; | ||
+ | color: transparent; | ||
} | } | ||
table { | table { | ||
Line 33: | Line 34: | ||
border-spacing: 0; | border-spacing: 0; | ||
} | } | ||
+ | |||
+ | th, td, tr { | ||
+ | text-align: left; | ||
+ | border: solid 1px; | ||
+ | } | ||
+ | |||
+ | /*Hiding default wiki elements - thanks to DTU-Denmark 2011*/ | ||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
/*Three column layout with fixed middle width - http://css-lab.com/demos/3col-fluid/3col-fix-cntr.html*/ | /*Three column layout with fixed middle width - http://css-lab.com/demos/3col-fluid/3col-fix-cntr.html*/ | ||
Line 55: | Line 65: | ||
min-width: 1000px;/*To remove horizontal scrollbar*/ | min-width: 1000px;/*To remove horizontal scrollbar*/ | ||
overflow-x: hidden; /*To remove horizontal scrollbar*/ | overflow-x: hidden; /*To remove horizontal scrollbar*/ | ||
+ | |||
background-image: url('https://static.igem.org/mediawiki/2016/1/1b/T--Wageningen_UR--beigeBG.png'); | background-image: url('https://static.igem.org/mediawiki/2016/1/1b/T--Wageningen_UR--beigeBG.png'); | ||
background-size: 1000px; | background-size: 1000px; | ||
+ | |||
font-family: verdana, geneva, sans-serif; | font-family: verdana, geneva, sans-serif; | ||
color: #000000; | color: #000000; | ||
font-size:80%; | font-size:80%; | ||
} | } | ||
+ | |||
+ | #globalWrapper{ | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | .content{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .content_wrapper{ | ||
+ | width: 100%; | ||
+ | margin-left: 0px; | ||
+ | } | ||
#wrapper{ | #wrapper{ | ||
min-height:100%; | min-height:100%; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
margin-top:-50px; /*footer soak up*/ | margin-top:-50px; /*footer soak up*/ | ||
position:relative;/*set as containing block for AP faux column*/ | position:relative;/*set as containing block for AP faux column*/ | ||
} | } | ||
− | #innerwrap{ | + | #innerwrap{ |
− | width: | + | width:100%; |
overflow:visible; | overflow:visible; | ||
margin-left: auto; | margin-left: auto; | ||
Line 78: | Line 105: | ||
#header{ | #header{ | ||
/*border-top:50px solid #333;/*footer soak up*/ | /*border-top:50px solid #333;/*footer soak up*/ | ||
− | margin-top: | + | margin-top: 50px; /*Change to 10 for IE*/ |
− | margin-bottom: - | + | margin-bottom: -5px; |
margin-left: -30px; | margin-left: -30px; | ||
− | height: | + | height: 100px; |
position:relative; | position:relative; | ||
z-index: -1;/*layer it above the AP faux*/ | z-index: -1;/*layer it above the AP faux*/ | ||
− | + | background: transparent; | |
color:#000; | color:#000; | ||
text-align:center; | text-align:center; | ||
− | + | background-size: auto 120px; | |
− | background-size: auto | + | |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
Line 96: | Line 122: | ||
#left { | #left { | ||
− | width:50%; | + | width:calc(50% - 500px); |
float:left; | float:left; | ||
− | + | ||
background:inherit; | background:inherit; | ||
− | /*border-bottom: 50px solid # | + | /*border-bottom: 50px solid #e8ce94;*/ |
} | } | ||
#inner-left{ | #inner-left{ | ||
− | + | ||
background:inherit;/*background:#FFF;same as body BG*/ | background:inherit;/*background:#FFF;same as body BG*/ | ||
} | } | ||
Line 113: | Line 139: | ||
z-index:3; | z-index:3; | ||
margin-top: -10px; | margin-top: -10px; | ||
+ | margin-left: auto; | ||
/*box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.17); */ | /*box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.17); */ | ||
/*Could be the padding from menu or something*/ | /*Could be the padding from menu or something*/ | ||
Line 120: | Line 147: | ||
border-color:#473d21;*/ | border-color:#473d21;*/ | ||
} | } | ||
+ | |||
+ | |||
.center_content{ | .center_content{ | ||
padding: 50px; | padding: 50px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
+ | margin-left: 10px; | ||
+ | width: 900px; | ||
background:#FFFFFF; | background:#FFFFFF; | ||
color: #473D2; | color: #473D2; | ||
box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.5);/*rgba(229, 299, 196, 0.8); */ | box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.5);/*rgba(229, 299, 196, 0.8); */ | ||
border-radius: 3px; | border-radius: 3px; | ||
− | + | /* overflow: hidden; */ | |
+ | /* this may mess up some figures, but fixes the tooltips*/ | ||
} | } | ||
#right { | #right { | ||
− | width:50%; | + | width:calc(50% - 500px); |
float:right; | float:right; | ||
margin-left:-500px; /*-half center width*/ | margin-left:-500px; /*-half center width*/ | ||
Line 166: | Line 198: | ||
width:100%; | width:100%; | ||
height:50px; | height:50px; | ||
− | /*background-color: # | + | /*background-color: #e8ce94;*/ |
− | background-image: url(https://static.igem.org/mediawiki/2016/ | + | background-image: url(https://static.igem.org/mediawiki/2016/9/98/T--Wageningen_UR--footerbanner.jpg); |
− | color:# | + | color:#f4e6c8; |
text-align:center; | text-align:center; | ||
Line 178: | Line 210: | ||
bottom: 10px; | bottom: 10px; | ||
right: 10px; | right: 10px; | ||
+ | z-index: 3; | ||
} | } | ||
Line 188: | Line 221: | ||
sidenav { | sidenav { | ||
− | width: | + | width:200px; |
− | background-color: | + | background-color: #FFF372; |
border:none; | border:none; | ||
padding:0; | padding:0; | ||
− | margin-top: | + | margin-top:275px; |
− | margin-left:- | + | margin-left:-155px; |
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
Line 201: | Line 234: | ||
.menu-head { | .menu-head { | ||
background: #473D21; | background: #473D21; | ||
− | width: | + | width:inherit; |
padding:0; | padding:0; | ||
margin:0; | margin:0; | ||
Line 208: | Line 241: | ||
border-radius: 3px; | border-radius: 3px; | ||
overflow:hidden; | overflow:hidden; | ||
− | border-top: 2px solid # | + | border-top: 2px solid #FFF372; |
− | border-right:1px solid # | + | border-right:1px solid #FFF372; |
− | border-left:1px solid # | + | border-left:1px solid #FFF372; |
− | border-bottom:2px solid # | + | border-bottom:2px solid #FFF372; |
} | } | ||
Line 219: | Line 252: | ||
font-size:14px; | font-size:14px; | ||
background: none; | background: none; | ||
− | width: | + | width:inherit; |
margin:0; | margin:0; | ||
− | |||
list-style: none; | list-style: none; | ||
position: relative; | position: relative; | ||
line-height:40px; | line-height:40px; | ||
display: block; | display: block; | ||
+ | text-align: center; | ||
} | } | ||
.menu-item { | .menu-item { | ||
font-weight: bold; | font-weight: bold; | ||
− | background: # | + | background:#e8ce94; |
− | width: | + | width:inherit; |
padding:0; | padding:0; | ||
margin:0; | margin:0; | ||
Line 238: | Line 271: | ||
border-radius: 3px; | border-radius: 3px; | ||
overflow:hidden; | overflow:hidden; | ||
− | border-top: 2px solid # | + | border-top: 2px solid #FFF372; |
− | border-right:1px solid # | + | border-right:1px solid #FFF372; |
− | border-left:1px solid # | + | border-left:1px solid #FFF372; |
− | border-bottom:2px solid # | + | border-bottom:2px solid #FFF372; |
} | } | ||
Line 248: | Line 281: | ||
font-size:12px; | font-size:12px; | ||
background: none; | background: none; | ||
− | width: | + | width:inherit; |
margin:0; | margin:0; | ||
− | padding:0px | + | padding:0px 10px; |
list-style: none; | list-style: none; | ||
position: relative; | position: relative; | ||
line-height:40px; | line-height:40px; | ||
+ | text-align:left; | ||
} | } | ||
Line 260: | Line 294: | ||
display: block; | display: block; | ||
text-decoration: none; | text-decoration: none; | ||
− | width: | + | width: inherit; |
line-height:40px; | line-height:40px; | ||
} | } | ||
Line 289: | Line 323: | ||
transition: height 1s ease; | transition: height 1s ease; | ||
} | } | ||
− | + | .menu-item ul li a { | |
+ | background-color: #FFF372; | ||
+ | } | ||
+ | /* | ||
.menu-item ul a, .menu-item ul a:visited { | .menu-item ul a, .menu-item ul a:visited { | ||
margin:0; | margin:0; | ||
Line 295: | Line 332: | ||
color: #222; | color: #222; | ||
display: block; | display: block; | ||
− | width: | + | width: inherit; |
overflow:hidden; | overflow:hidden; | ||
} | } | ||
.menu-item ul li a, .menu-item ul li a:visited { | .menu-item ul li a, .menu-item ul li a:visited { | ||
− | background-color: | + | background-color: #FFF372; |
} | } | ||
− | + | ||
.menu-item a { | .menu-item a { | ||
display: block; | display: block; | ||
− | width: | + | width:inherit; |
height:40px; | height:40px; | ||
line-height:40px; | line-height:40px; | ||
Line 344: | Line 381: | ||
.menu-item li:hover a{ | .menu-item li:hover a{ | ||
− | background: | + | background: rgb(255,109,5); |
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Line 351: | Line 388: | ||
a.sidenav-active { | a.sidenav-active { | ||
− | background-color: rgba( | + | background-color: rgba(245, 139, 29, 0.9); |
font-weight:bold; | font-weight:bold; | ||
padding:0 20px; | padding:0 20px; | ||
Line 381: | Line 418: | ||
#center h1{ | #center h1{ | ||
line-height: 30px; | line-height: 30px; | ||
− | color:# | + | color:#6d5d31; |
margin: 20px 10px 10px 10px; | margin: 20px 10px 10px 10px; | ||
font-size:200%; | font-size:200%; | ||
Line 390: | Line 427: | ||
margin: 10px 10px 5px 10px; | margin: 10px 10px 5px 10px; | ||
font-size:170%; | font-size:170%; | ||
− | color: # | + | color: #d1b359; |
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #cc941c; |
/*text-decoration:underline*/ | /*text-decoration:underline*/ | ||
} | } | ||
#center h3{ | #center h3{ | ||
margin: 10px 10px 0px 15px; | margin: 10px 10px 0px 15px; | ||
− | color:# | + | color:#a08e5b; |
font-size:130%; | font-size:130%; | ||
} | } | ||
Line 436: | Line 473: | ||
margin: 0px; | margin: 0px; | ||
line-height: initial; | line-height: initial; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 524: | Line 492: | ||
z-index:450; | z-index:450; | ||
top:10px; | top:10px; | ||
− | height: | + | height:60px; |
left:0; | left:0; | ||
right:0; | right:0; | ||
Line 533: | Line 501: | ||
padding:0; | padding:0; | ||
margin-top:0; | margin-top:0; | ||
− | margin-left:- | + | margin-left:-auto; |
margin-right:auto; | margin-right:auto; | ||
padding-left:10px; | padding-left:10px; | ||
− | width: | + | padding-right:10px; |
− | height: | + | width:1000px; |
+ | height:75px; | ||
z-index:500; | z-index:500; | ||
display:block; | display:block; | ||
− | background-color:# | + | background-color: #e8ce94; |
color: rgb(46,43,52); /*grey*/ | color: rgb(46,43,52); /*grey*/ | ||
text-align:center; | text-align:center; | ||
Line 562: | Line 531: | ||
top:0; | top:0; | ||
bottom:0; | bottom:0; | ||
+ | right: 100px; | ||
} | } | ||
#rightbarlogo { | #rightbarlogo { | ||
padding-top: 1 px; | padding-top: 1 px; | ||
− | position: | + | position: relative; |
− | + | top: 15px; | |
− | + | left: 15px; | |
} | } | ||
Line 575: | Line 545: | ||
/*margin-top: -10px;*/ | /*margin-top: -10px;*/ | ||
background-color:transparent; | background-color:transparent; | ||
− | margin-top: | + | margin-top:15px; |
margin-left:8px; | margin-left:8px; | ||
-webkit-transform:rotate(0deg) scale(0.9); | -webkit-transform:rotate(0deg) scale(0.9); | ||
Line 606: | Line 576: | ||
pointer-events:none; /*Does this work in IE9? Apparantly not... Who would've thought...*/ | pointer-events:none; /*Does this work in IE9? Apparantly not... Who would've thought...*/ | ||
position:relative; | position:relative; | ||
− | z-index: - | + | z-index: -2; |
background-color:transparent; | background-color:transparent; | ||
− | height: | + | height:175px; |
− | + | margin-top: -50px; | |
− | + | margin-right: -450px; | |
overflow: hidden; | overflow: hidden; | ||
} | } | ||
− | + | #logobase img{ | |
+ | pointer-events:none; /*Does this work in IE9? Apparantly not... Who would've thought...*/ | ||
+ | visibility: invisible; | ||
+ | position:relative; | ||
+ | z-index: -1; | ||
+ | background-color:transparent; | ||
+ | height:175px; | ||
+ | margin-top: -50px; | ||
+ | margin-right: -450px; | ||
+ | overflow: hidden; | ||
+ | } | ||
/*menu bar*/ | /*menu bar*/ | ||
#ca-menu{ | #ca-menu{ | ||
padding:0; | padding:0; | ||
margin:0; | margin:0; | ||
− | margin-left: | + | margin-top: 5px; |
− | width: | + | margin-left:5px; |
+ | margin-right:5px; | ||
+ | width: 840px; | ||
display:block; | display:block; | ||
/*position:relative;*/ | /*position:relative;*/ | ||
Line 631: | Line 613: | ||
margin: 0; | margin: 0; | ||
position:relative; | position:relative; | ||
− | width: | + | width:1000px; |
} | } | ||
#ca-menu li{ | #ca-menu li{ | ||
− | width: | + | width: 120px; |
height: 70px; | height: 70px; | ||
position: relative; | position: relative; | ||
Line 661: | Line 643: | ||
} | } | ||
− | #ca-icon1, #ca-icon2, #ca-icon3, #ca-icon4, #ca-icon5, #ca-icon6{ | + | #ca-icon1, #ca-icon2, #ca-icon3, #ca-icon4, #ca-icon5, #ca-icon6, #ca-icon7, #ca-icon8{ |
position: absolute; | position: absolute; | ||
− | width: | + | width:110px; |
− | height: | + | height: 65px; |
left: 10px; | left: 10px; | ||
top: 0; | top: 0; | ||
text-align: left; | text-align: left; | ||
− | overflow:hidden; | + | overflow:hidden; |
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/5/56/T--Wageningen_UR--overviewbutton.jpg); |
background-size:100px; | background-size:100px; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
Line 688: | Line 670: | ||
#ca-icon3{ | #ca-icon3{ | ||
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/4/45/T--Wageningen_UR--modelbutton.jpg); |
background-size:100px; | background-size:100px; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
Line 695: | Line 677: | ||
#ca-icon4{ | #ca-icon4{ | ||
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/b/bf/T--Wageningen_UR--outreachbutton.jpg); |
background-size:100px; | background-size:100px; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:left center; | background-position:left center; | ||
} | } | ||
+ | |||
#ca-icon5{ | #ca-icon5{ | ||
+ | background:url(https://static.igem.org/mediawiki/2016/2/2c/T--Wageningen_UR--teambutton.jpg); | ||
+ | background-size:100px; | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:left center; | ||
+ | } | ||
+ | |||
+ | #ca-icon6{ | ||
background:url(https://static.igem.org/mediawiki/2016/a/ae/T--Wageningen_UR--safetybutton.jpg); | background:url(https://static.igem.org/mediawiki/2016/a/ae/T--Wageningen_UR--safetybutton.jpg); | ||
background-size:100px; | background-size:100px; | ||
Line 708: | Line 698: | ||
} | } | ||
− | #ca- | + | #ca-icon7{ |
background:url(https://static.igem.org/mediawiki/2016/6/61/T--Wageningen_UR--journalbutton.jpg); | background:url(https://static.igem.org/mediawiki/2016/6/61/T--Wageningen_UR--journalbutton.jpg); | ||
background-size:100px; | background-size:100px; | ||
Line 715: | Line 705: | ||
} | } | ||
− | .ca-content{ | + | #ca-icon8{ |
+ | background:url(https://static.igem.org/mediawiki/2016/5/5e/T--Wageningen_UR--igembutton1.jpg); | ||
+ | background-size:80px; | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:left center; | ||
+ | } | ||
+ | .ca-content { | ||
position: absolute; | position: absolute; | ||
− | |||
width: 120px; | width: 120px; | ||
+ | line-height: 30px; | ||
height: 100%; | height: 100%; | ||
− | + | background-color: transparent; | |
− | + | font-family: Tahoma, Geneva, sans-serif; | |
− | + | font-size: 17px; | |
− | + | font-weight: bold; | |
− | + | opacity: 0.9; | |
− | + | ||
− | + | ||
text-align: center; | text-align: center; | ||
+ | text-shadow: 1px 1px 0 #6D5D31, -1px 1px 0 #6D5D31, 1px -1px 0 #6D5D31, -1px -1px 0 #6D5D31, 0px 1px 0 #6D5D31, 0px -1px 0 #6D5D31, -1px 0px 0 #6D5D31, 1px 0px 0 #6D5D31, 2px 2px 0 #6D5D31, -2px 2px 0 #6D5D31, 2px -2px 0 #6D5D31, -2px -2px 0 #6D5D31, 0px 2px 0 #6D5D31, 0px -2px 0 #6D5D31, -2px 0px 0 #6D5D31, 2px 0px 0 #6D5D31, 1px 2px 0 #6D5D31, -1px 2px 0 #6D5D31, 1px -2px 0 #6D5D31, -1px -2px 0 #6D5D31, 2px 1px 0 #6D5D31, -2px 1px 0 #6D5D31, 2px -1px 0 #6D5D31, -2px -1px 0 #6D5D31; | ||
+ | color: #C5BF61; | ||
} | } | ||
− | |||
#ca-menu ul li:hover{ | #ca-menu ul li:hover{ | ||
Line 770: | Line 765: | ||
#ca-menu ul li:hover #ca-icon3{ | #ca-menu ul li:hover #ca-icon3{ | ||
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/2/22/T--Wageningen_UR--modelbutton2.jpg); |
background-size:130px; | background-size:130px; | ||
opacity:0.3; | opacity:0.3; | ||
Line 776: | Line 771: | ||
background-position:left center; | background-position:left center; | ||
} | } | ||
+ | |||
#ca-menu ul li:hover #ca-icon4{ | #ca-menu ul li:hover #ca-icon4{ | ||
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/5/5b/T--Wageningen_UR--outreachbutton2.jpg); |
background-size:130px; | background-size:130px; | ||
opacity:0.3; | opacity:0.3; | ||
Line 784: | Line 780: | ||
} | } | ||
#ca-menu ul li:hover #ca-icon5{ | #ca-menu ul li:hover #ca-icon5{ | ||
− | background:url(https://static.igem.org/mediawiki/2016/ | + | background:url(https://static.igem.org/mediawiki/2016/3/33/T--Wageningen_UR--teambutton2.jpg); |
background-size:130px; | background-size:130px; | ||
opacity:0.3; | opacity:0.3; | ||
Line 791: | Line 787: | ||
} | } | ||
#ca-menu ul li:hover #ca-icon6{ | #ca-menu ul li:hover #ca-icon6{ | ||
+ | background:url(https://static.igem.org/mediawiki/2016/a/a0/T--Wageningen_UR--safetybutton2.jpg); | ||
+ | background-size:130px; | ||
+ | opacity:0.3; | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:left center; | ||
+ | } | ||
+ | #ca-menu ul li:hover #ca-icon7{ | ||
background:url(https://static.igem.org/mediawiki/2016/c/c5/T--Wageningen_UR--journalbutton2.jpg); | background:url(https://static.igem.org/mediawiki/2016/c/c5/T--Wageningen_UR--journalbutton2.jpg); | ||
background-size:130px; | background-size:130px; | ||
Line 798: | Line 801: | ||
} | } | ||
+ | #ca-menu ul li:hover #ca-icon8{ | ||
+ | background:url(https://static.igem.org/mediawiki/2016/f/f2/T--Wageningen_UR--igembutton2.jpg); | ||
+ | background-size:100px; | ||
+ | opacity:0.8; | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:left center; | ||
+ | } | ||
#ca-menu ul li:hover .ca-content{ | #ca-menu ul li:hover .ca-content{ | ||
color: rgb(255,109,5); | color: rgb(255,109,5); | ||
Line 1,147: | Line 1,157: | ||
-ms-transform: translateY(0%); | -ms-transform: translateY(0%); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 1,510: | Line 1,180: | ||
#journal h1{ | #journal h1{ | ||
− | color:# | + | color:#e8ce94; |
font-size:36px; | font-size:36px; | ||
font-weight:400; | font-weight:400; | ||
Line 1,544: | Line 1,214: | ||
.timelineContainer { | .timelineContainer { | ||
− | border-left:2px solid # | + | border-left:2px solid #e8ce94;<!-- THE COLOR OF MAJOR LINE--> |
margin:20px auto; | margin:20px auto; | ||
width:900px; | width:900px; | ||
Line 1,587: | Line 1,257: | ||
margin:0 0 10px; | margin:0 0 10px; | ||
padding:4px 4px 4px 20px; | padding:4px 4px 4px 20px; | ||
+ | } | ||
+ | |||
+ | .timelineMajor a { | ||
+ | background:url(../images/timeline_century_tick.gif) left center no-repeat; | ||
+ | font-family:verdana, geneva, sans-serif; | ||
+ | cursor: pointer; | ||
+ | font-size:1em; | ||
+ | font-weight:400; | ||
+ | <!--margin:0 0 10px; | ||
+ | padding:4px 4px 4px 20px; --> | ||
} | } | ||
.timelineMajor h2 span { | .timelineMajor h2 span { | ||
− | background:# | + | background:#e8ce94; <!--background color of major list--> |
-webkit-border-radius:4px; | -webkit-border-radius:4px; | ||
-moz-border-radius:4px; | -moz-border-radius:4px; | ||
Line 1,613: | Line 1,293: | ||
clear:left; | clear:left; | ||
font-size:1.6em; | font-size:1.6em; | ||
+ | list-style-type:none; | ||
+ | line-height:1.2em; | ||
+ | margin:0 0 12px; | ||
+ | padding:0 0 0 24px; | ||
+ | white-space:nowrap; | ||
+ | } | ||
+ | |||
+ | |||
+ | .timelineMinor at { <!-- NEW TEXT BOX for small in-depth explanation type thingies. --> | ||
+ | background:url(../images/timeline_decade_tick.gif) left center no-repeat; | ||
+ | clear:left; | ||
+ | font-size:0.6em; | ||
list-style-type:none; | list-style-type:none; | ||
line-height:1.2em; | line-height:1.2em; | ||
Line 1,632: | Line 1,324: | ||
.timelineMinor dt a.open { | .timelineMinor dt a.open { | ||
− | color:# | + | color:#e8ce94; |
} | } | ||
.timelineMinor dt a:hover { | .timelineMinor dt a:hover { | ||
− | color:# | + | color:#e8ce94; |
} | } | ||
Line 1,643: | Line 1,335: | ||
padding-left:24px; | padding-left:24px; | ||
width:100%; | width:100%; | ||
+ | display:none; | ||
} | } | ||
Line 1,671: | Line 1,364: | ||
.timelineEvent blockquote { | .timelineEvent blockquote { | ||
− | border-left:2px solid # | + | border-left:2px solid #e8ce94; |
clear:left; | clear:left; | ||
float:left; | float:left; | ||
Line 1,714: | Line 1,407: | ||
.sponsor_box{ | .sponsor_box{ | ||
− | width: | + | width: 1000px; |
+ | height: 1230px; | ||
margin:0 auto; | margin:0 auto; | ||
} | } | ||
Line 1,735: | Line 1,429: | ||
.sponsor_wur { | .sponsor_wur { | ||
position:absolute; | position:absolute; | ||
− | width: | + | width: 545px; |
− | height: | + | height: 250px; |
− | margin: 10px 10px 10px | + | margin: 10px -40px 10px 10px !important; |
− | + | right: 70px; | |
− | + | display: inline; | |
− | + | ||
background-color: #fff; /*#F6FAED;*/ | background-color: #fff; /*#F6FAED;*/ | ||
border: 10px solid white; | border: 10px solid white; | ||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | ||
− | } | + | vertical-align:middle; |
− | + | } | |
− | .sponsor_rectangle img, .sponsor_square img, .sponsor_wur img{ | + | |
+ | |||
+ | .sponsor_rectangle img, .sponsor_square img, .sponsor_squarenew img,.sponsor_wur img { | ||
width: 250px; | width: 250px; | ||
position: absolute; | position: absolute; | ||
Line 1,757: | Line 1,452: | ||
height: 250px; | height: 250px; | ||
} | } | ||
− | + | .sponsor_squarenew{ | |
+ | position: relative; | ||
+ | width: 250px; | ||
+ | margin: 10px 10px 10px 10px; | ||
+ | float: left; | ||
+ | height: 250px; | ||
+ | display:line; | ||
+ | /*width:30%;*/ | ||
+ | /*clear: both;*/ | ||
+ | background-color: #fff; /*#F6FAED;*/ | ||
+ | border: 10px solid white; | ||
+ | /*border-radius: 10px;*/ | ||
+ | box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | ||
+ | } | ||
+ | .clear { | ||
+ | clear:both; | ||
+ | line-height:0; | ||
+ | font-size:0; | ||
+ | } | ||
/* ==================== Link style ==================== */ | /* ==================== Link style ==================== */ | ||
.soft_link, .soft_link:visited { | .soft_link, .soft_link:visited { | ||
text-decoration:none; | text-decoration:none; | ||
− | color: # | + | color: #fff372; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 1,827: | Line 1,540: | ||
display: block; | display: block; | ||
border-radius: 25px; | border-radius: 25px; | ||
− | font-family: ' | + | font-family: 'Cooper Black', bold; |
width: 400px; | width: 400px; | ||
height: 200px; | height: 200px; | ||
Line 1,840: | Line 1,553: | ||
#center ul.square-menu li a h3{ | #center ul.square-menu li a h3{ | ||
− | font-family: ' | + | font-family: 'Cooper Black', bold; |
color: #731115; | color: #731115; | ||
− | font-size: | + | font-size: 20px; |
display: inline-block; | display: inline-block; | ||
vertical-align: middle; | vertical-align: middle; | ||
Line 1,864: | Line 1,577: | ||
ul.square-menu li a:hover { | ul.square-menu li a:hover { | ||
− | background: # | + | background: #e8ce94; |
-moz-transform: scale(1.05); | -moz-transform: scale(1.05); | ||
-webkit-transform: scale(1.05); | -webkit-transform: scale(1.05); | ||
Line 1,926: | Line 1,639: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* ==================== Table style ==================== */ | /* ==================== Table style ==================== */ | ||
Line 1,958: | Line 1,658: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 170%; | font-size: 170%; | ||
− | background-color: # | + | background-color: #e8ce94; |
display: table-cell; | display: table-cell; | ||
vertical-align: inherit; | vertical-align: inherit; | ||
font-weight: bold; | font-weight: bold; | ||
− | text-align: | + | text-align: left; |
} | } | ||
Line 1,982: | Line 1,682: | ||
font-size:14px; | font-size:14px; | ||
background-color: white; | background-color: white; | ||
− | border: 1px solid # | + | border: 1px solid #e8ce94; |
display: table-cell; | display: table-cell; | ||
− | text-align: | + | text-align: left; |
} | } | ||
Line 2,182: | Line 1,882: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
+ | max-width: 100%; | ||
} | } | ||
figure figcaption { | figure figcaption { | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | display: block; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | comic { | ||
+ | display: block; | ||
+ | align: center; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | comic img { | ||
+ | display: block; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | |||
+ | comic figcaption { | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 2,208: | Line 1,931: | ||
margin-left: 30px; | margin-left: 30px; | ||
} | } | ||
+ | |||
+ | /*Adding for testing refs, will remove later if it doesn't work */ | ||
+ | .basictext { | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*This code resizes screens*/ | ||
+ | @media only screen and (max-width: 1100px) { | ||
+ | #center {width:850px; } | ||
+ | .center_content {width:850px; margin-left: 0px;} | ||
+ | |||
+ | } | ||
+ | @media only screen and (max-width: 900px) { | ||
+ | #center {width:700px; } | ||
+ | .center_content {width:700px; margin-left: 0px;} | ||
+ | .navmenubkg {display: none;} | ||
+ | #header {height: 100px; margin-left: -20px; margin-bottom: 10px; margin-top: -10px; padding: 5px;} | ||
+ | } | ||
+ | @media only screen and (max-width: 700px) { | ||
+ | #center {width:470px;} | ||
+ | .center_content {width:470px; margin-left: 0px; padding: 10px;} | ||
+ | } | ||
+ | @media only screen and (max-width: 450px) { | ||
+ | #center {width:400px;} | ||
+ | .center_content {width:400px; margin-left: 0px; padding: 10px;} | ||
+ | } | ||
+ | @media only screen and (max-width: 400px) { | ||
+ | #center {width:350px;} | ||
+ | .center_content {width:350px; margin-left: 0px; padding: 10px;} | ||
+ | } | ||
+ | @media only screen and (max-width: 320px) { | ||
+ | #center {width:300px; } | ||
+ | .center_content {width:300px; margin-left: 0px; padding: 10px;} | ||
+ | } | ||
+ | |||
+ | $('a[href^="http://"]').each(function() { | ||
+ | $('<target='_blank' padding-right='0px' />').appendTo(this) | ||
+ | |||
+ | }); |
Latest revision as of 02:30, 20 October 2016
/*Font imports first*/ @import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
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; border: 0; font-size: 100%; /*vertical-align: baseline;*/ } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; color: transparent; } table { border-collapse: collapse; border-spacing: 0; }
th, td, tr { text-align: left; border: solid 1px; }
/*Hiding default wiki elements - thanks to DTU-Denmark 2011*/
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
/*Three column layout with fixed middle width - http://css-lab.com/demos/3col-fluid/3col-fix-cntr.html*/
- {
margin:0; padding:0; }
body:before {/*Opera Fix*/
content:""; height:100%; float:left; width:0; margin-bottom:-100px;/*header height*/
} html{ height:100%; } body{
height:100%; min-width: 1000px;/*To remove horizontal scrollbar*/ overflow-x: hidden; /*To remove horizontal scrollbar*/
background-image: url('https://static.igem.org/mediawiki/2016/1/1b/T--Wageningen_UR--beigeBG.png');
background-size: 1000px;
font-family: verdana, geneva, sans-serif; color: #000000; font-size:80%; }
- globalWrapper{
padding-bottom: 0px; }
.content{
width: 100%; }
.content_wrapper{
width: 100%; margin-left: 0px; }
- wrapper{
min-height:100%; margin-left: auto; margin-right: auto; margin-top:-50px; /*footer soak up*/ position:relative;/*set as containing block for AP faux column*/
}
- innerwrap{
width:100%; overflow:visible;
margin-left: auto; margin-right: auto; }
- header{
/*border-top:50px solid #333;/*footer soak up*/ margin-top: 50px; /*Change to 10 for IE*/
margin-bottom: -5px; margin-left: -30px; height: 100px;
position:relative; z-index: -1;/*layer it above the AP faux*/ background: transparent; color:#000; text-align:center;
background-size: auto 120px; background-repeat: no-repeat; background-position: center; /*background-size: 200px;*/ display: block; }
- left {
width:calc(50% - 500px); float:left;
background:inherit; /*border-bottom: 50px solid #e8ce94;*/ }
- inner-left{
background:inherit;/*background:#FFF;same as body BG*/
}
- center {
width:1000px; /*center column width*/ float:left; background:inherit; position:relative; z-index:3;
margin-top: -10px; margin-left: auto; /*box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.17); */ /*Could be the padding from menu or something*/ /*border-radius:10px;*/ /*border-width:2px;
border-style:dashed;
border-color:#473d21;*/ }
.center_content{
padding: 50px;
margin-bottom: 20px;
margin-left: 10px;
width: 900px;
background:#FFFFFF; color: #473D2; box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.5);/*rgba(229, 299, 196, 0.8); */ border-radius: 3px; /* overflow: hidden; */ /* this may mess up some figures, but fixes the tooltips*/ }
- right {
width:calc(50% - 500px); float:right; margin-left:-500px; /*-half center width*/
background:#FFFFFF; }
- inner-right {
margin-left:505px; /*half center column width + 5*/ background:#FFFFFF;/*same as body BG*/
}
- center-faux{
position:absolute; width:1000px; /*center column width*/ left:50%; bottom:0; height:100%; margin-left:-500px; /*-half center column width*/ background:inherit; z-index:0;
/*box-shadow: 0px 0px 8px 3px #E5E5C4; */ border-radius:10px; /* -webkit-box-shadow: 0px 0px 53px 16px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 53px 16px rgba(0,0,0,0.75); box-shadow: 0px 0px 53px 16px rgba(0,0,0,0.75); */ }
- html #center-faux{height:999em}/*for IE6*/
- footer{
margin-top: 30px; padding-top:100px;
clear:both; width:100%; height:50px;
/*background-color: #e8ce94;*/ background-image: url();
color:#f4e6c8; text-align:center;
}
- mascot{
position: fixed; bottom: 10px; right: 10px; z-index: 3; }
/*sidebar*/
.sidebar-container{ float:right; }
sidenav {
width:200px; background-color: #FFF372; border:none; padding:0;
margin-top:275px; margin-left:-155px; position: fixed;
top: 0; z-index: 3;
}
.menu-head { background: #473D21; width:inherit; padding:0; margin:0; list-style: none; box-shadow: 0px 5px 9px rgba(0,0,0,0.50); border-radius: 3px; overflow:hidden;
border-top: 2px solid #FFF372;
border-right:1px solid #FFF372; border-left:1px solid #FFF372; border-bottom:2px solid #FFF372; }
.menu-head a{ color:#FFF372; text-decoration: none;
font-size:14px;
background: none; width:inherit; margin:0; list-style: none; position: relative; line-height:40px; display: block;
text-align: center;
}
.menu-item { font-weight: bold; background:#e8ce94; width:inherit; padding:0; margin:0; list-style: none; box-shadow: 0px 5px 9px rgba(0,0,0,0.50); border-radius: 3px; overflow:hidden;
border-top: 2px solid #FFF372;
border-right:1px solid #FFF372; border-left:1px solid #FFF372; border-bottom:2px solid #FFF372; }
.menu-item a{ text-decoration: none;
font-size:12px;
background: none; width:inherit; margin:0; padding:0px 10px; list-style: none; position: relative; line-height:40px;
text-align:left;
}
.menu-item a, .menu-item a:visited { color: #222; display: block; text-decoration: none; width: inherit; line-height:40px; }
.menu-item:hover >{ background: #473D21; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); border-radius: 3px; }
.menu-item:hover > a{ color: #FFF372; }
.menu-item ul { background: none; box-shadow:none; font-size: 14px; height:0px;/*collapses the menu*/ list-style-type: none; padding: 0px; margin:0; overflow:hidden; -webkit-transition: height 1s ease; -moz-transition: height 1s ease; -o-transition: height 1s ease; -ms-transition: height 1s ease; transition: height 1s ease; } .menu-item ul li a {
background-color: #FFF372; } /*
.menu-item ul a, .menu-item ul a:visited { margin:0; text-decoration: none; color: #222; display: block; width: inherit; overflow:hidden; }
.menu-item ul li a, .menu-item ul li a:visited {
background-color: #FFF372; }
.menu-item a { display: block; width:inherit; height:40px; line-height:40px; margin:0; padding:0px 20px; overflow:hidden; -webkit-transition: height 1s ease;
-moz-transition: height 1s ease; -o-transition: height 1s ease; -ms-transition: height 1s ease; transition: height 1s ease;
}
- /
.menu-item:hover li{ height:40px; line-height:40px; }
/* Can't get it to expand based on the number of children - just used seperarete css for each ammount of submenus.*/ .menu-item:hover ul.one-item{ height:42px; } .menu-item:hover ul.two-item{ height:82px; } .menu-item:hover ul.three-item{ height:122px; } .menu-item:hover ul.four-item{ height:162px; } .menu-item:hover ul.five-item{ height:202px; } .menu-item:hover ul.six-item{ height:242px; }
.menu-item li:hover a{
background: rgb(255,109,5); font-weight:bold;
}
a.sidenav-active {
background-color: rgba(245, 139, 29, 0.9); font-weight:bold; padding:0 20px;
}
/*sidebar end*/
hr {
border:none; background-color:rgb(220,220,220); height:12px; margin-bottom:18px;
}
/*top margin is 25px
right margin is 50px
bottom margin is 75px
left margin is 100px*/
- center h1,h2,h3,h4{
font-family:Verdana, Geneva, sans-serif; font-weight:bold; }
- center h1{
line-height: 30px; color:#6d5d31; margin: 20px 10px 10px 10px; font-size:200%; /*text-align:center;*/ /*border-bottom: 1px solid #3a3424;*/ /*f0efcd;*/ }
- center h2{
margin: 10px 10px 5px 10px; font-size:170%; color: #d1b359; border-bottom: 1px solid #cc941c; /*text-decoration:underline*/ }
- center h3{
margin: 10px 10px 0px 15px; color:#a08e5b; font-size:130%; }
- center h4{
margin: 0px 10px 10px 40px; color:#3a3424; font-size:110%; font-weight: 800; }
- center p, #center ul, #center ol{
margin: 10px 15px 10px 15px; color:#3a3424; font-size:14px; text-align: justify; line-height:1.5em; font-weight: 400; }
- center ul{
margin: 10px 15px 10px 45px; list-style-type:disc; list-style-image:none; }
- center ol{
margin: 10px 15px 10px 45px; list-style-type:decimal; }
- center p.notjustified{
text-align: left; }
- center h1+p, h2+p, h3+p, h4+p{
padding-top:0px; }
- footer p{
padding-top: 8px; margin: 0px; line-height: initial; }
@font-face { font-family: 'icomoon'; src:url('../icomoon/fonts/icomoon.eot'); src:url('../icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('../icomoon/fonts/icomoon.woff') format('woff'), url('../icomoon/fonts/icomoon.ttf') format('truetype'), url('../icomoon/fonts/icomoon.svg') format('svg'); font-weight: normal; font-style: normal; }
/* Navigation Menu */ .navmenubkg {
position:relative; display:block; z-index:450; top:10px; height:60px; left:0; right:0; background:transparent; }
- nav_wrapper{
padding:0; margin-top:0;
margin-left:-auto; margin-right:auto;
padding-left:10px;
padding-right:10px; width:1000px; height:75px; z-index:500; display:block;
background-color: #e8ce94;
color: rgb(46,43,52); /*grey*/ text-align:center;
border-radius: 3px; -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.5); box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}
.sidelogos {
float:left; display:block; margin-left:auto; height:100%; width:65px;;
} .sidelogos a {
display:block; top:0; bottom:0; right: 100px;
}
- rightbarlogo {
padding-top: 1 px; position: relative; top: 15px; left: 15px; }
- pblogo img{
height:40px; /*margin-top: -10px;*/ background-color:transparent; margin-top:15px; margin-left:8px; -webkit-transform:rotate(0deg) scale(0.9); -moz-transform:rotate(0deg) scale(0.9); -ms-transform:rotate(0deg) scale(0.9); -o-transform:rotate(0deg) scale(0.9); transform:rotate(0deg) scale(0.9); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
}
- pblogo:hover img{
background-color:transparent; -webkit-transform:rotate(0deg) scale(1.3); -moz-transform:rotate(0deg) scale(1.3); -ms-transform:rotate(0deg) scale(1.3); -o-transform:rotate(0deg) scale(1.3); transform:rotate(0deg) scale(1.3); }
- igemlogo:hover img {
opacity:1; }
- rightlogo img{
pointer-events:none; /*Does this work in IE9? Apparantly not... Who would've thought...*/ position:relative; z-index: -2; background-color:transparent; height:175px; margin-top: -50px; margin-right: -450px; overflow: hidden; }
- logobase img{
pointer-events:none; /*Does this work in IE9? Apparantly not... Who would've thought...*/
visibility: invisible; position:relative; z-index: -1;
background-color:transparent; height:175px; margin-top: -50px; margin-right: -450px; overflow: hidden; } /*menu bar*/
- ca-menu{
padding:0; margin:0; margin-top: 5px;
margin-left:5px; margin-right:5px;
width: 840px;
display:block; /*position:relative;*/ float:left; }
- ca-menu ul{
list-style-type: none; list-style-image: none;
padding: 0; margin: 0; position:relative;
width:1000px; }
- ca-menu li{
width: 120px; height: 70px; position: relative; float:left; background:#e8ce94;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2); box-shadow: 1px 1px 2px rgba(0,0,0,0.2); margin-right: 4px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear;
}
- ca-menu li a{
text-align: left; width: 100%; height: 100%; display: block; color: #222; position: relative;
}
- ca-icon1, #ca-icon2, #ca-icon3, #ca-icon4, #ca-icon5, #ca-icon6, #ca-icon7, #ca-icon8{
position: absolute; width:110px; height: 65px; left: 10px; top: 0; text-align: left;
overflow:hidden; background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; -webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear;
}
- ca-icon2{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon3{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon4{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon5{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon6{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon7{
background:url(); background-size:100px; background-repeat:no-repeat; background-position:left center; }
- ca-icon8{
background:url(); background-size:80px; background-repeat:no-repeat; background-position:left center; } .ca-content {
position: absolute; width: 120px; line-height: 30px; height: 100%; background-color: transparent; font-family: Tahoma, Geneva, sans-serif; font-size: 17px; font-weight: bold; opacity: 0.9; text-align: center; text-shadow: 1px 1px 0 #6D5D31, -1px 1px 0 #6D5D31, 1px -1px 0 #6D5D31, -1px -1px 0 #6D5D31, 0px 1px 0 #6D5D31, 0px -1px 0 #6D5D31, -1px 0px 0 #6D5D31, 1px 0px 0 #6D5D31, 2px 2px 0 #6D5D31, -2px 2px 0 #6D5D31, 2px -2px 0 #6D5D31, -2px -2px 0 #6D5D31, 0px 2px 0 #6D5D31, 0px -2px 0 #6D5D31, -2px 0px 0 #6D5D31, 2px 0px 0 #6D5D31, 1px 2px 0 #6D5D31, -1px 2px 0 #6D5D31, 1px -2px 0 #6D5D31, -1px -2px 0 #6D5D31, 2px 1px 0 #6D5D31, -2px 1px 0 #6D5D31, 2px -1px 0 #6D5D31, -2px -1px 0 #6D5D31; color: #C5BF61;
}
- ca-menu ul li:hover{
background-color: #6d5d31; z-index:999; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
- ca-menu ul li:hover a {
-webkit-transform: none;
-moz-transform: none; -ms-transform: none; -o-transform: none;
transform:none; }
- ca-menu ul li:hover #ca-icon1{
/* overflow:hidden;
color: #FFF372;
font-size:90px;*/
background:url(); background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center;
}
- ca-menu ul li:hover #ca-icon2{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon3{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon4{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon5{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon6{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon7{
background:url();
background-size:130px; opacity:0.3; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover #ca-icon8{
background:url();
background-size:100px; opacity:0.8; background-repeat:no-repeat; background-position:left center; }
- ca-menu ul li:hover .ca-content{
color: rgb(255,109,5);
-webkit-animation: smallToBig 300ms ease;
-moz-animation: smallToBig 300ms ease; -ms-animation: smallToBig 300ms ease;
animation: smallToBig 300ms ease; }
/*submenu*/
- ca-menu li ul, #ca-menu li ul a {
visibility:hidden; height:0; /*position:fixed;*/ background-color:transparent; font-size:12px; padding:0; width:138px; z-index:999; text-decoration:none; text-align: center; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li li{
visibility:hidden; height:0; position:relative; float:none; width:138px; line-height:40px; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight: bold; background-color:#b6be88; text-decoration:none; box-shadow:none;
-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
}
- ca-menu li li a{
visibility:hidden;
-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
}
- ca-menu li:hover ul{
visibility:visible; height:0; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li:hover ul a{
visibility:visible; height:200px; display:block; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li:hover li {
position:relative; float:none; margin:0; margin-left:2.5px;
padding:0;
width:138px; line-height:40px; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight: bold; background-color:#e8ce94; text-decoration:none; box-shadow:none; border:1px solid #e8ce94; visibility:visible; height:36px; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; } /*
- ca-menu li:hover li a:after {
content:"\25B6";
float: right; font-size:8px; margin-right:1px; margin-left:-15px; }
- ca-menu li:hover li > a:only-child:after {
content: ;
}
- ca-menu ul ul > :first-child {
box-shadow:0px 3px 1px rgba(0,0,0,0.25) inset;
-webkit-border-radius: 2px 2px 0 0; -moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0; }
- ca-menu ul ul > :last-child {
-webkit-border-radius: 0 0 2px 2px; -moz-border-radius:0 0 2px 2px; border-radius:0 0 2px 2px; }
*/
- ca-menu li:hover li a{
color:#6d5d31; visibility:visible; width:138px; height:36px; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -ms-transition: all .1s ease-out; -o-transition: all .1s ease-out; }
- ca-menu ul ul li:hover {
width:138px; height:36px; background-color:#FFF372; z-index:999; -webkit-transform:none;
-moz-transform:none; -ms-transform:none; -o-transform:none;
}
- ca-menu ul ul li:hover a{
width:138px; height:36px; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -ms-transition: all .1s ease-out; -o-transition: all .1s ease-out; }
/*third-level menu*/
- ca-menu li li ul{
margin-top:-36px; visibility:hidden; height:150px; /*position:fixed;*/ margin-left:136px; background-color:tranparent; padding:0; width:0px; z-index:999; text-decoration:none; text-align: center;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
- ca-menu li li ul a{
visibility:hidden; height:150px; /*position:fixed;*/ background-color:transparent; padding:0; width:138px; z-index:999; text-decoration:none; text-align: center; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li:hover ul ul li {
visibility:hidden; position:relative; float:none; margin:0; margin-left:3px;
padding:0;
width:0px; line-height:40px; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight: bold; background-color:#e8ce94; text-decoration:none; box-shadow:none; border:1px solid #e8ce94;; height:0; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -ms-transition: all .4s ease-out; -o-transition: all .4s ease-out; }
- ca-menu li:hover ul ul li a{
margin:0; color:#473D21; visibility:hidden; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; }
- ca-menu li li:hover ul{
visibility:visible; width:138px; display:block; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li li:hover ul a{
color:#473D21; visibility:hidden; width:138px; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -ms-transition: all .1s ease-out; -o-transition: all .1s ease-out; }
- ca-menu li:hover ul li:hover > ul li{
height:36px; width:138px; visibility:visible; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
- ca-menu li:hover ul li:hover > ul li a{
width:138px; height:36px; visibility:visible; }
- ca-menu li:hover li:hover li:hover {
background-color:#FFF372; height:36px; z-index:999; -webkit-transform:none;
-moz-transform:none; -ms-transform:none; -o-transform:none;
}
- ca-menu li:hover li:hover li:hover a{
height:36px; -webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; -ms-transition: all .1s ease-out; -o-transition: all .1s ease-out; }
.up_menu_fix{ margin-top:-36px; }
@-webkit-keyframes smallToBig{
from { -webkit-transform: scale(0.1); } to { -webkit-transform: scale(1); }
} @-moz-keyframes smallToBig{
from { -moz-transform: scale(0.1); } to { -moz-transform: scale(1); }
} @-ms-keyframes smallToBig{
from { -ms-transform: scale(0.1); } to { -ms-transform: scale(1); }
}
@-webkit-keyframes moveFromBottom {
from { -webkit-transform: translateY(100%); } to { -webkit-transform: translateY(0%); }
} @-moz-keyframes moveFromBottom {
from { -moz-transform: translateY(100%); } to { -moz-transform: translateY(0%); }
} @-ms-keyframes moveFromBottom {
from { -ms-transform: translateY(100%); } to { -ms-transform: translateY(0%); }
}
/* ======= Journal ======= */
.journal { z-index:555; background-color:white; color:#eeefef; font-size:80%; font-family:verdana, geneva, sans-serif; margin:0; padding:0; }
.container { width:940px; margin-left:auto; margin-right:auto; padding:10px; }
- journal h1{
color:#e8ce94; font-size:36px; font-weight:400; margin:0; }
- journal h2 {
font-size:22px; font-weight:400; margin:5px 0; letter-spacing:.1em; }
- journal h3 {
font-size:1.6em; margin:10px 0 10px 10px; }
.lead { font-size:2em; margin-bottom:40px; }
.clear { clear:both; line-height:0; font-size:0; }
/* ============ TIMELINE ============= */
.timelineContainer { border-left:2px solid #e8ce94; margin:20px auto; width:900px; }
div.timelineToggle { float:right; margin-right:0; white-space:nowrap; }
a.expandAll { color:#ccc; cursor:pointer; background:#000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; font-size:12px; padding:3px 5px; }
a.expandAll:hover {
color:rgb(51,51,51); background-color:#97A335; cursor:pointer;
}
div.timelineMajor { clear:left; float:left; margin:0 0 12px; width:900px; }
.timelineMajor h2 {
background:url(../images/timeline_century_tick.gif) left center no-repeat; font-family:verdana, geneva, sans-serif; cursor: pointer; font-size:3em; font-weight:400; margin:0 0 10px; padding:4px 4px 4px 20px;
}
.timelineMajor a {
background:url(../images/timeline_century_tick.gif) left center no-repeat; font-family:verdana, geneva, sans-serif; cursor: pointer; font-size:1em; font-weight:400;
}
.timelineMajor h2 span {
background:#e8ce94; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; color:#131313; letter-spacing:.1em; line-height:1.7em; padding:4px 5px 6px;
}
dl.timelineMinor { clear:left; float:left; margin:0 12px 0 0; padding:4px 4px 4px 0; position:relative; width:880px; }
.timelineMinor dt {
background:url(../images/timeline_decade_tick.gif) left center no-repeat; clear:left; font-size:1.6em; list-style-type:none; line-height:1.2em; margin:0 0 12px; padding:0 0 0 24px; white-space:nowrap;
}
.timelineMinor at {
background:url(../images/timeline_decade_tick.gif) left center no-repeat; clear:left; font-size:0.6em; list-style-type:none; line-height:1.2em; margin:0 0 12px; padding:0 0 0 24px; white-space:nowrap;
}
.timelineMinor dt a {
color:#999; cursor:pointer;
}
.timelineMinor dt a.closed {
color:#999; font-size:1em; margin-left:0;
}
.timelineMinor dt a.open {
color:#e8ce94;
}
.timelineMinor dt a:hover {
color:#e8ce94;
}
.timelineMinor dd {
color:rgb(51,51,51); padding-left:24px; width:100%; display:none;
}
.timelineMinor dd h3 {
color:rgb(51,51,51); clear:both; float:left; font-size:1.5em; margin:0; white-space:nowrap;
}
.timelineEvent p { clear:both; line-height:1.5em; margin:6px 0 10px; width:700px; }
.timelineEvent h4 { clear:left; float:left; font-size:1.4em; font-weight:400; margin:10px 0 0; padding:0 0 0 20px; }
.timelineEvent blockquote { border-left:2px solid #e8ce94; clear:left; float:left; font-size:1.8em; margin-left:0; padding:0 30px; width:400px; }
.timelineEvent blockquote .attribution{ font-size:0.7em; text-align: right; }
.timelineEvent div.media {
float:right;
padding:0 0 12px;
width:300px;
}
.timelineEvent .media img { border:2px solid #000; margin:0; }
.timelineEvent .media p { font-size:1.2em; margin:0; padding:0; }
.timelineEvent .media a:link,.timelineEvent .media a:visited { color:#ab221b; }
.timelineEvent .media a:hover { color:#7DBADF; }
/* ================= Sponsor box ====================== */
.sponsor_box{ width: 1000px;
height: 1230px;
margin:0 auto; }
.sponsor_rectangle, .sponsor_square{
position: relative; width: 250px;
margin: 10px 10px 10px 10px; float: left; height: 120px; display:inline; /*width:30%;*/ /*clear: both;*/ background-color: #fff; /*#F6FAED;*/ border: 10px solid white; /*border-radius: 10px;*/ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
.sponsor_wur { position:absolute; width: 545px; height: 250px; margin: 10px -40px 10px 10px !important; right: 70px; display: inline; background-color: #fff; /*#F6FAED;*/ border: 10px solid white; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); vertical-align:middle; }
.sponsor_rectangle img, .sponsor_square img, .sponsor_squarenew img,.sponsor_wur img {
width: 250px;
position: absolute; top:0; bottom:0; margin:auto;
}
.sponsor_square{ height: 250px; } .sponsor_squarenew{
position: relative; width: 250px;
margin: 10px 10px 10px 10px; float: left; height: 250px; display:line; /*width:30%;*/ /*clear: both;*/ background-color: #fff; /*#F6FAED;*/ border: 10px solid white; /*border-radius: 10px;*/ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } .clear { clear:both; line-height:0; font-size:0; }
/* ==================== Link style ==================== */ .soft_link, .soft_link:visited { text-decoration:none; color: #fff372; font-weight: bold; }
.soft_link:hover{ text-decoration: underline; }
/* ==================== Tour style ==================== */ .tour-arrow-left{
width:100px; float:left; margin-top:20px;
}
.tour-arrow-right{
width:100px; float:right; margin-top:20px;
}
.tour-header{
float:left; font-family: 'Gloria Hallelujah', cursive; font-size:150%; width:600px; margin-left:50px; margin-right:50px
} .tour-header h1{
text-align:center;
} .tour-header p{ font-size: 16px; }
- center ul.square-menu {
font-size: small; list-style-type: none; list-style: none; padding: 0; font-family: snap,arial, sans-serif; width: 900px; margin-left:20px;
}
- center ul.square-menu li{
float: left; margin: 5px;
}
- center ul.square-menu li div.square-menu-header{
clear: both; height: 80px; line-height: 80px;
}
- center ul.square-menu li a {
text-decoration: none;
margin: 10px 10px 10px 10px; background-color: #fff; border: 5px solid #111; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); display: block; border-radius: 25px; font-family: 'Cooper Black', bold; width: 400px; height: 200px; text-align: left; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05); -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
}
- center ul.square-menu li a h3{
font-family: 'Cooper Black', bold; color: #731115; font-size: 20px; display: inline-block; vertical-align: middle; margin-right: 5px;`
text-decoration: none; }
- center ul.square-menu li a p{
text-decoration: none;
float: left; font-size: 16px;
}
- center ul.square-menu li a img{
float: left;
height: 80px; /*float:right;*/ margin: 10px; margin-right: 15px; }
ul.square-menu li a:hover {
background: #e8ce94; -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.12); box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.12);
}
- center ul li.centered-menu-box {
}
- center ul.square-menu li.centered-menu-box{
float: left; margin: 5px; margin-left: 225px;
}
- tourbutton{
margin:0; padding-right:40px; padding-top:10px; float:right; width:130px; display:block; }
- tourbutton img{
width:100%; }
- tourbutton:hover{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
- tourbox{
margin:10px 0px; float:left; width:500px;
}
- tourbox h1{
font-family: 'Gloria Hallelujah', cursive !important; font-weight:600 !important; font-size:25px !important; padding-left:70px; padding-top:10px; }
- tourbox img{
position:absolute; margin:50px 0px; display:block; width:60px;
}
/* ==================== Table style ==================== */ ul.table{ margin-left:35px;
}
ul.table th td {
font-family: verdana, geneva, sans-serif;
margin-left:0px;
padding: 52px;
}
ul.table th{ padding: 5px; font-weight: bold; font-size: 170%; background-color: #e8ce94; display: table-cell; vertical-align: inherit; font-weight: bold; text-align: left; }
ul.table tr th:first-child{ border-radius: 10px 0px 0px 0px; }
ul.table tr th:last-child{ border-radius: 0px 10px 0px 0px; }
ul.table tr td:nth-child(odd){ background-color: rgba(234, 246, 168, 1); }
ul.table td { padding: 5px; font-weight: normal; font-size:14px; background-color: white; border: 1px solid #e8ce94; display: table-cell; text-align: left; }
/*---------------------- Overview picture ----------------------*/
.overview{ height:310px; width:900px; margin-left:15px; }
.overview > div { height: 310px; position:relative; float:left; margin:0px; }
.overview:hover > div{ opacity:0.4; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.overview:hover > div img.top { opacity:0.2; }
.overview:hover > div:hover{ opacity:1; box-shadow:0px -6px 4px #888888; }
.overview > div img{
position:absolute;
left:0;
height:100%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.overview > div img.top:hover {
opacity:0;
}
.overview > div img.transparent { opacity:0; }
.switchtext{
height:30px;
line-height:30px;
margin-left:200px;
margin-right:10px;
float:left;
font-size:18px;
}
.switchtext > span{ font-size:35px; vertical-align:-6px; }
.onoffswitch { position: relative; width: 100px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; padding-bottom:10px; float:left; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border: 2px solid #999999; border-radius: 20px; }
.onoffswitch-inner { display: block; width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } .onoffswitch-inner:before, .onoffswitch-inner:after { display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { content: "Show"; padding-left: 11px; background-color: #EEEEEE; color: #000000; }
.onoffswitch-inner:after { content: "Hide"; padding-right: 11px; background-color: #EEEEEE; color: #999999; text-align: right; } .onoffswitch-switch { display: block; width: 18px; height:18px; margin: 6px; background: #A1A1A1; border: 2px solid #999999; border-radius: 20px; position: absolute; top: 0; bottom: 0; right: 66px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; background-color: #27A1CA; }
.overview_model{ width:862px; height:331px;
background-repeat:no-repeat; background-size:862px; display:block; margin-left:15px; }
.model_brick{ width:150px; height:150px; float:left; margin-top:120px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; }
.model_brick > img{ width:150px; }
.model_brick:hover{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
figure { display: block; margin-left:auto; margin-right:auto; }
figure img { display: block; margin-left:auto; margin-right:auto;
max-width: 100%;
}
figure figcaption {
font-size: 12px;
font-weight: bold; display: block; margin-left:auto; margin-right:auto; text-align: center; } comic { display: block;
align: center;
margin-left:auto; margin-right:auto; }
comic img { display: block; margin-left:auto; margin-right:auto;
max-width: 100%;
}
comic figcaption {
font-size: 12px;
font-weight: bold; display: block; margin-left:auto; margin-right:auto; text-align: center; }
ul.references{ list-style-type: circle; }
ol.references{ list-style-type: decimal; }
ul.references li, ol.references li { font-family: courier new, monospace; font-size:14px; margin-bot:5px; margin-top:5px; margin-left: 30px; }
/*Adding for testing refs, will remove later if it doesn't work */
.basictext { padding-left: 10px; padding-right: 10px; }
/*This code resizes screens*/
@media only screen and (max-width: 1100px) {
#center {width:850px; }
.center_content {width:850px; margin-left: 0px;}
} @media only screen and (max-width: 900px) { #center {width:700px; }
.center_content {width:700px; margin-left: 0px;} .navmenubkg {display: none;} #header {height: 100px; margin-left: -20px; margin-bottom: 10px; margin-top: -10px; padding: 5px;}
} @media only screen and (max-width: 700px) { #center {width:470px;}
.center_content {width:470px; margin-left: 0px; padding: 10px;}
} @media only screen and (max-width: 450px) { #center {width:400px;}
.center_content {width:400px; margin-left: 0px; padding: 10px;}
} @media only screen and (max-width: 400px) { #center {width:350px;}
.center_content {width:350px; margin-left: 0px; padding: 10px;}
} @media only screen and (max-width: 320px) { #center {width:300px; }
.center_content {width:300px; margin-left: 0px; padding: 10px;}
}
$('a[href^="http://"]').each(function() {
$('<target='_blank' padding-right='0px' />').appendTo(this)
});