Difference between revisions of "Template:Susung/CSS"

 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
<!-- Start of CSS-->
 
<style type="text/css">
 
 
/* WIKI SETTINGS*/
 
 
/* Hide first heading */
 
.firstHeading {
 
display: none;
 
}
 
 
/*-- Remove borders, float content left and remove padding/margin */
 
#globalWrapper, #content{
 
background-color: transparent;
 
border: 0px;
 
float: left;
 
margin:0px;
 
padding: 0px;
 
}
 
 
/*left align Black Menu Bar */
 
#top_menu_inside {
 
margin-left: 20px;
 
background-color: white;
 
}
 
#top_menu_under {
 
background-color: white;
 
}
 
 
body {
 
body {
background-color: white;
+
background-color: blue;
 
}
 
}
  

Latest revision as of 17:53, 9 July 2015

SUsung