Template:Team:Vanderbilt Software/CSS
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} #content { background-color...") |
|||
(19 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | ||
- | #content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow | + | #content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;} |
#bodyContent {background-color:transparent; border: none; padding:0; margin:0; width:100%; height:100%;} | #bodyContent {background-color:transparent; border: none; padding:0; margin:0; width:100%; height:100%;} | ||
Line 17: | Line 17: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | overflow: | + | overflow: hidden; |
font-family: "Verdana"; | font-family: "Verdana"; | ||
} | } | ||
Line 27: | Line 27: | ||
header { | header { | ||
- | font-size: | + | font-size: 1.5em; |
margin-bottom: 8px; | margin-bottom: 8px; | ||
} | } | ||
Line 46: | Line 46: | ||
} | } | ||
.button { | .button { | ||
- | width: | + | position: absolute; |
- | height: | + | bottom: 2%; |
+ | width: 8%; | ||
+ | height: 4%; | ||
margin: 0.5%; | margin: 0.5%; | ||
background-color: transparent; | background-color: transparent; | ||
Line 87: | Line 89: | ||
background-image: url("https://static.igem.org/mediawiki/parts/2/22/Vanderbilt_right_arrow_2.png"); | background-image: url("https://static.igem.org/mediawiki/parts/2/22/Vanderbilt_right_arrow_2.png"); | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
- | + | right: 1%; | |
} | } | ||
Line 94: | Line 96: | ||
background-image: url("https://static.igem.org/mediawiki/parts/0/06/Vanderbilt_left_arrow_2.png"); | background-image: url("https://static.igem.org/mediawiki/parts/0/06/Vanderbilt_left_arrow_2.png"); | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
- | + | left: 1%; | |
} | } | ||
Line 109: | Line 111: | ||
border: 1em solid floralwhite; | border: 1em solid floralwhite; | ||
border-bottom: 4em solid floralwhite; | border-bottom: 4em solid floralwhite; | ||
+ | background-color: floralwhite; | ||
width: 150px; | width: 150px; | ||
height: 150px; | height: 150px; | ||
Line 119: | Line 122: | ||
border: 1em solid floralwhite; | border: 1em solid floralwhite; | ||
border-bottom: 4em solid floralwhite; | border-bottom: 4em solid floralwhite; | ||
+ | background-color: floralwhite; | ||
margin-left: 12%; | margin-left: 12%; | ||
box-shadow: 0 0 3px rgba(0,0,0,0.3); | box-shadow: 0 0 3px rgba(0,0,0,0.3); | ||
Line 127: | Line 131: | ||
max-width: 100%; | max-width: 100%; | ||
margin: auto; | margin: auto; | ||
- | height: | + | height: 90%; |
width: 100%; | width: 100%; | ||
background-image: url("https://static.igem.org/mediawiki/parts/3/3b/Vanderbilt_Open_Labbook_smaller.png"); | background-image: url("https://static.igem.org/mediawiki/parts/3/3b/Vanderbilt_Open_Labbook_smaller.png"); | ||
Line 156: | Line 160: | ||
height: 5%; | height: 5%; | ||
width: 90%; | width: 90%; | ||
- | margin-left: | + | margin-left: 3%; |
- | margin-right: | + | margin-right: 3%; |
margin-top: 20px; | margin-top: 20px; | ||
} | } | ||
Line 165: | Line 169: | ||
width: 3%; | width: 3%; | ||
margin: auto; | margin: auto; | ||
- | margin-left: | + | margin-left: 5.5%; |
visibility: visible; | visibility: visible; | ||
} | } | ||
Line 184: | Line 188: | ||
position: relative; | position: relative; | ||
height: 100%; | height: 100%; | ||
- | width: | + | width: 7%; |
margin-left: 0.25%; | margin-left: 0.25%; | ||
margin-right: 0.25%; | margin-right: 0.25%; | ||
Line 195: | Line 199: | ||
position: relative; | position: relative; | ||
height: 100%; | height: 100%; | ||
- | width: | + | width: 7%; |
margin-left: 0.25%; | margin-left: 0.25%; | ||
margin-right: 0.25%; | margin-right: 0.25%; | ||
Line 204: | Line 208: | ||
} | } | ||
- | /* | + | /*tab properties ----------------------------------------------------------- */ |
#home_tab_left, #home_tab_right { | #home_tab_left, #home_tab_right { | ||
Line 211: | Line 215: | ||
#background_tab_left, #background_tab_right { | #background_tab_left, #background_tab_right { | ||
- | background-image: url("https://static.igem.org/mediawiki/parts/ | + | background-image: url("https://static.igem.org/mediawiki/parts/7/78/Vanderbilt_Software_Background_Tab.png"); |
+ | } | ||
+ | |||
+ | #darwin_tab_left, #darwin_tab_right { | ||
+ | background-image: url("https://static.igem.org/mediawiki/parts/7/73/Vanderbilt_Software_darwin_Tab.png"); | ||
} | } | ||
#results_tab_left, #results_tab_right { | #results_tab_left, #results_tab_right { | ||
- | background-image: url("https://static.igem.org/mediawiki/parts/ | + | background-image: url("https://static.igem.org/mediawiki/parts/b/b6/Vanderbilt_Software_Results_Tab.png"); |
} | } | ||
- | # | + | #user_guide_tab_left, #user_guide_tab_right { |
- | background-image: url("https://static.igem.org/mediawiki/parts/ | + | background-image: url("https://static.igem.org/mediawiki/parts/4/46/Vanderbilt_Software_User_Guide_Tab.png"); |
} | } | ||
+ | #api_reference_tab_left, #api_reference_tab_right{ | ||
+ | background-image: url("https://static.igem.org/mediawiki/parts/5/56/Vanderbilt_Software_API_Reference_Tab.png"); | ||
+ | } | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
Line 274: | Line 285: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Latest revision as of 03:11, 27 January 2015