Guest User

Untitled

a guest
Jun 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. /* LUELinks Classic CSS Theme (Stylish) by ExEivot */
  2.  
  3. /*Black Ice v3.32*/
  4.  
  5. body {
  6. background: #1d1d1d !important;
  7. font-family: helvetica, sans-serif;
  8. margin:0 9px!important;
  9. color:#efefef!important;
  10. }
  11.  
  12. h1{
  13. font-family: 'palatino linotype', palatino, serif;
  14. font-size: 22px;
  15. font-style: italic;
  16. letter-spacing: 1.2pt;
  17. line-height: 1.8;
  18. color:#999;
  19. text-shadow: -1px 1px 8px #444, 1px -1px 8px #666;
  20. margin-top:60px;
  21. }
  22.  
  23. h2{
  24. font-family: verdana, sans-serif;
  25. font-size: 11px;
  26. text-transform: uppercase;
  27. letter-spacing: 1.2pt;
  28. line-height: 1.2;
  29. font-weight:300;
  30. }
  31.  
  32. a:link{color:#ADD8E6!important;text-decoration:none;}
  33. a:hover{text-decoration:underline;color: #5CB3FF !important;}
  34. a:visited{text-decoration:underline;color: #3090C7 !important;}
  35. a span.m, a:visited span.m {border-bottom: 2px dotted #555!important;}
  36.  
  37. /*MENU*/
  38. .menubar{
  39. font-family: helvetica, sans-serif;
  40. font-size: 9px!important;
  41. font-weight:200!important;
  42. position:fixed!important;
  43. top:2px !important;
  44. right:12px!important;
  45. left:12px!important;
  46. z-index:100!important;
  47. text-align:center !important;
  48. margin: 0px 0px !important;
  49. background-image: linear-gradient(bottom, #000670 0%, #00AEFF 100%) !important;
  50. background-image: -o-linear-gradient(bottom, #000670 0%, #00AEFF 100%) !important;
  51. background-image: -moz-linear-gradient(bottom, #000670 0%, #00AEFF 100%) !important;
  52. background-image: -webkit-linear-gradient(bottom, #000670 0%, #00AEFF 100%) !important;
  53. background-image: -ms-linear-gradient(bottom, #000670 0%, #00AEFF 100%) !important;
  54. background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #000670), color-stop(1, #00AEFF) ) !important;
  55. color: #bbb !important;
  56. border: solid 1px #25587E !important;
  57. padding: 9px 5px !important;
  58. }
  59. .menubar a{
  60. font-family: helvetica, sans-serif;
  61. font-size: 10px;
  62. font-weight:200;
  63. text-transform: uppercase;
  64. text-decoration:none;
  65. letter-spacing: 1.1pt;
  66. text-shadow: 1px 1px 4px #151B54;
  67. line-height: 1.5;
  68. color: #eee !important;
  69. margin:0 2px;
  70. cursor: pointer;
  71. -webkit-transition: margin 250ms ease-out;
  72. -moz-transition: margin 250ms ease-out;
  73. }
  74. .menubar a:hover{
  75. text-transform: uppercase;
  76. text-decoration:underline;
  77. color: #5CB3FF !important;
  78. text-shadow: -1px 1px 8px #151B54, 1px -1px 8px #153E7E;
  79. margin: 0 9px!important
  80. }
  81. .menubar a:active{
  82. text-transform: uppercase;
  83. text-decoration:underline;
  84. color: #5CB3FF !important;
  85. text-shadow: -1px -1px 1px #555;
  86. }
  87.  
  88. .userbar {
  89. -webkit-border-top-left-radius: 9px;
  90. -webkit-border-top-right-radius: 9px;
  91. -moz-border-radius-topleft: 9px;
  92. -moz-border-radius-topright: 9px;
  93. border-top-left-radius: 9px;
  94. border-top-right-radius: 9px;
  95. background-image: linear-gradient(bottom, #111 0%, #444 100%) !important;
  96. background-image: -o-linear-gradient(bottom, #111 0%, #444 100%) !important;
  97. background-image: -moz-linear-gradient(bottom, #111 0%, #444 100%) !important;
  98. background-image: -webkit-linear-gradient(bottom, #111 0%, #444 100%) !important;
  99. background-image: -ms-linear-gradient(bottom, #111 0%, #444 100%) !important;
  100. background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444) ) !important;
  101. color: #bbb !important;
  102. font-size: 12px !important;
  103. border: solid 1px #555 !important;
  104. padding: 6px 0 !important;
  105. margin-bottom:12px!important;
  106. }
  107. .userbar a{
  108. font-family: helvetica, sans-serif;
  109. font-size: 11px;
  110. font-weight:200;
  111. text-transform: uppercase;
  112. text-decoration:none;
  113. letter-spacing: 1.1pt;
  114. text-shadow: 1px 1px 4px #151B54;
  115. line-height: 1.4;
  116. color: #eee !important;
  117. margin:0 8px;
  118. cursor: pointer;
  119. -webkit-transition: margin 250ms ease-out;
  120. -moz-transition: margin 250ms ease-out;
  121. }
  122. .userbar a:hover{
  123. text-transform: uppercase;
  124. text-decoration:underline;
  125. color: #5CB3FF !important;
  126. text-shadow: -1px 1px 8px #151B54, 1px -1px 8px #153E7E;
  127. margin: 0 12px!important;
  128. }
  129. .userbar a:active{
  130. text-transform: uppercase;
  131. text-decoration:underline;
  132. color: #5CB3FF !important;
  133. text-shadow: -1px -1px 1px #555;
  134. }
  135. .infobar{
  136. font-family: helvetica, sans-serif;
  137. background-image: linear-gradient(bottom, #111 0%, #444 100%) !important;
  138. background-image: -o-linear-gradient(bottom, #111 0%, #444 100%) !important;
  139. background-image: -moz-linear-gradient(bottom, #111 0%, #444 100%) !important;
  140. background-image: -webkit-linear-gradient(bottom, #111 0%, #444 100%) !important;
  141. background-image: -ms-linear-gradient(bottom, #111 0%, #444 100%) !important;
  142. background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444) ) !important;
  143. color: #bbb !important;
  144. font-size: 12px !important;
  145. border: solid 1px #555 !important;
  146. padding: 6px 3px !important;
  147. margin-bottom:12px!important;
  148. }
  149. .infobar a{
  150. font-size: 11px;
  151. font-weight:200;
  152. text-transform: uppercase;
  153. text-decoration:none;
  154. letter-spacing: 1.1pt;
  155. text-shadow: 1px 1px 4px #151B54;
  156. line-height: 1.4;
  157. color: #eee !important;
  158. margin:0 2px;
  159. }
  160. .infobar a:hover{
  161. text-transform: uppercase;
  162. text-decoration:underline;
  163. color: #5CB3FF !important;
  164. text-shadow: -1px 1px 8px #151B54, 1px -1px 8px #153E7E;
  165. }
  166. .infobar a:active{
  167. text-transform: uppercase;
  168. text-decoration:underline;
  169. color: #5CB3FF !important;
  170. text-shadow: -1px -1px 1px #555;
  171. }
  172.  
  173. div.message-top{
  174. padding:5px;
  175. border:1px solid #111;
  176. background-color: #111;
  177. background-image: -moz-linear-gradient(#444, #111);
  178. background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  179. background-image: -webkit-linear-gradient(#444, #111);
  180. background-image: -o-linear-gradient(#444, #111);
  181. background-image: -ms-linear-gradient(#444, #111);
  182. background-image: linear-gradient(#444, #111);
  183. }
  184.  
  185. div.menubar, div.userbar, div.infobar, .message, div.message-top {margin:0;}
  186.  
  187. div.message-body{padding:5px;}
  188.  
  189. .quoted-message{margin-top:3px!important;}
  190.  
  191. .quoted-message a{color:#ADD8E6!important;text-decoration:none;}
  192. .quoted-message a:hover{text-decoration:underline;color: #5CB3FF !important;}
  193. .quoted-message a:visited{text-decoration:underline;color: #3090C7 !important;}
  194. .quoted-message .message-top{padding:3px;border:0;}
  195.  
  196. table.grid {
  197. border-left:1px solid #444;
  198. border-top:1px solid #333;
  199. }
  200.  
  201. table.message-body tr td.message, div.message, table.message-body tr td.userpic {
  202. font-size: 13px!important;
  203. letter-spacing: 1.1pt;
  204. line-height: 1.4;
  205. font-weight:300;
  206. padding:3px;
  207. }
  208.  
  209. table.search tr th, table.search tr td {background-color: #111 !important;}
  210. table.grid tr th {
  211. font-family: helvetica, sans-serif;
  212. font-size: 13px;
  213. font-weight:bold;
  214. text-transform: uppercase;
  215. text-decoration:none;
  216. letter-spacing: 1.1pt;
  217. line-height: 1.4;
  218. color: #666 !important;
  219. padding:5px 0;
  220. background-color: #111 !important;
  221. background-image: -moz-linear-gradient(#444, #111) !important;
  222. background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111)) !important;
  223. background-image: -webkit-linear-gradient(#444, #111) !important;
  224. background-image: -o-linear-gradient(#444, #111) !important;
  225. background-image: -ms-linear-gradient(#444, #111) !important;
  226. background-image: linear-gradient(#444, #111) !important;
  227. }
  228.  
  229. table.grid tr td, table.grid tr th {
  230. border-bottom:solid #000!important;
  231. border-width:0 0 1px 0!important;
  232. }
  233.  
  234. table.message-body td.userpic {
  235. border-left: 2px solid #222!important;
  236. background:#333!important;
  237. }
  238.  
  239. table.grid tr td {
  240. font-family: helvetica, sans-serif;
  241. font-size: 13px;
  242. font-weight:300;
  243. letter-spacing: 1.1pt;
  244. padding:6px 10px!important;
  245. border-left:1px solid #333!important;
  246. }
  247.  
  248. tr:nth-child(even) td {background:#222!important;}
  249. tr:nth-child(odd) td {
  250. background-image: linear-gradient(bottom, #141414 50%, #1A1A19 100%) !important;
  251. background-image: -o-linear-gradient(bottom, #141414 50%, #1A1A19 100%) !important;
  252. background-image: -moz-linear-gradient(bottom, #141414 50%, #1A1A19 100%) !important;
  253. background-image: -webkit-linear-gradient(bottom, #141414 50%, #1A1A19 100%) !important;
  254. background-image: -ms-linear-linear-gradient(bottom, #141414 50%, #1A1A19 100%) !important;
  255. background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #141414), color-stop(1, #1A1A19) ) !important;
  256. }
  257.  
  258. /* quickpost nub */
  259. .quickpost {
  260. background: #3F3F3F;
  261. position: fixed;
  262. bottom: 0px;
  263. right: 1px;
  264. z-index: 10;
  265. }
  266. * html .quickpost {
  267. display: none;
  268. }
  269.  
  270. .quickpost input {
  271. margin-bottom: 0px;
  272. }
  273.  
  274. .quickpost-expanded .quickpost {
  275. background-image: url('/images/grip.gif');
  276. background-position: 3px 2px;
  277. background-repeat: no-repeat;
  278. border-top: 1px solid #3F3F3F;
  279. width: 100%;
  280. }
  281.  
  282. .quickpost-preview .message-container {
  283. padding: 3px 0px;
  284. }
  285.  
  286. .quickpost-preview .quickpost-buttons {
  287. padding-bottom: 12px;
  288. }
  289.  
  290. .quickpost .quickpost-nub {
  291. position: absolute;
  292. bottom: 0px;
  293. right: 0px;
  294. background: #333333;
  295. border: 1px solid #3F3F3F;
  296. border-width: 1px 0px 0px 1px;
  297. display: block;
  298. text-align: center;
  299. font-size: 12pt;
  300. text-decoration: none;
  301. line-height: 1em;
  302. height: 1em;
  303. width: 1em;
  304. }
  305.  
  306. .quickpost .quickpost-grip {
  307. position: absolute;
  308. left: 0px;
  309. top: 0px;
  310. width: 15px;
  311. height: 15px;
  312. text-decoration: none;
  313. }
  314.  
  315. .quickpost .quickpost-canvas {
  316. height: 100%;
  317. padding: 4px 10px 8px 10px;
  318. overflow: auto;
  319. background:#333!important;
  320. }
  321.  
  322. .quickpost .quickpost-body {
  323. margin-right: 170px;
  324. }
  325.  
  326. .quickpost .has-upload-form .quickpost-body {
  327. margin-right: 350px;
  328. }
  329.  
  330. .quickpost .quickpost-canvas textarea {
  331. height: 280px;
  332. margin: 4px 0px;
  333. width: 100%;
  334. resize: none;
  335. }
  336.  
  337. .quickpost .quickpost-canvas div.upload_form {
  338. float: right;
  339. margin-top: 10px;
  340. width: 350px;
  341. }
  342.  
  343. .quickpost .quickpost-nub .close,
  344. .quickpost .quickpost-canvas,
  345. .quickpost .quickpost-grip,
  346. .quickpost-preview .quickpost-body,
  347. .quickpost-expanded .quickpost-nub .open {
  348. display: none;
  349. }
  350.  
  351. .quickpost-expanded .quickpost-nub .close {
  352. display: inline;
  353. }
  354. .quickpost-expanded .quickpost-canvas,
  355. .quickpost-expanded .quickpost-grip {
  356. display: block;
  357. }
  358. /*STATS Graph*/
  359. div.graph {
  360. background:#111!important;
  361. border: 1px solid #111!important;
  362. }
  363.  
  364. div.graph span { background: #444;!important; }
  365.  
  366. /*Inputs, Textboxes, Buttons*/
  367. input, textarea {
  368. border: 0;
  369. padding: 4px 5px;
  370. color: #222;
  371. font: italic 13px Georgia, "Times New Roman", Times, serif;
  372. background: #fff;
  373. background: rgba(255, 255, 255, 0.7);
  374. -webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px;
  375. -moz-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px;
  376. box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px;
  377. border: 1px solid #999;
  378. -webkit-transition: all .3s ease;
  379. -moz-transition: all .3s ease;
  380. transition: all .3s ease;
  381. -moz-border-radius: 3px;
  382. -webkit-border-radius: 3px;
  383. -o-border-radius: 3px;
  384. -ms-border-radius: 3px;
  385. -khtml-border-radius: 3px;
  386. border-radius: 3px; }
  387.  
  388. input:hover, textarea:hover, select:hover { border: 1px solid #38ACEC; }
  389.  
  390. input:focus, textarea:focus, select:focus {
  391. color: #1d1d1d;
  392. border: 1px solid #2993ed;
  393. -webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, #38ACEC 0 0 10px;
  394. -moz-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, #38ACEC 0 0 10px;
  395. box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, #38ACEC 0 0 10px;
  396. outline: 0;
  397. }
Add Comment
Please, Sign In to add comment