Team:Heidelberg/Stylesheet

From 2013.igem.org

(Difference between revisions)
m
m
Line 5: Line 5:
}
}
 +
/* Resize general layout */
 +
/*************************/
body {
body {
background-color:#BBBBBB;
background-color:#BBBBBB;
}
}
-
 
#top-section, #content, #footer-box {
#top-section, #content, #footer-box {
width:1024px;
width:1024px;
Line 14: Line 15:
}
}
 +
/* Change user editing menu appearance */
 +
/***************************************/
 +
#menubar:hover {
 +
color:#FFD83D;
 +
}
 +
 +
#menubar > ul > li:last-child {
 +
display:none;
 +
}
 +
 +
/* Change Heading appearance */
 +
/*****************************/
.firstHeading {
.firstHeading {
margin:0px;
margin:0px;

Revision as of 09:49, 8 August 2013

/* Hiding predefined html elements */ /***********************************/

  1. contentSub, #search-controls, #catlinks, #p-logo {

display:none; }

/* Resize general layout */ /*************************/ body { background-color:#BBBBBB; }

  1. top-section, #content, #footer-box {

width:1024px; padding:0px; }

/* Change user editing menu appearance */ /***************************************/

  1. menubar:hover {

color:#FFD83D; }

  1. menubar > ul > li:last-child {

display:none; }

/* Change Heading appearance */ /*****************************/ .firstHeading { margin:0px; background-color:#FFD83D; font-style:bold; padding-left:100px; }