Advertisement
Ordona

/r/starbound stylesheet

Apr 13th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. #header {
  2. background: url(%%StarboundBanner%%) top left;
  3. border-bottom:1px solid #000000;
  4. background-color:#0f0d32;
  5. height:100px;
  6. }
  7.  
  8. #header-img {
  9. margin-top:5px;
  10. margin-right: 10px;
  11. margin-left: 5px;
  12. margin-bottom:5px;
  13. }
  14. .sr-bar a {color: white;}
  15.  
  16. #sr-header-area {border: 0; background-color:black;}
  17.  
  18. .dropdown.srdrop .selected {color:white;}
  19. .pagename {
  20. font-weight:bold;
  21. margin-right:1ex;
  22. font-variant:small-caps;
  23. font-size:1.2em;
  24. vertical-align:bottom;
  25. }
  26.  
  27. .pagename a { color:white; }
  28.  
  29. .redditname { }
  30.  
  31. .newpagelink {
  32. padding:3px 5px;
  33. background-color:#ff9;
  34. }
  35.  
  36. /*replace "readers" with something else*/
  37. div.titlebox span.word {
  38. display: none
  39. }
  40. div.titlebox span.number:after {
  41. content: " Space Pilgrims"
  42. }
  43.  
  44. .flair {
  45. vertical-align: middle;
  46. border: 0px;
  47. border-radius: 0px;
  48. padding: 0px !important;
  49. margin-bottom: 2px;
  50. margin-top: 0px !important;
  51. text-indent: -9999px;
  52. font-size: 1.1em !important;
  53. -moz-border-radius: 0px;
  54. -webkit-border-radius: 0px;
  55. }
  56.  
  57. /*.flair:hover {
  58. width: auto;
  59. min-width: 16px;
  60. text-indent: 18px
  61. }*/
  62.  
  63. .flair-tiy {
  64. height: 34px;
  65. width: 25px;
  66. background: url(%%tiy-34%%) no-repeat scroll transparent;
  67. }
  68.  
  69. .flair-omni {
  70. height: 34px;
  71. width: 25px;
  72. background: url(%%omni-32%%) no-repeat scroll transparent;
  73. }
  74.  
  75. .flair-bartwe {
  76. height: 34px;
  77. width: 25px;
  78. background: url(%%bartwe-32%%) no-repeat scroll transparent;
  79. }
  80.  
  81. .flair-tasty{
  82. height: 34px;
  83. width: 25px;
  84. background: url(%%tasty-32%%) no-repeat scroll transparent;
  85. }
  86.  
  87. .flair-molly{
  88. height: 34px;
  89. width: 25px;
  90. background: url(%%molly-32%%) no-repeat scroll transparent;
  91. }
  92.  
  93. .flair-kyren{
  94. height: 34px;
  95. width: 25px;
  96. background: url(%%kyren-32%%) no-repeat scroll transparent;
  97. }
  98.  
  99. .flair-rho{
  100. height: 34px;
  101. width: 25px;
  102. background: url(%%rho-32%%) no-repeat scroll transparent;
  103. }
  104.  
  105. /* Start Clickable Sticky */
  106. /* CREDIT: CSS from the /R/ANDROID subreddit - done by DEODRUS */
  107. /*New Announcement Style*/
  108. .titlebox .usertext-body .md h3 {
  109. display: block;
  110. position: absolute;
  111. top: 95px;
  112. left: 0px;
  113. background-color: skyblue;
  114. background-repeat: no-repeat;
  115. font-family: verdana, sans-serif;
  116. font-size: 12px;
  117. font-weight: bold;
  118. color: white;
  119. text-align: left;
  120. padding: 13px 5px 13px 13px;
  121. margin: 15px;
  122. margin-left: 4px;
  123. border-radius: 8px
  124. }
  125.  
  126. /* Increasing margin after header-area, necessary for comments page */
  127. body > .content {
  128. padding-top: 50px
  129. }
  130.  
  131. /* Allow absolute positioning to page */
  132. .titlebox form {
  133. position: static
  134. }
  135.  
  136. /* Inactive link */
  137. .titlebox .usertext-body .md h3 a, .titlebox .usertext-body .md h3 a:link, .titlebox .usertext-body .md h3 a:visited {
  138. color: #666666
  139. }
  140.  
  141. /* Link on hover */
  142. .titlebox .usertext-body .md h3 a:hover {
  143. color: #588096
  144. }
  145.  
  146. /* Catches all <a> */
  147. .titlebox .usertext-body .md h3 a:before {
  148. content: "";
  149. color: #588096;
  150. border-right: 0px solid #444;
  151. }
  152. /* End Clickable Sticky */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement