Team:RHIT/main.css

From 2012.igem.org

(Difference between revisions)
Line 112: Line 112:
         font-size:large;
         font-size:large;
         color:white;
         color:white;
-
}
 
-
 
-
.rhit-contentBoxes a:hover {
 
-
color:#8ac856;
 
}
}
Line 144: Line 140:
.rhit-divider1 {
.rhit-divider1 {
background-color:#004455;
background-color:#004455;
-
width:45%;
+
width:50%;
-
height:20px;
+
height:24px;
-
margin:12px auto 0px auto;
+
margin:12px auto;
float:left;
float:left;
-
border-top-right-radius: 1.2em;
 
-
border-top-left-radius: 1.2em;
 
-
padding:2.5%;
 
color:white;
color:white;
font-size:14pt;
font-size:14pt;
Line 157: Line 150:
.rhit-divider2 {
.rhit-divider2 {
background-color:#991426;
background-color:#991426;
-
width:45%;
+
width:50%;
-
height:20px;
+
height:24px;
-
margin:12px auto 0px auto;
+
margin:12px auto;
float:left;
float:left;
-
border-top-right-radius: 1.2em;
 
-
border-top-left-radius: 1.2em;
 
-
padding:2.5%;
 
color:white;
color:white;
font-size:14pt;
font-size:14pt;
Line 169: Line 159:
.rhit-sheet1 {
.rhit-sheet1 {
-
background-color:#004455;
 
width:100%;
width:100%;
height:500px;
height:500px;
-
margin:0px auto;
+
margin:12px auto;
-
float:left;
+
color:white;
color:white;
}
}
-
.rhit-sheet2 {
+
.rhit-sheet1.hide { display: none; }
 +
 
 +
#rhit-teamSheet {
 +
background-color:#004455;
 +
}
 +
 
 +
#rhit-photoSheet {
background-color:#991426;
background-color:#991426;
-
width:100%;
 
-
height:500px;
 
-
margin:0px auto;
 
-
float:left;
 
-
color:white;
 
}
}
Line 208: Line 197:
}
}
-
.rhit-modelingBox {
+
ul#rhit-divider { list-style-type: none; }
-
background-color:#53676C;
+
 
-
border-radius: 1.2em;
+
ul#rhit-divider li { display: inline; }
-
width:98%;
+
-
margin:12px auto;
+
-
color:white;
+
-
padding:1%;
+
-
}
+

Revision as of 17:32, 30 July 2012

  1. globalWrapper {
       display:none;

}

  1. footer-box {
       display:none;

}

  1. catlinks {
       display:none;

}

.visualClear {

       display:none;

}

p {

       display:none;
       color:white;

}

html, body { margin:0px;

       padding:0px;

background-color:#004455; font-family:'Trebuchet MS';

       font-size:10pt;
       height:100%;

}

  1. logged_in {

display:none; }

.rhit-content { width:820px;

       height:100%;

margin:0px auto; padding:0px 65px; background-color:white; }

.rhit-content p {

       display:inline;

}

.rhit-header { position:relative; width:100%; margin:0px auto; text-align:right; }

.rhit-header div { margin:0px; position:absolute; top:1%; right:4%; }

.rhit-header a:hover { color:#8ac856; }

.rhit-nav { display:table; height:50px; width:100%; margin:16px auto; table-layout:fixed; }

.rhit-nav a { display:table-cell; height:100%; background-color:#004455; border-left:2px solid white; border-right:2px solid white; color:white; text-align:center; vertical-align:middle; }

a:link, a:active, a:visited, a:hover { color:white; text-decoration:none; font-size:12pt; }

.rhit-nav a:hover { background-color:#8ac856; text-decoration:none; font-size:12pt; }

.rhit-contentBoxes { width:100%;

       height:285px;

margin:12px auto; }

.rhit-contentBoxes div { float:left; height:100%; color:white; padding:1%; }

.rhit-contentBoxes div h3 { margin:0px;

       padding:0px;
       font-size:large;
       color:white;

}

.rhit-contentBoxes div p { margin:0px; font-size:11pt; }

.rhit-leftBox { width:32%; margin-right:1.5%; background-color:#004455; border-bottom-left-radius: 1.2em; }

.rhit-middleBox { width:27%; background-color:#991426; }

.rhit-rightBox { background-color:#004455; width:32%; margin-left:1.5%; border-bottom-right-radius: 1.2em; }

.rhit-divider1 { background-color:#004455; width:50%; height:24px; margin:12px auto; float:left; color:white; font-size:14pt; }

.rhit-divider2 { background-color:#991426; width:50%; height:24px; margin:12px auto; float:left; color:white; font-size:14pt; }

.rhit-sheet1 { width:100%; height:500px; margin:12px auto; color:white; }

.rhit-sheet1.hide { display: none; }

  1. rhit-teamSheet {

background-color:#004455; }

  1. rhit-photoSheet {

background-color:#991426; }

.rhit-teamBox { background-color:#53676C; border-radius: 1.2em; width:98%; margin:12px auto; color:white; padding:1%; }

ul#rhit-teamList { list-style-type: none; }

.rhit-partsBox { background-color:#53676C; border-radius: 1.2em; width:98%; margin:12px auto; color:white; padding:1%; }

ul#rhit-divider { list-style-type: none; }

ul#rhit-divider li { display: inline; }