Team:EPF-Lausanne/Templates/thecss

From 2011.igem.org

(Difference between revisions)
(Created page with ".firstHeading{ display: none; }")
Line 1: Line 1:
-
.firstHeading{
+
.firstHeading {
-
display: none;
+
display: none;
 +
}
 +
 
 +
#left {
 +
float:left;
 +
width:200px;
 +
padding:10px;
 +
background-color:#ddd;
 +
border-top:solid 5px #fff;
 +
}
 +
 
 +
#left ul{
 +
list-style:none;
 +
overflow:hidden;
 +
padding-left:0px;
 +
margin-left:10px;
 +
}
 +
#left ul li{
 +
margin-bottom:8px;
 +
position:relative; 
 +
padding-top:4px;
 +
padding-bottom:0px;
 +
padding:none;
 +
font-family:verdana, Nobile;
 +
}
 +
#left ul.llmenu li{
 +
padding-left:10px;
 +
}
 +
#left ul li.backLava{
 +
background-color:#eeeeee; 
 +
border-left:solid;
 +
border-color:#96d446;
 +
border-width:5px;
 +
height:23px;
 +
}
 +
 
 +
#left ul.llmenugreen li{
 +
border-color:#96d446;
 +
}
 +
 
 +
#left ul.llmenublue li{
 +
border-color:#386abc;
 +
}
 +
 
 +
#left ul.llmenured li{
 +
border-color:#fb5c2b;
 +
}
 +
 
 +
#left ul.llmenuyellow li{
 +
border-color:#fad72a;
 +
}
 +
 
 +
#left a{
 +
color:#555;
 +
font-size:15px;
 +
font-weight:bold;
 +
text-decoration:none;
 +
outline:none;
 +
display:block;
 +
width:200px;
 +
}
 +
 
 +
#left a:hover {
 +
color:#181818;
 +
}
 +
 
 +
 
 +
#left a.hello{
 +
display:inline;
}
}

Revision as of 14:35, 14 May 2011

.firstHeading { display: none; }

  1. left {

float:left; width:200px; padding:10px; background-color:#ddd; border-top:solid 5px #fff; }

  1. left ul{

list-style:none; overflow:hidden; padding-left:0px; margin-left:10px; }

  1. left ul li{

margin-bottom:8px; position:relative; padding-top:4px; padding-bottom:0px; padding:none; font-family:verdana, Nobile; }

  1. left ul.llmenu li{

padding-left:10px; }

  1. left ul li.backLava{

background-color:#eeeeee; border-left:solid; border-color:#96d446; border-width:5px; height:23px; }

  1. left ul.llmenugreen li{

border-color:#96d446; }

  1. left ul.llmenublue li{

border-color:#386abc; }

  1. left ul.llmenured li{

border-color:#fb5c2b; }

  1. left ul.llmenuyellow li{

border-color:#fad72a; }

  1. left a{

color:#555; font-size:15px; font-weight:bold; text-decoration:none; outline:none; display:block; width:200px; }

  1. left a:hover {

color:#181818; }


  1. left a.hello{

display:inline; }