Difference between revisions of "Team:Dundee/style.css"

Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 
  
 
.firstHeading {
 
.firstHeading {
Line 11: Line 10:
 
font-family: Georgia, Times, "Times New Roman", serif;  
 
font-family: Georgia, Times, "Times New Roman", serif;  
 
         display:none;
 
         display:none;
 +
}
 +
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
border: 0 none;
 +
height: 0px;
 +
z-index: 100;
 +
top: 10px;
 +
/*position: fixed;*/
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 0px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0px;
 +
}
 +
 +
#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;
 +
}
 +
 +
body {
 +
background-color: #727272;
 +
 +
}
  
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
 
/* Removing WikiMedia look */
 
/* Removing WikiMedia look */

Revision as of 13:26, 23 June 2015