Team:Linkoping Sweden/wiki
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
} | } | ||
#globalWrapper {/* the wiki */ | #globalWrapper {/* the wiki */ | ||
- | |||
width:1100px; | width:1100px; | ||
height:auto; | height:auto; | ||
Line 16: | Line 15: | ||
padding:0; | padding:0; | ||
} | } | ||
- | #top-section{ | + | #top-section{ |
position:fixed; | position:fixed; | ||
margin:0; | margin:0; | ||
Line 26: | Line 25: | ||
z-index:3; | z-index:3; | ||
} | } | ||
- | #p-logo{ | + | #p-logo{ |
display:none; | display:none; | ||
} | } | ||
- | #menubar { | + | #menubar { |
display:none; | display:none; | ||
margin:0; | margin:0; | ||
Line 43: | Line 42: | ||
line-height:20px; | line-height:20px; | ||
} | } | ||
- | #menubar a{ | + | #menubar a{ |
color:white; | color:white; | ||
text-decoration:none; | text-decoration:none; | ||
Line 49: | Line 48: | ||
z-index:3; | z-index:3; | ||
} | } | ||
- | .left-menu{ | + | .left-menu{ |
float:left; | float:left; | ||
z-index:3; | z-index:3; | ||
} | } | ||
- | .right-menu{ | + | .right-menu{ |
float:right; | float:right; | ||
z-index:3; | z-index:3; | ||
} | } | ||
- | .right-menu a{ | + | .right-menu a{ |
} | } | ||
- | #search-controls{ | + | #search-controls{ |
display:none; | display:none; | ||
} | } | ||
- | #content{ | + | #content{ |
border:none; | border:none; | ||
padding:0; | padding:0; | ||
Line 71: | Line 70: | ||
background-color:transparent; | background-color:transparent; | ||
} | } | ||
- | .firstHeading { | + | .firstHeading { |
display:none; | display:none; | ||
border:none; | border:none; | ||
} | } | ||
- | #bodyContent{ | + | #bodyContent{ |
- | + | ||
border:none; | border:none; | ||
border-color:none; | border-color:none; | ||
Line 84: | Line 82: | ||
margin:0 auto; | margin:0 auto; | ||
} | } | ||
- | #footer-box{ | + | #footer-box{ |
width:1090px; | width:1090px; | ||
border:none; | border:none; | ||
Line 90: | Line 88: | ||
margin-bottom:50px; | margin-bottom:50px; | ||
color:white; | color:white; | ||
- | background:rgb(30,39,43); | + | background:transparent; |
+ | /* background:rgb(30,39,43); */ | ||
+ | border-top: 1px solid; | ||
+ | border-color: #303030; | ||
} | } | ||
- | #catlinks{ | + | #catlinks{ |
display:none; | display:none; | ||
} | } | ||
Line 99: | Line 100: | ||
/* Body */ | /* Body */ | ||
body { | body { | ||
- | background-color: | + | background-color:white; |
- | background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Linkoping_sweden_background2.jpg'); | + | /* background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Linkoping_sweden_background2.jpg'); */ |
background-repeat:repeat; | background-repeat:repeat; | ||
color: rgb(30,39,43); | color: rgb(30,39,43); | ||
Line 110: | Line 111: | ||
/* Headers */ | /* Headers */ | ||
h1,h2,h3,h4 { | h1,h2,h3,h4 { | ||
- | font-weight: | + | font-family: 'Optima', sans-serif; |
+ | font-weight:bold; | ||
letter-spacing: 0 px; | letter-spacing: 0 px; | ||
border-bottom:none; | border-bottom:none; | ||
Line 134: | Line 136: | ||
a { | a { | ||
text-decoration:none; | text-decoration:none; | ||
- | color: # | + | color: #21781E; |
} | } | ||
a:visited { | a:visited { | ||
- | color: # | + | color: #21781E; |
} | } | ||
a:hover { | a:hover { | ||
+ | color: #2EA12A; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 176: | Line 179: | ||
width:1100px; | width:1100px; | ||
margin:0 auto; | margin:0 auto; | ||
- | text-align:justify; | + | /* text-align:justify; */ |
- | margin-top: | + | margin-top:40px; |
font-size:17px; | font-size:17px; | ||
+ | overflow: hidden; | ||
+ | height:auto; | ||
} | } | ||
/* Paragraphs */ | /* Paragraphs */ |
Revision as of 12:14, 24 July 2014