Template:CSS/style

From 2014.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 47: Line 47:
}
}
.top-bar {
.top-bar {
-
height: 67px;
+
height: 68px;
-
line-height: 67px;
+
line-height: 68px;
padding-left:-100px;
padding-left:-100px;
background: #222;
background: #222;
Line 77: Line 77:
}
}
.top-bar .name {
.top-bar .name {
-
height: 67px;
+
height: 68px;
}
}
Line 102: Line 102:
-
}
 
-
.top-bar span.fb {
 
-
width: 48px;
 
-
display: inline-block;
 
-
margin-top: 10px;
 
-
margin-left:10px;
 
}
}
-
.top-bar span.tweet {
 
-
width: 48px;
 
-
display: inline-block;
 
-
margin-top:-59px;
 
-
margin-left:70px;
 
-
 
-
}
 
-
.top-bar span.flickr {
 
-
width: 44px;
 
-
display: inline-block;
 
-
margin-top:-67px;
 
-
margin-left:130px;
 
-
 
-
}
 
.top-bar-section ul li>a {
.top-bar-section ul li>a {
Line 178: Line 158:
.top-bar-section li:not(.has-form) a:not(.button) {
.top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 15px;
padding: 0 15px;
-
line-height: 67px;
+
line-height: 60px;
background: transparent;
background: transparent;
}
}
Line 206: Line 186:
border-bottom: 4px solid #ffffff;
border-bottom: 4px solid #ffffff;
border-top: 4px solid #ffffff;
border-top: 4px solid #ffffff;
-
line-height: 59px;
+
-webkit-border-radius: 8px;
-
+
        -moz-border-radius: 8px;
 +
        border-radius: 8px;
 +
line-height: 60px;
}
}
Line 213: Line 195:
 +
.rotate{
 +
    -webkit-transition-duration: 0.8s;
 +
    -moz-transition-duration: 0.8s;
 +
    -o-transition-duration: 0.8s;
 +
    transition-duration: 0.8s;
 +
   
 +
    -webkit-transition-property: -webkit-transform;
 +
    -moz-transition-property: -moz-transform;
 +
    -o-transition-property: -o-transform;
 +
    transition-property: transform;
 +
   
 +
    overflow:hidden;
 +
 +
    } 
 +
 +
.rotate:hover 
 +
{
 +
    -webkit-transform:rotate(720deg);
 +
    -moz-transform:rotate(720deg);
 +
    -o-transform:rotate(720deg);
 +
 +
.top-bar-section ul li {
 +
    display: inline;
 +
}
 +
.top-bar-section ul ul {
 +
    display: none; 
 +
}
 +
.top-bar-section ul li:hover ul{
 +
        display: block;
 +
width:auto;
 +
        position: absolute;
 +
background:#222;
 +
float:left;
 +
        margin-top:0px;
 +
border-left: 4px solid #ffffff;
 +
border-right: 4px solid #ffffff;
 +
border-bottom: 4px solid #ffffff;
 +
-webkit-border-radius: 8px;
 +
        -moz-border-radius: 8px;
 +
        border-radius: 8px;
 +
}
 +
.top-bar-section ul ul li {
 +
    display: block;
 +
}
 +
 +
.igem-logo{
 +
        width: 180px;
 +
display: inline-block;
 +
        background:transparent;
 +
margin-top:-70px;
 +
margin-left:1100px;
 +
 +
}
 +
 +
.mahindra{
 +
        width: 200px;
 +
        position:fixed;
 +
        float:left;
 +
        z-index:1000000000;
 +
display: inline-block;
 +
        background:transparent;
 +
margin-top:10px;
 +
margin-left:0px;
 +
 +
 +
 +
}

Latest revision as of 18:21, 26 June 2014