Team:ETH Zurich/Templates/StyleSheetNew

From 2011.igem.org

(Difference between revisions)
Line 64: Line 64:
}
}
-
#top-section
 
-
{
 
-
  margin-top: 10px;
 
-
  padding-bottom:55px;
 
-
  border: none;
 
-
  border-top-left-radius: 10px;
 
-
  border-top-right-radius: 10px;
 
-
}
 
-
 
-
.left-menu
 
-
{
 
-
  border: none;
 
-
  border-top-left-radius: 10px;
 
-
}
 
-
 
-
.right-menu
 
-
{
 
-
  border: none;
 
-
  border-top-right-radius: 10px;
 
-
}
 
-
 
-
#footer-box
 
-
{
 
-
  border: none;
 
-
  border-radius: 10px;
 
-
  margin-top: 10px;
 
-
}
 
-
 
-
/*
 
-
#globalWrapper
 
-
{
 
-
  width: 900px;
 
-
  margin: 0px auto 0px auto;
 
-
}*/
 
table
table
Line 180: Line 146:
text-align: center;
text-align: center;
white-space: nowrap;
white-space: nowrap;
-
}
 
-
 
-
#top-section {
 
-
background-color: #ffffff;
 
-
height: 100px;
 
-
border: none;
 
-
width:910px;
 
-
height:20px
 
-
}
 
-
 
-
#menubar, #menubar ul, #menubar ul li
 
-
{
 
-
background-color: transparent;
 
-
}
 
-
.left-menu, .right-menu
 
-
{
 
-
visibility: hidden;
 
-
}
 
-
#top-section:hover .left-menu, #top-section:hover .right-menu
 
-
{
 
-
visibility: visible;
 
-
}
 
-
 
-
#menubar.left-menu {
 
-
position: absolute;
 
-
top:0px;
 
-
left:0px;
 
-
}
 
-
#menubar.right-menu {
 
-
position: absolute;
 
-
top:0px;
 
-
right:0px;
 
-
}
 
-
#pt-userpage, #pt-logout, #pt-preferences
 
-
{
 
-
background-color: transparent
 
-
}
 
-
 
-
#menubar a:active, #menubar a:hover, #menubar a:link, #menubar a:visited
 
-
{
 
-
color: #000000;
 
-
background-color: transparent;
 
}
}

Revision as of 13:11, 17 October 2011

  1. header {
   background: #ff0000;
   border-bottom: 1px solid #660000;
   border-top: 1px solid #660000;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   height: 100px;
   width: 100%;

}

p {

 margin: 0;
 padding: 0;

}

/* Remove MediaWiki Annoyances */ /*-----------------------------*/

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

{

   display:none;

}

/* Layout */ /*--------*/ body, html {

 margin: 0;
 padding: 0;
 height: 100%;

}

  1. content, #globalWrapper

{

 border: none;
 height: 100%;
 margin: 0;
 padding: 0;
 width: auto;

}

  1. top-section

{

 display: none;

}


/*-------------------------------*/


div#preload {

  display: none;

}

div.thumb {

  border-color: transparent;

}

  1. catlinks

{

  display: none;

}


table {

  background-color:transparent;

} .overview, .overview a { color: #548C82 } .biology, .biology a { color: #31695E } .process, .process a { color: #26584F } .modeling, .modeling a { color: #1A473F } .achievements, .achievements a { color: #09241F } .team, .team a { color: #000D0A }

div.gallerybox[style] div.thumb[style] { border: none !important; padding:0 !important; margin:0 !important; } div.gallerybox[style] { border:none !important; padding:0 !important; margin:0 !important; }

.roundContainer { width:900px; background:#f0f0f0; text-align:justify; font-family: helvetica, arial, sans-serif; /* font-size: 10pt; */ margin-top:25px; border-radius:10px; }


.linkMap, .linkMapJournal { border: none; border-radius: 10px; border-spacing: 0px; font-family: helvetica, arial, sans-serif; font-size:1.4em; }

.linkMap td { border-left: 1px white solid; padding-left: 10px; padding-right: 10px; margin: 0px; text-align: center; white-space: nowrap; }

.linkMapJournal { padding-left: 5px; padding-right: 5px; }

.linkMapJournal td { width: 1.5em; border-left: 1px white solid; margin: 0px; text-align: center; white-space: nowrap; }

img { border:0px; }

a { outline:none; }