Team:SYSU-Software/prefix.css

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks  
+
p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks
-
{
+
{ display:none; }
-
display:none;
+
top-section{
 +
height:0px } body,.right-menu li a,.left-menu,.left-menu a,.left-menu:hover,.left-menu:hover a { color:inherit; background:none; }
 +
globalWrapper {
 +
position: relative; font-size: 127%; width: 100%; margin: 0; padding: 0; padding-bottom:0; }
 +
content {
 +
position: relative; width:980px; margin: 0 auto; padding:0; background:none; color: black; border-left:none; border-right: none; line-height: 1.5em; z-index: 2; } ul,li{ list-style:none; }
 +
header-box{
 +
margin-left: 0px; }
 +
div{
 +
height:auto;
 +
overflow:hidden;
}
}
-
#top-section{
+
#main{
-
height:0px
+
width:980px;
 +
margin:0 auto;
}
}
-
body,.right-menu li a,.left-menu,.left-menu a,.left-menu:hover,.left-menu:hover a 
+
#main-box{
-
{
+
height:auto;
-
color:inherit;
+
overflow:hidden;
-
background:none;
+
margin:-20px 0px 20px 0px;
}
}
-
 
+
#detail-box{
-
#globalWrapper {
+
padding: 15px;
-
position: relative;
+
height: auto;
-
font-size: 127%;
+
overflow: hidden;
-
width: 100%;
+
word-wrap: break-word;  
-
margin: 0;
+
word-break: normal;  
-
padding: 0;
+
-
padding-bottom:0;
+
}
}
-
#content {
+
article{
-
position: relative;
+
word-spacing: 5px;
-
width:980px;
+
font-size: 1.1em;
-
margin: 0 auto;
+
white-space: pre-wrap;
-
padding:0;
+
-
background:none;
+
-
color: black;
+
-
border-left:none;
+
-
border-right: none;
+
-
line-height: 1.5em;
+
-
z-index: 2;
+
}
}
-
ul,li{
+
article:first-letter{
-
list-style:none;
+
font-size:2em;
-
}
+
-
#header-box{
+
-
margin-left: 0px;
+
}
}

Revision as of 11:21, 27 July 2013

p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks { display:none; } top-section{ height:0px } body,.right-menu li a,.left-menu,.left-menu a,.left-menu:hover,.left-menu:hover a { color:inherit; background:none; } globalWrapper { position: relative; font-size: 127%; width: 100%; margin: 0; padding: 0; padding-bottom:0; } content { position: relative; width:980px; margin: 0 auto; padding:0; background:none; color: black; border-left:none; border-right: none; line-height: 1.5em; z-index: 2; } ul,li{ list-style:none; } header-box{ margin-left: 0px; } div{ height:auto; overflow:hidden; }

  1. main{

width:980px; margin:0 auto; }

  1. main-box{

height:auto; overflow:hidden; margin:-20px 0px 20px 0px; }

  1. detail-box{

padding: 15px; height: auto; overflow: hidden; word-wrap: break-word; word-break: normal; } article{ word-spacing: 5px; font-size: 1.1em; white-space: pre-wrap; } article:first-letter{ font-size:2em; }