(77 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<style> | <style> | ||
− | + | /**https://static.igem.org/mediawiki/2016/b/be/K8_sketch_bg.jpg**/ | |
− | + | /**https://static.igem.org/mediawiki/2016/9/9a/K8_newBG2.jpg**/ | |
+ | /**https://static.igem.org/mediawiki/2016/f/fb/K8_body_bg.png**/ | ||
/********************************* DEFAULT WIKI SETTINGS ********************************/ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;background-image: url("https://static.igem.org/mediawiki/2016/ | + | #content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;background-image: url("https://static.igem.org/mediawiki/2016/thumb/d/df/K8_bg100p.jpg/600px-K8_bg100p.jpg");} |
− | body {background-image: url("https://static.igem.org/mediawiki/2016/ | + | body {background-image: url("https://static.igem.org/mediawiki/2016/thumb/d/df/K8_bg100p.jpg/600px-K8_bg100p.jpg"); } |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 15px; font-family: 'Exo 2', sans-serif;} | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 15px; font-family: 'Exo 2', sans-serif;} | ||
Line 25: | Line 26: | ||
padding:20px; | padding:20px; | ||
float:left; | float:left; | ||
− | /*background-color: | + | /*background-color:https://static.igem.org/mediawiki/2016/thumb/5/59/ThinkstockPhotos-466086125.jpg/600px-ThinkstockPhotos-466086125.jpg;*/ |
background-image: url("https://static.igem.org/mediawiki/2016/thumb/5/59/ThinkstockPhotos-466086125.jpg/600px-ThinkstockPhotos-466086125.jpg"); | background-image: url("https://static.igem.org/mediawiki/2016/thumb/5/59/ThinkstockPhotos-466086125.jpg/600px-ThinkstockPhotos-466086125.jpg"); | ||
+ | |||
text-align:left; | text-align:left; | ||
font-family: 'Exo 2', sans-serif; | font-family: 'Exo 2', sans-serif; | ||
− | + | box-shadow: 0px 0px 20px 0px #000; | |
} | } | ||
Line 104: | Line 106: | ||
} | } | ||
− | .menu_item a:hover {color:#e91d62;} | + | /*.menu_item a:hover {color:#e91d62;}*/ |
Line 151: | Line 153: | ||
.submenu li a:hover { | .submenu li a:hover { | ||
− | + | /*color:#ffb400; */ | |
− | + | /*background-color: #0f0f0f;*/ | |
+ | color: white; | ||
+ | background-color: #F4A566; | ||
} | } | ||
Line 180: | Line 184: | ||
/********************************* CONTENT OF THE PAGE ********************************/ | /********************************* CONTENT OF THE PAGE ********************************/ | ||
+ | |||
+ | |||
+ | #globalWrapper{ | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
Line 185: | Line 194: | ||
width: 100%; | width: 100%; | ||
margin-left:240px; | margin-left:240px; | ||
− | padding:20px | + | padding:20px 50px 10px 50px; |
float:left; | float:left; | ||
− | background-image: url("https://static.igem.org/mediawiki/2016/ | + | background-image: url("https://static.igem.org/mediawiki/2016/thumb/9/97/K8_bgBlank.jpg/600px-K8_bgBlank.jpg"); |
} | } | ||
Line 194: | Line 203: | ||
padding: 10px 0px; | padding: 10px 0px; | ||
float:left; | float:left; | ||
− | background-image: url("https://static.igem.org/mediawiki/2016/ | + | /*background-image: url("https://static.igem.org/mediawiki/2016/thumb/9/97/K8_bgBlank.jpg/600px-K8_bgBlank.jpg");*/ |
} | } | ||
Line 215: | Line 224: | ||
} | } | ||
+ | .09_size{ | ||
+ | width: 90%; | ||
+ | } | ||
+ | |||
+ | .01_size{ | ||
+ | |||
+ | width: 10%; | ||
+ | } | ||
.clear { | .clear { | ||
clear:both; | clear:both; | ||
Line 248: | Line 265: | ||
.content_wrapper h1{ | .content_wrapper h1{ | ||
− | font-size: | + | font-size: 48px; |
− | color: | + | color: white; |
margin-top: 20px; | margin-top: 20px; | ||
− | padding | + | padding: 35px; |
border-bottom:0px; | border-bottom:0px; | ||
− | font-family: 'Exo 2', sans-serif; | + | font-family: 'Exo 2', sans-serif; |
+ | background-image: url("https://static.igem.org/mediawiki/2016/1/1c/K8_title_bg8.png"); | ||
+ | background-repeat: no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
− | |||
Line 275: | Line 296: | ||
.content_wrapper h4{ | .content_wrapper h4{ | ||
− | font-size: | + | font-size: 24px; |
− | color: # | + | color: #ee864d; |
+ | line-height: normal; | ||
} | } | ||
Line 411: | Line 433: | ||
text-align: center; | text-align: center; | ||
font-weight: 600; | font-weight: 600; | ||
+ | margin-top:-15px; | ||
+ | margin-bottom:25px; | ||
} | } | ||
Line 420: | Line 444: | ||
margin-right: auto; | margin-right: auto; | ||
margin-top: 25px; | margin-top: 25px; | ||
+ | margin-bottom:25px; | ||
border: 3px solid #ddd; | border: 3px solid #ddd; | ||
background: white; | background: white; | ||
Line 425: | Line 450: | ||
} | } | ||
+ | |||
+ | |||
+ | |||
.imageCenterNB{ | .imageCenterNB{ | ||
Line 434: | Line 462: | ||
} | } | ||
+ | |||
+ | .quote{ | ||
+ | |||
+ | border: 3px solid #2f6fab; | ||
+ | background: white; | ||
+ | border-radius: 10px; | ||
+ | padding:10px; | ||
+ | margin-bottom:25px; | ||
+ | } | ||
+ | |||
+ | .quote1{ | ||
+ | |||
+ | |||
+ | padding:10px; | ||
+ | margin-bottom:25px; | ||
+ | border: 30px solid transparent; | ||
+ | |||
+ | -webkit-border-image: url(https://static.igem.org/mediawiki/2016/a/a9/K8_nb_cover.png) 80 stretch; /* Safari 3.1-5 */ | ||
+ | |||
+ | -o-border-image: url(https://static.igem.org/mediawiki/2016/a/a9/K8_nb_cover.png) 80 stretch; /* Opera 11-12.1 */ | ||
+ | |||
+ | border-image: url(https://static.igem.org/mediawiki/2016/a/a9/K8_nb_cover.png) 80 stretch; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .youTube{ | ||
+ | |||
+ | text-align: center; | ||
+ | margin-bottom:50px; | ||
+ | margin-top: 25px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 900px; | ||
+ | height: 506px; | ||
+ | |||
+ | |||
+ | border: 15px solid transparent; | ||
+ | |||
+ | -webkit-border-image: url(https://static.igem.org/mediawiki/2016/thumb/4/48/K8_frame1.png/120px-K8_frame1.png) 20 stretch; /* Safari 3.1-5 */ | ||
+ | -o-border-image: url(https://static.igem.org/mediawiki/2016/thumb/4/48/K8_frame1.png/120px-K8_frame1.png) 20 stretch; /* Opera 11-12.1 */ | ||
+ | border-image: url(https://static.igem.org/mediawiki/2016/thumb/4/48/K8_frame1.png/120px-K8_frame1.png) 20 stretch;" | ||
+ | |||
+ | } | ||
/********************************* Social *******************************************/ | /********************************* Social *******************************************/ |
Latest revision as of 19:54, 12 October 2016