(Prototype team template page) |
|||
Line 3: | Line 3: | ||
<style> | <style> | ||
+ | |||
+ | body{ | ||
+ | width:1350px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
/********************************* DEFAULT WIKI SETTINGS ********************************/ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; width: | + | #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;} |
body {background-color:white; } | body {background-color:white; } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 13: | Line 18: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width:100%; |
height:100vh; | height:100vh; | ||
position:fixed; | position:fixed; | ||
padding:0px; | padding:0px; | ||
− | float: | + | float: right; |
− | background-color:# | + | background-color:#0071A7; |
− | text-align: | + | text-align:center; |
+ | font-size: 125%; | ||
+ | color: white | ||
} | } | ||
Line 30: | Line 37: | ||
font-weight:bold; | font-weight:bold; | ||
color:#000000; | color:#000000; | ||
− | cursor: pointer; | + | cursor: pointer; |
+ | color: white | ||
} | } | ||
Line 87: | Line 95: | ||
padding: 11px 90px 12px 20px; | padding: 11px 90px 12px 20px; | ||
text-decoration: none; | text-decoration: none; | ||
− | color: | + | color:white; |
} | } | ||
Line 158: | Line 166: | ||
/* when hovering on that button */ | /* when hovering on that button */ | ||
.collapsable_menu_control:hover { | .collapsable_menu_control:hover { | ||
− | background-color: # | + | background-color: #0071A7; |
− | color: | + | color:white; |
} | } | ||
Latest revision as of 23:36, 20 July 2016