Difference between revisions of "Template:Uppsala"
(Prototype team template page) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
/* Change Background color*/ | /* Change Background color*/ | ||
body { | body { | ||
− | background-color: # | + | background-color: #8D1919; |
+ | padding: 0 10%; | ||
} | } | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
− | width: | + | width: 1100px; |
overflow:hidden; | overflow:hidden; | ||
float:left; | float:left; | ||
Line 38: | Line 39: | ||
} | } | ||
− | /* Creates the container for the content */ | + | /* Creates the container for the content 814px 956px*/ |
#contentContainer { | #contentContainer { | ||
padding-top:20px; | padding-top:20px; | ||
padding-right:10px; | padding-right:10px; | ||
− | margin-bottom: 20px; | + | margin-bottom:20px; |
− | width: | + | width: 936px; |
padding-left: 20px; | padding-left: 20px; | ||
float: left; | float: left; | ||
− | background-color: # | + | background-color: #EFEFEF; |
border-top: 14px solid #565656; | border-top: 14px solid #565656; | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
Line 64: | Line 65: | ||
#mainContainer p { | #mainContainer p { | ||
font-size: 13px; | font-size: 13px; | ||
+ | padding-left: 20px; | ||
color: #000000; | color: #000000; | ||
} | } | ||
Line 84: | Line 86: | ||
/* Styling links on hover- links are different inside the menu */ | /* Styling links on hover- links are different inside the menu */ | ||
#contentContainer a:hover { | #contentContainer a:hover { | ||
− | color: #59bf92; | + | color: #00003D;<!--#59bf92;--> |
} | } | ||
Line 145: | Line 147: | ||
#menuContainer li:hover { | #menuContainer li:hover { | ||
color: #FFF; | color: #FFF; | ||
− | background-color: #24B694; | + | background-color: #00003D; <!--#24B694;--> |
} | } | ||
Line 265: | Line 267: | ||
<!-- Start of content --> | <!-- Start of content --> | ||
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | ||
+ | |||
</html> | </html> |
Latest revision as of 12:05, 24 July 2015