Template:UOttawa CSS

From 2011.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 8: Line 8:
/*--Window/Masking Styles--*/
/*--Window/Masking Styles--*/
.window {
.window {
-
height: 250px;
+
height: 174px;
-
width: 685px;
+
width: 684px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: relative;
position: relative;
Line 23: Line 23:
position: absolute;
position: absolute;
bottom: 0px; right: -7px;
bottom: 0px; right: -7px;
-
width: 178px; height:47px;
+
width: 178px; height:37px;
z-index: 100; /*--Assures the paging stays on the top layer--*/
z-index: 100; /*--Assures the paging stays on the top layer--*/
text-align: center;
text-align: center;
line-height: 37px;
line-height: 37px;
-
background: url(https://static.igem.org/mediawiki/2011/7/7c/Uo_paging_bg.png) no-repeat;
+
background: none; /*url(https://static.igem.org/mediawiki/2011/7/7c/Uo_paging_bg.png) no-repeat;*/
display: none; /*--Hidden by default, will be later shown with jQuery--*/
display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
}
Line 66: Line 66:
.paging a.pg5 {
.paging a.pg5 {
background: #89cce2;
background: #89cce2;
 +
}
 +
 +
.paging a.pg6 {
 +
background: #32CD32;
}
}
Line 140: Line 144:
body {
body {
font: 10px "Verdana", sans-serif !important;
font: 10px "Verdana", sans-serif !important;
-
background-color: #400512 !important;
+
background-color: #CCCCCC !important;
color: #000000 !important;
color: #000000 !important;
}
}
Line 178: Line 182:
.section, td {
.section, td {
-
background-color: #D6D6D6;
+
background-color: #FFFFCC; /*#D6D6D6;*/
}
}
Line 228: Line 232:
text-align: center;
text-align: center;
color: #400512;
color: #400512;
-
font: 2em comic Sans MS;
+
font-size: 2.2em;
-
font-weight: bold;
+
}
}

Latest revision as of 21:27, 25 October 2011