Advertisement
Guest User

Untitled

a guest
May 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. @charset "utf-8";
  2. body {
  3.     background-color: #272b12;
  4.     color: #999;
  5. }
  6. .logoBg {
  7.     background-image: url(images/rootImages/bgimage.png);
  8.     left: auto;
  9.     right: auto;
  10.     height: 685px;
  11.     width: 1172px;
  12.     float: none;
  13. }
  14. .container {
  15.     background-image: url(images/rootImages/bg-repeat.gif);
  16.     background-repeat: repeat-x;
  17. }
  18.  
  19. #logo {
  20.     left: auto;
  21.     right: auto;
  22.     padding-top: 120px;
  23.     text-align: center;
  24. }
  25. .header {
  26.     background-image: url(images/rootImages/topbarbg.png);
  27.     background-repeat: repeat;
  28.     float: none;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement