Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /* Header */
  2.  
  3. #header{
  4. background: url('https://voat.co/Graphics/voat-goat.png') no-repeat;
  5. height: 180px;
  6. background-size: 150px;
  7. background-position-x: center;
  8. background-position-y: 20px;
  9. }
  10.  
  11. /* Subverse name*/
  12. .pagename a:after, .titlebox .whoaversename a[href$="/v/Voat"]:after {
  13. content: "▼O▲T";
  14. }
  15.  
  16. .pagename a, .titlebox .whoaversename a[href$="/v/Voat"] {
  17. font-size: 0!important;
  18. }
  19.  
  20. .pagename a:after, .titlebox .whoaversename a[href$="/v/Voat"]:after {
  21. font-size: 18px;
  22. vertical-align: bottom;
  23. }
  24.  
  25. /* Name of number of subscribers and users */
  26. div.titlebox span.word {
  27. display: none
  28. }
  29. div.titlebox .subscribers span.number:after {
  30. content: " Voaters"
  31. }
  32. div.titlebox .users-online span.number:after {
  33. content: " Goats Online"
  34. }
  35. #container:before{
  36. content:"Welcome to /v/Voat! Do note, that this is not an official subverse. Please read the sidebar for our rules, subverses related to Voat, and any other information you might want or need to read. Thank you!";
  37. font-size:14px;
  38. margin:0 auto;
  39. border-radius:inherit;
  40. display:block;
  41. padding: 5px;
  42. margin-bottom: 7px;
  43. }
  44.  
  45. .light #container:before{
  46. background:#F4F4F4;
  47. border: 1px solid #d1d1d1;
  48. }
  49.  
  50. .dark #container:before{
  51. background:#2E2E2E;
  52. border: 1px solid #222;
  53. }
  54.  
  55. .footer{
  56. background-color: #fff;
  57. border: 1px solid #dcdcdc;
  58. border-radius: 5px;
  59. }
  60.  
  61. /* Misc */
  62. .side h5 + h3 + h4 ~ p > a[href^="#rule"]{
  63. color:#404040;
  64. background:#BBE5FF;
  65. border:1px solid #70B7E3;
  66. border-radius:2px;
  67. display:block;
  68. padding:5px;
  69. position:relative;
  70. padding-left:15px;
  71. margin-left:15px;
  72. }
  73. .side a[href^="#rule"]:before{
  74. position:absolute;
  75. display:inline-block;
  76. height:23px;
  77. width:23px;
  78. border-radius:50%;
  79. background:#BBE5FF;
  80. border:2px solid #70B7E3;
  81. color:#000;
  82. left:-11px;
  83. top:2px;
  84. text-align:center;
  85. vertical-align:middle;
  86. font-weight:700;
  87. }
  88. .side a[href$="#rule-0"]:before{
  89. content:"0"
  90. }
  91. .side a[href$="#rule-1"]:before{
  92. content:"1"
  93. }
  94. .side a[href$="#rule-2"]:before{
  95. content:"2"
  96. }
  97. .side a[href$="#rule-3"]:before{
  98. content:"3"
  99. }
  100. .side a[href$="#rule-4"]:before{
  101. content:"4"
  102. }
  103. .side a[href$="#rule-5"]:before{
  104. content:"5"
  105. }
  106.  
  107.  
  108. a.author.moderator{
  109. background:#008800;
  110. color:#FFFFFF!important;
  111. font-weight:700;
  112. border-radius:2px;
  113. padding:3px;
  114. }
  115.  
  116. /* Banned users */
  117. a[href$="/user/b&"]{
  118. color:#AA0000!important;
  119. }
  120. a[href$="/user/b&"]:after{
  121. content:" [BANNED]";
  122. }
  123. /* usernames in TNR */
  124. a[href^="/user/"]{
  125. font-family:"Times New Roman","Times";
  126. }
  127. /* User flairs. Because why not? */
  128. a[href^="/user/"]:not(.upvoatsGiven)::after{
  129. margin-left: 10px;
  130. background: #f8f8f8;
  131. border: 1px solid #e6e6e6;
  132. border-radius: 2px;
  133. color: #666;
  134. font-weight: normal;
  135. line-height: 150%;
  136. margin-right: 3px;
  137. padding: 2px 4px;
  138. vertical-align: middle;
  139. }
  140.  
  141. a[href$="/user/Atko"]:not(.upvoatsGiven)::after {
  142. content: "Chief Decision Decider";
  143. }
  144. a[href$="/user/Teh_Sauce_Guy"]:not(.upvoatsGiven)::after {
  145. content: "The guy with the sauce";
  146. }
  147. //What? I wanted some colour. :P
  148. a[href$="/user/DanielFlamino"]{
  149. color: royalblue;
  150. font-weight: bold;
  151. }
  152. a[href$="/user/DanielFlamino"]:not(.upvoatsGiven)::after {
  153. content: "You know, that derpy guy";
  154. }
  155. a[href$="/user/Nurdoidz"]:not(.upvoatsGiven)::after {
  156. content: "Thinks that there's a secret AI inside Voat";
  157. }
  158. a[href$="/user/SurvivorType"]:not(.upvoatsGiven)::after {
  159. content: "Also thinks that there's a secret AI inside Voat";
  160. }
  161. a[href$="/user/PuttItOut"]:not(.upvoatsGiven)::after {
  162. content: "He putts stuff out";
  163. }
  164. a[href$="/user/Zook"]:not(.upvoatsGiven)::after {
  165. content: "The Zookinator";
  166. }
  167. a[href$="/user/Anchy"]:not(.upvoatsGiven)::after {
  168. content: "Great God Father";
  169. }
  170.  
  171. /* Warning */
  172.  
  173. a[href$="#informal"]:before,a[href$="#formal-1"]:before,a[href$="#formal-2"]:before,a[href$="#formal-3"]:before{
  174. content:"Warn reason: ";
  175. font-weight:600;
  176. }
  177. a[href$="#informal"],a[href$="#formal-1"],a[href$="#formal-2"],a[href$="#formal-3"]{
  178. display:block;
  179. position:relative;
  180. border-radius:2px;
  181. padding:5px;
  182. padding-top:20px;
  183. height:60px;
  184. color:#000000;
  185. }
  186. a[href$="#informal"]{
  187. background:#CCCC00;
  188. border:1px solid #777700;
  189. }
  190. a[href$="#formal-1"]{
  191. background:#BBAA00;
  192. border:1px solid #885500;
  193. }
  194. a[href$="#formal-2"]{
  195. background:#BB8800;
  196. border:1px solid #883300;
  197. }
  198. a[href$="#formal-3"]{
  199. background:#CC0000;
  200. border:1px solid #770000;
  201. }
  202. a[href$="#informal"]:after,a[href$="#formal-1"]:after,a[href$="#formal-2"]:after,a[href$="#formal-3"]:after{
  203. position:absolute;
  204. top:5px;
  205. left:0px;
  206. width:100%;
  207. text-align:center;
  208. font-weight:600;
  209. }
  210. a[href$="#informal"]:after{
  211. content:"Informal Warning";
  212. }
  213. a[href$="#formal-1"]:after{
  214. content:"First Formal Warning";
  215. }
  216. a[href$="#formal-2"]:after{
  217. content:"Second Formal Warning";
  218. }
  219. a[href$="#formal-3"]:after{
  220. content:"Third Formal Warning";
  221. }
  222.  
  223.  
  224. /* EMBEDDED IMAGES (Old CSS: http://pastebin.com/sX5z11CM) */
  225. [href*="#embedded"]{
  226. display: inline-block;
  227. color: transparent;
  228. vertical-align: middle;
  229. }
  230. [href*="#embedded"]:hover{
  231. color: transparent;
  232. }
  233. [href*="#embedded"]:visited{
  234. color: transparent;
  235. }
  236. [href*="#embedded"]:active{
  237. color: transparent;
  238. }
  239. [href*="#embedded-VoatGoat"]{
  240. height: 252px;
  241. width: 345px;
  242. background: url('https://voat.co/Graphics/voat-goat.png');
  243. background-size: cover;
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement