Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @charset "utf-8";
  2. html,body {
  3. body{background:url(../../../../images/background.jpg);
  4. background-repeat:repeat;padding:0px;margin:0px;
  5. }
  6. #wrap {
  7. width:1000px;
  8. background-color:#999;
  9. }
  10. #header{background:url(../../../../newgd/images/banner.jpg); width:1000px; height:200px;}#text{width:1000px; background-color:#000; border-radius:12; color:#CCC;}
  11. .Forum {
  12. background:#000;
  13. width:700px;
  14. color:#FFF;
  15. }
  16. .Forum a{
  17. color:#FF0;
  18. text-decoration:None;
  19. }
  20. #Replies {
  21. background:#000;
  22. width:700px;
  23. color:#FFF;
  24. }
  25. #Replies a{
  26. color:#FF0;
  27. text-decoration:None;
  28. }
  29. .FName{
  30. width:700px;
  31. color:#FFF;
  32. }
  33. .FName a:active{
  34. color:#FF0;
  35. text-decoration:None;
  36. width:700px;
  37. }
  38. .FCont{
  39. color:#FFF;
  40. width:700px;
  41. max-width:700px;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement