Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme name="Sinister Nulled-Scripts.com" version="1805">
  3. <properties>
  4. <templateset><![CDATA[5]]></templateset>
  5. <editortheme><![CDATA[mybb.css]]></editortheme>
  6. <imgdir><![CDATA[images]]></imgdir>
  7. <logo><![CDATA[images/logo.png]]></logo>
  8. <tablespace><![CDATA[5]]></tablespace>
  9. <borderwidth><![CDATA[0]]></borderwidth>
  10. <color><![CDATA[]]></color>
  11. <disporder><![CDATA[a:8:{s:10:"global.css";i:1;s:10:"usercp.css";i:2;s:9:"modcp.css";i:3;s:16:"star_ratings.css";i:4;s:14:"showthread.css";i:5;s:17:"thread_status.css";i:6;s:8:"css3.css";i:7;s:10:"alerts.css";i:8;}]]></disporder>
  12. </properties>
  13. <stylesheets>
  14. <stylesheet name="global.css" version="1805"><![CDATA[@import "https://fonts.googleapis.com/css?family=Droid+Sans";
  15.  
  16. @import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
  17.  
  18. body {
  19. background:#101010 url(images/e-red/background_red.png) no-repeat;
  20. background-size:cover;
  21. background-attachment:fixed;
  22. color:#fff;
  23. text-align:center;
  24. line-height:1.4;
  25. margin:0;
  26. font-family:Droid Sans,Roboto Condensed,Arial,Helvetica,Tahoma,Verdana;
  27. font-size:14px
  28. }
  29.  
  30. a:link,a:visited {
  31. color:#fff;
  32. text-decoration:none;
  33. transition:.3s;
  34. -o-transition:.3s;
  35. -ms-transition:.3s;
  36. -webkit-transition:.3s;
  37. -moz-transition:.3s
  38. }
  39.  
  40. .wrap {
  41. max-width:1400px;
  42. min-width:1000px;
  43. margin:auto;
  44. width:90%
  45. }
  46.  
  47. .bridgewrap {
  48. margin:auto;
  49. width:95%
  50. }
  51.  
  52. #header {
  53. min-width:1000px;
  54. max-width:1400px;
  55. height:80px;
  56. padding:20px 0;
  57. margin:auto;
  58. width:95%
  59. }
  60. .forum_status {
  61. height: 50px;
  62. width: 50px;
  63. font-size: 30px;
  64. text-align: center;
  65. }
  66.  
  67. .forum_status i {
  68. display: inline-block;
  69. line-height: 50px;
  70. }
  71.  
  72. .forum_on {
  73. color: #0094d1;
  74. }
  75.  
  76. .forum_off, .forum_offlock, .forum_offlink {
  77. color: #333;
  78. }
  79.  
  80. .forum_off i {
  81. opacity: .4;
  82. }
  83.  
  84. .forum_offlock i:before {
  85. content: "\f023";
  86. }
  87.  
  88. .forum_offlink i:before {
  89. content: "\f0c1";
  90. }
  91. #bridge {
  92. background:rgba(32,32,32,0.7);
  93. height:40px;
  94. padding:5px 0;
  95. border-bottom:1px solid #303030;
  96. box-shadow:0 10px 10px rgba(0,0,0,0.7);
  97. min-width:1000px
  98. }
  99.  
  100. .user_status {
  101. position:relative;
  102. top:-2px
  103. }
  104.  
  105. #breadcrumb_multipage {
  106. display:none
  107. }
  108.  
  109. a:active,a:hover {
  110. color:#ec3737;
  111. text-decoration:none
  112. }
  113.  
  114. #container {
  115. background:rgba(32,32,32,0.7);
  116. margin:20px auto 60px;
  117. text-align:left;
  118. border:1px solid #303030;
  119. border-bottom:0;
  120. border-radius:6px;
  121. box-shadow:0 10px 10px rgba(0,0,0,0.7);
  122. position:relative;
  123. min-width:1000px;
  124. max-width:1400px;
  125. color:#000;
  126. width:90%
  127. }
  128.  
  129. .minicontainer {
  130. width:80%;
  131. margin:auto
  132. }
  133.  
  134. #content {
  135. background:transparent;
  136. width:auto!important;
  137. color:#fff;
  138. padding:20px
  139. }
  140.  
  141. #logo {
  142. float:left
  143. }
  144.  
  145. #mascot {
  146. width:155px;
  147. height:155px;
  148. margin-top:-84px;
  149. margin-right:-40px;
  150. display:block;
  151. float:right;
  152. background:url(https://i.imgur.com/nQ0JAn6.png);
  153. opacity:.8;
  154. transition:.3s;
  155. -o-transition:.3s;
  156. -ms-transition:.3s;
  157. -webkit-transition:.3s;
  158. -moz-transition:.3s;
  159. z-index:1
  160. }
  161.  
  162. #mascot:hover {
  163. opacity:1
  164. }
  165.  
  166. .user_block {
  167. position:relative;
  168. float:left;
  169. margin-right:10px;
  170. border-radius:2px
  171. }
  172.  
  173. .user_block:hover a.user_anchor {
  174. border-color:#A92828!important;
  175. color:#A92828!important
  176. }
  177.  
  178. .user_block.active {
  179. background:#303030;
  180. border-radius:2px 2px 0 0!important
  181. }
  182.  
  183. a.user_anchor {
  184. display:block;
  185. padding:5px 8px;
  186. border:1px solid #fff;
  187. border-radius:2px;
  188. color:#fff;
  189. font-weight:900;
  190. text-align:left
  191. }
  192.  
  193. .user_menu {
  194. position:absolute;
  195. z-index:9995;
  196. top:50px;
  197. display:none;
  198. background:rgba(32,32,32,0.9);
  199. width:180px;
  200. padding:10px 0;
  201. list-style:none;
  202. text-align:center;
  203. font-size:12px;
  204. box-shadow:0 10px 10px rgba(0,0,0,0.7);
  205. border:1px solid #303030;
  206. border-bottom:0;
  207. border-radius:4px
  208. }
  209.  
  210. .user_menu a:link,.user_menu a:visited {
  211. display:block;
  212. padding:10px 15px;
  213. color:#fff
  214. }
  215.  
  216. .user_menu a:hover {
  217. background:#3a3a3a
  218. }
  219.  
  220. #panel {
  221. color:#fff;
  222. text-align:left;
  223. float:left;
  224. margin-top:5px;
  225. font-size:14px
  226. }
  227.  
  228. #panel a.link {
  229. color:#fff;
  230. display:block;
  231. float:left;
  232. padding:0 12px;
  233. line-height:32px;
  234. position:relative
  235. }
  236.  
  237. #panel .firstlink {
  238. margin-right:10px;
  239. padding-right:20px!important;
  240. border-left:0!important;
  241. border-radius:3px;
  242. font-weight:700
  243. }
  244.  
  245. #panel .lastlink {
  246. border-radius:0 3px 3px 0
  247. }
  248.  
  249. #panel a.circlelink {
  250. position:relative;
  251. float:left;
  252. display:block;
  253. border:1px solid #fff;
  254. margin-right:5px;
  255. padding:8px;
  256. border-radius:2px
  257. }
  258.  
  259. #panel a.circlelink:hover {
  260. border-color:#A92828;
  261. color:#A92828!important
  262. }
  263.  
  264. #panel .message-icon {
  265. background:url(images/e-red/messages.png) no-repeat center center!important;
  266. width:16px;
  267. height:40px;
  268. display:block;
  269. opacity:.9
  270. }
  271.  
  272. #panel .alerts-icon {
  273. background:url(images/e-red/alerts.png) no-repeat center center!important;
  274. width:16px;
  275. height:40px;
  276. display:block;
  277. opacity:.9
  278. }
  279.  
  280. .pagetop {
  281. min-height:29px;
  282. padding:0 0 10px;
  283. border-bottom:1px solid #2c2c2c;
  284. position:relative;
  285. z-index:9000
  286. }
  287.  
  288. .alerts_unread,.msgs_unread {
  289. background:#b41818;
  290. position:absolute;
  291. height:13px;
  292. padding:2px 5px;
  293. border-radius:2px;
  294. line-height:13px;
  295. font-size:10px;
  296. top:-5px;
  297. right:-5px;
  298. color:#fff!important
  299. }
  300.  
  301. .menu {
  302. float:left;
  303. margin-top:30px;
  304. text-transform:uppercase
  305. }
  306.  
  307. .menu ul {
  308. text-align:left;
  309. padding:0;
  310. color:#fff;
  311. font-family:'Montserrat',sans-serif;
  312. font-size:14px;
  313. font-weight:700;
  314. height:40px;
  315. line-height:40px;
  316. list-style:none;
  317. margin:0
  318. }
  319.  
  320. .menu ul a {
  321. height:40px;
  322. line-height:40px;
  323. display:block;
  324. color:#fff;
  325. padding:0 10px;
  326. border-top:2px solid transparent;
  327. border-bottom:2px solid transparent;
  328. font-size:14px;
  329. transition:.3s;
  330. -o-transition:.3s;
  331. -ms-transition:.3s;
  332. -webkit-transition:.3s;
  333. -moz-transition:.3s
  334. }
  335.  
  336. .menu ul a:active,.menu ul a:hover {
  337. background:transparent;
  338. border-color:#892222
  339. }
  340.  
  341. table {
  342. font-size:14px
  343. }
  344.  
  345. .tborder {
  346. background:#202020;
  347. width:100%;
  348. color:#a0a0a0;
  349. margin:auto;
  350. border-radius:4px 4px 0 0
  351. }
  352.  
  353. #page-index .tborder {
  354. border-bottom:0
  355. }
  356.  
  357. #page-index .navigation {
  358. display:none
  359. }
  360.  
  361. .thead {
  362. background:#892222;
  363. color:#fff;
  364. padding:0 8px;
  365. text-transform:uppercase;
  366. box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  367. border-radius:3px 3px 0 0;
  368. height:36px;
  369. line-height:36px
  370. }
  371.  
  372. .thead a {
  373. color:#fff;
  374. text-decoration:none
  375. }
  376.  
  377. .thead a:active,.thead a:hover {
  378. color:#fff;
  379. text-decoration:underline
  380. }
  381.  
  382. .tcat {
  383. background:#171717;
  384. color:#fff;
  385. font-size:12px;
  386. padding:8px 10px
  387. }
  388.  
  389. .tcat a,.tcat a:active,.tcat a:hover {
  390. color:#fff
  391. }
  392.  
  393. .trow1,.trow2 {
  394. background:transparent;
  395. border-bottom:1px solid #1a1a1a;
  396. border-top:1px solid #2a2a2a
  397. }
  398.  
  399. .trow_shaded {
  400. background:#341313 url(images/e-red/trow_bg.png) bottom left repeat-x;
  401. border-bottom:2px solid #191919
  402. }
  403.  
  404. .trow_selected td {
  405. background-color:#E6AE8E;
  406. color:#000!important
  407. }
  408.  
  409. .trow_sep {
  410. background:#444;
  411. color:#e5e5e5;
  412. border-bottom:1px solid #111;
  413. font-size:12px;
  414. font-weight:700
  415. }
  416.  
  417. .tfoot {
  418. background:#171717;
  419. color:#fff;
  420. padding:8px;
  421. border-top:1px solid #2e2e2e;
  422. text-align:right!important
  423. }
  424.  
  425. .tfoot a {
  426. color:#fff;
  427. text-decoration:none
  428. }
  429.  
  430. .tfoot a:active,.tfoot a:hover {
  431. color:#fff;
  432. text-decoration:underline
  433. }
  434.  
  435. #footer {
  436. background:#171717;
  437. color:#999;
  438. margin-top:30px;
  439. padding:5px;
  440. text-align:left;
  441. font-size:12px;
  442. border-radius:6px
  443. }
  444.  
  445. .copyright {
  446. float:right;
  447. color:#aaa;
  448. text-align:right;
  449. font-size:10px;
  450. font-weight:700
  451. }
  452.  
  453. .bottommenu {
  454. color:#444;
  455. text-align:left;
  456. padding:12px 0;
  457. font-size:12px;
  458. font-weight:700
  459. }
  460.  
  461. .bottommenu a {
  462. color:#444;
  463. padding:3px 8px 5px;
  464. text-decoration:none
  465. }
  466.  
  467. .bottommenu a:hover {
  468. color:#aaa
  469. }
  470.  
  471. .navigation {
  472. margin-bottom:20px;
  473. padding:5px 10px;
  474. border-radius:3px;
  475. background:#171717;
  476. color:#474747;
  477. border:1px solid #363636;
  478. font-size:12px
  479. }
  480.  
  481. .navigation a {
  482. color:#fff;
  483. text-decoration:none
  484. }
  485.  
  486. .navigation a:active,.navigation a:hover {
  487. color:#fff;
  488. text-decoration:underline
  489. }
  490.  
  491. .navigation .active {
  492. color:#fff;
  493. font-weight:700
  494. }
  495.  
  496. .smalltext {
  497. font-size:12px
  498. }
  499.  
  500. .largetext {
  501. font-size:16px;
  502. font-weight:700
  503. }
  504.  
  505. .textbox {
  506. background:#1a1a1a;
  507. color:#474747;
  508. border:1px solid #363636;
  509. padding:8px 10px;
  510. font-size:11px;
  511. outline:0;
  512. box-shadow:inset 0 0 8px rgba(0,0,0,.19)
  513. }
  514.  
  515. .searchbox_wrap {
  516. background:#000;
  517. border:1px solid #000;
  518. border-bottom:1px solid #202020;
  519. float:right;
  520. width:240px;
  521. margin-top:30px;
  522. margin-right:10px;
  523. border-radius:3px;
  524. transition:.3s;
  525. -o-transition:.3s;
  526. -ms-transition:.3s;
  527. -webkit-transition:.3s;
  528. -moz-transition:.3s
  529. }
  530.  
  531. .isFocused {
  532. border-color:#892222
  533. }
  534.  
  535. input.searchbox {
  536. background:transparent;
  537. float:left;
  538. width:170px;
  539. margin:5px 0;
  540. padding:5px 10px;
  541. border:0;
  542. color:#a0a0a0;
  543. font-family:Roboto Condensed,Arial,Helvetica,Tahoma,Verdana;
  544. font-style:italic
  545. }
  546.  
  547. input.searchbox:focus {
  548. outline:0;
  549. border:0;
  550. color:#fff
  551. }
  552.  
  553. button.searchbutton {
  554. float:right;
  555. background:#892222;
  556. width:30px;
  557. height:30px;
  558. margin:4px;
  559. color:#fff;
  560. cursor:pointer;
  561. text-align:center;
  562. border:0;
  563. border-radius:2px;
  564. text-shadow:0 1px 0 rgba(0,0,0,.34)
  565. }
  566.  
  567. .button:hover {
  568. background-color:#777
  569. }
  570.  
  571. textarea {
  572. background:#141414;
  573. border:1px solid #2E2E2E;
  574. padding:6px;
  575. min-width:500px;
  576. font-family:Arial,Helvetica,Tahoma,Verdana;
  577. font-size:12px;
  578. box-shadow:inset 0 0 10px transparent;
  579. color:#aaa
  580. }
  581.  
  582. textarea:focus {
  583. outline:0
  584. }
  585.  
  586. fieldset {
  587. border:1px solid #121212
  588. }
  589.  
  590. legend {
  591. background:#171717;
  592. padding:2px;
  593. border:1px solid #121212
  594. }
  595.  
  596. select {
  597. background:#181818;
  598. color:#C9C9C9;
  599. border:1px solid #3D3D3D;
  600. padding:7px;
  601. font-size:11px
  602. }
  603.  
  604. .editor {
  605. background:#f1f1f1;
  606. border:1px solid #ccc
  607. }
  608.  
  609. .editor_control_bar {
  610. background:#181818;
  611. border:1px solid #000
  612. }
  613.  
  614. .autocomplete {
  615. background:#fff;
  616. border:1px solid #000;
  617. color:#000
  618. }
  619.  
  620. .autocomplete_selected {
  621. background:#adcee7;
  622. color:#000
  623. }
  624.  
  625. .popup_menu {
  626. background:#000;
  627. color:#fff;
  628. font-size:12px
  629. }
  630.  
  631. #modoptions,#threadoptions {
  632. background:#212121;
  633. padding:5px;
  634. border:1px solid #000
  635. }
  636.  
  637. #modoptions_popup,#threadoptions_popup {
  638. margin-top:-74px;
  639. margin-left:-233px
  640. }
  641.  
  642. .popup_menu .popup_item {
  643. background:#191919;
  644. color:#fff;
  645. border-top:1px solid #232323
  646. }
  647.  
  648. .popup_menu .popup_item:hover {
  649. background:#121212;
  650. color:#f5f5f5;
  651. border-top:1px solid #161616
  652. }
  653.  
  654. .trow_reputation_positive {
  655. background:#032301
  656. }
  657.  
  658. .trow_reputation_negative {
  659. background:#230101
  660. }
  661.  
  662. .reputation_positive {
  663. color:#27b344
  664. }
  665.  
  666. .reputation_neutral {
  667. color:#888
  668. }
  669.  
  670. .reputation_negative {
  671. color:#b32727
  672. }
  673.  
  674. .invalid_field {
  675. border:1px solid #f30;
  676. color:#f30
  677. }
  678.  
  679. .valid_field {
  680. border:1px solid #0c0
  681. }
  682.  
  683. .validation_error {
  684. background:url(images/invalid.gif) no-repeat center left;
  685. color:#f30;
  686. margin:5px 0;
  687. padding:5px 5px 5px 22px;
  688. font-weight:700;
  689. font-size:11px
  690. }
  691.  
  692. .validation_success {
  693. background:url(images/valid.gif) no-repeat center left;
  694. color:#00b200;
  695. margin:5px 0;
  696. padding:5px 5px 5px 22px;
  697. font-weight:700;
  698. font-size:11px
  699. }
  700.  
  701. .validation_loading {
  702. background:url(images/spinner.gif) no-repeat center left;
  703. color:#555;
  704. margin:5px 0;
  705. padding:5px 5px 5px 22px;
  706. font-weight:700;
  707. font-size:11px
  708. }
  709.  
  710. img {
  711. border:none;
  712. vertical-align:middle
  713. }
  714.  
  715. .clear {
  716. clear:both
  717. }
  718.  
  719. .hidden {
  720. display:none;
  721. float:none;
  722. width:1%
  723. }
  724.  
  725. .hiddenrow {
  726. display:none
  727. }
  728.  
  729. .selectall {
  730. background-color:#FFFBD9;
  731. font-weight:700;
  732. text-align:center
  733. }
  734.  
  735. .float_left {
  736. float:left
  737. }
  738.  
  739. .float_right {
  740. float:right
  741. }
  742.  
  743. .menu li {
  744. display:block;
  745. float:left
  746. }
  747.  
  748. .menu img {
  749. padding-right:8px;
  750. position:relative;
  751. top:-1px;
  752. display:none
  753. }
  754.  
  755. .expcolimage {
  756. width:auto;
  757. float:right;
  758. vertical-align:middle;
  759. margin-top:12px
  760. }
  761.  
  762. .expcolimage:hover {
  763. background:url(images/e-red/collapser_hover.png) center no-repeat
  764. }
  765.  
  766. img.attachment {
  767. border:1px solid #E9E5D7;
  768. padding:2px
  769. }
  770.  
  771. hr {
  772. background-color:#191919;
  773. color:#191919;
  774. height:1px;
  775. border:0
  776. }
  777.  
  778. .codeblock,blockquote {
  779. background:#131313;
  780. border:1px solid #2b2b2b;
  781. margin:5px 0;
  782. padding:5px;
  783. color:#a3a3a3
  784. }
  785.  
  786. blockquote {
  787. font-style:italic;
  788. font-size:11px
  789. }
  790.  
  791. .codeblock .title,blockquote cite {
  792. background:#1b1b1b;
  793. color:#fff;
  794. border-bottom:1px solid #2c2c2c;
  795. display:block;
  796. margin:-5px -5px 5px;
  797. padding:8px 5px 5px;
  798. font-style:normal;
  799. font-weight:700
  800. }
  801.  
  802. blockquote cite span {
  803. float:right;
  804. font-weight:400
  805. }
  806.  
  807. blockquote cite span.highlight {
  808. float:none;
  809. font-weight:700;
  810. padding-bottom:0
  811. }
  812.  
  813. .codeblock code {
  814. font-family:Monaco,Consolas,Courier,monospace;
  815. font-size:13px;
  816. overflow:auto;
  817. height:auto;
  818. max-height:200px;
  819. display:block
  820. }
  821.  
  822. .subforumicon {
  823. border:0;
  824. vertical-align:middle
  825. }
  826.  
  827. .separator {
  828. margin:5px;
  829. padding:0;
  830. height:0;
  831. font-size:1px;
  832. list-style-type:none
  833. }
  834.  
  835. form {
  836. margin:0;
  837. padding:0
  838. }
  839.  
  840. .popup_menu .popup_item_container {
  841. margin:1px;
  842. text-align:left
  843. }
  844.  
  845. .popup_menu .popup_item {
  846. display:block;
  847. padding:4px 6px 5px;
  848. white-space:nowrap;
  849. text-decoration:none
  850. }
  851.  
  852. .popup_menu a.popup_item:hover {
  853. text-decoration:none
  854. }
  855.  
  856. .autocomplete {
  857. text-align:left
  858. }
  859.  
  860. .subject_new {
  861. font-weight:700
  862. }
  863.  
  864. .highlight {
  865. background:#FFC;
  866. padding:3px
  867. }
  868.  
  869. .pm_alert a,.red_alert a {
  870. color:#fff;
  871. font-weight:700;
  872. text-decoration:none
  873. }
  874.  
  875. .pm_alert,.red_alert {
  876. background:rgba(32,32,32,0.7);
  877. text-align:center;
  878. border:1px solid #303030;
  879. border-bottom:0;
  880. border-radius:4px;
  881. padding:10px 0;
  882. margin-bottom:10px;
  883. font-size:12px;
  884. box-shadow:0 10px 10px rgba(0,0,0,0.7);
  885. min-width:1000px;
  886. max-width:1400px
  887. }
  888.  
  889. .high_warning {
  890. color:#C00
  891. }
  892.  
  893. .moderate_warning {
  894. color:#F3611B
  895. }
  896.  
  897. .low_warning {
  898. color:#AE5700
  899. }
  900.  
  901. div.error {
  902. background:#FFF6BF;
  903. color:#222;
  904. padding:5px 10px;
  905. border-top:2px solid #FFD324;
  906. border-bottom:2px solid #FFD324;
  907. font-size:12px
  908. }
  909.  
  910. div.error p {
  911. margin:0;
  912. color:#000;
  913. font-weight:400
  914. }
  915.  
  916. div.error p em {
  917. font-style:normal;
  918. font-weight:700;
  919. padding-left:24px;
  920. display:block;
  921. color:#C00;
  922. background:url(images/error.gif) no-repeat 0
  923. }
  924.  
  925. div.error.ul {
  926. margin-left:24px
  927. }
  928.  
  929. .online {
  930. color:#15A018
  931. }
  932.  
  933. .offline {
  934. color:#C7C7C7
  935. }
  936.  
  937. .pagination {
  938. font-size:11px;
  939. padding-top:10px;
  940. margin-bottom:5px
  941. }
  942.  
  943. .pagination .pages {
  944. font-weight:700
  945. }
  946.  
  947. .pagination .pagination_current,.pagination a {
  948. font-size:11px
  949. }
  950.  
  951. .pagination a {
  952. background:#2E2E2E;
  953. color:#B1B1B1;
  954. border:1px solid #1a1a1a;
  955. border-radius:2px;
  956. padding:3px 6px
  957. }
  958.  
  959. .pagination .pagination_current {
  960. background:#131313;
  961. color:#fff;
  962. border:1px solid #000;
  963. padding:2px 6px;
  964. font-weight:700;
  965. border-radius:2px
  966. }
  967.  
  968. .pagination a:hover {
  969. color:#fff;
  970. text-decoration:none;
  971. background-color:#444
  972. }
  973.  
  974. .tcat .pagination,.tfoot .pagination {
  975. padding-top:0
  976. }
  977.  
  978. .thread_legend,.thread_legend dd {
  979. margin:0;
  980. padding:0
  981. }
  982.  
  983. .thread_legend dd {
  984. padding-bottom:4px;
  985. margin-right:15px
  986. }
  987.  
  988. .thread_legend img {
  989. margin-right:4px;
  990. vertical-align:bottom
  991. }
  992.  
  993. .success_message {
  994. color:#00b200;
  995. font-weight:700;
  996. font-size:10px;
  997. margin-bottom:10px
  998. }
  999.  
  1000. .error_message {
  1001. color:#C00;
  1002. font-weight:700;
  1003. font-size:10px;
  1004. margin-bottom:10px
  1005. }
  1006.  
  1007. .post_userbit {
  1008. background:#831010 url(images/e-red/post_userbit_bg.gif) repeat-x scroll left top;
  1009. color:#111!important
  1010. }
  1011.  
  1012. .post_buttons img {
  1013. opacity:.7
  1014. }
  1015.  
  1016. .post_buttons img:hover {
  1017. opacity:1
  1018. }
  1019.  
  1020. .post_altuserdetails {
  1021. background:url(images/e-red/highlight_faint.png) repeat-x scroll center top #333;
  1022. padding:5px;
  1023. border:1px solid #242424;
  1024. border-radius:7px;
  1025. text-align:center;
  1026. width:100px;
  1027. margin:5px auto
  1028. }
  1029.  
  1030. .post_userdetails {
  1031. background:#0F0F0F;
  1032. color:#fff;
  1033. padding:5px 8px;
  1034. margin:-1px;
  1035. border:1px solid #242424;
  1036. text-align:left;
  1037. font-size:11px
  1038. }
  1039.  
  1040. .post_content {
  1041. padding:5px 10px
  1042. }
  1043.  
  1044. .post_content a {
  1045. color:#EC3737;
  1046. text-decoration:none
  1047. }
  1048.  
  1049. .post_content a:hover {
  1050. text-decoration:underline
  1051. }
  1052.  
  1053. .quick_jump {
  1054. background:url(images/e-red/jump.png) no-repeat 0;
  1055. width:13px;
  1056. height:13px;
  1057. padding-left:13px;
  1058. vertical-align:middle;
  1059. border:none
  1060. }
  1061.  
  1062. .forumstats {
  1063. color:#888;
  1064. font-size:11px;
  1065. font-weight:700
  1066. }
  1067.  
  1068. #container_top {
  1069. background:#2e2e2e;
  1070. width:auto;
  1071. height:10px;
  1072. border-top:1px solid #333
  1073. }
  1074.  
  1075. #container_topl {
  1076. background:url(images/e-red/fancy/container_tl.png) bottom right no-repeat;
  1077. float:left;
  1078. width:11px;
  1079. height:11px;
  1080. margin-left:-11px
  1081. }
  1082.  
  1083. #container_topr {
  1084. background:url(images/e-red/fancy/container_tr.png) bottom left no-repeat;
  1085. float:right;
  1086. width:11px;
  1087. height:11px;
  1088. margin-right:-11px
  1089. }
  1090.  
  1091. #container_bottom {
  1092. background:#2e2e2e;
  1093. width:auto;
  1094. height:10px;
  1095. border-bottom:1px solid #333
  1096. }
  1097.  
  1098. #container_bottoml {
  1099. background:url(images/e-red/fancy/container_bl.png) top right no-repeat;
  1100. float:left;
  1101. width:11px;
  1102. height:11px;
  1103. margin-left:-11px
  1104. }
  1105.  
  1106. #container_bottomr {
  1107. background:url(images/e-red/fancy/container_br.png) top left no-repeat;
  1108. float:right;
  1109. width:11px;
  1110. height:11px;
  1111. margin-right:-11px
  1112. }
  1113.  
  1114. .repbox {
  1115. font-size:16px;
  1116. font-weight:700;
  1117. padding:5px 7px
  1118. }
  1119.  
  1120. ._neutral {
  1121. color:#bbb;
  1122. background-color:#444;
  1123. border:1px solid #333
  1124. }
  1125.  
  1126. ._minus {
  1127. color:#751111;
  1128. background-color:#cb2b2b;
  1129. border:1px solid #8b1a1a
  1130. }
  1131.  
  1132. ._plus {
  1133. color:#1c6623;
  1134. background-color:#64aa6b;
  1135. border:1px solid #1a8b24
  1136. }
  1137.  
  1138. .pagination_breadcrumb {
  1139. background-color:#f5f5f5;
  1140. border:1px solid #fff;
  1141. outline:#ccc solid 1px;
  1142. padding:5px;
  1143. margin-top:5px;
  1144. font-weight:400
  1145. }
  1146.  
  1147. .pagination_breadcrumb_link {
  1148. vertical-align:middle;
  1149. cursor:pointer
  1150. }
  1151.  
  1152. .glowrap {
  1153. position:relative;
  1154. margin-top:75px
  1155. }
  1156.  
  1157. .glow {
  1158. background:url(images/e-red/glow.png) repeat-x top;
  1159. position:absolute;
  1160. width:1000px;
  1161. height:73px;
  1162. top:-37px;
  1163. left:50%;
  1164. margin-left:-500px;
  1165. z-index:2
  1166. }
  1167.  
  1168. #logo-img {
  1169. background:url(images/e-red/logo_red.png) no-repeat;
  1170. width:280px;
  1171. height:100px;
  1172. display:block;
  1173. transition:.3s;
  1174. -o-transition:.3s;
  1175. -ms-transition:.3s;
  1176. -webkit-transition:.3s;
  1177. -moz-transition:.3s
  1178. }
  1179.  
  1180. #logo-img:hover {
  1181. background:url(images/e-red/logo_red_hover.png) no-repeat
  1182. }
  1183.  
  1184. .down_arrow {
  1185. background:url(images/e-red/down_arrow.png) no-repeat center center;
  1186. width:7px;
  1187. height:40px;
  1188. display:block;
  1189. position:absolute;
  1190. top:0;
  1191. right:6px
  1192. }
  1193.  
  1194. #userpanelbox {
  1195. background:#2e2e2e;
  1196. width:150px;
  1197. color:#FFF!important;
  1198. position:absolute;
  1199. display:none;
  1200. top:39px;
  1201. right:139px;
  1202. padding:10px 0;
  1203. border:1px solid #383838;
  1204. border-radius:3px 0 3px 3px;
  1205. text-align:center;
  1206. box-shadow:0 3px 20px #000;
  1207. z-index:99;
  1208. font-size:12px
  1209. }
  1210.  
  1211. #userpanelbox a {
  1212. display:block;
  1213. color:#FFF!important;
  1214. padding:10px
  1215. }
  1216.  
  1217. #userpanelbox a:hover {
  1218. background:#1a1a1a;
  1219. color:#fff!important
  1220. }
  1221.  
  1222. .ulactive .down_arrow {
  1223. background:url(images/e-red/down_arrow_active.png) no-repeat center center
  1224. }
  1225.  
  1226. .ulactive {
  1227. background:#2e2e2e!important;
  1228. color:#fff!important;
  1229. border-radius:3px 0 0!important;
  1230. z-index:999;
  1231. border-right:1px solid #383838;
  1232. left:1px
  1233. }
  1234.  
  1235. .popup_menu .button {
  1236. margin-top:8px
  1237. }
  1238.  
  1239. .bigbutton {
  1240. background:#892222;
  1241. box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  1242. padding:8px 12px;
  1243. border-radius:3px;
  1244. margin-top:4px;
  1245. position:relative;
  1246. top:4px;
  1247. color:#fff!important;
  1248. text-transform:uppercase;
  1249. font-size:11px;
  1250. text-shadow:0 1px 0 rgba(0,0,0,.71)
  1251. }
  1252.  
  1253. .bigbutton:hover {
  1254. background-color:#b01111
  1255. }
  1256.  
  1257. .thread_closed {
  1258. background-color:#555;
  1259. border:1px solid #333;
  1260. opacity:.5
  1261. }
  1262.  
  1263. .postbit_button {
  1264. background:#535353 url(images/e-red/highlight_faint.png) repeat-x top;
  1265. font-size:11px;
  1266. padding:5px 8px;
  1267. border-radius:2px;
  1268. color:#fff
  1269. }
  1270.  
  1271. a.postbit_button:hover {
  1272. background-color:#888;
  1273. color:#fff;
  1274. text-decoration:none
  1275. }
  1276.  
  1277. .thread_closed:hover {
  1278. background-color:#444
  1279. }
  1280.  
  1281. .stavatar {
  1282. float:left;
  1283. margin-right:7px;
  1284. max-height:30px;
  1285. max-width:30px;
  1286. border-radius:5px;
  1287. border:1px solid #2e2e2e;
  1288. background:#171717;
  1289. padding:1px;
  1290. overflow:hidden
  1291. }
  1292.  
  1293. #theme_styler {
  1294. line-height:3.3;
  1295. float:right
  1296. }
  1297.  
  1298. .option {
  1299. display:inline-block;
  1300. width:6px;
  1301. height:6px;
  1302. padding:5px;
  1303. border-radius:2px
  1304. }
  1305.  
  1306. .red {
  1307. background:#EC3737
  1308. }
  1309.  
  1310. .blue {
  1311. background:#00b0ec
  1312. }
  1313.  
  1314. .green {
  1315. background:#62ec00
  1316. }
  1317.  
  1318. .blue:hover,.green:hover,.red:hover {
  1319. cursor:pointer
  1320. }
  1321.  
  1322. #mask {
  1323. position:fixed;
  1324. z-index:9001;
  1325. background-color:#000;
  1326. top:0;
  1327. left:0;
  1328. display:none
  1329. }
  1330.  
  1331. .SLBox {
  1332. background:#202020;
  1333. position:fixed;
  1334. width:440px;
  1335. z-index:9002;
  1336. border:1px solid #191919;
  1337. border-radius:4px 4px 0 0;
  1338. display:none
  1339. }
  1340.  
  1341. strong {
  1342. font-weight:700
  1343. }
  1344.  
  1345. @media screen and (max-width: 1100px) {
  1346. #header {
  1347. height:120px
  1348. }
  1349.  
  1350. .menu {
  1351. float:none;
  1352. margin-top:100px
  1353. }
  1354. }]]>
  1355. </stylesheet>
  1356. <stylesheet name="css3.css" version="1805"><![CDATA[/nuh]]>
  1357. </stylesheet>
  1358. </stylesheets>
  1359. <templates>
  1360. <template name="footer" version="1805"><![CDATA[ </div>
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377. <div id="footer">
  1378. <div class="copyright">
  1379.  
  1380. {$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
  1381. Theme by <a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid=1">Oni</a> and <a href="http://dynaxel.com/">Dynaxel n then ripped by Believer</a><br>
  1382.  
  1383. <strong>Current time:</strong> 09-02-2015, 06:44 PM
  1384. </div>
  1385. <div class="bottommenu">
  1386. <a href="#">Nulledbb.com</a>
  1387. <a href="/">Sinisterly</a>
  1388. <a href="#top">Return to Top</a>
  1389. <a href="#content">Return to Content</a>
  1390. <a href="{$mybb->settings['bburl']}/archive/index.php">Lite (Archive) Mode</a>
  1391. <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">RSS Syndication</a>
  1392. <a href="{$mybb->settings['bburl']}/myawards.php">Awards</a>
  1393. <a href="{$mybb->settings['bburl']}/misc.php?page=bans">Bans</a>
  1394. </div>
  1395.  
  1396. <!-- Run schduled tasks. Do NOT remove. -->
  1397. {$task_image}
  1398.  
  1399. </div>]]></template>
  1400. <template name="forumbit_depth1_cat" version="1805"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  1401. <thead>
  1402. <tr>
  1403. <td class="thead{$expthead}" colspan="5">
  1404. <div class="expcolimage"><img src="{$theme['imgdir']}/e-red/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
  1405. <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
  1406. </td>
  1407. </tr>
  1408. </thead>
  1409. <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
  1410.  
  1411. <tr>
  1412. <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
  1413. <td class="tcat" width="85" align="right" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
  1414. <td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
  1415. </tr>
  1416.  
  1417. {$sub_forums}
  1418. </tbody>
  1419. </table>
  1420. <br />]]></template>
  1421. <template name="forumbit_depth2_cat" version="1805"><![CDATA[<tr>
  1422. <td class="trow1" align="center" valign="top" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td>
  1423. <td class="trow1" valign="middle">
  1424. <strong><a href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}
  1425.  
  1426. {$subforums}
  1427. </div>
  1428. </td>
  1429. <td class="trow1 forumstats" valign="middle" align="right" style="white-space: nowrap">Posts: {$posts}{$unapproved['unapproved_posts']}<br>Threads: {$threads}{$unapproved['unapproved_threads']}</td>
  1430. <td class="trow1" valign="middle" align="left" style="white-space: nowrap">{$lastpost}</td>
  1431. </tr>]]></template>
  1432. <template name="forumbit_depth2_forum" version="1805"><![CDATA[<tr>
  1433. <td class="trow1" align="center" valign="top" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td>
  1434. <td class="trow1" valign="middle">
  1435. <strong><a href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}
  1436.  
  1437. {$subforums}
  1438. </div>
  1439. </td>
  1440. <td class="trow1 forumstats" valign="middle" align="right" style="white-space: nowrap">Posts: {$posts}{$unapproved['unapproved_posts']}<br>Threads: {$threads}{$unapproved['unapproved_threads']}</td>
  1441. <td class="trow1" valign="middle" align="left" style="white-space: nowrap">{$lastpost}</td>
  1442. </tr>]]></template>
  1443. <template name="header" version="1805"><![CDATA[
  1444. <div id="bridge">
  1445. <div class="bridgewrap">
  1446. <div id="panel" class="">
  1447.  
  1448. {$welcomeblock}
  1449.  
  1450. <div id="theme_styler">
  1451. <div class="option default" id="red"></div>
  1452. <div class="option" id="green"></div>
  1453. <div class="option" id="blue"></div>
  1454.  
  1455. </div>
  1456. </div>
  1457. </div>
  1458. <div id="header">
  1459. <form action="search.php" method="post" class="searchbox_wrap">
  1460. <input type="hidden" name="action" value="do_search"/>
  1461. <input type="hidden" name="postthread" value="1"/>
  1462. <input type="hidden" name="forums" value="all"/>
  1463. <input type="hidden" name="showresults" value="threads"/>
  1464. <input class=" searchbox" type="text" name="keywords" value="Search..." onfocus="if(this.value == 'Search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Search...'; }" size="25"/>
  1465. <button type="submit" class="searchbutton"><i class="fa fa-search"></i></button>
  1466. </form>
  1467. <div id="logo">
  1468. <a href="{$mybb->settings['bburl']}/index.php"><span id="logo-img"></span></a>
  1469. </div>
  1470. <div class="menu">
  1471. <ul>
  1472. <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="images/e-red/menu/member_list.png"/><i class="fa fa-users"></i>&nbsp; Members</a></li>
  1473. <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="images/e-red/menu/help.png"/><i class="fa fa-info-circle"></i>&nbsp; Help</a></li>
  1474. <li><a href="{$mybb->settings['bburl']}/newpoints.php"><img src="images/e-red/menu/points.png"/><i class="fa fa-dollar"></i>&nbsp; Points</a></li>
  1475. <li><a href="{$mybb->settings['bburl']}/misc.php?page=upgrade"><img src="images/e-red/menu/upgrade.png"/><i class="fa fa-star"></i>&nbsp; Upgrade</a></li>
  1476. <li><a href="{$mybb->settings['bburl']}/misc.php?page=radio"><img src="images/e-red/menu/radio.png"/><i class="fa fa-music"></i>&nbsp; Radio</a></li>
  1477. </ul>
  1478. </div>
  1479. </div>
  1480. <div class="wrap">
  1481. <br/>
  1482. <div class="red_alert">Can't log in? Can't recover your password? Need help? Contact me via email: Nulledbb.com</div>
  1483. </div>
  1484. <div id="container">
  1485. <a name="top" id="top"></a>
  1486. <div id="content">
  1487. {$pm_notice}
  1488. {$bannedwarning}
  1489. {$bbclosedwarning}
  1490. {$unreadreports}
  1491. {$pending_joinrequests}
  1492. {$awaitingusers}
  1493. <navigation>]]></template>
  1494. <template name="headerinclude" version="1805"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
  1495. <link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
  1496. <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
  1497. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  1498. <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
  1499. <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
  1500. <script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>
  1501.  
  1502.  
  1503.  
  1504. <script src='https://code.jquery.com/jquery-1.8.3.min.js' type='text/javascript'></script>
  1505.  
  1506.  
  1507. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  1508. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  1509. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400' rel='stylesheet' type='text/css'>
  1510. <script type="text/javascript">
  1511. <!--
  1512.  
  1513. if (document.images)
  1514. {
  1515. preload_image_object = new Image();
  1516. // set image url
  1517. image_url = new Array();
  1518. image_url[0] = "{$mybb->settings['bburl']}/images/e-red/logo.png";
  1519. image_url[1] = "{$mybb->settings['bburl']}/images/e-red/logo_hover.png";
  1520.  
  1521. var i = 0;
  1522. for(i=0; i<=3; i++)
  1523. preload_image_object.src = image_url[i];
  1524. }
  1525.  
  1526. //-->
  1527. </script>
  1528.  
  1529.  
  1530.  
  1531. {$stylesheets}
  1532. <script type="text/javascript">
  1533. lang.unknown_error = "{$lang->unknown_error}";
  1534.  
  1535. lang.select2_match = "{$lang->select2_match}";
  1536. lang.select2_matches = "{$lang->select2_matches}";
  1537. lang.select2_nomatches = "{$lang->select2_nomatches}";
  1538. lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
  1539. lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
  1540. lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
  1541. lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
  1542. lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
  1543. lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
  1544. lang.select2_loadmore = "{$lang->select2_loadmore}";
  1545. lang.select2_searching = "{$lang->select2_searching}";
  1546.  
  1547. var cookieDomain = "{$mybb->settings['cookiedomain']}";
  1548. var cookiePath = "{$mybb->settings['cookiepath']}";
  1549. var cookiePrefix = "{$mybb->settings['cookieprefix']}";
  1550. var deleteevent_confirm = "{$lang->deleteevent_confirm}";
  1551. var removeattach_confirm = "{$lang->removeattach_confirm}";
  1552. var loading_text = '{$lang->ajax_loading}';
  1553. var saving_changes = '{$lang->saving_changes}';
  1554. var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
  1555. var my_post_key = "{$mybb->post_code}";
  1556. var rootpath = "{$mybb->settings['bburl']}";
  1557. var imagepath = "{$theme['imgdir']}";
  1558. var yes_confirm = "{$lang->yes}";
  1559. var no_confirm = "{$lang->no}";
  1560. var MyBBEditor = null;
  1561. var spinner_image = "{$theme['imgdir']}/spinner.gif";
  1562. var spinner = "<img src='" + spinner_image +"' alt='' />";
  1563. var modal_zindex = 9999;
  1564. </script>
  1565.  
  1566.  
  1567.  
  1568. <script type="text/javascript">
  1569. jQuery.noConflict();
  1570. jQuery(document).ready(function($) {
  1571. $('#loginSL input[name="url"]').attr("value", window.location);
  1572. $('a[name="SL"]').on("click", function(event) {
  1573. event.preventDefault();
  1574. var target = $(this).attr("rel");
  1575. var maskHeight = $(document).height();
  1576. var maskWidth = $(window).width();
  1577. $("#mask").css({
  1578. "width": maskWidth,
  1579. "height": maskHeight
  1580. });
  1581. $("#mask").fadeIn(1E3);
  1582. $("#mask").fadeTo("slow", .8);
  1583. var winH = $(window).height();
  1584. var winW = $(window).width();
  1585. $(target).css("top", winH / 2 - $(target).height() / 2);
  1586. $(target).css("left",
  1587. winW / 2 - $(target).width() / 2);
  1588. $(target).fadeIn(2E3)
  1589. });
  1590. $('.SLBox a[rel="closeSL"]').on("click", function(event) {
  1591. event.preventDefault();
  1592. $("#mask, .SLBox").hide()
  1593. });
  1594. $("#mask").on("click", function() {
  1595. $(this).hide();
  1596. $(".SLBox").hide()
  1597. });
  1598.  
  1599. $('input.searchbox').focus(function() {
  1600. $(this).parent('.searchbox_wrap').addClass('isFocused');
  1601. });
  1602.  
  1603. $('input.searchbox').blur(function() {
  1604. $(this).parent('.searchbox_wrap').removeClass('isFocused');
  1605. });
  1606.  
  1607. });
  1608. </script>
  1609. <script type="text/javascript">
  1610. !function(a, b, c) {
  1611. var d = /\+/g;
  1612. function e(a) {
  1613. return a;
  1614. }
  1615. function f(a) {
  1616. return decodeURIComponent(a.replace(d, " "));
  1617. }
  1618. function g(a) {
  1619. if (0 === a.indexOf('"')) a = a.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, "\\");
  1620. return h.json ? JSON.parse(a) : a;
  1621. }
  1622. var h = a.cookie = function(d, i, j) {
  1623. if (i !== c) {
  1624. j = a.extend({}, h.defaults, j);
  1625. if (null === i) j.expires = -1;
  1626. if ("number" === typeof j.expires) {
  1627. var k = j.expires, l = j.expires = new Date();
  1628. l.setDate(l.getDate() + k);
  1629. }
  1630. i = h.json ? JSON.stringify(i) : String(i);
  1631. return b.cookie = [ encodeURIComponent(d), "=", h.raw ? i : encodeURIComponent(i), j.expires ? "; expires=" + j.expires.toUTCString() : "", j.path ? "; path=" + j.path : "", j.domain ? "; domain=" + j.domain : "", j.secure ? "; secure" : "" ].join("");
  1632. }
  1633. var m = h.raw ? e : f;
  1634. var n = b.cookie.split("; ");
  1635. var o = d ? null : {};
  1636. for (var p = 0, q = n.length; p < q; p++) {
  1637. var r = n[p].split("=");
  1638. var s = m(r.shift());
  1639. var t = m(r.join("="));
  1640. if (d && d === s) {
  1641. o = g(t);
  1642. break;
  1643. }
  1644. if (!d) o[s] = g(t);
  1645. }
  1646. return o;
  1647. };
  1648. h.defaults = {};
  1649. a.removeCookie = function(b, c) {
  1650. if (null !== a.cookie(b)) {
  1651. a.cookie(b, null, c);
  1652. return true;
  1653. }
  1654. return false;
  1655. };
  1656. }(jQuery, document);
  1657.  
  1658. function readCookie(a) {
  1659. var b = document.cookie.split(";");
  1660. var c = a + "=";
  1661. for (var d = 0; d < b.length; d++) {
  1662. var e = b[d];
  1663. while (" " == e.charAt(0)) e = e.substring(1, e.length);
  1664. if (0 == e.indexOf(c)) return e.substring(c.length, e.length);
  1665. }
  1666. return null;
  1667. }
  1668.  
  1669. function setCookie(a, b, c) {
  1670. var d = new Date();
  1671. d.setTime(d.getTime() + 24 * c * 60 * 60 * 1e3);
  1672. var e = "expires=" + d.toGMTString();
  1673. document.cookie = a + "=" + b + "; " + e;
  1674. }
  1675.  
  1676. var optionalStylesheet = document.getElementsByClassName("stylesheet_optional");
  1677.  
  1678. var blueStylesheet = document.getElementById("stylesheet_blue");
  1679.  
  1680. var greenStylesheet = document.getElementById("stylesheet_green");
  1681.  
  1682. var storedThemeColor = readCookie("themeColor");
  1683.  
  1684. var currentFiconPath;
  1685.  
  1686. function changeColor(a) {
  1687. var b = document.getElementsByClassName("ficon");
  1688. for (var c = 0, d = b.length; c < d; c++) b[c].src = b[c].src.replace(/ficons\/((green|blue)\/)?/, "ficons/" + a + "/");
  1689. }
  1690.  
  1691. var gs = document.createElement("link");
  1692.  
  1693. gs.type = "text/css";
  1694.  
  1695. gs.className = "stylesheet_optional";
  1696.  
  1697. gs.id = "stylesheet_blue";
  1698.  
  1699. gs.rel = "stylesheet";
  1700.  
  1701. gs.title = "mystyle";
  1702.  
  1703. gs.href = "images/e-red/sinisterly_v2/color_blue.css";
  1704.  
  1705. var bs = document.createElement("link");
  1706.  
  1707. bs.type = "text/css";
  1708.  
  1709. bs.className = "stylesheet_optional";
  1710.  
  1711. bs.id = "stylesheet_green";
  1712.  
  1713. bs.rel = "stylesheet";
  1714.  
  1715. bs.title = "mystyle";
  1716.  
  1717. bs.href = "images/e-red/sinisterly_v2/color_green.css";
  1718.  
  1719. var head = document.getElementsByTagName("head")[0];
  1720.  
  1721. var links = head.getElementsByTagName("link");
  1722.  
  1723. for (var x = 0; x < links.length; x++) {
  1724. var href = links[x].href;
  1725. if (href.indexOf("/color_green.css") > 0 || href.indexOf("/color_blue.css") > 0) head.removeChild(links[x]);
  1726. }
  1727.  
  1728. if ("green" == storedThemeColor) head.appendChild(bs); else if ("blue" == storedThemeColor) head.appendChild(gs);
  1729.  
  1730. jQuery.noConflict();
  1731.  
  1732. jQuery(document).ready(function(a) {
  1733. a(".option").click(function() {
  1734. if (a(this).hasClass("default")) {
  1735. a.cookie("themeColor", "default", {
  1736. expires: 7
  1737. });
  1738. a("img.ficon").each(function() {
  1739. var b = a(this).attr("src");
  1740. var c = b.replace(currentFiconPath, "");
  1741. a(this).attr("src", c);
  1742. });
  1743. currentFiconPath = "";
  1744. } else {
  1745. var b = a(this).attr("id");
  1746. a.cookie("themeColor", b, {
  1747. expires: 7
  1748. });
  1749. a("img.ficon").each(function() {
  1750. var c = a(this).attr("src");
  1751. var d = c.replace("ficons/" + currentFiconPath, "ficons/" + b + "/");
  1752. a(this).attr("src", d);
  1753. });
  1754. currentFiconPath = b;
  1755. }
  1756. a("link.stylesheet_optional").remove();
  1757. a("head").append('<link type="text/css" class="stylesheet_optional" id="stylesheet_' + a.cookie("themeColor") + '" rel="stylesheet" title="mystyle" href="images/e-red/sinisterly_v2/color_' + a.cookie("themeColor") + '.css">');
  1758. });
  1759. a(".dltc").click(function() {
  1760. a.cookie("themeColor", null);
  1761. alert(a.cookie("themeColor"));
  1762. });
  1763. });
  1764. </script>
  1765. <style>.option{display:inline-block;width:6px;height:6px;padding:5px;border-radius:2px;}#red{background:#EC3737;}#blue{background:#00b0ec;}#green{background:#62ec00;}#red:hover,#blue:hover,#green:hover{cursor:pointer;}</style>]]></template>
  1766. <template name="header_welcomeblock_guest" version="1805"><![CDATA[
  1767. <div id="mask"></div>
  1768. <a href="{$mybb->settings['bburl']}/member.php?action=login" class="link firstlink" name="SL" rel="#loginSL">Login</a>
  1769. <a href="{$mybb->settings['bburl']}/member.php?action=register" class="link lastlink">Register</a>
  1770. <div id="loginSL" class="SLBox loginSLBox">
  1771. <div class="thead">
  1772. Login at Sinisterly
  1773. </div>
  1774. <div class="trow1" style="text-align: center;">
  1775. <form method="post" action="member.php">
  1776. <table border="0" width="100%">
  1777. <tr>
  1778. <td>
  1779. <label for="login_username">Username:</label>
  1780. </td>
  1781. <td>
  1782. <input type="text" value="" style="width: 200px;" maxlength="30" size="25" name="username" class="textbox" id="login_username"/>
  1783. </td>
  1784. </tr>
  1785. <tr>
  1786. <td>
  1787. <label for="login_password">Password:</label>
  1788. </td>
  1789. <td>
  1790. <input type="password" value="" style="width: 200px;" size="25" name="password" class="textbox" id="login_password"/>
  1791. </td>
  1792. </tr>
  1793. <tr>
  1794. <td>
  1795. <label class="smalltext" title="If ticked, your login details will be remembered on this computer, otherwise, you will be logged out as soon as you close your browser."><input type="checkbox" value="yes" checked="checked" name="remember" class="checkbox"> Remember?</label>
  1796. </td>
  1797. <td>
  1798. <input type="submit" value="Login" name="submit" class="button"/>
  1799. </td>
  1800. </tr>
  1801. </table>
  1802. <input type="hidden" value="do_login" name="action"/>
  1803. <input type="hidden" value="" name="url"/>
  1804. </form>
  1805. </div>
  1806. </div>
  1807. </div>]]></template>
  1808. <template name="header_welcomeblock_member" version="1805"><![CDATA[
  1809.  
  1810.  
  1811. <div class="user_block">
  1812. <a class="user_anchor" href="{$mybb->settings['bburl']}/member.php?action=profile">{$mybb->user['username']} &nbsp; <i class="fa fa-bars"></i></a>
  1813. <div class="user_menu">
  1814. <a href="{$mybb->settings['bburl']}/usercp.php">User Control Panel</a>
  1815. <a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$uid}">My Threads</a>
  1816. <a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$uid}">My Posts</a>
  1817. <a href="{$mybb->settings['bburl']}/search.php?action=getnew" class="">View New Posts</a>
  1818. <a href="{$mybb->settings['bburl']}/search.php?action=getdaily" class="">View Today's Posts</a>
  1819. </div>
  1820. </div>
  1821. <a class="circlelink" href="{$mybb->settings['bburl']}/usercp.php?action=alerts" class="link"><i class="fa fa-bell"></i><span class="alerts_unread">0</span></a>
  1822. <a class="circlelink" href="{$mybb->settings['bburl']}/private.php"><i class="fa fa-envelope"></i><span class="msgs_unread">0</span></a>
  1823. <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="link lastlink">Logout</a>
  1824. <script type="text/javascript">
  1825. var unreadale = jQuery('.alerts_unread');
  1826. var unreadAlerts = 0;
  1827. if( unreadAlerts == '0') {
  1828. unreadale.hide();
  1829. }
  1830. </script>
  1831. <script type="text/javascript">
  1832. // <!--
  1833. if(use_xmlhttprequest == "1")
  1834. {
  1835. new PopupMenu("usermenu");
  1836. }
  1837. // -->
  1838. var unreadm = jQuery('.msgs_unread');
  1839. var unreadmsg = unreadm.text();
  1840. if( unreadmsg == '0') {
  1841. unreadm.hide();
  1842. }
  1843.  
  1844. jQuery('.user_anchor').on('click', function(){
  1845. jQuery('.user_menu').slideToggle('fast');
  1846. jQuery(this).parent().toggleClass('active');
  1847. return false;
  1848. });
  1849.  
  1850.  
  1851. </script>
  1852. </div>]]></template>
  1853. <template name="index" version="1805"><![CDATA[<html>
  1854. <head>
  1855. <title>{$mybb->settings['bbname']}</title>
  1856. {$headerinclude}
  1857. <script type="text/javascript">
  1858. <!--
  1859. lang.no_new_posts = "{$lang->no_new_posts}";
  1860. lang.click_mark_read = "{$lang->click_mark_read}";
  1861. // -->
  1862. </script>
  1863. </head>
  1864. <body>
  1865. {$header}
  1866. {$forums}
  1867. {$boardstats}
  1868. {$footer}
  1869. </body>
  1870. </html>]]></template>
  1871. <template name="postbit" version="1805"><![CDATA[{$ignore_bit}
  1872. <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  1873.  
  1874. <table border="0" cellspacing="0" cellpadding="10" class="tborder" style="border-top-width: 0; " id="post_{$post['pid']}">
  1875. <tbody><tr>
  1876. <td class="{$altbg}" width="15%" valign="top" style="border-right: 1px solid #191919;background: #202020; white-space: nowrap; text-align: center;&gt;&lt;a name=" pid{$post['pid']}"="" id="pid{$post['pid']}">
  1877. <div>
  1878. <span class="largetext">{$post['profilelink']}{$post['onlinestatus']}</span><br></div>
  1879. <span class="smalltext">
  1880.  
  1881.  
  1882.  
  1883. <div>
  1884. {$post['useravatar']}
  1885. </div>
  1886.  
  1887. <div>{$post['usertitle']}</div>
  1888. {$post['groupimage']}
  1889. {$post['userstars']}
  1890. <div class="post_userdetails">Posts: {$post['postnum']}</div>
  1891. <div class="post_userdetails">Joined: {$post['userregdate']}</div>
  1892.  
  1893. {$post['warninglevel']}
  1894.  
  1895. {$post['replink']}
  1896. </div>
  1897. <br />
  1898. </td>
  1899. <td class="{$altbg}" valign="top">
  1900. <div>
  1901. <div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>{$post['posturl']}</strong></span></div></div>
  1902.  
  1903.  
  1904. <table width="100%">
  1905.  
  1906.  
  1907. <tbody><tr><td>
  1908. <div id="pid_{$post['pid']}" class="post_body">
  1909. {$post['message']}
  1910. </div>
  1911. {$post['attachments']}
  1912. {$post['signature']}
  1913. <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
  1914. <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
  1915. {$post['iplogged']}
  1916. </div>
  1917. </td></tr>
  1918.  
  1919. </tbody></table>
  1920.  
  1921. </td>
  1922. </tr>
  1923. <tr>
  1924. <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext" style="float:left;"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}</span></td>
  1925. <td class="{$altbg}" style="vertical-align: middle;">
  1926. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  1927. <tbody><tr valign="bottom">
  1928. <td align="left"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
  1929. <td align="right">
  1930. {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
  1931. </td>
  1932. </tr>
  1933. </tbody></table>
  1934. </td>
  1935. </tr>
  1936. </tbody></table>]]></template>
  1937. <template name="postbit_edit" version="1805"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_button"><span>{$lang->postbit_button_edit}</span></a>
  1938. <div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
  1939. <script type="text/javascript">
  1940. // <!--
  1941. if(use_xmlhttprequest == "1")
  1942. {
  1943. $("#edit_post_{$post['pid']}").popupMenu();
  1944. }
  1945. // -->
  1946. </script>]]></template>
  1947. <template name="postbit_email" version="1805"><![CDATA[<a href="member.php?action=emailuser&amp;uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_button"><span>{$lang->postbit_button_email}</span></a>]]></template>
  1948. <template name="postbit_find" version="1805"><![CDATA[<a href="search.php?action=finduser&amp;uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_button"><span>{$lang->postbit_button_find}</span></a>]]></template>
  1949. <template name="postbit_forward_pm" version="1805"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward" title="{$lang->forward_title}" class="postbit_button"><span>{$lang->postbit_button_forward}</span></a>]]></template>
  1950. <template name="postbit_multiquote" version="1805"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote postbit_button"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>
  1951. <script type="text/javascript">
  1952. //<!--
  1953. $('#multiquote_link_{$post['pid']}').css("display", "");
  1954. // -->
  1955. </script>]]></template>
  1956. <template name="postbit_pm" version="1805"><![CDATA[<a href="private.php?action=send&amp;uid={$post['uid']}" title="{$lang->postbit_pm}" class="postbit_button"><span>{$lang->postbit_button_pm}</span></a>]]></template>
  1957. <template name="postbit_quickdelete" version="1805"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_button"><span>{$lang->postbit_button_qdelete}</span></a>
  1958. <script type="text/javascript">
  1959. // <!--
  1960. $('#quick_delete_{$post['pid']}').css('display', '{$display}');
  1961. // -->
  1962. </script>]]></template>
  1963. <template name="postbit_quickrestore" version="1805"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" style="display: none;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_button"><span>{$lang->postbit_button_qrestore}</span></a>
  1964. <script type="text/javascript">
  1965. // <!--
  1966. $('#quick_restore_{$post['pid']}').css('display', '{$display}');
  1967. // -->
  1968. </script>]]></template>
  1969. <template name="postbit_quote" version="1805"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_button"><span>{$lang->postbit_button_quote}</span></a>]]></template>
  1970. <template name="postbit_replyall_pm" version="1805"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=replyall" title="{$lang->reply_to_all}" class="postbit_button"><span>{$lang->postbit_button_reply_all}</span></a>]]></template>
  1971. <template name="postbit_reply_pm" version="1805"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply" title="{$lang->reply_title}" class="postbit_button"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template>
  1972. <template name="postbit_report" version="1805"><![CDATA[<a href="javascript:Report.reportPost({$post['pid']});" title="{$lang->postbit_report}" class="postbit_button"><span>{$lang->postbit_button_report}</span></a>]]></template>
  1973. <template name="postbit_reputation" version="1805"><![CDATA[<div class="post_userdetails">{$lang->postbit_reputation} {$post['userreputation']}</div>]]></template>
  1974. <template name="postbit_rep_button" version="1805"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});" title="{$lang->postbit_reputation_add}" class="postbit_button"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template>
  1975. <template name="postbit_warn" version="1805"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_button"><span>{$lang->postbit_button_warn}</span></a>]]></template>
  1976. <template name="postbit_warninglevel" version="1805"><![CDATA[<div class="post_userdetails">{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a></div>]]></template>
  1977. <template name="postbit_www" version="1805"><![CDATA[<a href="{$post['website']}" target="_blank" title="{$lang->postbit_website}" class="postbit_button"><span>{$lang->postbit_button_website}</span></a>]]></template>
  1978. </templates>
  1979. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement