Template:Nevada Layout CSS

From 2011.igem.org

(Difference between revisions)
m
m
 
(32 intermediate revisions not shown)
Line 5: Line 5:
.firstHeading {
.firstHeading {
       display: none;
       display: none;
-
}
 
-
 
-
body {
 
-
background-color: rgba(0,0,0,0.3);
 
-
background-image: url(file:///C:/Users/Matt/Desktop/iGEM/105_PANA/P1050395.jpg);
 
-
background-repeat: no-repeat;
 
-
background-position: 40% 80%;
 
-
}
 
-
 
-
h1 {
 
-
      font-family: 'Raleway', sans;
 
-
      font-weight: bold;
 
-
}
 
-
 
-
h2 {
 
-
      font-family: 'Raleway', sans;
 
-
      font-weight: bold;
 
-
 
-
}
 
-
 
-
h3 {
 
-
      font-family: 'Raleway', sans;
 
-
 
-
}
 
-
 
-
#left {
 
-
float:left;
 
-
width:200px;
 
-
        margin-right: 20px;
 
-
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.llmenuorange li{
 
-
        border-color:#FFC90E;
 
-
}
 
-
 
-
#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;
 
-
}
 
-
 
-
#right {
 
-
        display: block;
 
-
        float: right;
 
-
        width: 720px;
 
}
}
Line 122: Line 20:
#content {
#content {
-
     background-color: rgba(0,0,0,0.3);
+
     background-color: transparent;
     border:none;
     border:none;
     padding-bottom:none;
     padding-bottom:none;
Line 142: Line 40:
     padding:0;
     padding:0;
     border: none;
     border: none;
-
     background-color: rgba(0,0,0,0.3);
+
     background-color: rgba(0,0,0,0.1);
}
}
Line 157: Line 55:
#search-controls {
#search-controls {
-
    overflow:hidden;
 
     display:none;
     display:none;
     background: none;
     background: none;
     position: absolute;
     position: absolute;
-
     top: 100px;
+
     top: 140px;
-
     right: 40px;
+
     right: 260px;
-
}        
+
    width: 240px;
 +
}
.left-menu {  
.left-menu {  
Line 170: Line 68:
         margin-top: 5px;
         margin-top: 5px;
float: left;  
float: left;  
-
margin-right: 30px;  
+
margin-right: 20px;  
-
border: none
+
border: none;
left: 20px;
left: 20px;
}
}
Line 205: Line 103:
#menubar li a{
#menubar li a{
-
     color: white;
+
     color: black;
     background-color: transparent;
     background-color: transparent;
}
}
#menubar li a:hover {
#menubar li a:hover {
-
     color:#73a631;
+
     color:white;
     text-decoration:underline;
     text-decoration:underline;
 +
    background-color: rgba(0,0,0,0.5);
}
}
#menubar li.selected a {
#menubar li.selected a {
-
     color:#555555;
+
     color:gray;
}
}
Line 223: Line 122:
#footer-box {
#footer-box {
 +
    position: relative;
 +
    top: 150px;
 +
    left: -5px;
     background-color: transparent;
     background-color: transparent;
     border: none;
     border: none;

Latest revision as of 02:58, 5 September 2011