Difference between revisions of "Template:TCU Taiwan/CSS"

Line 16: Line 16:
 
       }
 
       }
 
section,article{
 
section,article{
color:black;}
+
color:black;
 
+
}
 
       header, nav, footer {
 
       header, nav, footer {
 
         color: white;
 
         color: white;
Line 24: Line 24:
 
         text-align: center;
 
         text-align: center;
 
         width: 100%;
 
         width: 100%;
 +
height:100%;
 
       }
 
       }
 
       header {
 
       header {
Line 46: Line 47:
 
         font-size: 10px;
 
         font-size: 10px;
 
       }
 
       }
 
.firstHeading {
 
width: 975px;
 
margin: 0px auto;
 
padding-top: 100px;
 
margin-bottom: 20px;
 
font-family: Georgia, Times, "Times New Roman", serif;
 
}
 
 
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
 
 
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 
background-color: #383838;
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
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: 14px;
 
display: block;
 
z-index: 10;
 
position: fixed;
 
width: 100%;
 
top: 0;
 
}
 
 
#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: #FFF;
 
}
 
 
#globalWrapper, #content { /*-- changes default wiki settings --*/
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
}
 
 
html, body, .wrapper { /*-- changes default wiki settings --*/
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
 
#contentcontainer { /*-- creates container for all content on page --*/
 
font-family: Arial, Helvetica, sans-serif;
 
font-weight: normal;
 
font-size: 14px;
 
color: #414141;
 
width: 960px;
 
margin-left: auto;
 
margin-right: auto;
 
background-color: #transparent;
 
margin-top: 0px;
 
}
 
 
.sidemenu, .sidemenu li {
 
list-style-type: none;
 
list-style-image: none;
 
font-family: verdana;
 
text-decoration: none;
 
color:#000;
 
font-size: 14px;
 
}
 
 
.sidemenu li {display: block;}
 
 
.sidemenu a {
 
text-decoration:none;
 
color: #000;
 
display: block;
 
width: 180px;
 
height: 100%;
 
padding: 3px 5px;
 
transition: .25s ease-in-out;
 
-moz-transition: .25s ease-in-out;
 
-webkit-transition: .25s ease-in-out;
 
}
 
 
.sidemenu a.greyout { color: #909090; }
 
 
.sidemenu a:hover {
 
color:#666;
 
background-color: #d9f5aa;
 
}
 
 
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 
.sub-sidemenu a {color: #666;}
 
 
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 16:59, 30 May 2015