Team:SYSU-Software/prefix.css

From 2012.igem.org

(Difference between revisions)
 
(38 intermediate revisions not shown)
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 {
-
globalWrapper {
+
padding-bottom:0; top:0px;}
-
position: relative; font-size: 127%; width: 100%; margin: 0; padding: 0; padding-bottom:0; }
+
 
-
content {
+
#top-section{
-
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; }
+
height:0px;
-
header-box{
+
border:none;
-
margin-left: 0px; }
+
width:100%; }
-
div{
+
 
-
height:auto;
+
#content{
-
overflow:hidden;
+
width:100%;
 +
border-left:none; border-right: none;
 +
padding:1px 0px 0px 0px!important;
 +
 
}
}
-
#main{
+
 
-
width:980px;
+
#menubar{
-
margin:0 auto;
+
width:510px;
 +
top:-1px;
}
}
-
#main-box{
+
 
-
height:auto;
+
.right-menu li a{
-
overflow:hidden;
+
background-color:white;
-
margin:-20px 0px 20px 0px;
+
color:black;
 +
text-decoration:none;
}
}
-
#detail-box{
+
 
-
padding: 15px;
+
.right-menu li a:hover{
-
height: auto;
+
text-decoration:none;
-
overflow: hidden;
+
-
word-wrap: break-word;
+
-
word-break: normal;  
+
}
}
-
article{
+
 
-
word-spacing: 5px;
+
.left-menu li a{
-
font-size: 1.1em;
+
text-decoration:none;
-
white-space: pre-wrap;
+
}
}
-
article:first-letter{
+
.left-menu li a:hover{
-
font-size:2em;
+
text-decoration:none;
}
}
 +
 +
ul,li{ list-style:none; }

Latest revision as of 08:10, 25 September 2013

  1. p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks

{ display:none; }

  1. globalWrapper {
padding-bottom:0; top:0px;}
  1. top-section{

height:0px; border:none; width:100%; }

  1. content{

width:100%; border-left:none; border-right: none; padding:1px 0px 0px 0px!important;

}

  1. menubar{

width:510px; top:-1px; }

.right-menu li a{ background-color:white; color:black; text-decoration:none; }

.right-menu li a:hover{ text-decoration:none; }

.left-menu li a{ text-decoration:none; } .left-menu li a:hover{ text-decoration:none; }

ul,li{ list-style:none; }