Team:RHIT/static/wiki.css

From 2012.igem.org

(Difference between revisions)
 
(308 intermediate revisions not shown)
Line 1: Line 1:
-
body  
+
body {
 +
font: "Trebuchet MS", Verdana, sans-serif;
 +
background-color: #FFFFFF;
 +
color: #000000;
 +
font-size: 13pt;
 +
}
-
#contentSub {
+
h1
-
display:none;
+
{
 +
border-bottom: 3px solid #23238E;
 +
font: Georgia, serif;
 +
color: #23238E;
 +
}
 +
 
 +
h2
 +
{
 +
border-bottom: 2px solid #23238E;
 +
font: Georgia, serif;
 +
color: #23238E;
}
}
Line 25: Line 40:
}
}
-
#contentSub {
+
#catlinks {
 +
display:none;
 +
}
 +
 
 +
#content {
display:none;
display:none;
}
}
Line 35: Line 54:
#top-section {
#top-section {
display:none;
display:none;
-
}
 
-
 
-
#headers {
 
-
    width: 70%;
 
-
}
 
-
 
-
#headers td#banner {
 
-
    width: 45%;
 
-
    position: absolute;
 
-
    left: 20%;
 
-
}
 
-
 
-
#headers td#logo {
 
-
    width: 25%;
 
-
    position: absolute;
 
-
    left: 38.24%;
 
-
    top: 10px;
 
-
}
 
-
 
-
ul#years li {
 
-
    display:block;
 
}
}
Line 69: Line 67:
a {
a {
     text-decoration: none;
     text-decoration: none;
-
     color: #990000;
+
     color: #000000;
}
}
a:hover {
a:hover {
-
     color: #171717;
+
     color: #990000;
}
}
-
#main {
+
div#login-status {
-
padding: 30px;
+
    width: 1000px;
-
background-color: #ffffff;
+
    padding: 0px 0px;
-
border-radius: 0px 0px 4px 4px;
+
    margin: 0 auto;
-
width: 49.5%;
+
    background-position: center;
-
position: absolute;
+
-
left: 30.5%;
+
-
right: 20%;
+
-
top: 260px;
+
}
}
-
table#menu {
+
table#login_table {
-
    background-color: #000000;
+
background: #FFFFFF;
-
    position: absolute;
+
float: right;
-
    top: 260px;
+
position: relative;
-
    left: 20%;
+
top: -6px;
}
}
-
table#menu td {
+
table#login_table td {
-
    padding: 6px;
+
background: #FFFFFF;
-
    background-color: #171717;
+
font-size: 9pt;
-
    width: 160px;
+
}
}
-
table#menu td a {
+
table#login_table a {
-
    text-decoration: none;
+
background: #FFFFFF;
 +
text-decoration: none;
 +
color: #000000;
}
}
-
table#menu td a#Homea {
+
table#login_table a:visited {
-
    background-position: center top;
+
text-decoration: none;
-
    background-repeat: no-repeat;
+
color: #000000;
-
    background-image: url('/Images/ButtonHomeWhite.png');
+
-
    display: block;
+
}
}
-
table#menu td a#Homea:hover {
+
table#login_table a:hover {
-
    background-image: url('/Images/ButtonHomeRed.png');
+
text-decoration: underline;
 +
color: #990000;
}
}
-
table#menu td a#Yeara {
+
div#main-content {
-
     background-position: center top;
+
     width: 1000px;
-
     background-repeat: no-repeat;
+
     padding: 0px 0px;
-
     background-image: url('/Images/ButtonYearWhite.png');
+
     margin: 0 auto;
-
     display: block;
+
     background-position: center;
}
}
-
table#menu td a#Yeara:hover {
+
table#menu-bar {
-
    background-image: url('/Images/ButtonYearRed.png');
+
position: relative;
 +
top: -8px;
}
}
-
table#menu td a#Sponsorsa {
+
table#menu-bar a {
-
    background-position: center top;
+
color: black;
-
    background-repeat: no-repeat;
+
text-decoration: none;
-
    background-image: url('/Images/ButtonSponsorsWhite.png');
+
-
    display: block;
+
}
}
-
table#menu td a#Sponsorsa:hover {
+
table#menu-bar a:visited {
-
    background-image: url('/Images/ButtonSponsorsRed.png');
+
color: black;
-
}
+
text-decoration: none;
-
 
+
-
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 {
+
table#menu-bar a:hover {
-
    background-image: url('/Images/ButtonAdvisorsRed.png');
+
color: #990000;
 +
text-decoration: underline;
}
}
-
table#menu td a#Imagesa {
+
div#header {
-
     background-position: center top;
+
    width: 1000px;
 +
    height: 274px;
 +
    padding: 0px 0px;
 +
    margin: 17px auto;
 +
    background: #FFFFFF;
 +
    background-image: url('https://static.igem.org/mediawiki/2012/3/3d/RoseHeader.jpg');
 +
     background-position: center;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
-
    background-image: url('/Images/ButtonPhotoGalleryWhite.png');
 
-
    display: block;
 
}
}
-
table#menu td a#Imagesa:hover {
+
table#vertspace {
-
     background-image: url('/Images/ButtonPhotoGalleryRed.png');
+
     height: 274px;
}
}

Latest revision as of 20:53, 29 July 2012

body { font: "Trebuchet MS", Verdana, sans-serif; background-color: #FFFFFF; color: #000000; font-size: 13pt; }

h1 { border-bottom: 3px solid #23238E; font: Georgia, serif; color: #23238E; }

h2 { border-bottom: 2px solid #23238E; font: Georgia, serif; color: #23238E; }

  1. siteSub {

display:none; }

  1. search-controls {

display:none; }

.firstHeading { display:none; }

  1. search-controls {

margin-top:30px; }

  1. footer-box {

display:none; }

  1. catlinks {

display:none; }

  1. content {

display:none; }

  1. p-logo {

display:none; }

  1. top-section {

display:none; }

table#team td, table#advisors td {

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

}

table#team tr td b {

   color: Black;

}

a {

   text-decoration: none;
   color: #000000;

}

a:hover {

   color: #990000;

}

div#login-status {

   width: 1000px;
   padding: 0px 0px;
   margin: 0 auto;
   background-position: center;

}

table#login_table { background: #FFFFFF; float: right; position: relative; top: -6px; }

table#login_table td { background: #FFFFFF; font-size: 9pt; }

table#login_table a { background: #FFFFFF; text-decoration: none; color: #000000; }

table#login_table a:visited { text-decoration: none; color: #000000; }

table#login_table a:hover { text-decoration: underline; color: #990000; }

div#main-content {

   width: 1000px;
   padding: 0px 0px;
   margin: 0 auto;
   background-position: center;

}

table#menu-bar { position: relative; top: -8px; }

table#menu-bar a { color: black; text-decoration: none; }

table#menu-bar a:visited { color: black; text-decoration: none; }

table#menu-bar a:hover { color: #990000; text-decoration: underline; }

div#header {

   width: 1000px;
   height: 274px;
   padding: 0px 0px;
   margin: 17px auto;
   background: #FFFFFF;
   background-image: url('https://static.igem.org/mediawiki/2012/3/3d/RoseHeader.jpg');
   background-position: center;
   background-repeat: no-repeat;

}

table#vertspace {

   height: 274px;

}