Difference between revisions of "Template:ElanVitalKoreaMWlook"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<style>
 
  
<!-- Start of CSS-->
+
<style type="text/css">
 +
 
 +
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
 +
body {
 +
background-color: transparent;
 +
}
  
/* PAGE LAYOUT */
+
/* WIKI SETTINGS*/
 
+
/* Change Background color*/
+
/* Hide first heading */
body {  
+
.firstHeading {
background-color: #fff;
+
display: none;
 +
border: 0px;
 
}
 
}
 
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
/*-- Remove borders, float content left and remove padding/margin */
#mainContainer {
+
#globalWrapper, #content{
width: 978px;
+
background-color: transparent;
overflow:hidden;
+
border: 0px;
float:left;
+
width:100%;
margin-left:20px;
+
float: left;
margin-bottom: 10px;
+
margin:0px;
background-color: #fff;  
+
padding: 0px;
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;
+
 
}
 
}
  
/* Creates the container for the menu */
+
/*left align Black Menu Bar */
#menuContainer  {  
+
#top_menu_inside {  
float:left;
+
margin-left: 20px;  
width: 134px;
+
border: 0px;
padding: 20px 0px;
+
border-top: 14px solid #565656;
+
background-color: #E8E8E9;
+
 
}
 
}
 
/* Creates the container for the content */
 
#contentContainer {
 
padding-top:20px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
width: 814px;
 
padding-left: 20px;
 
float: left;
 
background-color: #fff;
 
border-top: 14px solid #565656;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
 
 
 
 
 
 
 
 
 
 
  
  

Latest revision as of 10:34, 30 August 2015