Team:RHIT/CSS1.css

From 2013.igem.org

(Difference between revisions)
(Created page with "body { width:975px; background-color: #f8fcfd; color: black; font-size: 25px; text-align: center; margin-left:auto; margin-right:auto; }")
 
Line 1: Line 1:
-
body {  
+
  body{
 +
background-color: white;
width:975px;
width:975px;
-
background-color: #f8fcfd;
 
color: black;
color: black;
font-size: 25px;
font-size: 25px;
Line 7: Line 7:
margin-left:auto;
margin-left:auto;
     margin-right:auto;
     margin-right:auto;
 +
 +
}
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 +
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
 +
 +
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
 +
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
 +
    color: #000 !important;
 +
}
 +
#p-logo{
 +
display: none;
 +
}
 +
.firstHeading{
 +
visibility: hidden;
 +
}
 +
#catlinks{
 +
border:none;
 +
}
 +
 +
#top-section{
 +
height:20px;
 +
background-color: #f8fcfd;
 +
border:none;
 +
}
 +
#content{
 +
background-color: #f8fcfd;
 +
border:none;
 +
}
 +
#footer-box{
 +
background-color: #f8fcfd;
 +
}
 +
/* Search bar, will put somewhere else later*/
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
}
}

Latest revision as of 15:46, 18 June 2013

  body{

background-color: white; width:975px; color: black; font-size: 25px; text-align: center; margin-left:auto;

   margin-right:auto;

}

  1. menubar {

position: absolute; background: none; color: black; }

.left-menu, .right-menu{ position: absolute; background: none; color: black; }

.left-menu li a, .right-menu li a { color: #000 !important; }


.left-menu ul li, .right-menu ul li a{ background: none; color: #000 !important; }

.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {

   color: #000 !important;

}

  1. p-logo{

display: none; } .firstHeading{ visibility: hidden; }

  1. catlinks{

border:none; }

  1. top-section{

height:20px; background-color: #f8fcfd; border:none; }

  1. content{

background-color: #f8fcfd; border:none; }

  1. footer-box{

background-color: #f8fcfd; } /* Search bar, will put somewhere else later*/

  1. search-controls {

overflow:hidden; display:none; background: none; }