Template:Team:Edinburgh/css/header-structure.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
/* General*/
+
/* general */
html, body, div, ul, li, p, img{
html, body, div, ul, li, p, img{
margin: 0;
margin: 0;
padding: 0;
padding: 0;
outline: 0;
outline: 0;
-
border: 0;
+
border: none;
}
}
ul{
ul{
list-style:none;
list-style:none;
}
}
 +
/* wiki edit */
#top-section{
#top-section{
height:0;
height:0;
-
border:0;
+
width:100%;
-
padding:0;
+
border:none;
 +
position:absolute;
}
}
 +
.editsection, #top-section #p-logo, #top-section #search-controls,
 +
#content h1.firstHeading, #content #bodyContent #contentSub,
 +
#content #bodyContent p, #catlinks{
 +
    display: none;
 +
}
 +
#content{
#content{
-
margin:0;
 
border:0;
border:0;
padding:0;
padding:0;
-
width:100%;
+
width:975px;
-
}
+
margin: 0 auto 0 auto;
-
h1.firstHeading{
+
-
display:none;
+
}
}
 +
#top-section #menubar.left-menu, #top-section #menubar.right-menu{
 +
position: absolute;
 +
top: 0;
 +
}
 +
#footer-box{
 +
width:975px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
/*Header*/
/*Header*/
div.header{
div.header{

Revision as of 09:11, 19 June 2012