Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. /* Header Image */
  2.  
  3. #header-bottom-left {
  4. padding-top: 100px;
  5. background: url(%%banner%%) no-repeat;
  6. background-size: 1920px 150px
  7. }
  8.  
  9. /* Background */
  10.  
  11. body {
  12. width: 100%;
  13. margin: 0 auto;
  14. padding-top: 0;
  15. padding-bottom: 0;
  16. background: url(%%bg%%);
  17. }
  18.  
  19. /* Alien Logo */
  20.  
  21. #header-img {
  22. margin-top:0px;
  23. width: 0px;
  24. height:auto;
  25. background-size:contain
  26. }
  27.  
  28. /* Tab Menu */
  29.  
  30. #header .tabmenu {
  31. position: absolute;
  32. right: 0;
  33. bottom: 0;
  34. left: 580px;
  35. }
  36. #header .tabmenu a {
  37. padding-top: 10px;
  38. border-top-left-radius: 5px;
  39. border-top-right-radius: 5px;
  40. background: rgba(197, 217, 255, 0.5);
  41. border: 0;
  42. display: inline-block;
  43. font-size: x-small;
  44. padding: 0 6px 3px;
  45. color:#004d99 ;
  46. }
  47. #header .selected a,
  48. #header .tabmenu a:hover {
  49. color:#ffffff ;
  50. }
  51.  
  52.  
  53. .pagename {font-size:0!important}
  54.  
  55. /* Clickable /r/tyrmains */
  56.  
  57. .pagename a:after {
  58. content: '';
  59. position: absolute;
  60. bottom: 0px;
  61. left: 130px;
  62. margin-left: 52px;
  63. height: 30px;
  64. width: 140px;
  65. }
  66.  
  67. /* Backgrounds */
  68.  
  69. div.content {
  70. position: relative;
  71. width: calc(100% - 330px);
  72. left: 0px;
  73. border-style: solid;
  74. background-color: #fafafa;
  75. border-width: 1px;
  76. border-color: grey;
  77. border-radius: 8px;
  78. padding: 3px;
  79. }
  80.  
  81. .footer.rounded {
  82. background-color: white;
  83. }
  84.  
  85. .bottommenu {
  86. color: white;
  87. }
  88.  
  89. .bottommenu a {
  90. color: #003d99;
  91. }
  92.  
  93. .side {
  94. border-style: solid;
  95. background-color: white;
  96. border-width: 1px;
  97. border-color: grey;
  98. border-radius: 8px;
  99. padding-left: 3px;
  100. padding-right: 3px;
  101. top: 7px;
  102. }
  103.  
  104. /*Arrows*/
  105. .thing .arrow {
  106. height: 16px;
  107. width: 16px;
  108. }
  109. .arrow.up {
  110. background: url(%%uptyru%%);
  111. background-size: 16px;
  112. }
  113.  
  114. .arrow.upmod {
  115. background: url(%%uptyr%%);
  116. background-size: 16px;
  117. }
  118.  
  119. .arrow.down {
  120. background: url(%%downtyru%%);
  121. background-size: 16px;
  122. }
  123.  
  124. .arrow.downmod {
  125. background: url(%%downtyr%%);
  126. background-size: 16px;
  127. }
  128.  
  129. /*This allows arrows wider than 15px just change it to the width of your arrows*/
  130. .midcol { min-width:16px !important; }
  131.  
  132.  
  133. /* Submit buttons */
  134.  
  135. .nub { display: none; }
  136.  
  137. .morelink, .morelink:hover {
  138. background-image:none;
  139. background-color:#80bfff;
  140. border-radius: 8px;
  141. border-color: #0059b3;
  142. }
  143.  
  144. .morelink, .morelink {
  145. background-image:none;
  146. background-color:#4da6ff;
  147. border-radius: 8px;
  148. border-color: #0080ff;
  149. }
  150.  
  151. .morelink, .morelink:hover a {
  152. color:#ffffff}
  153.  
  154. .morelink, .morelink a {
  155. color:#004d99;}
  156.  
  157. /* Flairs */
  158.  
  159.  
  160. .flair {
  161. background: url(%%flairs%%) no-repeat -9999px;
  162. border: 0;
  163. padding: 0;
  164.  
  165. }
  166.  
  167. .flair-d1 {
  168. width: 48px;
  169. height: 21px;
  170. background-position: 0px 0px;
  171. }
  172.  
  173. .flair-d2 {
  174. width: 48px;
  175. height: 21px;
  176. background-position: -48px 0px;
  177. }
  178.  
  179. .flair-s1 {
  180. width: 48px;
  181. height: 21px;
  182. background-position: -96px 0px;
  183. }
  184.  
  185. .flair-s2 {
  186. width: 48px;
  187. height: 21px;
  188. background-position: -144px 0px;
  189. }
  190.  
  191. .flair-s3 {
  192. width: 48px;
  193. height: 21px;
  194. background-position: -192px 0px;
  195. }
  196.  
  197. .flair-s4 {
  198. width: 48px;
  199. height: 21px;
  200. background-position: -240px 0px;
  201. }
  202.  
  203. .flair-s5 {
  204. width: 48px;
  205. height: 21px;
  206. background-position: -288px 0px;
  207. }
  208.  
  209. .flair-s6 {
  210. width: 48px;
  211. height: 21px;
  212. background-position: -336px 0px;
  213. }
  214.  
  215. .flair-s7 {
  216. width: 48px;
  217. height: 21px;
  218. background-position: -384px 0px;
  219. }
  220.  
  221. .flair-s8 {
  222. width: 48px;
  223. height: 21px;
  224. background-position: -432px 0px;
  225. }
  226.  
  227. .flair-s9 {
  228. width: 48px;
  229. height: 21px;
  230. background-position: -480px 0px;
  231. }
  232.  
  233. .flair-s10 {
  234. width: 48px;
  235. height: 21px;
  236. background-position: -528px 0px;
  237. }
  238.  
  239. .flair-s11 {
  240. width: 48px;
  241. height: 21px;
  242. background-position: -576px 0px;
  243. }
  244.  
  245. .flair-fr1 {
  246. width: 48px;
  247. height: 21px;
  248. background-position: -624px 0px;
  249. }
  250.  
  251. .flair-fr2 {
  252. width: 48px;
  253. height: 21px;
  254. background-position: -672px 0px;
  255. }
  256.  
  257. .flair-mn {
  258. width: 48px;
  259. height: 21px;
  260. background-position: -720px 0px;
  261. }
  262. .linklisting .link {
  263. background: white;
  264. border-top: 2px
  265. border-bottom: 2px
  266. border-color: black;
  267. padding: 10px;
  268. width: 100% - 330px;
  269. left: 0px;
  270. position:relative;
  271. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement