Template:CSS/style

From 2014.igem.org

(Difference between revisions)
Line 98: Line 98:
display: inline-block;
display: inline-block;
margin-top:-80px;
margin-top:-80px;
-
margin-left:-32px;
+
margin-left:-40px;
Line 203: Line 203:
text-decoration: none;
text-decoration: none;
border-bottom: 4px solid #ffffff;
border-bottom: 4px solid #ffffff;
 +
        border-left: 4px solid #ffffff;
 +
        border-right: 4px solid #ffffff;
border-top: 4px solid #ffffff;
border-top: 4px solid #ffffff;
line-height: 59px;
line-height: 59px;
Line 260: Line 262:
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
/* {
 
-
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
 
-
html,body,#wrapper,#scroller{
 
-
width:100%;
 
-
height:100%;
 
-
background: #fff;
 
-
font-family: 'Roboto Condensed', sans-serif;
 
-
font-weight: 300;
 
-
}
 
-
 
-
h1, h2, h3, h4, h5, h6 {
 
-
font-family: 'Roboto Condensed', sans-serif;
 
-
}
 
-
p {
 
-
font-weight: 300;
 
-
}
 
-
img {
 
-
width: 100%;
 
-
}
 
-
.top-bar .name h1 a:hover{
 
-
text-decoration: none;
 
-
}
 
-
 
-
#main-nav {
 
-
padding: 0;
 
-
background: #222;
 
-
position: fixed;
 
-
width: 100%;
 
-
top: 0;
 
-
z-index: 1000;
 
-
}
 
-
.media>.left {
 
-
margin-right: 10px;
 
-
}
 
-
.media:first-child {
 
-
margin-top: 0;
 
-
}
 
-
.media, .media-body {
 
-
overflow: hidden;
 
-
zoom: 1;
 
-
}
 
-
.top-bar {
 
-
 
-
padding-left:-100px;
 
-
background: #222;
 
-
}
 
-
 
-
.dropdown  {
 
-
display: none;
 
-
}
 
-
 
-
.dropdown li:hover > ul {
 
-
display: block;
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
@-moz-document url-prefix() {
 
-
.top-bar {
 
-
z-index: 3000;
 
-
overflow: auto;}}
 
-
.top-bar .toggle-topbar.menu-icon a:hover {
 
-
text-decoration: none;
 
-
}
 
-
.top-bar .name {
 
-
height: 67px;
 
-
 
-
}
 
-
.top-bar .name h1{
 
-
    padding: 0px;
 
-
}
 
-
.top-bar .name h1 a{
 
-
        display: inline-block;
 
-
        padding: 0;
 
-
        width: auto;
 
-
}
 
-
.top-bar-section ul {
 
-
background: #333;
 
-
}
 
-
.top-bar-section ul#social-nav li>a.icon-link {
 
-
font-size: 21px;
 
-
}
 
-
.top-bar span.logo {
 
-
width: 320px;
 
-
display: inline-block;
 
-
margin-top:-80px;
 
-
margin-left:-32px;
 
-
 
-
 
-
}
 
-
.top-bar span.fb {
 
-
width: 48px;
 
-
display: inline-block;
 
-
margin-top: 20px;
 
-
margin-left:10px;
 
-
}
 
-
 
-
.top-bar span.tweet {
 
-
width: 48px;
 
-
display: inline-block;
 
-
margin-top:0px;
 
-
margin-left:70px;
 
-
 
-
}
 
-
.top-bar span.flickr {
 
-
width: 44px;
 
-
display: inline-block;
 
-
margin-top:0px;
 
-
margin-left:130px;
 
-
 
-
}
 
-
 
-
.top-bar-section ul li>a {
 
-
font-family: 'Roboto Condensed', sans-serif;
 
-
font-size: 24px;
 
-
}
 
-
.top-bar-section ul li a:hover,.top-bar-section ul li a:focus,.top-bar-section ul li a:active{
 
-
        text-decoration: none;
 
-
    }
 
-
 
-
p.lead {
 
-
 
-
}
 
-
.reveal-modal .close-reveal-modal {
 
-
font-size: 29px;
 
-
line-height: 1;
 
-
position: absolute;
 
-
top: 0px;
 
-
right: 0px;
 
-
color: #fff;
 
-
font-weight: bold;
 
-
cursor: pointer;
 
-
background: #de3831;
 
-
width: 30px;
 
-
height: 30px;
 
-
text-align: center;
 
-
border-radius: 100px;
 
-
}
 
-
.reveal-modal .close-reveal-modal:hover {
 
-
text-decoration: none;
 
-
}
 
-
section {
 
-
 
-
}
 
-
.section-header {
 
-
margin: 30px 0;
 
-
font-weight: 300;
 
-
}
 
-
.overlay {
 
-
background: rgba(0,0,0,.3);
 
-
width: 100%;
 
-
height: 100%;
 
-
}
 
-
@-moz-document url-prefix() {
 
-
.overlay{
 
-
position:absolute;}
 
-
}
 
-
 
-
.footer .second-row .logo {
 
-
text-align: center;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
}
 
-
.top-bar-section li:not(.has-form) a:not(.button) {
 
-
padding: 0 15px;
 
-
line-height: 67px;
 
-
background: transparent;
 
-
}
 
-
.top-bar-section li.active:not(.has-form) a:not(.button) {
 
-
padding: 0 15px;
 
-
color: #fff;
 
-
background: #272727;
 
-
border-bottom: 4px solid #ffffff
 
-
z-index: 4;
 
-
line-height: 67px;
 
-
}
 
-
.top-bar-section ul#social-nav li a.hashtag {
 
-
padding: 0 15px;
 
-
}
 
-
.top-bar-section ul {
 
-
background: transparent;
 
-
}
 
-
.top-bar-section ul#social-nav li a {
 
-
padding: 0 15px;
 
-
}
 
-
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
 
-
background: transparent;
 
-
}
 
-
.top-bar-section ul li:hover:not(.has-form)>a {
 
-
text-decoration: none;
 
-
border-bottom: 4px solid #ffffff;
 
-
border-top: 4px solid #ffffff;
 
-
line-height: 67px;
 
-
 
-
}*/
 
</style>
</style>
</html>
</html>

Revision as of 15:13, 28 May 2014