Team:Northwestern/Templates/Reset

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
/* Redesigning the topmenu */
/* Redesigning the topmenu */
/***************************/
/***************************/
-
body {
+
#globalWrapper {
-
    margin: 10px 0 0 0;
+
background-color: transparent;
-
    padding: 0;}
+
border: none;
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
height: 100%;
 +
}
 +
 +
#content {
 +
background-color: transparent;
 +
border: none;
 +
padding: 0;
 +
margin: 0;
 +
width: 100%;
 +
overflow: visible;
 +
height: 100%;
 +
}
 +
 +
#bodyContent {
 +
border: none;
 +
padding: 0;
 +
margin: 0;
 +
width: 100%;
 +
height: 100%;
 +
}
 +
#top-section {
#top-section {
-
    width: 965px;
+
height: 15px;
-
    height: 0;
+
margin: 0px;
-
    margin: 0 auto;
+
margin-left: auto;
-
    padding: 0;
+
margin-right: auto;
-
    border: none;}
+
margin-bottom: 0 !important;
-
#menubar {
+
padding: 0;
-
    font-size: 65%;
+
border: none;
-
    top: 0px;}
+
font-size: 10px;
-
.left-menu:hover {
+
}
-
    background-color: transparent;}
+
-
#menubar li a {
+
#p-logo {
-
    background-color: transparent;}
+
height: 1px;
-
#menubar:hover {
+
overflow: hidden;
-
    color: white;}
+
display: none;
-
#menubar li a {
+
}
-
    color: transparent;}
+
-
#menubar:hover li a {
+
#search-controls {
-
    color: black;}
+
overflow: hidden;
-
#menubar > ul > li:last-child {
+
display: block;
-
    display:none;}
+
background: none;
 +
position: absolute;
 +
top: 100px;
 +
right: 40px;
 +
}
 +
 +
.left-menu {
 +
width: 500px !important;
 +
display: block;
 +
margin-top: -80px;
 +
border: none;
 +
text-align: right;
 +
}
 +
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar.right-menu {
 +
display: block;
 +
width: 300px;
 +
float: left;
 +
margin-top: 2px;
 +
margin-right: 0px;
 +
border: none;
 +
}
 +
 +
.right-menu ul {
 +
width: 300px;
 +
margin: 0px;
 +
visibility: hidden;
 +
}
 +
 +
.right-menu ul li a{
 +
background: none;
 +
color: #666;
 +
}
 +
 +
.right-menu:hover ul{
 +
visibility: visible;
 +
}
 +
 +
#footer-box {
 +
width: 100%;
 +
margin: -10px auto 0 auto;
 +
padding: 20px 0;
 +
}
 +
 +
.visualClear {
 +
display: none;
 +
}
 +
 +
#footer {
 +
border: none;
 +
width: 965px;
 +
margin: 0 auto;
 +
padding: 0;
 +
}
 +
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
#f-list a {
 +
color: #333;
 +
font-size: 10px;
 +
}
 +
 +
#f-list a:hover {
 +
color: #666;
 +
}
 +
 +
.printfooter {
 +
display: none;
 +
}
 +
 +
#footer ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer ul li {
 +
margin-top: 0;
 +
margin-bottom: 0;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
padding: 0;
 +
}
 +
 +
#search-controls {
 +
display: none;
 +
}
 +
 +
h3#siteSub {
 +
display: none;
 +
}
 +
 +
#contentSub {
 +
display: none;
 +
}
 +
 +
p:first-child {
 +
display: none;
 +
}
 +
 +
#catlinks {
 +
display: none;
 +
}
 +
 +
#footer-box {
 +
width: 977px;
 +
margin-bottom: 20px;
 +
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
text-decoration: none;
text-decoration: none;

Revision as of 23:35, 11 September 2014