Team:RHIT/static/wiki.css

From 2012.igem.org

(Difference between revisions)
Line 52: Line 52:
}
}
-
#headers
+
#headers {
-
{
+
     width: 70%;
     width: 70%;
}
}
-
#headers td#banner
+
 
-
{
+
#headers td#banner {
     width: 45%;
     width: 45%;
     position: absolute;
     position: absolute;
     left: 20%;
     left: 20%;
}
}
-
#headers td#logo
+
 
-
{
+
#headers td#logo {
     width: 25%;
     width: 25%;
     position: absolute;
     position: absolute;
Line 69: Line 68:
     top: 10px;
     top: 10px;
}
}
-
ul#years li
+
 
-
{
+
ul#years li {
     display:block;
     display:block;
}
}
-
table#team td, table#advisors td
+
 
-
{
+
table#team td, table#advisors td {
     border: 1px solid black;
     border: 1px solid black;
     color: #2d2d2d;
     color: #2d2d2d;
}
}
-
table#team tr td b
+
 
-
{
+
table#team tr td b {
     color: Black;
     color: Black;
}
}
-
a
+
 
-
{
+
a {
     text-decoration: none;
     text-decoration: none;
     color: #990000;
     color: #990000;
}
}
-
a:hover
+
 
-
{
+
a:hover {
     color: #171717;
     color: #171717;
}
}
-
#main
+
 
-
{
+
#main {
padding: 30px;
padding: 30px;
background-color: #ffffff;
background-color: #ffffff;
Line 102: Line 101:
top: 260px;
top: 260px;
}
}
-
table#menu
+
 
-
{
+
table#menu {
     background-color: #000000;
     background-color: #000000;
     position: absolute;
     position: absolute;
Line 109: Line 108:
     left: 20%;
     left: 20%;
}
}
-
table#menu td
+
 
-
{
+
table#menu td {
     padding: 6px;
     padding: 6px;
     background-color: #171717;
     background-color: #171717;
     width: 160px;
     width: 160px;
}
}
-
table#menu td a
+
 
-
{
+
table#menu td a {
     text-decoration: none;
     text-decoration: none;
}
}
-
table#menu td a#Homea
+
 
-
{
+
table#menu td a#Homea {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 126: Line 125:
     display: block;
     display: block;
}
}
-
table#menu td a#Homea:hover
+
 
-
{
+
table#menu td a#Homea:hover {
     background-image: url('/Images/ButtonHomeRed.png');
     background-image: url('/Images/ButtonHomeRed.png');
}
}
-
table#menu td a#Yeara
+
 
-
{
+
table#menu td a#Yeara {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 137: Line 136:
     display: block;
     display: block;
}
}
-
table#menu td a#Yeara:hover
+
 
-
{
+
table#menu td a#Yeara:hover {
     background-image: url('/Images/ButtonYearRed.png');
     background-image: url('/Images/ButtonYearRed.png');
}
}
-
table#menu td a#Sponsorsa
+
 
-
{
+
table#menu td a#Sponsorsa {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 148: Line 147:
     display: block;
     display: block;
}
}
-
table#menu td a#Sponsorsa:hover
+
 
-
{
+
table#menu td a#Sponsorsa:hover {
     background-image: url('/Images/ButtonSponsorsRed.png');
     background-image: url('/Images/ButtonSponsorsRed.png');
}
}
-
table#menu td a#Calendara
+
 
-
{
+
table#menu td a#Calendara {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 159: Line 158:
     display: block;
     display: block;
}
}
-
table#menu td a#Calendara:hover
+
 
-
{
+
table#menu td a#Calendara:hover {
     background-image: url('/Images/ButtonCalendarRed.png');
     background-image: url('/Images/ButtonCalendarRed.png');
}
}
-
table#menu td a#Current_Teama
+
 
-
{
+
table#menu td a#Current_Teama {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 170: Line 169:
     display: block;
     display: block;
}
}
-
table#menu td a#Current_Teama:hover
+
 
-
{
+
table#menu td a#Current_Teama:hover {
     background-image: url('/Images/ButtonTeamRed.png');
     background-image: url('/Images/ButtonTeamRed.png');
}
}
-
table#menu td a#Advisorsa
+
 
-
{
+
table#menu td a#Advisorsa {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 181: Line 180:
     display: block;
     display: block;
}
}
-
table#menu td a#Advisorsa:hover
+
 
-
{
+
table#menu td a#Advisorsa:hover {
     background-image: url('/Images/ButtonAdvisorsRed.png');
     background-image: url('/Images/ButtonAdvisorsRed.png');
}
}
-
table#menu td a#Imagesa
+
 
-
{
+
table#menu td a#Imagesa {
     background-position: center top;
     background-position: center top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 192: Line 191:
     display: block;
     display: block;
}
}
-
table#menu td a#Imagesa:hover
+
 
-
{
+
table#menu td a#Imagesa:hover {
     background-image: url('/Images/ButtonPhotoGalleryRed.png');
     background-image: url('/Images/ButtonPhotoGalleryRed.png');
}
}

Revision as of 14:54, 17 July 2012

body { background: #171717; }

table { color: #990000; }

table a:link { color: #990000; }

table a:visited { color: #990000; }

table a:hover { color: #171717; }

  1. contentSub {

display:none; }

  1. siteSub {

display:none; }

  1. search-controls {

display:none; }

.firstHeading { display:none; }

  1. search-controls {

margin-top:30px; }

  1. footer-box {

display:none; }


  1. p-logo {

display:none; }

  1. top-section {

display:none; }

  1. headers {
   width: 70%;

}

  1. headers td#banner {
   width: 45%;
   position: absolute;
   left: 20%;

}

  1. headers td#logo {
   width: 25%;
   position: absolute;
   left: 38.24%;
   top: 10px;

}

ul#years li {

   display:block;

}

table#team td, table#advisors td {

   border: 1px solid black;
   color: #2d2d2d;

}

table#team tr td b {

   color: Black;

}

a {

   text-decoration: none;
   color: #990000;

}

a:hover {

   color: #171717;

}

  1. main {

padding: 30px; background-color: #ffffff; border-radius: 0px 0px 4px 4px; width: 49.5%; position: absolute; left: 30.5%; right: 20%; top: 260px; }

table#menu {

   background-color: #000000;
   position: absolute;
   top: 260px;
   left: 20%;

}

table#menu td {

   padding: 6px;
   background-color: #171717;
   width: 160px;

}

table#menu td a {

   text-decoration: none;

}

table#menu td a#Homea {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonHomeWhite.png');
   display: block;

}

table#menu td a#Homea:hover {

   background-image: url('/Images/ButtonHomeRed.png');

}

table#menu td a#Yeara {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonYearWhite.png');
   display: block;

}

table#menu td a#Yeara:hover {

   background-image: url('/Images/ButtonYearRed.png');

}

table#menu td a#Sponsorsa {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonSponsorsWhite.png');
   display: block;

}

table#menu td a#Sponsorsa:hover {

   background-image: url('/Images/ButtonSponsorsRed.png');

}

table#menu td a#Calendara {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonCalendarWhite.png');
   display: block;

}

table#menu td a#Calendara:hover {

   background-image: url('/Images/ButtonCalendarRed.png');

}

table#menu td a#Current_Teama {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonTeamWhite.png');
   display: block;

}

table#menu td a#Current_Teama:hover {

   background-image: url('/Images/ButtonTeamRed.png');

}

table#menu td a#Advisorsa {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonAdvisorsWhite.png');
   display: block;

}

table#menu td a#Advisorsa:hover {

   background-image: url('/Images/ButtonAdvisorsRed.png');

}

table#menu td a#Imagesa {

   background-position: center top;
   background-repeat: no-repeat;
   background-image: url('/Images/ButtonPhotoGalleryWhite.png');
   display: block;

}

table#menu td a#Imagesa:hover {

   background-image: url('/Images/ButtonPhotoGalleryRed.png');

}