Team:Linkoping Sweden/Templates/wikicss

From 2014.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<style>
+
<style type="text/css">
-
.navbar .navbar-nav {
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, {display: none;} /*-- hides default wiki settings --*/
-
    display: inline-block;
+
-
    float: none;
+
-
}
+
-
 
+
-
.navbar .navbar-collapse {
+
-
    text-align: center;
+
-
}
+
-
 
+
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;} /*-- hides default wiki settings --*/
+
-
 
+
#top-section{
#top-section{
 +
    display:none;
     height: 0px;
     height: 0px;
     top: 0px;
     top: 0px;
Line 21: Line 12:
     padding: 0px;
     padding: 0px;
     border: 0px;
     border: 0px;
 +
}
 +
#footer-box{
 +
display:none;
}
}
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
background-color: #383838;
+
        background-color: #383838;
height: 14px;
height: 14px;
-
display: block;
+
        display: block;
z-index: 10;
z-index: 10;
position: fixed;
position: fixed;
Line 36: Line 30:
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
-
}
 
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
#globalWrapper, #content {
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;
Line 46: Line 39:
padding: 0px;
padding: 0px;
-
.jumbotron h1 {
+
#bodyContent, #content {
-
text-align: center;
+
width: 1100px;
}
}
-
.jumbotron {
+
a{
-
display: inline-block;
+
color: black;
-
float: none;
+
}
 +
a:hover{
 +
color:blue
}
}
-
 
-
 
</style>
</style>
</head>
</head>
-
 
</html>
</html>

Latest revision as of 13:17, 26 June 2014