Template:UOttawa CSS

From 2011.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 8: Line 8:
/*--Window/Masking Styles--*/
/*--Window/Masking Styles--*/
.window {
.window {
-
height: 175px;
+
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 68: Line 68:
}
}
-
.paging a.pg5 {
+
.paging a.pg6 {
background: #32CD32;
background: #32CD32;
}
}
Line 232: 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