Advertisement
Guest User

FOKNacht

a guest
Jun 10th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.56 KB | None | 0 0
  1. .ownPost {
  2.     background-color: #6a6a9a;
  3. }
  4.  
  5. .postholder_top {
  6.     background-image: url(http://img.ctrlv.in/img/14/06/11/5398dc09debc4.png);
  7. }
  8.  
  9. .postmain_right {
  10.     color: #c9c9c9;
  11. }
  12.  
  13. .postmain_sig {
  14.     border-color: #BDBDBD;
  15.     color: #a9a9a9;
  16. }
  17.  
  18. a.div.quote {
  19.     color: #ff00ff;
  20. }
  21.  
  22. body.listmessages {
  23.     background-color: #363636;
  24. }
  25.  
  26. div.crumbfield h2 a {
  27.     color: #000000;
  28. }
  29.  
  30. div.fieldholder.breadcrumb.roundall {
  31.     background-color: #999999;
  32.     border-color: 727272;
  33. }
  34.  
  35. div.fieldholder.breadcrumb.roundall h1 a {
  36.     color: #3a6096;
  37. }
  38.  
  39. div.fieldholder.forumheader.roundall {
  40.     border-color: #727272;
  41. }
  42.  
  43. div.galholder {
  44.     background-color: #7A7A7A;
  45. }
  46.  
  47. div.pageWrapper {
  48.     background-color: #575757;
  49. }
  50.  
  51. div.postholder_bot.roundbot {
  52.     background-color: #7a7a7a;
  53.     border-color: #5c5c5c;
  54. }
  55.  
  56. div.quote {
  57.     background-color: #616161;
  58.     color: #b3b3b3;
  59. }
  60.  
  61. div.skyscraper.roundall {
  62.     background-color: #3d3d3d;
  63.     display: none;
  64.     width: 0;
  65. }
  66.  
  67. img.usericon {
  68.     background-color: #7a7a7a;
  69.     border-color: #a6a6a6;
  70.     border-width: 2px;
  71. }
  72.  
  73. span.crumb a {
  74.     color: #000000;
  75. }
  76.  
  77. span.replybutton.roundall.newtopic.tooltip.tipsyFied, div.roundall {
  78.     background-color: #707070;
  79.     color: #c7c7c7;
  80. }
  81.  
  82. span.tooltip.volgtopicbutton.roundall.stopvolgen.stoptvp.tipsyFied {
  83.     background-color: #ff8f8f;
  84.     border-color: #838383;
  85. }
  86.  
  87. .post_time>a {
  88.     color: #333
  89. ;
  90. }
  91.  
  92. input, textarea, select {
  93.     background-color: #ccc
  94. ;
  95. }
  96.  
  97. a.linkchanged {
  98.     color: #88f
  99. ;
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement