Difference between revisions of "Team:NJAU China"

Line 9: Line 9:
 
     <title>Home</title>
 
     <title>Home</title>
 
     <style type="text/css">
 
     <style type="text/css">
/*hidden default property*/
+
 
#content{
+
h1, h2, h3, h4, h5 {
width:100%;
+
            font-family: Georgia, Times, "Calibri", serif;
background:red;
+
        }
padding:0;
+
 
    }
+
        #top-section {
h1#firstHeading{
+
            /*-- styling for default menu bar (edit, page, history, etc.) --*/
display:none;
+
            background-color: #ffffe0;
}
+
            border: 0 none;
#wikiPreview{
+
            height: 14px;
display:none;
+
            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;
 +
        }
 +
 
 +
        body {
 +
            background-color: #f60;
 +
        }
 +
 
 +
        #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: #transparent;
 +
            margin-top: 0px;
 +
        }
 +
 
 +
        .container {
 +
            font-size: 14px;
 +
            width:700px;
 +
            float:right;
 +
        }
 +
 
 +
        .buttontext {
 +
            color: #ffa54f
 +
        }
  
 
/*my own content,over default property*/
 
/*my own content,over default property*/

Revision as of 18:25, 17 September 2015

Home