Advertisement
Guest User

Untitled

a guest
Jan 15th, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. /* - Board List -*/
  2.  
  3. .desktop-style div.boardlist, div.boardlist a, div.boardlist{
  4. color:#E3E3E3;
  5. }
  6.  
  7. .desktop-style div.boardlist:not(.bottom){
  8. background-color: #363636;
  9. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  10. position: fixed;
  11. border-bottom: 3px solid rgb(168, 35, 35);
  12. font-family: arial, helvetica, sans-serif;
  13. font-size: 1em;
  14. padding: 0.2em 1.1em 0.3em;
  15. }
  16.  
  17. .desktop-style div.boardlist.bottom{
  18. background-color: #363636;
  19. border: 3px solid rgb(168, 35, 35);
  20. margin-top:20px;
  21. margin-right:10px;
  22. margin-left:10px;
  23. padding: 0.3em;
  24. }
  25.  
  26. .options_tab input[type="button"]{
  27. top:42px;
  28. width:calc(10% - 4px)!important;
  29. left:20px!important;
  30. }
  31.  
  32. a[title="Options"]{
  33. position:absolute;
  34. top:5px;
  35. right:10px;
  36. font-size:9pt;
  37. text-decoration:none;
  38. }
  39. div.boardlist:not(.bottom) span:not(.favorite-boards):last-child{
  40. right:10px;
  41. top:20px;
  42. }
  43.  
  44. /* - Options Menu - */
  45.  
  46. #options_div{
  47. background-color:#f2f2f2;
  48. margin:0;
  49. top:10%;
  50. height:80%!important;
  51. width:80%!important;
  52. }
  53.  
  54. #options_tablist{
  55. margin:0;
  56. padding:14px 6px 0;
  57. height:calc(100% - 14px);
  58. background-color:rgba(0,0,0,0.8);
  59. }
  60.  
  61. .options_tab_icon{
  62. color:#ddd;
  63. }
  64.  
  65. .options_tab_icon.active{
  66. color:red !important;
  67. }
  68.  
  69. .options_tab{
  70. padding:20px;
  71. }
  72.  
  73. .options_tab h2{
  74. color:red !important;
  75. }
  76.  
  77. .options_tab textarea{
  78. background-color:#d7d7d7;
  79. position:relative!important;
  80. top:0!important;
  81. left:0!important;
  82. bottom:0!important;
  83. color: black;
  84. right:0!important;
  85. margin-top:34px!important;
  86. width:100%!important;
  87. max-width:2000px;
  88. min-height:calc(100% - 60px);
  89. }
  90.  
  91. .options_tab input[type="button"]{
  92. position:absolute;
  93. top:42px;
  94. width:calc(100% - 40px)!important;
  95. left:20px!important;
  96. }
  97. /* - Body - */
  98.  
  99. body{
  100. background:#D2CFB8;
  101. background-image: url('https://i.imgur.com/ag3seP4.png');
  102. background-repeat: no-repeat;
  103. background-attachment: fixed;
  104. background-position: right bottom;
  105. z-index: -1;
  106. }
  107.  
  108.  
  109. form table tr th {
  110. background:#B4B19D;
  111. }
  112.  
  113.  
  114. hr{
  115. border-top: 1px solid #363636;
  116. }
  117.  
  118. div.banner {
  119. background-color: #FF0000;
  120. }
  121. div.blotter{
  122. color: black;
  123. }
  124.  
  125. div.post.reply {
  126. background: #f2f2f2;
  127. border-color:#363636;
  128. border-width: 2px;
  129. border-style: solid;
  130. padding:0 0 0;
  131. }
  132.  
  133. .post-btn{
  134. padding-left:7px;
  135. }
  136.  
  137. .post-menu {
  138. position: absolute;
  139. font-size: 12px;
  140. line-height: 1.3em;
  141. color:wheat;
  142. }
  143.  
  144. div.post.reply.highlighted {
  145. background: #AE9B83;
  146. }
  147.  
  148. .post-menu ul {
  149. color: #100000;
  150. background: #f2f2f2;
  151. border-color:#363636;
  152. border-width: 2px;
  153. border-style: solid;
  154. padding: 0px;
  155. margin: 0px;
  156. white-space: nowrap;
  157. }
  158.  
  159. .post-menu li:hover {
  160. color: white;
  161. background-color: black;
  162. }
  163.  
  164. .intro span.name {
  165. color: #d63232;
  166. font-weight: bold;
  167. }
  168.  
  169. p.intro{
  170. background: #363636;
  171. color:#E3E3E3;
  172. padding-right:5px;
  173. }
  174.  
  175. a,a:visited {
  176. color: #d63232;
  177. text-decoration: none;
  178. }
  179.  
  180. p.intro a.email span.name {
  181. color:#81a2be
  182. }
  183.  
  184. .post.op.body-not-empty p.intro, .post.op.body-not-empty .mentioned *{
  185. color:#34345C !important;
  186. background:none;
  187. }
  188. .intro a.email span.name {
  189. color: #00F;
  190. }
  191.  
  192. .intro a.email:hover span.name {
  193. color: #056bc1;
  194. }
  195.  
  196. div.mix > div > div> p{
  197. background: none;
  198. }
  199.  
  200. .mentioned *{
  201. color:#E3E3E3 !important;
  202. }
  203.  
  204. div.pages {
  205. background:#B4B19D;
  206. color: #707070 !important;
  207. border: 1px solid #363636;
  208. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement