Difference between revisions of "Team:HAFS-Korea"
Line 1: | Line 1: | ||
{{HAFS-Korea}} | {{HAFS-Korea}} | ||
<html> | <html> | ||
− | |||
<!-- Start of CSS--> | <!-- Start of CSS--> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | /* PAGE LAYOUT */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | /* Change Background color*/ | |
− | + | body { | |
+ | background-color: #fff; | ||
} | } | ||
− | + | /* Creates a container that will wrap all of the content inside your wiki pages. */ | |
− | + | #mainContainer { | |
− | + | width: 978px; | |
− | + | ||
− | #mainContainer { | + | |
− | + | ||
overflow:hidden; | overflow:hidden; | ||
float:left; | float:left; | ||
Line 25: | Line 19: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
background-color: #fff; | background-color: #fff; | ||
− | border-bottom: | + | border-bottom: 14px solid #565656; |
+ | border-right: 2px solid #565656; | ||
+ | border-left: 2px solid #565656; | ||
+ | border-top: 2px solid #565656; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
− | #menuContainer { | + | /* Creates the container for the menu */ |
+ | #menuContainer { | ||
float:left; | float:left; | ||
− | width: | + | width: 134px; |
padding: 20px 0px; | padding: 20px 0px; | ||
− | + | border-top: 14px solid #565656; | |
− | border-top: | + | background-color: #E8E8E9; |
− | + | ||
} | } | ||
− | #contentContainer { | + | /* Creates the container for the content */ |
+ | #contentContainer { | ||
padding-top:20px; | padding-top:20px; | ||
padding-right:10px; | padding-right:10px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
− | width: | + | width: 814px; |
padding-left: 20px; | padding-left: 20px; | ||
float: left; | float: left; | ||
− | |||
background-color: #fff; | background-color: #fff; | ||
− | font-family: " | + | border-top: 14px solid #565656; |
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
− | #bannerContainer { | + | /*Set up height place holder for the banner*/ |
+ | #bannerContainer { | ||
height:200px; | height:200px; | ||
margin:auto; | margin:auto; | ||
text-align:center; | text-align:center; | ||
− | color: # | + | color: #24B694; |
} | } | ||
− | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | + | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ |
/*Change the styling of text for everything inside main container*/ | /*Change the styling of text for everything inside main container*/ | ||
Line 66: | Line 66: | ||
/*This changes the color and font family */ | /*This changes the color and font family */ | ||
#contentContainer h1, h2, h3, h4, h5, h6 { | #contentContainer h1, h2, h3, h4, h5, h6 { | ||
− | + | color: #565656; | |
− | color: # | + | |
border-bottom: none; | border-bottom: none; | ||
font-weight: bold; | font-weight: bold; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
margin-top:10px; | margin-top:10px; | ||
} | } | ||
Line 76: | Line 76: | ||
#contentContainer a { | #contentContainer a { | ||
font-weight: bold; | font-weight: bold; | ||
− | color: # | + | color: #23b593; |
} | } | ||
/* Styling links on hover- links are different inside the menu */ | /* Styling links on hover- links are different inside the menu */ | ||
#contentContainer a:hover { | #contentContainer a:hover { | ||
− | color: # | + | color: #59bf92; |
} | } | ||
/*Change the styling of tables */ | /*Change the styling of tables */ | ||
#contentContainer table { | #contentContainer table { | ||
− | border: | + | border: 1px solid #565656; |
border-collapse: collapse; | border-collapse: collapse; | ||
+ | width: 90% | ||
margin: auto; | margin: auto; | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
Line 97: | Line 98: | ||
/*Change the styling of table cells*/ | /*Change the styling of table cells*/ | ||
#contentContainer td { | #contentContainer td { | ||
− | |||
padding: 10px; | padding: 10px; | ||
− | border: | + | border: 1px solid #565656; |
border-collapse: collapse; | border-collapse: collapse; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
} | } | ||
− | |||
/*Change the styling of table headers */ | /*Change the styling of table headers */ | ||
#contentContainer th { | #contentContainer th { | ||
− | background-color: # | + | background-color: #E8E8E9; |
padding: 10px; | padding: 10px; | ||
− | border: | + | border: 1px solid #565656; |
border-collapse: collapse; | border-collapse: collapse; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
} | } | ||
− | |||
− | + | ||
+ | |||
+ | /*MENU STYLING */ | ||
/*Styling for the links in the menu */ | /*Styling for the links in the menu */ | ||
#menuContainer a { | #menuContainer a { | ||
− | color: # | + | color: #565656; |
text-decoration:none; | text-decoration:none; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
− | |||
/* Sets the style for lists inside menuContainer */ | /* Sets the style for lists inside menuContainer */ | ||
Line 143: | Line 142: | ||
#menuContainer li:hover { | #menuContainer li:hover { | ||
color: #FFF; | color: #FFF; | ||
− | background-color: # | + | background-color: #24B694; |
} | } | ||
Line 159: | Line 158: | ||
position: absolute; | position: absolute; | ||
float:right; | float:right; | ||
− | margin-left: | + | margin-left: 134px; |
margin-top:-42px; | margin-top:-42px; | ||
} | } | ||
Line 165: | Line 164: | ||
/*Style the submenu buttons*/ | /*Style the submenu buttons*/ | ||
#menuContainer li ul li{ | #menuContainer li ul li{ | ||
− | background-color: # | + | background-color: #59BF92; |
padding-left:20px; | padding-left:20px; | ||
padding-right:20px; | padding-right:20px; | ||
Line 171: | Line 170: | ||
padding-top:10px; | padding-top:10px; | ||
margin-top:-2px; | margin-top:-2px; | ||
− | color: # | + | color: #565656; |
− | width: | + | width: 150px; |
} | } | ||
− | /*CLASSES */ | + | /*CLASSES */ |
/*Clear class for all the pages, adds spacing too*/ | /*Clear class for all the pages, adds spacing too*/ | ||
Line 185: | Line 184: | ||
/* highlight box for special messages */ | /* highlight box for special messages */ | ||
− | + | .highlightBox { | |
− | + | width:500px; | |
− | + | margin:auto; | |
− | + | background-color: #E8E8E9; | |
− | + | margin-bottom: 15px; | |
− | + | margin-top: 15px; | |
− | + | padding: 15px; | |
− | + | padding-top: 5px; | |
− | + | } | |
Revision as of 12:24, 17 September 2015