Advertisement
hl2guide

SABnzbd 1.1 RC4 - Custom Glitter CSS Edits 1.0 by Deanoman

Aug 31st, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.97 KB | None | 0 0
  1. /* SABnzbd 1.1 RC4 - Custom Glitter CSS Edits 1.0 by Deanoman */
  2. /* [Mobile and Standard Edition] */
  3. /* Please Note: The "Hack" font is available from: https://sourcefoundry.org/hack/#download */
  4.  
  5. /* 1) Global Font and Size */
  6. body, p, div
  7. {
  8.     font-size:12pt !important;
  9.     font-family:Hack, "Droid Sans Mono", Consolas !important;
  10. }
  11.  
  12. /* 2) Wider Layout for Container width and margin */
  13. .container
  14. {
  15.     margin:0px !important;
  16.     width:100% !important;
  17. }
  18.  
  19. /* 3) Yellow Headings and bottom history info */
  20. h2, .history-info
  21. {
  22.     color:#E9B44C !important;
  23. }
  24.  
  25. /* 4) Greyed out history entries */
  26. .history-table
  27. {
  28.     color:#CCC !important;
  29. }
  30.  
  31. /* 5) Coloured glyph icons */
  32. .glyphicon-play
  33. {
  34.     color:purple !important;
  35. }
  36. .glyphicon-ok
  37. {
  38.     color:green !important;
  39. }
  40. .glyphicon-exclamation-sign
  41. {
  42.     color:blue !important;
  43. }
  44. .glyphicon-save
  45. {
  46.     color:black !important;
  47. }
  48. .glyphicon-hdd
  49. {
  50.     color:black !important;
  51. }
  52. .glyphicon-link
  53. {
  54.     color:black !important;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement