Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. /* Shogun */
  2.  
  3. body:not(#menu) {
  4. background-image: url("https://i.imgur.com/RupewKU.png"), url("https://i.imgur.com/MfSUi4M.png");
  5. background-repeat: no-repeat, repeat;
  6. background-attachment: fixed, fixed;
  7. background-position: right top;
  8. color: #7e1500;
  9. }
  10.  
  11. .haze {
  12. color: #fff;
  13. background-color: #7e1500;
  14. font-size: 10px;
  15. font-family: "MS ゴシック";
  16. font-weight: bold;
  17. padding-left: 2px;
  18. }
  19.  
  20. h2.boardHeader {
  21. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  22. border-radius: 0px;
  23. }
  24.  
  25. .ladda-button {
  26. border: 1px solid #a8a8a8;
  27. color: #7e1500;
  28. background-color: #f0ebeb!important;
  29. border-radius: 0px;
  30. }
  31.  
  32. .ladda-button:hover {
  33. border: 1px solid #a8a8a8;
  34. background-color: #fff!important;
  35. border-radius: 0px;
  36.  
  37. }
  38.  
  39. .ladda-button[data-loading] {
  40. background-color: #fff!important;
  41. border: 1px solid #a8a8a8;
  42. border-radius: 0px;
  43. }
  44.  
  45. .ladda-button[data-color="mint"] {
  46. background-color: #F0F0F0;
  47. border-radius: 0px;
  48. }
  49.  
  50. .ladda-button[data-color="mint"]:hover {
  51. background-color: #D4D4D4;
  52. border-radius: 0px;
  53. }
  54.  
  55. .btn {
  56. border: 1px solid #a8a8a8;
  57. background-color: #f0ebeb;
  58. color: #7e1500;
  59. border-radius: 0px;
  60. }
  61.  
  62. .btn:hover {
  63. background-color: #fff;
  64. }
  65.  
  66. .BBButton {
  67. border: 1px solid #a8a8a8;
  68. background-color: #f0ebeb;
  69. color: #7e1500;
  70. border-radius: 0px;
  71. }
  72.  
  73. .BBButton:hover {
  74. background-color: #fff;
  75. }
  76.  
  77. tr.rules > td:nth-child(1) {
  78. background: none;
  79. }
  80.  
  81. .tmoved {
  82. color: blue;
  83. }
  84. .adminControls > a {
  85. color: #c35892!important;
  86. }
  87. .adminControls > a:hover {
  88. color: #f60085!important;
  89. text-shadow: 0px 0px 1px #f60085;
  90. }
  91.  
  92. a,a:visited {
  93. color: #510d00!important;
  94. text-decoration: none!important;
  95. }
  96.  
  97. a.replylink:not(:hover) {
  98. color: #510d00!important;
  99. }
  100.  
  101. a:hover, #menu a:hover {
  102. color: #7e1500!important;
  103. }
  104.  
  105. hr {
  106. border: none;
  107. border-top: 0px;
  108. padding: 7px;
  109. }
  110.  
  111. input,textarea,select {
  112. border: 1px solid #7e150066!important;
  113. color: #7e1500;
  114. }
  115.  
  116. .deleteform > input:nth-child(4) {
  117. background-color: #f0ebeb;
  118. }
  119.  
  120. .deleteform > input:nth-child(8) {
  121. background-color: #f0ebeb;
  122. }
  123.  
  124. .next > form:nth-child(1) > input:nth-child(1) {
  125. border-radius: 0px;
  126. background-color: #f0ebeb;
  127. color: #7e1500;
  128. }
  129.  
  130. .prev > form:nth-child(1) > input:nth-child(1) {
  131. border-radius: 0px;
  132. background-color: #f0ebeb;
  133. color: #7e1500;
  134. }
  135.  
  136.  
  137. a,#absbot a,.button {
  138. color: #888888;
  139. }
  140.  
  141. div.boardBanner>div.boardTitle {
  142. font-family: Tahoma,sans-serif;
  143. }
  144.  
  145.  
  146. div.sideArrows {
  147. color: #7e1500;
  148. }
  149.  
  150. div.reply {
  151. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  152. color: #510d00;
  153. -moz-border-radius: 0px;
  154. -webkit-border-radius: 0px;
  155. border-radius: 0px;
  156. }
  157.  
  158. div.post div.postInfo span.postNum a {
  159. text-decoration: none;
  160. color: #510d00!important;
  161. }
  162.  
  163. div.post div.postInfo span.postNum a:hover,.posteruid .hand:hover {
  164. color: #7e1500!important;
  165. text-shadow: 0px 0px 1px #7e1500;
  166. }
  167.  
  168. div.op div.postInfo {
  169. padding: 5px;
  170. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  171. max-width: 99.4%;
  172. }
  173.  
  174. div.post div.postInfo span.nameBlock span.name {
  175. color: #510d00;
  176. }
  177.  
  178. div.post div.postInfo span.nameBlock span.postertrip {
  179. color: #c35892;
  180. }
  181.  
  182. .quoteLink,.quotelink,.deadlink {
  183. color: #510d00!important;
  184. text-shadow: 0px 0px 1px #510d00;
  185. }
  186.  
  187. a.postlink {
  188. color: #901b05!important;
  189. text-shadow: 0px 0px 1px #901b05;
  190. }
  191.  
  192. div.postingMode {
  193. background: none;
  194. color: #510d00;
  195. }
  196.  
  197. div.pagelist {
  198. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  199. border: none;
  200. color: #6e3c3c;
  201. border-radius: 0px;
  202. }
  203.  
  204. div.pagelist a.selected {
  205. color: #7e1500!important;
  206. }
  207.  
  208. div.pagelist div.cataloglink {
  209. border: none;
  210. }
  211.  
  212. table.postForm>tbody>tr>td:first-child {
  213. background: none;
  214. color: #7e1500;
  215. }
  216.  
  217. table.logForm>tbody>tr>td:first-child {
  218. background: none;
  219. color: #7e1500;
  220. }
  221.  
  222. #postForm input[type=text],input[type=password],textarea {
  223. border: 1px solid #7e150066!important;
  224. }
  225.  
  226. #postForm input[type=text]:focus,input[type=password]:focus,input:not([type]):focus,textarea:focus {
  227. border: 1px solid #7e150066!important;
  228. }
  229.  
  230.  
  231. /* nie wiem co to
  232.  
  233. .postblock {
  234. background-color: #EA8;
  235. color: #800;
  236. border: 1px solid #800;
  237. }
  238.  
  239. .highlightPost {
  240. border: solid 2px;
  241. }*/
  242.  
  243. .op:target, .op.highlight, .reply:target,.reply.highlight {
  244. border: 1px dashed #7e1500!important;
  245. padding: 2px;
  246. }
  247.  
  248.  
  249. .useremail:not(:hover) .name,.useremail:not(:hover) .postertrip {
  250. color: #252590!important;
  251. text-decoration: none!important;
  252. }
  253.  
  254. .useremail:hover * {
  255. color: #002fff!important;
  256. }
  257.  
  258. #quote-preview {
  259. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  260. border: 1px solid #7e1500;
  261. }
  262.  
  263. #captcha > td:nth-child(2) > div:nth-child(2) {
  264. border: 1px solid rgb(170, 170, 170)!important;
  265. }
  266.  
  267. .blockquoteReply > div:nth-child(2) {
  268. border: 1px solid rgb(170, 170, 170)!important;
  269. }
  270.  
  271. .captchaClickHere {
  272. background-image: url("https://i.imgur.com/84bh35r.png"), url("https://i.imgur.com/7Uv6rYR.png");
  273.  
  274. }
  275.  
  276. .reloadCaptcha {
  277. border: 1px solid rgb(170, 170, 170)!important;
  278. }
  279.  
  280. .fastform > .blockquoteReply > .captchaBlock {
  281. border: 1px solid rgb(170, 170, 170)!important;
  282. }
  283.  
  284. #menu {
  285. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  286. color: #7e1500;
  287. }
  288.  
  289. #menu .coll {
  290. background-color: #f0ebeb;
  291. }
  292.  
  293. #menu .coll:hover {
  294. background-color: #fff;
  295. }
  296.  
  297. #menu li a {
  298. color: #7e1500!important;
  299. text-decoration: none!important;
  300. }
  301.  
  302. #menu li a:hover {
  303. text-decoration: none!important;
  304. }
  305.  
  306. #menu h2 {
  307. background: none;
  308. color: #7e1500;
  309. border: none;
  310. }
  311.  
  312. .skandalBox {
  313. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  314. border: none;
  315. border-radius: 0px;
  316. }
  317.  
  318. .skandalBox h2 {
  319. background: none;
  320. border: none;
  321. border-bottom: 1px solid #7e1500;
  322. border-radius: 0px;
  323. color: #7e1500;
  324. }
  325.  
  326. .skandalBox button {
  327. border: 1px solid #7e1500;
  328. background: none;
  329. color: #7e1500;
  330. border-radius: 0px;
  331. }
  332.  
  333. .skandalBox button:hover {
  334. background: rgba(0, 0, 0, .1);
  335. cursor: pointer;
  336. }
  337.  
  338. table:not(#postForm)>thead>tr>td {
  339. background: none;
  340. color: #7e1500;
  341. border: none;
  342. border-bottom: 1px dotted white;
  343. border-right: 1px dotted white;
  344. }
  345. table:not(#postForm)>thead>tr>td:last-child {
  346. border-right: none;
  347. }
  348.  
  349. table:not(#postForm)>tbody>tr>th {
  350. background: none;
  351. color: #7e1500;
  352. border: none;
  353. }
  354.  
  355. table:not(#postForm):not(#fastReplyButtons) tbody tr:nth-of-type(odd) {
  356. background-color: rgba(0, 0, 0, .1);
  357. }
  358.  
  359. textarea.fastReply {
  360. background-color: #FFF;
  361. }
  362.  
  363. .box-outer {
  364. border: none;
  365. }
  366.  
  367. .boxbar {
  368. background: rgba(0, 0, 0, 0.1);
  369. color: #7e1500;
  370. }
  371.  
  372. .top-box {
  373. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  374. }
  375.  
  376. a:visited {
  377. color: #7e1500;
  378. }
  379.  
  380. .content {
  381. color: #7e1500;
  382. background-image: url("https://i.imgur.com/7Uv6rYR.png")!important;
  383. }
  384.  
  385. .content h3 {
  386. background: rgba(0, 0, 0, 0.1);
  387. border: none;
  388. color: #7e1500;
  389. }
  390. .boxcontent a {
  391. color: #7e1500;
  392. text-shadow: 0px 0px 1px #7e1500;
  393. }
  394. .boxcontent a:hover {
  395. text-shadow: 0px 0px 1px #ff2a00;
  396. }
  397.  
  398. .lnkSmall {
  399. color: #7e1500;
  400. }
  401.  
  402. .lnkSmall:hover {
  403. color: #7e1500 !important;
  404. text-decoration: underline;
  405. }
  406. .lnkSmall:visited {
  407. color: #000000;
  408. }
  409.  
  410. .postnew {
  411. border: 1px dotted #7e1500;
  412. }
  413.  
  414. #settingsDiv {
  415. background: #f1e3ca;
  416. border: 1px solid #000;
  417. }
  418.  
  419. #settingsTitle {
  420. background: #EDCF8E;
  421. }
  422.  
  423. #watcher_box {
  424. border: solid 1px #7e1500;
  425. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  426. }
  427. #watcher_box a:hover {
  428. text-shadow: 0px 0px 1px #7e1500;
  429. }
  430.  
  431. #watcher_title {
  432. background: rgba(0, 0, 0, 0.1);
  433. }
  434.  
  435. div.sub-menu {
  436. box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  437. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  438. color: #7e1500;
  439. }
  440.  
  441. .modal-cont {
  442. background-image: url("https://i.imgur.com/MfSUi4M.png")!important;
  443. }
  444.  
  445. .modal-cont label {
  446. color: #7e1500!important;
  447. }
  448.  
  449. .modal-cont input[type="button"] {
  450. background: none;;
  451. border: 1px solid #7e1500!important;
  452. color: #000!important;
  453. }
  454.  
  455. .modal-cont input[type="button"]:hover {
  456. background: rgba(0, 0, 0, 0.1);
  457. }
  458.  
  459. #menu .modal-nav li {
  460. border-right: 1px solid #7e1500;
  461. border-bottom: 1px solid #7e1500;
  462. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  463. }
  464.  
  465. #menu .modal-nav li:hover {
  466. background-image: url("https://i.imgur.com/MfSUi4M.png");
  467. }
  468.  
  469. .tab-opened {
  470. background-image: url("https://i.imgur.com/MfSUi4M.png")!important;
  471. }
  472.  
  473. .group-options a:hover, .group a:hover {
  474. background-color: rgba(0, 0, 0, 0.1)!important;
  475. }
  476.  
  477. .fastform #captchaField {
  478. border: 1px solid #AAA;
  479. }
  480.  
  481. #fastReplyWindow {
  482. background-image: url("https://i.imgur.com/7Uv6rYR.png")!important;
  483. }
  484.  
  485. .fastform {
  486. background: none;
  487. }
  488.  
  489. .ui-corner-all {
  490. background: none;
  491. border: none;
  492. border-radius: 0px;
  493. }
  494.  
  495. .ui-widget-header {
  496. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  497. color: #7e1500;
  498. border: none;
  499. }
  500.  
  501. .ui-state-default {
  502. border: none!important;
  503. }
  504.  
  505. button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  506. background: none;
  507. }
  508.  
  509. #charsCounterNormal {
  510. color: #7e1500;
  511. }
  512.  
  513. #charsCounterFastReply {
  514. color: #7e1500;
  515. }
  516.  
  517. .postOptions {
  518. color: #7e1500;
  519. border: none;
  520. background-image: url("https://i.imgur.com/7Uv6rYR.png");
  521. }
  522.  
  523. .postOptions a:hover {
  524. color: #7e1500;
  525. background-image: url("https://i.imgur.com/MfSUi4M.png");
  526. }
  527.  
  528. s {
  529. background: black;
  530. color: white;
  531. text-decoration: none;
  532. }
  533.  
  534. blockquote > span.quote {
  535. color: #335d00;
  536. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement