Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'paforums'

1233093 - blackmod: vbulletin paforums
  1. a, a:hover, a:active, a:link { color: #aaa !important; }
  2.  
  3. body {
  4.  background-color: #000;
  5.  color: #aaa;
  6.  font-size: 10.5pt !important;
  7. }
  8.  
  9.  
1233043 - blackforums mod: vbulletin paforums
  1. http://forums.penny-arcade.com/clientscript/my_rounded.js
  2. http://forums.penny-arcade.com/images/styles/PA/buttons/quickreply.gif
  3. http://forums.penny-arcade.com/images/styles/PA/buttons/reply.gif
  4. http://forums.penny-arcade.com/images/styles/PA/buttons/viewpost.gif
  5. http://forums.penny-arcade.com/images/styles/PA/misc/head_left.gif
  6. http://forums.penny-arcade.com/images/styles/PA/misc/nav_home.gif
  7. http://forums.penny-arcade.com/images/styles/PA/misc/nav_left.gif
1233040 - blackforums mod: vbulletin paforums
  1. // ==UserScript==
  2. // @name           PA Forums tweaks
  3. // @include        http://forums.penny-arcade.com/*
  4. // ==/UserScript==
  5.  
  6. function loadCSS()
  7. {
  8.  var head = document.getElementsByTagName ('head')[0];
  9.  
1233035 - blackmod: vbulletin paforums
  1. a, a:hover, a:active, a:link { color: #aaa !important; }
  2.  
  3. body {
  4.  background-color: #000;
  5.  color: #aaa;
  6.  font-size: 10.5pt !important;
  7. }
  8.  
  9.