Line 5: | Line 5: | ||
/*-- Remove borders, float content left and remove padding/margin */ | /*-- Remove borders, float content left and remove padding/margin */ | ||
− | + | #content { | |
+ | margin-left:0px; | ||
+ | } | ||
#content, #GlobalWrapper{ | #content, #GlobalWrapper{ | ||
width: 100%; | width: 100%; | ||
+ | background: black; | ||
+ | |||
} | } | ||
− | #top_menu_14 { padding-left: | + | #top_menu_14 { padding-left:1% |
</style> | </style> | ||
Line 27: | Line 31: | ||
/* Change Background color*/ | /* Change Background color*/ | ||
body { | body { | ||
− | background-color: | + | background-color: green; |
+ | |||
} | } | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
− | |||
#mainContainer { | #mainContainer { | ||
Line 39: | Line 43: | ||
margin-right: 0px; | margin-right: 0px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
− | background-color: | + | background-color: black; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
Line 54: | Line 54: | ||
margin:0; | margin:0; | ||
padding:0; | padding:0; | ||
− | background-color: | + | background-color: black; |
margin-top: 0px; | margin-top: 0px; | ||
z-index:0; | z-index:0; | ||
Line 70: | Line 70: | ||
width: 92%; | width: 92%; | ||
float: left; | float: left; | ||
− | background-color: #FFFFFF; | + | <!-- background-color: #FFFFFF; --> |
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
Line 116: | Line 116: | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
/*Change the styling of tables */ | /*Change the styling of tables */ | ||
Line 192: | Line 187: | ||
#menuContainer > ul a:hover { | #menuContainer > ul a:hover { | ||
background: #000; | background: #000; | ||
− | background-color: # | + | background-color: #551A8B; |
} | } | ||
Line 198: | Line 193: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
/* Level 1 Drop Down Menu */ | /* Level 1 Drop Down Menu */ | ||
Line 217: | Line 213: | ||
width: auto; /* change auto value with 200px if you want a bigger menu */ | width: auto; /* change auto value with 200px if you want a bigger menu */ | ||
display: none; | display: none; | ||
− | background-color: # | + | background-color: #8A2BE2; |
position: absolute; | position: absolute; | ||
top: 100%; | top: 100%; | ||
Line 234: | Line 230: | ||
text-align: left; | text-align: left; | ||
display: none; | display: none; | ||
− | background: # | + | background: #9370DB; |
position: absolute; | position: absolute; | ||
left: 100%; | left: 100%; | ||
Line 256: | Line 252: | ||
margin-right: 20px; | margin-right: 20px; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
Line 312: | Line 304: | ||
padding-top: 10px; | padding-top: 10px; | ||
} | } | ||
+ | |||
+ | <!-- --------------- font import -------------- --> | ||
+ | @font-face { | ||
+ | font-family: | ||
+ | 'DIN Alternate Bold'; | ||
+ | src: url(http://ufonts.com/q125904); | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: | ||
+ | 'Abadi MT Condensed Extra Bold'; | ||
+ | src:url("http://www.myfontfree.com/data/502/a/abadi_mt_condensed_extra_bold/AbadiMTCondensedExtraBold.ttf"); | ||
+ | |||
+ | } | ||
h1 { | h1 { | ||
font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial; | font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial; | ||
− | font-size: | + | font-size: 30pt; |
font-style: normal; | font-style: normal; | ||
font-variant: normal; | font-variant: normal; | ||
font-weight: bold; | font-weight: bold; | ||
− | line-height: | + | line-height: 30pt; |
+ | color: white; | ||
} | } | ||
h3 { | h3 { | ||
− | font-family: "DIN Alternate", Helvetica, Arial; | + | font-family: "DIN Alternate Bold", Helvetica, Arial; |
− | font-size: | + | font-size: 18pt; |
font-style: normal; | font-style: normal; | ||
font-variant: normal; | font-variant: normal; | ||
font-weight: bold; | font-weight: bold; | ||
− | line-height: | + | line-height: 18pt; |
+ | color: white; | ||
} | } | ||
p { | p { | ||
Line 337: | Line 344: | ||
line-height: 20px; | line-height: 20px; | ||
} | } | ||
− | |||
− | |||
</style> | </style> | ||
Revision as of 13:49, 6 September 2016