Template:UOttawa CSS

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
/*--Main Container--*/
 +
.main_view {
 +
float: left;
 +
position: relative;
 +
}
 +
/*--Window/Masking Styles--*/
 +
.window {
 +
height: 250px;
 +
width: 685px;
 +
overflow: hidden; /*--Hides anything outside of the set width/height--*/
 +
position: relative;
 +
}
 +
.image_reel {
 +
position: absolute;
 +
top: 0; left: 0;
 +
}
 +
.image_reel img {float: left;}
 +
 +
/*--Paging Styles--*/
 +
.paging {
 +
position: absolute;
 +
bottom: 0px; right: -7px;
 +
width: 178px; height:47px;
 +
z-index: 100; /*--Assures the paging stays on the top layer--*/
 +
text-align: center;
 +
line-height: 37px;
 +
background: 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--*/
 +
}
 +
 +
.paging a {
 +
font-weight: bold;
 +
padding: 5px;
 +
text-decoration: none;
 +
color: #000000;
 +
-moz-border-radius: 3px;
 +
-khtml-border-radius: 3px;
 +
-webkit-border-radius: 3px;
 +
border: 1px solid #000000;
 +
}
 +
 +
.paging a.active {
 +
color: #FFFFFF;
 +
background: #660000 !important;
 +
border: 1px solid #330000;
 +
}
 +
 +
.paging a.pg1 {
 +
background: #83b834;
 +
}
 +
 +
.paging a.pg2 {
 +
background: #ffd45c;
 +
}
 +
 +
.paging a.pg3 {
 +
background: #835a92;
 +
}
 +
 +
.paging a.pg4 {
 +
background: #fb8605;
 +
}
 +
 +
.paging a.pg5 {
 +
background: #89cce2;
 +
}
 +
 +
.paging a:hover { background: #330000; color:#FFFFFF; }
 +
 +
.ddsmoothmenu-v ul{
.ddsmoothmenu-v ul{
margin: 0;
margin: 0;

Revision as of 15:51, 25 September 2011