Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. /*------------------------------------------------------------------------/*
  2. Project: Ice_Poseidon Stylesheet
  3. CSS Admin: DreamMentor
  4. Banner by: DreamMentor
  5. Flairs by: DreamMentor
  6.  
  7. This stylesheet is not 100% written by me. I understand CSS enough to make significant changes to a theme and experiment with editing a theme based off
  8. stylesheets written by friends.
  9. /*------------------------------------------------------------------------/*
  10.  
  11. /*---------------------------HEADER---------------------------*/
  12.  
  13. .pagename a
  14. {
  15. background: url(%%test2%%) no-repeat;
  16. position: absolute;
  17. background-size: 100% 300px;
  18. height: 300px;
  19. left: 0;
  20. right: 0;
  21. float: left;
  22. z-index: 0;
  23. }
  24.  
  25. #header-bottom-left {
  26. height: 300px;
  27. }
  28.  
  29. #header-bottom-left .tabmenu {
  30. position:absolute;
  31. left: 325x;
  32. bottom: 0;
  33. display: inline;
  34. }
  35.  
  36. #header-img {
  37. position: absolute;
  38. bottom: 15px;
  39. left: 15px;
  40. width: 30px!important;
  41. z-index: 1;
  42. }
  43.  
  44. /*---------------------------SIDEBAR---------------------------*/
  45.  
  46. .side .titlebox:before { content: url(%%Sidebar%%); }
  47. .side{
  48. border: 6px ridge purple;
  49. }
  50.  
  51. div.side a:hover{
  52. color: HotPink;
  53. }
  54.  
  55. /*---------------------------CHANGE 'READERS' BOX VALUE---------------------------*/
  56. div.titlebox span.word {
  57. display:none;
  58. }
  59. div.titlebox span.number:after {
  60. content: " Purple Army Members"
  61. }
  62.  
  63. /*---------------------------CHANGE 'USERS HERE NOW' BOX VALUE---------------------------*/
  64. .users-online .word {
  65. display:none;
  66. }
  67. .users-online .word, .users-online .number:after {
  68. content: " Being Sexy Right Now" !important;
  69. }
  70.  
  71.  
  72. /*---------------------------FLAIRS---------------------------*/
  73. .flair {
  74. background: url(%%spritesheet%%) no-repeat -9999px;
  75. border: 0;
  76. padding: 0;
  77. }
  78. .flair-admin {
  79. min-width: 13px;
  80. height: 11px;
  81. background-position: -5px -5px;
  82. text-indent: 15px;
  83. }
  84. .flair-ice {
  85. min-width: 28px;
  86. height: 28px;
  87. background-position: -5px -26px;
  88. text-indent: 32px;
  89. }
  90. .flair-idk {
  91. min-width: 28px;
  92. height: 28px;
  93. background-position: -5px -64px;
  94. text-indent: 32px;
  95. }
  96. .flair-planky {
  97. min-width: 28px;
  98. height: 28px;
  99. background-position: -5px -102px;
  100. text-indent: 32px;
  101. }
  102. .flair-purplearmy {
  103. min-width: 28px;
  104. height: 28px;
  105. background-position: -5px -140px;
  106. text-indent: 32px;
  107. }
  108. .flair-real {
  109. min-width: 28px;
  110. height: 28px;
  111. background-position: -5px -178px;
  112. text-indent: 32px;
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement