Template:Wisconsin-Madison header

From 2010.igem.org

(Difference between revisions)
(New page: __NOTOC__ <html> <style> div { background-position: inherit; } #topnav { position: absolute; left: 477px; top: 23px; width: 496px; height: 136px; word-wrap: break-word; ...)
 
(67 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<style>
<style>
-
div {
+
html {
-
        background-position: inherit;
+
background-color: #FFFFFF;
-
}
+
-
#topnav {
+
-
position: absolute;
+
-
left: 477px;
+
-
top: 23px;
+
-
width: 496px;
+
-
height: 136px;
+
-
word-wrap: break-word;
+
-
        overflow: hidden;
+
-
        font-size: 17px;
+
-
margin-left: 5px;
+
-
margin-top: 5px;
+
-
}
+
-
#topbar {
+
-
display: table-cell;
+
-
vertical-align: middle;
+
-
float: right;
+
-
width: 158px;
+
-
height: 141px;
+
-
margin-left: 10px;
+
-
word-wrap: break-word;
+
-
text-shadow: 1px 1px 2px black;
+
-
filter: Shadow(Color=black,
+
-
Direction=135,
+
-
Strength=2);
+
-
        overflow: auto;
+
-
}
+
-
#body {
+
-
margin: 20px;
+
-
position: absolute;
+
-
left: 4px;
+
-
top: 184px;
+
-
width: 950px;
+
-
height: 100%;
+
-
word-wrap: break-word;
+
-
}
+
-
#sidebar {
+
-
float: right;
+
-
width: 134px;
+
-
margin-left: 0px;
+
-
margin-right: 10px;
+
-
margin-top: 10px;
+
-
word-wrap: break-word;
+
-
height: 100%;
+
}
}
P {
P {
Line 55: Line 11:
hr {
hr {
border: none;
border: none;
-
border-top: 1px #e5f6ff solid;
+
border-top: 1px #ffffff solid;
}
}
 +
#globalWrapper {background-color:#ffffff;}
#globalWrapper {
#globalWrapper {
-
background: url('') top center no-repeat;
+
background-color: #ffffff
width: 100%;
width: 100%;
-
min-height: 757px;
+
min-height: 500px;
height: 100%;
height: 100%;
position: relative;
position: relative;
Line 66: Line 23:
margin-right: auto;
margin-right: auto;
text-align: center;
text-align: center;
 +
}
 +
#toc, .toc {
 +
background: none;
 +
border: none;
}
}
#top-section {
#top-section {
Line 73: Line 34:
margin-bottom: 0px;
margin-bottom: 0px;
padding: 0px;
padding: 0px;
-
}
 
-
#toc, .toc {
 
-
background: none;
 
-
border: none;
 
}
}
#menubar {
#menubar {
-
font-size: 80%;
+
display: none;
-
position: absolute;
+
-
top: 0px;
+
-
margin: 0px !important;
+
-
padding: 0px !important;
+
-
font-family: "Helvetica", "Arial", sans-serif;
+
-
color: #e5f6ff !important;
+
-
text-transform: uppercase;
+
}
}
#menubar ul:hover {
#menubar ul:hover {
Line 97: Line 47:
#menubar li {
#menubar li {
margin: 0px;
margin: 0px;
-
padding: 0px;
+
padding: 10px;
}
}
#menubar a {
#menubar a {
-
color: #e5f6ff !important;
+
color: #888888 !important;
font-weight: normal;
font-weight: normal;
}
}
#content {
#content {
height: 100%;
height: 100%;
-
width: 1050px;
+
width: 920px;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
-
padding-left: 0px;
+
padding-left: 5px;
-
         padding-right: 0px;
+
         padding-right: 20px;
position: relative;
position: relative;
text-align: left;
text-align: left;
Line 121: Line 71:
#search-controls {
#search-controls {
display: none;
display: none;
 +
}
 +
a {
 +
color: #0099ee;
 +
        font-weight: bold;
 +
}
 +
a:hover {
 +
color: #0099ee;
 +
        text-decoration: underline;
 +
}
 +
a:active {
 +
color: #9988ff;
 +
}
 +
a:visited {
 +
color: #0099ee;
 +
}
 +
#topbar a {
 +
font-weight: normal;
 +
}
 +
h1, h2 {
 +
color: #ffffff;
 +
text-shadow: 1px 1px 5px black;
 +
border: none;
 +
font-weight: bold;
 +
filter: Shadow(Color=black,
 +
Direction=100,
 +
Strength=10);
 +
}
 +
h3, h4 {
 +
font-weight: lighter;
 +
color: #888888;
 +
}
 +
h1 {
 +
        border-bottom: 1px solid #e5f6ff;
 +
}
 +
.editsection {
 +
        font-size: 12px;
 +
text-shadow: none;
 +
        font-weight: normal;
 +
        color: #888888;
 +
}
 +
.editsection a {
 +
        font-weight: normal;
 +
text-shadow: none;
 +
        color: #888888;
 +
}
 +
table, tr, td, th {
 +
        background: inherit;
 +
        color: #888888;
 +
}
 +
.firstHeading
 +
{
 +
color: #888888;
 +
display: none;
 +
}
 +
#content {
 +
color: #000000;
 +
background-color: #ffffff;
 +
}
 +
#footer-box {
 +
display: none;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 03:59, 28 October 2010