Template:Wisconsin-Madison header

From 2010.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<style>
<style>
 +
html {
 +
background-color: #FFFFFF;
 +
}
P {
P {
margin: 0px;
margin: 0px;
Line 10: Line 13:
border-top: 1px #ffffff 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: 500px;
min-height: 500px;
Line 32: Line 36:
}
}
#menubar {
#menubar {
-
font-size: 85%;
+
display: none;
-
position: absolute;
+
-
top: 0px;
+
-
margin: 0px !important;
+
-
padding: 0px !important;
+
-
font-family: "Arial";
+
-
color: #888888 !important;
+
}
}
#menubar ul:hover {
#menubar ul:hover {
Line 57: Line 55:
#content {
#content {
height: 100%;
height: 100%;
-
width: 1015px;
+
width: 920px;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
-
padding-left: 10px;
+
padding-left: 5px;
-
         padding-right: 10px;
+
         padding-right: 20px;
position: relative;
position: relative;
text-align: left;
text-align: left;
Line 92: Line 90:
}
}
h1, h2 {
h1, h2 {
-
color: #eeeeee;
+
color: #ffffff;
-
text-shadow: 0px 1px 1px black;
+
text-shadow: 1px 1px 5px black;
border: none;
border: none;
-
font-weight: normal;
+
font-weight: bold;
filter: Shadow(Color=black,
filter: Shadow(Color=black,
Direction=100,  
Direction=100,  
-
Strength=.1);
+
Strength=10);
}
}
h3, h4 {
h3, h4 {
-
color: #aaaaaa;
+
font-weight: lighter;
 +
color: #888888;
}
}
h1 {
h1 {
         border-bottom: 1px solid #e5f6ff;
         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 {
table, tr, td, th {
         background: inherit;
         background: inherit;
-
         color: #eeeeee;
+
         color: #888888;
}
}
.firstHeading
.firstHeading
{
{
-
color: #eeeeee;
+
color: #888888;
display: none;
display: none;
}
}
Line 120: Line 130:
}
}
#footer-box {
#footer-box {
-
display: none;
+
display: none;  
}
}
</style>
</style>
</html>
</html>

Latest revision as of 03:59, 28 October 2010