Difference between revisions of "Template:NJAU China/CSS/nav"

(Created page with "<html> <style type="text/css"> * { margin:0; padding:0; } body { font-family:Tahoma, Geneva, sans-serif;: font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; fo...")
 
Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 +
/*hidden old property*/
 +
 +
*{
 +
padding:0;
 +
text-decoration:none;
 +
margin:0;}
 +
       
 +
        #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {
 +
            display: none;
 +
        }
 +
 +
        /*-- hides default wiki settings --*/
 +
     
 +
 +
        h1, h2, h3, h4, h5 {
 +
            font-family: Georgia, Times, "Calibri", serif;
 +
        }
 +
 +
        #top-section {
 +
            /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
            background-color: #ffffe0;
 +
            border: 0 none;
 +
            height: 14px;
 +
            z-index: 100;
 +
            top: 0;
 +
            position: fixed;
 +
            width: 975px;
 +
            left: 50%;
 +
            margin-left: -487px;
 +
        }
 +
.firstHeading {
 +
            width: 975px;
 +
            margin: 0px auto;
 +
            padding-top: 100px;
 +
            margin-bottom: 20px;display:none;
 +
            font-family: Georgia, Times, "Calibri", serif;
 +
        }
 +
        #top-section-bar {
 +
            /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
            background-color: #ffffe0;
 +
            height: 14px;
 +
            display: block;
 +
            z-index: 10;
 +
            position: fixed;
 +
            width: 100%;
 +
            top: 0;
 +
        }
 +
 +
        #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;
 +
        }
 +
 +
        #container {
 +
            /*-- creates container for all content on page --*/
 +
            font-family: Arial, Helvetica, sans-serif;
 +
            font-weight: normal;
 +
            font-size: 14px;
 +
            color: #ffa54f;
 +
            width: 960px;
 +
            margin-left: auto;
 +
            margin-right: auto;
 +
            background-color:#FFF;
 +
            margin-top: 0px;
 +
        }
 +
 +
        .container {
 +
            font-size: 14px;
 +
            width:700px;
 +
            float:right;
 +
        }
 +
 +
        .buttontext {
 +
            color: #ffa54f
 +
        }
 +
.mycontent{
 +
            width:1366px;
 +
    margin:0 auto;
 +
    position:relative;
 +
    font-family:Arial, Helvetica, sans-serif;
 +
        }
 +
 +
pre{
 +
width:90%;
 +
margin:0 auto;}
 +
        /*-- hides default wiki settings --*/
 +
 +
 +
/*nav*/
 
* {
 
* {
 
margin:0;
 
margin:0;

Revision as of 22:13, 17 September 2015