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

From 2011.igem.org

(Difference between revisions)
(Created page with ".editsection{ font-size: 9px; font-weight: normal; } .thumbinner{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } #toc{ width: ...")
 
(3 intermediate revisions not shown)
Line 1: Line 1:
 +
<!-- vim: set ft=html: -->
 +
<html><style>
.editsection{
.editsection{
     font-size: 9px;
     font-size: 9px;
Line 34: 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 49: 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{
Line 89: Line 101:
     clear: both;
     clear: both;
}
}
 +
</style></html>

Latest revision as of 10:50, 2 October 2011