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 */
p, #content {
+
color:#85C380;
+
}
+
  
a, a:visited {
+
/* Change Background color*/
color:#84FD2C;
+
body {  
 +
background-color: #fff;
 
}
 
}
  
body {
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
background-color: #ACD186;
+
#mainContainer {   
}
+
width: 978px;
 
+
#mainContainer {   
+
width: 980px;
+
 
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: 20px solid #50672F;
+
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: 150px;
+
width: 134px;
 
padding: 20px 0px;
 
padding: 20px 0px;
background-color: #D65664;
+
border-top: 14px solid #565656;
border-top: 20px solid #50672F;
+
background-color: #E8E8E9;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
 
}
 
}
  
#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: 800px;
+
width: 814px;
 
padding-left: 20px;
 
padding-left: 20px;
 
float: left;
 
float: left;
border-top: 20px solid #50672F;
 
 
background-color: #fff;  
 
background-color: #fff;  
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
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: #84F22A;
+
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 {  
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
color: #565656;
color: #534743;
+
 
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: #84FD2C;
+
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: #963F20;
+
color: #59bf92;
 
}
 
}
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */
 
         #contentContainer table {
 
         #contentContainer table {
     border: 2px solid #534743;
+
     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 {
    background-color: #fff;
 
 
     padding: 10px;
 
     padding: 10px;
     border: 2px solid #534743;
+
     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: #F4F0D8;
+
     background-color: #E8E8E9;
 
     padding: 10px;
 
     padding: 10px;
     border: 2px solid #534743;
+
     border: 1px solid #565656;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 
     }
 
     }
/*MENU STYLING */
 
  
/*MENU STYLING */
+
 
 +
 
 +
/*MENU STYLING */
  
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #fff;
+
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: #963F20;
+
background-color: #24B694;
 
}
 
}
  
Line 159: Line 158:
 
position: absolute;  
 
position: absolute;  
 
float:right;
 
float:right;
margin-left: 150px;
+
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: #84FD2C;  
+
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: #332B29;
+
color: #565656;
width: 170px;
+
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 {
+
    .highlightBox {
            width:500px;  
+
        width:500px;  
            margin:auto;  
+
        margin:auto;  
            background-color: #F4F0D8;  
+
        background-color: #E8E8E9;  
    margin-bottom: 15px;
+
margin-bottom: 15px;
    margin-top: 15px;
+
margin-top: 15px;
    padding: 15px;
+
padding: 15px;
    padding-top: 5px;
+
padding-top: 5px;
            }
+
    }
  
  

Revision as of 12:24, 17 September 2015

Corns of Wrath

Click here to edit this page!

CLICK HERE TO UPLOAD FILES