Template:Team:HokkaidoU Japan/css/layout.css

From 2011.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 36: Line 36:
#hokkaidou-header{
#hokkaidou-header{
     position: relative;
     position: relative;
 +
    padding: 20px 0;
     margin-bottom: 3em;
     margin-bottom: 3em;
}
}
-
#hokkaidou-header #hokkaidou-logo{
+
#hokkaidou-header #hokkaidou-logo h1{
 +
    display: block;
 +
    width: auto;
 +
    height: auto;
 +
    margin: 0;
 +
    padding: 0;
 +
    border: none;
 +
}
 +
#hokkaidou-header #hokkaidou-logo h1 a{
     display: block;
     display: block;
     width: 267px;
     width: 267px;
     height: 93px;
     height: 93px;
-
     background: url(img/hokkaidou_logo.png) no-repeat;
+
     background: url(https://static.igem.org/mediawiki/2011/e/e5/Hokkaidou_logo.png) no-repeat;
     opacity: 0.7;
     opacity: 0.7;
 +
    text-indent: -10000px;
 +
    outline: none;
}
}
-
#hokkaidou-header #hokkaidou-logo h1,
 
#hokkaidou-header #hokkaidou-logo p{
#hokkaidou-header #hokkaidou-logo p{
     display: none !important;
     display: none !important;
Line 51: Line 61:
#hokkaidou-header #hokkaidou-navigation ul{
#hokkaidou-header #hokkaidou-navigation ul{
     position: absolute;
     position: absolute;
-
     bottom: 13px; right: 0;
+
     bottom: 33px; right: 0;
}
}
#hokkaidou-header #hokkaidou-navigation ul li{
#hokkaidou-header #hokkaidou-navigation ul li{

Latest revision as of 10:50, 2 October 2011