Line 3: Line 3:
  
 
*{font-family: "verdana"}
 
*{font-family: "verdana"}
 +
body
 +
{
 +
margin-left:200px;
 +
background:#5d9ab2 url('img_tree.png') no-repeat top left;
 +
}
 +
 +
.container
 +
{
 +
text-align:center;
 +
}
 +
 +
.center_div
 +
{
 +
border:1px solid gray;
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:90%;
 +
background-color:#d0f0f6;
 +
text-align:left;
 +
padding:8px;
 +
}

Revision as of 18:37, 30 October 2013

  1. /* CSS placed here will be applied to all skins */
  2.  
  3.  
  4. *{font-family: "verdana"}
  5. body
  6. {
  7. margin-left:200px;
  8. background:#5d9ab2 url('img_tree.png') no-repeat top left;
  9. }
  10.  
  11. .container
  12. {
  13. text-align:center;
  14. }
  15.  
  16. .center_div
  17. {
  18. border:1px solid gray;
  19. margin-left:auto;
  20. margin-right:auto;
  21. width:90%;
  22. background-color:#d0f0f6;
  23. text-align:left;
  24. padding:8px;
  25. }