Team:Linkoping Sweden/Templates/wikicss

From 2014.igem.org

(Difference between revisions)
(Created page with ".navbar .navbar-nav { display: inline-block; float: none; } .navbar .navbar-collapse { text-align: center; } } #fbnoticon{ width:38px; } #pblogo img, #pgmap img...")
 
(27 intermediate revisions not shown)
Line 1: Line 1:
-
.navbar .navbar-nav {
+
<html>
-
    display: inline-block;
+
<head>
-
    float: none;
+
<style type="text/css">
-
}
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, {display: none;} /*-- hides default wiki settings --*/
-
 
+
-
.navbar .navbar-collapse {
+
-
    text-align: center;
+
-
}
+
 +
#top-section{
 +
    display:none;
 +
    height: 0px;
 +
    top: 0px;
 +
    margin-top: 0px;
 +
    padding: 0px;
 +
    border: 0px;
}
}
-
#fbnoticon{
+
#footer-box{
-
  width:38px;
+
display:none;
}
}
-
#pblogo img, #pgmap img, #twnoticon img, #fbnoticon img, #igemlogo img, #onofflogo img{
+
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
  background-color:rgb(46,43,52);
+
        background-color: #383838;
-
  margin-top:8px;
+
height: 14px;
-
  margin-bottom:2px;
+
        display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
}
}
-
#fbnoticon:hover img {
+
 
-
  background-color:rgb(62,82,158);  
+
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
 
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
 
 +
#bodyContent, #content {
 +
width: 1100px;
 +
}
 +
 
 +
a{
 +
color: black;
}
}
-
#twitapp, #fbapp {
+
a:hover{
-
  display:none;
+
color:blue
-
  width:250px;
+
-
  height:auto;
+
-
  top:44px;
+
-
  background: rgb(255,255,255);
+
-
  z-index:100;
+
}
}
-
#fbapp{
+
</style>
-
    margin-left:-149px;
+
</head>
 +
</html>

Latest revision as of 13:17, 26 June 2014