Advertisement
Joe_McBobski

CSS fixes for FunnyProElites.com

Oct 26th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.10 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("funnyproelites.com") {
  4. /* Fix provided by Joe McBobski
  5. For use with Old School (Dark green) theme on FPE
  6. Use this in Stylish (instructions on bottom)*/
  7. .logo {
  8.     background: none !important;
  9.     background-color: #151815 !important;
  10.     background-image: url("http://funnyproelites.com/images/mybbcore/darkgreen/header.gif") !important;
  11.     background-repeat: repeat-x !important;
  12.     text-align: center !important;
  13. }
  14. .pm_alert {
  15.     background: none !important;
  16.     background-color: #82AD41 !important;
  17.     background-repeat: repeat-x !important;
  18.     border: 1px solid #FFD324 !important;
  19.     font-size: 11px !important;
  20.     margin-bottom: 15px !important;
  21.     padding: 5px 20px !important;
  22.     text-align: center !important;
  23. }
  24. /*Instructions:
  25. Get the Stylish browser addon
  26. Copy all of this paste
  27. Go to funnyproelites.com
  28. On Stylish's menu, hit "write new style"
  29. In the menu that pops up, hit "for funnyproelites.com..."
  30. Paste the data over ALL of the data in the popup window.
  31. Name it something good
  32. Save and exit*/
  33.  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement