Advertisement
Guest User

flaterszaj_niu.css

a guest
Oct 4th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 KB | None | 0 0
  1.  
  2.  
  3. body {
  4. background-color: #171C4E;
  5. background-image: url('https://i.imgur.com/oJz9axH.png'), url('https://i.imgur.com/9n6qDuU.png');
  6. background-repeat: no-repeat, repeat-x;
  7. background-attachment: fixed, scroll;
  8. background-position: right bottom, 0% 0%;
  9. font-family: sans-serif;
  10. font-size: 12px;
  11. color:#ffffff;
  12. margin: 0 8px;
  13. padding-left: 5px;
  14. padding-right: 5px;
  15. }
  16. table * {
  17. margin: 0;
  18. }
  19. table.post-table-options tbody tr {
  20. background-color: #4A4A8A !important;
  21. }
  22. table.post-table-options tr td div {
  23. margin-left: 1px;
  24. margin-right: 1px;
  25. max-width: 15%;
  26. }
  27. a, a:visited {
  28. text-decoration: none !important;
  29. color: #0091ff !important;
  30. }
  31. a, a:selected {
  32. text-decoration: bold !important;
  33. color: #ffffff !important;
  34. }
  35. a:hover, p.intro a.post_no:hover {
  36. color: #ffffff !important;
  37. }
  38. a.post_no {
  39. text-decoration: none;
  40. margin: 0;
  41. padding: 0;
  42. }
  43. p.intro a.post_no {
  44. color: inherit;
  45. }
  46. p.intro a.post_no, p.intro a.email {
  47. margin: 0;
  48. }
  49. p.intro a.email span.name {
  50. color: #0091ff;
  51. }
  52. p.intro a.email:hover span.name {
  53. color: #ffffff;
  54. }
  55. p.intro label {
  56. display: inline;
  57. }
  58. h2 {
  59. color: #0091ff;
  60. font-size: 11pt;
  61. margin: 0;
  62. padding: 0;
  63. }
  64. header {
  65. margin: 1em 0;
  66. }
  67. h1 {
  68. color: #0091ff;
  69. letter-spacing: -2px;
  70. font-size: 20pt;
  71. margin: 0;
  72. }
  73. header div.subtitle, h1 {
  74. color: #FFFFFF;
  75. text-align: center;
  76. }
  77. header div.subtitle {
  78. font-size: 8pt;
  79. }
  80. form {
  81. margin-bottom: 4em;
  82. }
  83. form table {
  84. margin: auto;
  85. }
  86. form table input {
  87. height: auto;
  88. }
  89. input[type="text"], input[type="password"], textarea {
  90. border: 1px solid #a9a9a9;
  91. text-indent: 0;
  92. text-shadow: none;
  93. text-transform: none;
  94. word-spacing: normal;
  95. box-shadow: 3px 3px 3px #111;
  96. }
  97. form table tr td {
  98. text-align: left;
  99. margin: 0;
  100. padding: 0;
  101. }
  102. form table.mod tr td {
  103. padding: 2px;
  104. }
  105. form table tr th {
  106. text-align: left;
  107. padding: 4px;
  108. }
  109. form table tr th {
  110. background: #000000;
  111. }
  112. form table tr td div {
  113. text-align: center;
  114. float: left;
  115. padding-left: 3px;
  116. }
  117. form table tr td div input {
  118. display: block;
  119. margin: 2px auto 0 auto;
  120. }
  121. form table tr td div label {
  122. font-size: 10px;
  123. }
  124. .unimportant, .unimportant * {
  125. font-size: 10px;
  126. }
  127. p.fileinfo {
  128. display: block;
  129. margin: 0;
  130. padding-right: 7em;
  131. }
  132. div.banner {
  133. background-color: #000000;
  134. font-size: 12pt;
  135. font-weight: bold;
  136. text-align: center;
  137. margin: 1em 0;
  138. }
  139. div.banner, div.banner a {
  140. color: #aaa;
  141. }
  142. div.banner a:hover {
  143. color: #000000;
  144. text-decoration: none;
  145. }
  146. img.banner, img.board_image {
  147. float: none;
  148. border: 1px solid #a9a9a9;
  149. margin: 12px auto 0 auto;
  150. }
  151. img {
  152. display: block;
  153. float: left;
  154. margin: 10px 20px;
  155. border: none;
  156. }
  157. div.post img {
  158. padding: 5px;
  159. margin: 5px 20px 0 0;
  160. }
  161. div.post img.icon {
  162. display: inline;
  163. float: none;
  164. margin: 0 5px;
  165. padding: 0;
  166. }
  167. div.post .flag {
  168. padding: 0;
  169. margin: 0;
  170. }
  171. div.post.op {
  172. margin-right: 20px;
  173. margin-bottom: 5px;
  174. }
  175. div.post.op hr {
  176. border-color: #040934;
  177. }
  178. p.intro {
  179. margin: 0.5em 0;
  180. padding: 0;
  181. padding-bottom: 0.2em;
  182. }
  183. input.delete {
  184. float: left;
  185. margin: 1px 6px 0 0;
  186. }
  187. p.intro span.subject {
  188. color: #CCCCEE;
  189. font-weight: bold;
  190. }
  191. p.intro span.name {
  192. color: #BBBBDD;
  193. font-weight: bold;
  194. }
  195. p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  196. color: #CCCCEE;
  197. margin-left: 0;
  198. }
  199. p.intro a {
  200. margin-left: 8px;
  201. }
  202. div.delete {
  203. float: right;
  204. }
  205. div.post.reply p {
  206. margin: 0.3em 0 0 0;
  207. }
  208. div.post.reply div.body {
  209. margin-left: 1.8em;
  210. margin-top: 0.8em;
  211. padding-right: 3em;
  212. padding-bottom: 0.3em;
  213. }
  214. div.post.reply.highlighted {
  215. background: #000000;
  216. }
  217. div.post.reply div.body a {
  218. color: #0091FF;
  219. }
  220. div.post {
  221. max-width: 97%;
  222. }
  223. div.post div.body {
  224. word-wrap: break-word;
  225. white-space: pre-wrap;
  226. }
  227. div.post.reply {
  228. margin-right: 20px;
  229. margin-bottom: 5px;
  230. padding: 5px;
  231. border: 1px #353868 solid;
  232. background: rgba(53, 56, 104, 0.6) !important;
  233. box-shadow: 2px 2px 2px #353868;
  234. display: inline-block;
  235. }
  236. span.trip {
  237. color: #DDDDDD;
  238. }
  239. span.quote {
  240. color: #5AE22F;
  241. }
  242. span.omitted {
  243. display: block;
  244. margin-top: 1em;
  245. }
  246. br.clear {
  247. clear: left;
  248. display: block;
  249. }
  250. span.controls {
  251. float: right;
  252. margin: 0;
  253. padding: 0;
  254. font-size: 80%;
  255. }
  256. span.controls.op {
  257. float: none;
  258. margin-left: 10px;
  259. }
  260. span.controls a {
  261. margin: 0;
  262. }
  263. div#wrap {
  264. width: 900px;
  265. margin:0 auto;
  266. }
  267. div.ban {
  268. background: #070C3E;
  269. border: 1px solid #00;
  270. max-width: 700px;
  271. margin: 30px auto;
  272. }
  273. div.ban p, div.ban h2 {
  274. padding: 3px 7px;
  275. }
  276. div.ban h2 {
  277. background: #000;
  278. color: #FFF;
  279. font-size: 12pt;
  280. }
  281. div.ban p {
  282. font-size: 12px;
  283. margin-bottom: 12px;
  284. }
  285. div.ban p.reason {
  286. font-weight: bold;
  287. }
  288. span.heading {
  289. color: #000;
  290. font-size: 11pt;
  291. font-weight: bold;
  292. }
  293. span.spoiler {
  294. background: black;
  295. color: black;
  296. padding: 0px 1px;
  297. }
  298. div.post.reply div.body span.spoiler a {
  299. color: black;
  300. }
  301. span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
  302. color: white;
  303. }
  304. div.styles {
  305. color: #B7C5D9;
  306. background: #353868;
  307. display: inline;
  308. padding: 8px;
  309. border-right: 1px solid #000000;
  310. border-bottom: 1px solid #000000;
  311. float: right;
  312. }
  313. div.styles a {
  314. text-decoration: none;
  315. }
  316. div.styles a.selected {
  317. color: #FFF;
  318. font-weight: bolder;
  319. }
  320. div.styles form {
  321. margin: 0;
  322. padding: 0;
  323. display: inline;
  324. }
  325. table.test {
  326. width: 100%;
  327. }
  328. table.test td, table.test th {
  329. text-align: left;
  330. padding: 5px;
  331. }
  332. table.test tr.h th {
  333. background: #000;
  334. }
  335. table.test td img {
  336. margin: 0;
  337. }
  338. fieldset label {
  339. display: block;
  340. }
  341. fieldset legend {
  342. background: black;
  343. color: white;
  344. border: 1px solid #000
  345. }
  346. div.pages {
  347. color: #B7C5D9;
  348. background: #353868;
  349. display: inline;
  350. padding: 8px;
  351. border-right: 1px solid #000000;
  352. border-bottom: 1px solid #000000;
  353. }
  354. div.pages a.selected {
  355. color: #FFF !important;
  356. font-weight: bolder;
  357. }
  358. div.pages a {
  359. border: none !important;
  360. text-decoration: none !important;
  361. }
  362. div.pages form {
  363. margin: 0;
  364. padding: 0;
  365. display: inline;
  366. }
  367. div.pages form input {
  368. margin: 0 5px;
  369. display: inline;
  370. }
  371. hr {
  372. border: none;
  373. border-top: 1px solid #000000;
  374. height: 0;
  375. clear: left;
  376. }
  377. div.boardlist {
  378. color: #B7C5D9;
  379. background: #353868;
  380. padding: 4px;
  381. border-right: 1px solid #000000;
  382. border-bottom: 1px solid #000000;
  383. text-align: center;
  384. }
  385. div.boardlist.bottom {
  386. margin-top: 20px;
  387. }
  388. div.boardlist a {
  389. text-decoration: none;
  390. }
  391. div.boardlist a.selected {
  392. color: #FFF;
  393. font-weight: bolder;
  394. }
  395. div.report {
  396. color: #333;
  397. }
  398. table.modlog {
  399. margin: auto;
  400. width: 100%;
  401. }
  402. table.modlog tr td {
  403. text-align: left;
  404. margin: 0;
  405. padding: 4px 15px 0 0;
  406. }
  407. table.modlog tr th {
  408. text-align: left;
  409. padding: 4px 15px 5px 5px;
  410. white-space: nowrap;
  411. }
  412. table.modlog tr th {
  413. background: #000;
  414. }
  415. td.minimal, th.minimal {
  416. width: 1%;
  417. white-space: nowrap;
  418. }
  419. div.top_notice {
  420. text-align: center;
  421. margin: 5px auto;
  422. }
  423. span.public_ban {
  424. display: block;
  425. color: red;
  426. font-weight: bold;
  427. margin-top: 15px;
  428. }
  429. span.toolong {
  430. display: block;
  431. margin-top: 15px;
  432. }
  433. div.blotter {
  434. color: red;
  435. font-weight: bold;
  436. text-align: center;
  437. }
  438. table.mod.config-editor {
  439. font-size: 9pt;
  440. width: 100%;
  441. }
  442. table.mod.config-editor td {
  443. text-align: left;
  444. padding: 5px;
  445. border-bottom: 1px solid #000;
  446. }
  447. table.mod.config-editor input[type="text"] {
  448. width: 98%;
  449. }
  450.  
  451. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  452. background-color: inherit;
  453. }
  454.  
  455. .desktop-style .sub {
  456. background: none;
  457. }
  458. .dice-option table tr td {
  459. padding-left: 5px;
  460. padding-right: 5px;
  461. }
  462.  
  463. .board-owners-or-users-feel-free-to-hide{display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement