Advertisement
Gotolei

Gunnerkrigg Court forum tweaks (userstyle)

Nov 9th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.16 KB | None | 0 0
  1. /* DEPRECIATED, NOW HERE: http://userstyles.org/styles/95048 */
  2.  
  3.  
  4. @namespace url(http://www.w3.org/1999/xhtml);
  5.  
  6. @-moz-document domain("gunnerkrigg.proboards.com") {
  7.  
  8. .link a:hover,
  9. .user-link:hover,
  10. .message a:hover,
  11. .signature a:hover,
  12. #pbn-bar-wrapper + div a:hover,
  13. .footer-text a:hover,
  14. .footer-links a:hover {
  15.     text-decoration: underline !important;
  16. }
  17.  
  18. #banner #logo {
  19.     font-family: "Ale and Wenches BB", "Spirit Medium", "Trebuchet MS", Verdana, Arial !important;
  20. }
  21.  
  22. .wysiwyg-tabs #menu-item-visual {
  23.     background: #fff !important;
  24. }
  25.  
  26. .thread:hover {
  27. /* needs fix to be more specific */
  28.     background-color: #eaeaea !important;
  29. }
  30.  
  31. tr[class="item post even"],
  32. tr[class="item post deletable even"],
  33. tr[class="item post last even"],
  34. tr[class="item post deletable last even"] {
  35. /* alternating post bg */
  36.     background-color: #eaeaea !important;
  37. }
  38.  
  39. .unblocked {
  40. /* every post */
  41.     padding: 0 !important;
  42.     padding-right: 10px !important;
  43. }
  44.  
  45. div[class="content-head ui-helper-clearfix"] {
  46.     padding-bottom: 0 !important;
  47. }
  48.  
  49. div[class="content-head ui-helper-clearfix"] > .controls,
  50. .signature {
  51. /* vertically center buttons and sig */
  52.     padding-top: 5px !important;
  53.     padding-bottom: 5px !important;
  54. }
  55.  
  56. .button.state-selected {
  57.     box-shadow: 0 0 2px 1px #a7a7a7 !important;
  58. }
  59.  
  60. .quote_body {
  61.     background: rgba(0, 0, 0, 0.03) !important;
  62.     border: 1px solid rgba(0, 0, 0, 0.05) !important;
  63. }
  64.  
  65. .mini-profile {
  66.     padding-bottom: 0 !important;
  67.     border: none !important;
  68. }
  69.  
  70. .left-panel {
  71.     border-right: 1px solid #d9d9d9 !important;
  72. }
  73.  
  74. .avatar-wrapper {
  75. /* remove vertical avatar padding */
  76.     height: auto !important;
  77. }
  78.  
  79. .mini-profile .info,
  80. .personal-text {
  81.     text-align: center !important;
  82. }
  83.  
  84. .personal-text + br {
  85. /* hides gap below personal text/status/whatever it is */
  86.     display: none !important;
  87. }
  88.  
  89.  
  90.  
  91. /* THEME MODIFICATIONS
  92. comment out this next part if you like the default light blue theme */
  93.  
  94.  
  95.  
  96. .grv_dark_bg,
  97. html[class="js no-flexbox postmessage indexeddb hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage applicationcache"] body,
  98. html[class=" js no-flexbox postmessage indexeddb hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage applicationcache"] body {
  99. /* man, f- proboards and all this idiotic garbage you have to do to fix it */
  100.     background: #2B3856 !important;
  101. }
  102.  
  103. #banner {
  104. /* this is boxbot but idk how to make it better */
  105. /* banner should be wide enough for 1920x monitors, not tested */
  106.     background: url("http://i.imgur.com/GiOgn5S.png") center #000 !important;
  107. }
  108.  
  109. #welcome a:hover {
  110.     color: #737CA1 !important;
  111.     text-decoration: underline !important;
  112. }
  113.  
  114. #navigation-menu,
  115. .title-bar,
  116. .ui-dialog-titlebar {
  117.     background: url("http://images.proboards.com/v5/gradients/wave.png") repeat-x scroll left center #000 !important;
  118. }
  119.  
  120. #navigation-menu ul li .state-active,
  121. .controls li a {
  122.     background: url("http://images.proboards.com/v5/gradients/wave.png") repeat-x scroll left center #333 !important;
  123. }
  124.  
  125. #nav-tree, .recent-threads-button {
  126. /* stupid border radius glitching on the background.. */
  127.     background: #737CA1 !important;
  128. }
  129.  
  130. #nav-tree li span {
  131.     border-left-color: #000 !important;
  132. }
  133. /* above span is overlapped by below span */
  134. #nav-tree li span span {
  135.     border-left-color: #737CA1 !important;
  136. }
  137.  
  138. #nav-tree li:hover {
  139.     background: #737CA1 !important;
  140. }
  141.  
  142. #nav-tree li div a:hover,
  143. .recent-threads-button:hover {
  144.     color: #000 !important;
  145.     text-decoration: underline !important;
  146. }
  147.  
  148. .new-icon {
  149.     background: #737CA1 !important;
  150. }
  151.  
  152. #pbn-bar-wrapper + div a,
  153. .footer-text a,
  154. .footer-links a {
  155.     color: #737CA1 !important;
  156. }
  157.  
  158.  
  159.  
  160. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement