Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. body
  3. {
  4. color:rgb(230,230,230) !important;
  5. background: rgb(40,40,40) !important;
  6. font-family: "Comic Sans MS", cursive, sans-serif !important;
  7. }
  8.  
  9. .avatar.img {
  10. border: 6px solid rgb(0, 0, 0) !important;
  11. background-color: rgb(255, 255, 255) !important;
  12. }
  13.  
  14.  
  15. .sidebar .secondaryContent .listInline .username
  16. {
  17. color: rgb(200, 200, 200) !important;
  18. }
  19.  
  20. #content .pageContent
  21. {
  22. background-color: rgb(44,44,44) !important;
  23. }
  24.  
  25. .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo,
  26. .nodeList .pageNodeInfo, .nodeList .linkNodeInfo
  27. {
  28. background-color: rgb(46,46,46) !important;
  29. }
  30. .node .nodeLastPost
  31. {
  32. background-color: rgb(46, 46, 46) !important;
  33. }
  34.  
  35. .secondaryContent
  36. {
  37. background-color: rgb(46, 46, 46) !important;
  38. }
  39.  
  40.  
  41. #headerMover
  42. {
  43. top: 50px ! important;
  44. }
  45.  
  46. #headerProxy
  47. {
  48. height: 60px ! important;
  49. }
  50.  
  51. .messageUserBlock { background-color: rgb(46,46,46) !important; }
  52. .messageUserBlock div.avatarHolder { background-color: rgb(46,46,46) !important; }
  53.  
  54. .messageList .message
  55. {
  56. background-color: rgb(46, 46, 46) !important;
  57. }
  58.  
  59. .messageText { font-family: "Comic Sans MS", cursive, sans-serif !important; }
  60.  
  61. a { color: #0088C3 !important; }
  62. a:hover { color: #00A8F3 !important; }
  63. body a.brsgTagItem { background-color: #383833 !important; }
  64.  
  65. #logoBlock
  66. {
  67. display: none !important;
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement