Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: Crocodile20 on Jul 11th, 2012  |  syntax: None  |  size: 1.67 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /* (XCove) CSS Made By: River*/
  2. #font   {
  3. font-family: comic sans ms;
  4. font-size: 16px;
  5. }
  6.  
  7. #textcont   {
  8.         position: relative;
  9.         margin: 0 auto;
  10.         width: 850px;
  11.         min-height: 0px;
  12.         background: transparent;
  13. }
  14.    
  15. #intro   {
  16.    width: 850px;
  17.    height: 85px;
  18.    margin-top: 0%;
  19.    margin-left: 0%;
  20.    background: transparent url(images/intro.png) center no-repeat;
  21. }
  22.  
  23. #chat   {
  24.     height: 85px;
  25.     margin-top: 0%;
  26.     margin-left: 0%;
  27.     background: transparent url(images/chat.png) left no-repeat;
  28. }
  29.    
  30. #divider   {
  31.    height: 2px;
  32.    width: 850px;
  33.    margin-top: 0%;
  34.    margin-left: 0%;
  35.    background: transparent url (images/divider.png) center no-repeat;
  36. }
  37.    
  38. #container   {
  39.    position: relative;
  40.    margin: 0 auto;
  41.    width: 2058 px;
  42.    min-height: 0px;
  43.    background: transparent;
  44. }
  45.  
  46. #container2   {
  47.    position: relative;
  48.    margin: 0 auto;
  49.    width: 2058 px;
  50.    min-height: 0px;
  51.    background: transparent;
  52. }
  53.  
  54. #nav   {
  55.    width: 65px;
  56.    height: 30px;
  57.    margin-left: 50%;
  58.    margin-top: 10%;
  59.    background: transparent url(images/nav.png) top left no-repeat;
  60.    }
  61.    
  62. #header   {
  63.    width: 850px;
  64.    height: 141px;
  65.    background: transparent url(images/header.png) top center no-repeat;
  66. }
  67.  
  68. #wrapper    {
  69.    width: 850px;
  70.    margin-top: 0%;
  71.    margin-left: 0%;
  72.    background: url(images/wrapper.png) left top repeat-y;
  73. }
  74.  
  75. #wrapper2    {
  76.    width: 850px;
  77.    height:65px;
  78.    margin-top: 0%;
  79.    margin-left: 0%
  80.    background: url(images/wrapper2.png) left top repeat-y;
  81. }
  82.    
  83. #footer  {
  84.    width: 850px;
  85.    height: 135px;
  86.    background: transparent url(images/footer.png) no-repeat;
  87. }