Advertisement
Guest User

Untitled

a guest
Apr 9th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme name="award" version="1610">
  3. <properties>
  4. <templateset><![CDATA[10]]></templateset>
  5. <editortheme><![CDATA[awardforums1]]></editortheme>
  6. <imgdir><![CDATA[images/awardforums]]></imgdir>
  7. <logo><![CDATA[images/awardforums/afnh.png]]></logo>
  8. <tablespace><![CDATA[4]]></tablespace>
  9. <borderwidth><![CDATA[0]]></borderwidth>
  10. </properties>
  11. <stylesheets>
  12. <stylesheet name="style.css" version="1610"><![CDATA[
  13. @font-face {
  14. font-family: Neou;
  15. src: url(images/awardforums/theme_fonts/Neou-Bold.eot) /* EOT file for IE */
  16. }
  17. @font-face {
  18. font-family: Neou;
  19. src: url(images/awardforums/theme_fonts/Neou-Bold.ttf) /* TTF file for CSS3 browsers */
  20. }
  21.  
  22. ]]>
  23. </stylesheet>
  24. <stylesheet name="tabbed.css" version="1610"><![CDATA[.shadetabs{
  25. padding: 10px 0;
  26. margin-left: 0;
  27. margin-top: 1px;
  28. margin-bottom: 7px;
  29. font: normal 16px Calibri;
  30. list-style-type: none;
  31. text-align: center; /*set to left, center, or right to align the menu as desired*/
  32. }
  33.  
  34. .shadetabs li{
  35. display: inline-block;
  36. margin: 0;
  37. }
  38.  
  39. .shadetabs li a{
  40. position: relative;
  41. z-index: 1;
  42. margin-right: 3px;
  43. -moz-box-shadow: inset 0px 0px 2px 0px rgb(15, 93, 109);
  44. -webkit-box-shadow: inset 0px 0px 2px 0px rgb(70, 70, 70);
  45. box-shadow: inset 0px 0px 2px 0px rgb(114, 114, 114);
  46. -moz-border-radius: 3px;
  47. -webkit-border-radius: 3px;
  48. border-radius: 3px;
  49. border: 1px solid #0c0c0c;
  50. color: #EDAE00;
  51. font-size: 16px;
  52. padding: 6px 12px;
  53. text-decoration: none;
  54. text-shadow: 0px 1px 1px #000000;
  55. background: rgb(24, 24, 24);
  56. border-bottom: 2px solid #0c0c0c;
  57. }
  58.  
  59. .shadetabs li a:hover{
  60. color: #EDAE00;
  61. bottom:-1px;
  62. }
  63.  
  64. .shadetabs li a.selected{ /*selected main tab style */
  65. position: relative;
  66. }
  67.  
  68. .shadetabs li a.selected{
  69. color: #f1d41c;
  70. text-shadow: none;
  71. }
  72.  
  73. .shadetabs li a.selected:hover{ /*selected main tab style */
  74. }
  75.  
  76. .tabcontent{
  77. display:none;
  78. }
  79.  
  80. @media print {
  81. .tabcontent {
  82. display:block !important;
  83. }
  84. }
  85.  
  86.  
  87.  
  88. ]]>
  89. </stylesheet>
  90. <stylesheet name="global.css" version="1610"><![CDATA[@import url(images/awardforums/uniform.css);
  91.  
  92. @font-face {
  93. font-family: Trajan Pro;
  94. src: local(Trajan Pro_font), url(images/awardforums/theme_fonts/TrajanPro-Regular.ttf') format('opentype);
  95. }
  96.  
  97. body {
  98. background:#272727 url(images/awardforums/body.png);
  99. color: #f5f5f5;
  100. font-family: "Verdana", Arial, Sans-Serif;
  101. font-size: 12px;
  102. text-align: center; /* IE 5 fix */
  103. line-height: 1.4;
  104. margin:0;
  105. padding:0;
  106. }
  107.  
  108. a:link , a:visited {
  109. color: #cd9c18;
  110. text-decoration: none;
  111. }
  112.  
  113. a:hover, a:active {
  114. color: #EDAE00;
  115. text-decoration: none;
  116. text-shadow: 0px 0px 5px #FFFFFF;
  117. }
  118.  
  119. .navigation_menu > div,
  120. .header > div,
  121. .footer, .container {
  122. width:85%;
  123. min-width:960px;
  124. margin:0 auto;
  125. text-align:left;
  126. }
  127.  
  128.  
  129. .logo {
  130. margin:0 auto;
  131. text-align:center;
  132. padding:10px 0px;
  133. }
  134.  
  135. .panel {
  136. display:block;
  137. background-color: #222222;
  138. background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#191919)); /* Saf4+, Chrome */
  139. background-image: -webkit-linear-gradient(top, #1a1a1a, #191919); /* Chrome 10+, Saf5.1+ */
  140. background-image: -moz-linear-gradient(top, #1a1a1a, #191919); /* FF3.6+ */
  141. background-image: -ms-linear-gradient(top, #1a1a1a, #191919); /* IE10 */
  142. background-image: -o-linear-gradient(top, #1a1a1a, #191919); /* Opera 11.10+ */
  143. background-image: linear-gradient(top, #1a1a1a, #191919); /* W3C */
  144. box-shadow: inset 0px 0px 0px 1px rgba(221, 174, 58, 0.298);
  145. border:1px solid #0a0a0a;
  146. border-radius:2px;
  147. padding:10px;
  148. margin-top:10px;
  149. }
  150.  
  151.  
  152. .panel .user_avatar{
  153. width:28px;
  154. height:28px;
  155. display:inline-block;
  156. vertical-align:middle;
  157. float:left;
  158. }
  159.  
  160.  
  161. .panel .user_avatar img {
  162. width:32px;
  163. display:inline-block;
  164. vertical-align:middle;
  165. }
  166.  
  167.  
  168. .user_avatar,
  169. .guest_icon,
  170. .guest_avatar {
  171. display:inline-block;
  172. float:left;
  173. vertical-align:top;
  174. width:42px;
  175. }
  176.  
  177. .guest_icon{
  178. display:inline-block;
  179. width:40px;
  180. height:40px;
  181. background-image:url(images/awardforums/guest_icon.png);
  182. background-repeat:no-repeat;
  183. background-position:center center;
  184. }
  185.  
  186.  
  187. .guest_block {
  188. }
  189.  
  190. .guest_block:first-child {
  191. border-right: 1px solid #0A0A0A;
  192. box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.110);
  193. padding-right:0px;
  194. width:446px;
  195. float:left;
  196. }
  197.  
  198. .guest_block:last-child {
  199. padding-left:470px;
  200. }
  201.  
  202. .guest_avatar > span{
  203. display:inline-block;
  204. width:40px;
  205. height:40px;
  206. opacity:0.8;
  207. background-image:url(images/awardforums/default_avatar.png);
  208. background-repeat:no-repeat;
  209. background-position:center center;
  210. }
  211.  
  212. .guest_message {
  213. word-wrap:break-word;
  214. }
  215.  
  216. .user_menu {
  217. padding-left:40px;
  218. }
  219.  
  220. .guest_message,
  221. .login_form {
  222. padding-left:48px;
  223. }
  224.  
  225.  
  226. .user_menu {
  227. font-size:11px;
  228. }
  229.  
  230. .login_form input.textbox {
  231. width:140px;
  232. display:inline-block;
  233. margin-right:5px;
  234. padding:3px 4px;
  235. border-radius:2px;
  236. background-color:#0a0a0a;
  237. color:#a8a8a8;
  238. border:1px solid #2a2a2a;
  239. }
  240.  
  241. .login_form .button {
  242. position:relative;
  243. top:-2px;
  244. }
  245.  
  246. .panel.float_left {
  247. width:240px;
  248. vertical-align:top;
  249. display:inline-block;
  250. }
  251.  
  252. .panel.welcomeblock_member {
  253. margin-left:268px;
  254. }
  255.  
  256. .panel.float_left strong:last-child:after {
  257. content: 'hiddentext'; font-size:0; display:block; line-height:0;
  258. }
  259.  
  260. .navigation_menu {
  261. z-index:3;
  262. border-top:2px solid #dfae28;
  263. background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#2d2d2d)); /* Saf4+, Chrome */
  264. background-image: -webkit-linear-gradient(top, #343434, #2d2d2d); /* Chrome 10+, Saf5.1+ */
  265. background-image: -moz-linear-gradient(top, #343434, #2d2d2d); /* FF3.6+ */
  266. background-image: -ms-linear-gradient(top, #343434, #2d2d2d); /* IE10 */
  267. background-image: -o-linear-gradient(top, #343434, #2d2d2d); /* Opera 11.10+ */
  268. background-image: linear-gradient(top, #343434, #2d2d2d); /* W3C */
  269. border-bottom:1px solid #393939;
  270.  
  271. }
  272.  
  273.  
  274. .navigation_menu > div {
  275. }
  276.  
  277. .navigation_menu ul {
  278. padding:0;
  279. margin:0 -9px;
  280. text-align:left;
  281. list-style:none outside none;
  282. border-radius:3px;
  283. display:inline-block;
  284. }
  285.  
  286. .navigation_menu ul > li.float_right {
  287. float:right;
  288. }
  289.  
  290. .navigation_menu ul > li.float_right > .nav_search {
  291. position:relative;
  292. top:6px;
  293. right:-2px;
  294. }
  295.  
  296. .nav_search button{
  297. position:absolute;
  298. top:5px;
  299. right:2px;
  300. background-color:transparent;
  301. border:none;
  302. color:#f5f5f5;
  303. font-size:11px;
  304. }
  305.  
  306.  
  307. .nav_search button:focus{
  308. outline:none;
  309. }
  310.  
  311. .nav_search input.textbox{
  312. background-color: #191919;
  313. border:1px solid #3d3d3d;
  314. padding:3px 4px;
  315. border-radius:2px;
  316. width:90px;
  317. padding-right:22px;
  318. color:#f5f5f5;
  319. transition: width 1s;
  320. -moz-transition: width 1s;
  321. -webkit-transition: width 1s;
  322. -o-transition: width 1s;
  323. }
  324.  
  325. .nav_search input.textbox:focus {
  326. width:150px;
  327. border-color:#EDAE00;
  328. }
  329.  
  330. .navigation_menu ul > li {
  331. float:left;
  332. }
  333.  
  334.  
  335. .navigation_menu ul > li:last-child > a {
  336. border:none !Important;
  337. }
  338.  
  339. .navigation_menu ul > li:first-child > a {
  340. border-left-color:#1a1a1a !Important;
  341. }
  342.  
  343.  
  344. .navigation_menu ul > li:nth-child(8) > a {
  345. border-riht:none !Important;
  346. }
  347.  
  348. .navigation_menu ul > li > a {
  349. display:block;
  350. border-right:1px solid #1a1a1a;
  351. border-left:1px solid #3d3d3d;
  352. padding:9px 11px;
  353. color:#dfae28;
  354. }
  355.  
  356.  
  357. .navigation_menu ul > li > a > i{
  358. display:inline-block;
  359. font-size:16px;
  360. vertical-align:middle;
  361. margin-right:7px;
  362. }
  363.  
  364. .navigation_menu ul > li > a:hover {
  365. background-image:url(images/awardforums/thead_bg.png);
  366. background-color:#b38200;
  367. background-repeat:repeat-x;
  368. background-position:top center;
  369. color:#f5f5f5;
  370. text-shadow:0px 1px 0px rgba(0, 0, 0, 0.200);
  371. border-right:1px solid #EDAE00;
  372. border-left:1px solid #EDAE00;
  373. }
  374.  
  375.  
  376.  
  377. .breadcrumb {
  378. margin: 10px 0px;
  379. border:1px solid #3a3a3a;
  380. border-radius:3px;
  381. background-color:#212121;
  382. padding: 0px;
  383. font-size:11px;
  384. overflow:hidden;
  385. list-style: none outside none;
  386. line-height:30px;
  387. }
  388.  
  389. .breadcrumb > li{
  390. float: left;
  391. }
  392.  
  393. .breadcrumb > li:first-child > a > i {
  394. display:inline-block;
  395. margin-right:8px;
  396. font-size:16px;
  397. vertical-align:middle;
  398. }
  399.  
  400.  
  401. .breadcrumb > li:nth-child(2) {
  402. display:none !Important;
  403. }
  404.  
  405. .breadcrumb > li:first-child > a{
  406. padding-left: 20px;
  407. }
  408.  
  409.  
  410.  
  411. .breadcrumb > li > a{
  412. display: block;
  413. float: left;
  414. padding-left: 40px;
  415. height:30px;
  416. line-height:30px;
  417. position: relative;
  418. text-decoration: none;
  419. }
  420.  
  421. .breadcrumb > li:first-child > a:hover {
  422. border-radius:3px 0px 0px 3px;
  423. }
  424.  
  425.  
  426. .breadcrumb > li > a:before {
  427. border-bottom: 50px solid transparent;
  428. border-left: 25px solid #3a3a3a;
  429. border-top: 50px solid transparent;
  430. content: " ";
  431. display: block;
  432. height: 0px;
  433. left: 100%;
  434. margin-left: 1px;
  435. margin-top: -50px;
  436. position: absolute;
  437. top: 50%;
  438. z-index: 1;
  439. }
  440.  
  441. .breadcrumb > li > a:after {
  442. border-bottom: 50px solid transparent;
  443. border-left: 25px solid #212121;
  444. border-top: 50px solid transparent;
  445. content: " ";
  446. display: block;
  447. height: 0px;
  448. left: 100%;
  449. margin-top: -50px;
  450. position: absolute;
  451. top: 50%;
  452. z-index: 2;
  453. }
  454.  
  455. .breadcrumb > li > a:hover {
  456. background-color: #CD9C18;
  457. color:rgba(0, 0, 0, 0.700);
  458. text-shadow:0px 1px 0px rgba(255, 255, 255, 0.200);
  459. }
  460.  
  461. .breadcrumb > li > a:hover:after {
  462. border-left-color: #CD9C18;
  463. }
  464.  
  465.  
  466. .container {
  467. padding:8px 10px;
  468. border:1px solid #2a2a2a;
  469. margin:0px auto 10px auto;
  470. background-color:#1a1a1a;
  471. }
  472.  
  473. table {
  474. color: inherit;
  475. font-family: inherit;
  476. font-size: inherit;
  477. }
  478.  
  479. div.tborder {
  480. width:auto;
  481. }
  482.  
  483.  
  484. .tborder {
  485. background: #2a2a2a;
  486. text-shadow:0px 1px 0px #000000;
  487. width: 100%;
  488. margin: 0 auto;
  489. border: 1px solid #181818;
  490. border-radius:3px;
  491. }
  492.  
  493. .thead {
  494. padding:8px 6px;
  495. background-image:url(images/awardforums/thead_bg_2.png), url(images/awardforums/thead_bg.png);
  496. background-color:#b38200;
  497. background-repeat:repeat-x, repeat-x;
  498. background-position:center center, top center;
  499. border-radius:2px 2px 0px 0px;
  500. border:1px solid #EDAE00;
  501. color: rgba(0, 0, 0, 0.920);
  502. text-shadow:0px 1px 0px #d2b054;
  503. }
  504.  
  505. .thead strong {
  506. font-weight:400;
  507. }
  508.  
  509.  
  510.  
  511. .thead a:link, .thead a:visited {
  512. color: rgba(0, 0, 0, 0.800);
  513. text-decoration: none;
  514. }
  515.  
  516. .thead a:hover, .thead a:active {
  517. color: #432D00;
  518. text-decoration: none;
  519. }
  520.  
  521. .tcat, .trow_sep {
  522. background-color:#1d1d1d;
  523. background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#0b0b0b)); /* Saf4+, Chrome */
  524. background-image: -webkit-linear-gradient(top, #1a1a1a, #0b0b0b); /* Chrome 10+, Saf5.1+ */
  525. background-image: -moz-linear-gradient(top, #1a1a1a, #0b0b0b); /* FF3.6+ */
  526. background-image: -ms-linear-gradient(top, #1a1a1a, #0b0b0b); /* IE10 */
  527. background-image: -o-linear-gradient(top, #1a1a1a, #0b0b0b); /* Opera 11.10+ */
  528. background-image: linear-gradient(top, #1a1a1a, #0b0b0b); /* W3C */ color: #f9f9f9;
  529. font-size:11px;
  530. border-bottom:1px solid #000000;
  531. border-top:1px solid #000000;
  532. color:#a8a8a8;
  533. text-shadow:0px 1px 0px #000000;
  534. }
  535.  
  536. .tcat strong {
  537. font-weight:400;
  538. }
  539.  
  540. .tcat a:hover, .tcat a:active {
  541. color: rgba(255, 255, 255, 0.600);
  542. }
  543.  
  544. .trow1 , .trow2 {
  545. background-color: #222222;
  546. background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#212121)); /* Saf4+, Chrome */
  547. background-image: -webkit-linear-gradient(top, #222222, #212121); /* Chrome 10+, Saf5.1+ */
  548. background-image: -moz-linear-gradient(top, #222222, #212121); /* FF3.6+ */
  549. background-image: -ms-linear-gradient(top, #222222, #212121); /* IE10 */
  550. background-image: -o-linear-gradient(top, #222222, #212121); /* Opera 11.10+ */
  551. background-image: linear-gradient(top, #222222, #212121); /* W3C */
  552. border-top:1px solid rgba(255, 255, 255, 0.110);
  553. border-bottom:1px solid #0a0a0a;
  554. border-left:1px solid #0a0a0a;
  555. border-right:1px solid #0a0a0a;
  556. }
  557.  
  558. .trow_shaded {
  559. background: #1d1d1d;
  560. }
  561.  
  562. .trow_selected td {
  563. background: #0a0a0a;
  564. }
  565.  
  566.  
  567.  
  568. .postbit_footer {
  569.  
  570.  
  571.  
  572. background-color: #222222;
  573. background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#212121)); /* Saf4+, Chrome */
  574. background-image: -webkit-linear-gradient(top, #222222, #212121); /* Chrome 10+, Saf5.1+ */
  575. background-image: -moz-linear-gradient(top, #222222, #212121); /* FF3.6+ */
  576. background-image: -ms-linear-gradient(top, #222222, #212121); /* IE10 */
  577. background-image: -o-linear-gradient(top, #222222, #212121); /* Opera 11.10+ */
  578. background-image: linear-gradient(top, #222222, #212121); /* W3C */
  579. border-bottom:1px solid #0a0a0a;
  580.  
  581. }
  582.  
  583. .postbit_footer,
  584. .tfoot {
  585. padding:8px 6px;
  586. border-radius:0px 0px 2px 2px;
  587. color: rgba(255, 255, 255, 0.400);
  588. background-color:#1a1a1a;
  589. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.450);
  590. border-top:1px solid #3a3a3a;
  591. }
  592.  
  593. .tfoot strong {
  594. font-weight:400;
  595. }
  596.  
  597. .tfoot a:link, .tfoot a:visited {
  598. color: rgba(255, 255, 255, 0.400);
  599. text-decoration: none;
  600. }
  601.  
  602. .tfoot a:hover, .tfoot a:active {
  603. color: rgba(255, 255, 255, 0.600);
  604. text-decoration: none;
  605. }
  606.  
  607. .smalltext {
  608. font-size: 11px;
  609. }
  610.  
  611. .largetext {
  612. font-size: 16px;
  613. font-weight: bold;
  614. }
  615.  
  616. input[type="text"], input[type="password"], input.textbox {
  617. background-color: #0a0a0a;
  618. border:1px solid #111111;
  619. color:#f5f5f5;
  620. padding:2px 3px;
  621. border-radius: 2px;
  622. }
  623.  
  624. textarea {
  625. background-color: #0a0a0a;
  626. border:1px solid #111111;
  627. color:inherit;
  628. padding: 2px;
  629. font-family:inherit;
  630. font-size:inherit;
  631. }
  632.  
  633. select {
  634. margin: 0px;
  635. padding: 1px;
  636. text-align: left;
  637. text-indent: 0px;
  638. vertical-align: middle;
  639. white-space: nowrap;
  640. font-family: inherit;
  641. font-size: inherit;
  642. }
  643.  
  644. fieldset, img.attachment, .editor, .editor_control_bar {
  645. background-color: #222222;
  646. border:1px solid #0a0a0a;
  647. }
  648.  
  649. .autocomplete {
  650. background-color: #222222;
  651. border:1px solid #0a0a0a;
  652. }
  653.  
  654. .autocomplete_selected {
  655. background: #199191;
  656. }
  657.  
  658. .popup_menu {
  659. border-radius:3px;
  660. background-color: #222222;
  661. border:1px solid #0a0a0a;
  662. }
  663.  
  664. .popup_menu .popup_item {
  665. border-top:1px solid rgba(255, 255, 255, 0.100);
  666. border-bottom:1px solid #0a0a0a;
  667. font-size:11px;
  668. padding:4px 5px;
  669. }
  670.  
  671. .popup_menu .popup_item a {
  672. color: rgba(255, 255, 255, 0.600);
  673. display: block;
  674. font-size: 12px;
  675. line-height: 18px;
  676. padding: 3px 12px;
  677. text-align: left;
  678. text-decoration: none;
  679. white-space: nowrap;
  680. }
  681.  
  682. .popup_menu .popup_item:hover {
  683. background-color:#191919;
  684. }
  685.  
  686. .trow_reputation_positive {
  687. background: #00CC66;
  688. color: #efefef;
  689. text-shadow:none;
  690. }
  691.  
  692. .trow_reputation_negative {
  693. background: #AE0023;
  694. color: #cccccc;
  695. text-shadow:none;
  696. }
  697.  
  698.  
  699. .trow_reputation_positive .reputation_positive {color:#2C3A00;}
  700. .reputation_positive {
  701. color: #7ca501;
  702. }
  703.  
  704. .reputation_neutral {
  705. }
  706.  
  707. .trow_reputation_negative .reputation_negative {color:#FADBDB;}
  708.  
  709. .reputation_negative {
  710. color: #c8201e;
  711. }
  712.  
  713. .invalid_field {
  714. border:1px solid #c8201e !important;
  715. }
  716.  
  717. .valid_field {
  718. border: 1px solid #7ca501 !important;
  719. }
  720.  
  721. .validation_error:before {
  722. content: "\f071";
  723. }
  724.  
  725.  
  726. .validation_success:before {
  727. content: "\f046";
  728. }
  729.  
  730. .validation_loading:before {
  731. content: "\f110";
  732. -moz-animation: spin 2s infinite linear;
  733. -o-animation: spin 2s infinite linear;
  734. -webkit-animation: spin 2s infinite linear;
  735. animation: spin 2s infinite linear;
  736. }
  737.  
  738. @keyframes spin {
  739. from { transform: rotate(0deg); }
  740. to { transform: rotate(359deg); }
  741. }
  742.  
  743.  
  744. .validation_error:before, .validation_success:before, .validation_loading:before {
  745. font-family: 'FontAwesome';
  746. display:inline-block;
  747. font-size:15px;
  748. margin-right:6px;
  749. vertical-align:middle;
  750. }
  751.  
  752. .validation_error, .validation_success, .validation_loading {
  753. margin: 7px 0px;
  754. padding: 5px;
  755. font-size: 12px;
  756. }
  757.  
  758. .validation_error {
  759. color:#c8201e;
  760. }
  761.  
  762. .validation_success {
  763. color: #7ca501;
  764. }
  765.  
  766. .validation_loading {
  767.  
  768. }
  769.  
  770. /* Additional CSS (Master) */
  771. img {
  772. border: none;
  773. }
  774.  
  775. .clear {
  776. clear: both;
  777. }
  778.  
  779. .hidden {
  780. display: none;
  781. float: none;
  782. width: 1%;
  783. }
  784.  
  785. .hiddenrow {
  786. display: none;
  787. }
  788.  
  789. .selectall {
  790. background-color: #0a0a0a;
  791. text-align: center;
  792. }
  793.  
  794. .float_left {
  795. float: left;
  796. }
  797.  
  798. .float_right {
  799. float: right;
  800. }
  801.  
  802. .expcolimage {
  803. float: right;
  804. display:inline-block;
  805. position:relative;
  806. top:0px;
  807. }
  808.  
  809.  
  810. hr {
  811. background-color: #000000;
  812. color: #000000;
  813. height: 1px;
  814. border: 0px;
  815. }
  816.  
  817. #debug {
  818. float: right;
  819. text-align: right;
  820. margin-top: 0;
  821. }
  822.  
  823. blockquote {
  824. position:relative;
  825. padding: 4px;
  826. background-color: #191919;
  827. border:1px solid #0a0a0a;
  828. border-radius: 3px;
  829. margin:4px;
  830. }
  831.  
  832. blockquote cite {
  833. height:22px;
  834. line-height:22px;
  835. font-size:11px;
  836. font-style: normal;
  837. display: block;
  838. }
  839.  
  840. blockquote cite span {
  841. float: right;
  842. font-weight: normal;
  843. font-size:11px;
  844. }
  845.  
  846. blockquote cite span.highlight {
  847. float: none;
  848. padding-bottom: 0;
  849. }
  850.  
  851.  
  852.  
  853. .codeblock {
  854. position:relative;
  855. padding: 4px;
  856. padding-left:12px;
  857. background-color: #191919;
  858. border:1px solid #0a0a0a;
  859. border-radius: 3px;
  860. margin:4px;
  861. }
  862.  
  863. .codeblock .title {
  864. height:22px;
  865. line-height:22px;
  866. font-size:11px;
  867. margin-left:-8px;
  868. font-style: normal;
  869. display: block;
  870. }
  871.  
  872. .codeblock code {
  873. overflow: auto;
  874. height: auto;
  875. max-height: 200px;
  876. display: block;
  877. font-family: inherit;
  878. font-size: inherit;
  879. }
  880.  
  881.  
  882. .subforumicon {
  883. border: 0;
  884. vertical-align: middle;
  885. }
  886.  
  887. .separator {
  888. margin: 5px;
  889. padding: 0;
  890. height: 0px;
  891. font-size: 1px;
  892. list-style-type: none;
  893. }
  894.  
  895. form {
  896. margin: 0;
  897. padding: 0;
  898. }
  899.  
  900. .popup_menu .popup_item_container {
  901. margin: 1px;
  902. text-align: left;
  903. }
  904.  
  905. .popup_menu .popup_item {
  906. display: block;
  907. padding: 3px;
  908. text-decoration: none;
  909. white-space: nowrap;
  910. }
  911.  
  912. .popup_menu a.popup_item:hover {
  913. text-decoration: none;
  914. }
  915.  
  916. .autocomplete {
  917. text-align: left;
  918. }
  919.  
  920. .subject_new {
  921. font-weight:700;
  922. }
  923.  
  924. .highlight {
  925. background: #FFFFCC;
  926. padding-top: 3px;
  927. padding-bottom: 3px;
  928. }
  929.  
  930. .pm_alert {
  931. padding: 5px 10px;
  932. padding: 5px 10px;
  933. background-color:#D5C672;
  934. border:1px solid #898155;
  935. color:#645E40;
  936. text-align: center;
  937. padding: 8px 12px;
  938. margin: 18px 0px;
  939. font-size: 11px;
  940. }
  941.  
  942. .pm_alert a:link, .pm_alert a:visited {
  943. color:rgba(0, 0, 0, 0.700);
  944. }
  945.  
  946. .pm_alert a:hover, .pm_alert a:active {
  947. color:rgba(0, 0, 0, 0.900);
  948. }
  949.  
  950. .red_alert strong, .pm_alert strong {
  951. font-weight:400;
  952. }
  953.  
  954. .red_alert {
  955. background: rgba(199, 32, 30, 0.702);
  956. border: 1px solid #C7201E;
  957. text-align: center;
  958. padding: 8px 12px;
  959. margin: 18px 0px;
  960. font-size: 11px;
  961. color:rgba(255, 255, 255, 0.700);
  962. }
  963.  
  964. .red_alert a:link, .red_alert a:visited {
  965. color:rgba(255, 255, 255, 0.700);
  966. }
  967.  
  968. .red_alert a:hover, .red_alert a:active {
  969. color:rgba(255, 255, 255, 0.900);
  970. }
  971.  
  972. .high_warning {
  973. color: #CC0000;
  974. }
  975.  
  976. .moderate_warning {
  977. color: #F3611B;
  978. }
  979.  
  980. .low_warning {
  981. color: #AE5700;
  982. }
  983.  
  984. div.error {
  985. padding: 5px 10px;
  986. background-color:#D5C672;
  987. border:1px solid #898155;
  988. font-size: 12px;
  989. color:#645E40;
  990. border-radius:2px;
  991. }
  992.  
  993. div.error p em {
  994. font-style: normal;
  995. padding-left: 24px;
  996. display: block;
  997. }
  998.  
  999. div.error ul {
  1000. margin-left: 24px;
  1001. }
  1002.  
  1003. .online {
  1004. color: #15A018;
  1005. }
  1006.  
  1007. .offline {
  1008. color: #C7C7C7;
  1009. }
  1010.  
  1011. .pagination {
  1012.  
  1013. }
  1014.  
  1015. .tfoot .pagination, .tcat .pagination {
  1016. padding-top: 0;
  1017. }
  1018. .pagination .pages {
  1019.  
  1020. }
  1021.  
  1022. .pagination .pagination_current, .pagination a {
  1023.  
  1024. }
  1025.  
  1026. .pagination a {
  1027.  
  1028. }
  1029.  
  1030. .pagination .pagination_current {
  1031. background-color:#b48402;
  1032. border:1px solid #EDAE00;
  1033. display:inline-block;
  1034. font-size:11px;
  1035. height:23px;
  1036. line-height:23px;
  1037. padding:0px 7px;
  1038. border-radius:2px;
  1039. color:rgba(0, 0, 0, 0.600);
  1040. text-align:center;
  1041. text-shadow: 0px 1px 0px #D2B054;
  1042.  
  1043. }
  1044.  
  1045. .pagination a:hover {
  1046.  
  1047. }
  1048.  
  1049. .thread_legend, .thread_legend dd {
  1050. margin: 0;
  1051. padding: 0;
  1052. }
  1053.  
  1054. .thread_legend dd {
  1055. padding-bottom: 4px;
  1056. margin-right: 15px;
  1057. }
  1058.  
  1059. .thread_legend img {
  1060. margin-right: 4px;
  1061. vertical-align: bottom;
  1062. }
  1063.  
  1064. .forum_legend, .forum_legend dt, .forum_legend dd {
  1065. margin: 0;
  1066. padding: 0;
  1067. }
  1068.  
  1069. .forum_legend dd {
  1070. float: left;
  1071. margin-right: 10px;
  1072. }
  1073.  
  1074. .forum_legend dt {
  1075. margin-right: 10px;
  1076. float: left;
  1077. }
  1078.  
  1079. .success_message {
  1080. color: #00b200;
  1081. font-weight: bold;
  1082. font-size: 10px;
  1083. margin-bottom: 10px;
  1084. }
  1085.  
  1086. .error_message {
  1087. color: #C00;
  1088. font-weight: bold;
  1089. font-size: 10px;
  1090. margin-bottom: 10px;
  1091. }
  1092.  
  1093. .post_body {
  1094. padding: 5px;
  1095. }
  1096.  
  1097. .post_content {
  1098. padding: 5px 10px;
  1099. }
  1100.  
  1101. .quick_jump {
  1102. margin-left: 4px;
  1103. vertical-align: middle;
  1104. display:inline-block;
  1105. -moz-transform:rotate(180deg);
  1106. -o-transform:rotate(180deg);
  1107. -webkit-transform:rotate(180deg);
  1108. -ms-transform:rotate(180deg);
  1109. transform: rotate(180deg);
  1110. }
  1111.  
  1112. .quick_jump:before {
  1113. font-family:FontAwesome;
  1114. content:"\f112";
  1115. }
  1116. .repbox {
  1117. font-size:14px;
  1118. padding:5px 7px;
  1119. border-radius:3px;
  1120. }
  1121.  
  1122. ._neutral {
  1123. background: rgba(255, 255, 255, 0.702);
  1124. border:1px solid #d0d0d0;
  1125. }
  1126.  
  1127. ._minus {
  1128. background: rgba(199, 32, 30, 0.702);
  1129. border: 1px solid #C7201E;
  1130. }
  1131.  
  1132. ._plus {
  1133. background: #00CC66;
  1134. border:1px solid #6F9300;
  1135. }
  1136.  
  1137. .pagination_breadcrumb {
  1138. background-color: #1a1a1a;
  1139. border: 1px solid #0a0a0a;
  1140. padding: 5px;
  1141. margin-top: 5px;
  1142. font-weight: normal;
  1143. white-space: nowrap;
  1144. }
  1145.  
  1146. .pagination_breadcrumb_link {
  1147. vertical-align: middle;
  1148. cursor: pointer;
  1149. }
  1150.  
  1151. .copyright {
  1152. padding:16px 0px;
  1153. }
  1154.  
  1155. .footer {
  1156. margin-bottom:10px;
  1157. position:relative;
  1158. top:-11px;
  1159. }
  1160.  
  1161. .footer > ul {
  1162. margin:0px -11px 8px -11px;
  1163. list-style:none outside none;
  1164. border:1px solid #3a3a3a;
  1165. background-color:#212121;
  1166. padding: 0px;
  1167. font-size:11px;
  1168. overflow:hidden;
  1169. list-style: none outside none;
  1170. line-height:30px;
  1171. }
  1172.  
  1173. .footer > ul > li.float_right {
  1174. float:right;
  1175. position:relative;
  1176. }
  1177.  
  1178. .footer > ul > li:first-child > a{
  1179. padding-left: 20px;
  1180. }
  1181.  
  1182.  
  1183. .footer > ul > li > a{
  1184. display: block;
  1185. float: left;
  1186. padding-left: 40px;
  1187. height:30px;
  1188. line-height:30px;
  1189. position: relative;
  1190. text-decoration: none;
  1191. }
  1192.  
  1193. .footer > ul > li:first-child > a:hover {
  1194. border-radius:3px 0px 0px 3px;
  1195. }
  1196.  
  1197.  
  1198. .footer > ul > li > a:before {
  1199. border-bottom: 50px solid transparent;
  1200. border-left: 25px solid #3a3a3a;
  1201. border-top: 50px solid transparent;
  1202. content: " ";
  1203. display: block;
  1204. height: 0px;
  1205. left: 100%;
  1206. margin-left: 1px;
  1207. margin-top: -50px;
  1208. position: absolute;
  1209. top: 50%;
  1210. z-index: 1;
  1211. }
  1212.  
  1213. .footer > ul > li > a:after {
  1214. border-bottom: 50px solid transparent;
  1215. border-left: 25px solid #212121;
  1216. border-top: 50px solid transparent;
  1217. content: " ";
  1218. display: block;
  1219. height: 0px;
  1220. left: 100%;
  1221. margin-top: -50px;
  1222. position: absolute;
  1223. top: 50%;
  1224. z-index: 2;
  1225. }
  1226.  
  1227. .footer > ul > li > a:hover {
  1228. background-color: #CD9C18;
  1229. color:rgba(0, 0, 0, 0.700);
  1230. text-shadow:0px 1px 0px rgba(255, 255, 255, 0.200);
  1231. }
  1232.  
  1233. .footer > ul > li > a:hover:after {
  1234. border-left-color: #CD9C18;
  1235. }
  1236.  
  1237.  
  1238.  
  1239. .footer > ul > li > a{
  1240. display: block;
  1241. float: left;
  1242. padding-left: 40px;
  1243. height:30px;
  1244. line-height:30px;
  1245. position: relative;
  1246. text-decoration: none;
  1247. }
  1248. .language_select {
  1249. display:none;
  1250. width:260px;
  1251. text-align:left;
  1252. }
  1253.  
  1254. .subforums {
  1255. list-style:none outside none;
  1256. font-size:11px;
  1257. padding:0;
  1258. margin:0px 0px;
  1259. }
  1260.  
  1261. .subforums > li {
  1262. float:left;
  1263. width:50%;
  1264. }
  1265.  
  1266. .forum_threads > div {
  1267. border-right:1px solid #0a0a0a;
  1268. box-shadow:1px 0px 0px 0px rgba(255, 255, 255, 0.110);
  1269. }
  1270.  
  1271. .lastpost {
  1272. padding-left:10px;
  1273. }
  1274.  
  1275.  
  1276. .dropdown_menu {
  1277. display:none;
  1278. position:absolute;
  1279. z-index:999;
  1280. padding:1px;
  1281. }
  1282.  
  1283. .dropdown_menu > ul {
  1284. position:relative;
  1285. list-style:none outside none;
  1286. margin:0;
  1287. padding:0px;
  1288. border-radius:3px;
  1289. background-color: #222222;
  1290. border:1px solid #0a0a0a;
  1291. }
  1292.  
  1293. .dropdown_menu > ul > li {
  1294. margin:0;
  1295. border-top:1px solid rgba(255, 255, 255, 0.100);
  1296. border-bottom:1px solid #0a0a0a;
  1297. padding:0;
  1298. }
  1299.  
  1300. .dropdown_menu > ul > li > a {
  1301. line-height: 18px;
  1302. padding: 3px 12px;
  1303. display:block;
  1304. text-align:left;
  1305. font-size:12px;
  1306. color:rgba(255, 255, 255, 0.600);
  1307. text-decoration:none;
  1308. white-space:nowrap;
  1309. }
  1310.  
  1311. .dropdown_menu > ul > li:first-child {
  1312. border-radius:2px 2px 0px 0px;
  1313. border-top:none;
  1314. }
  1315.  
  1316. .dropdown_menu > ul > li:last-child {
  1317. border-radius:0px 0px 2px 2px;
  1318. border-bottom:none;
  1319. }
  1320.  
  1321. .dropdown_menu > ul > li:hover {
  1322. background-color:#191919;
  1323. }
  1324.  
  1325. .dropdown_menu > ul > li > a > i {
  1326. margin-right:5px;
  1327. }
  1328.  
  1329. .boardstats_icon {
  1330. width:52px;
  1331. text-align:center;
  1332. font-size:22px;
  1333. }
  1334.  
  1335.  
  1336. #simplemodal-overlay {
  1337. background-color:#000; cursor:wait;
  1338. }
  1339.  
  1340.  
  1341. .close_button {
  1342. float:right;
  1343. position:relative;
  1344. top:2px;
  1345. right:4px;
  1346. cursor:pointer;
  1347. }
  1348.  
  1349. .close_button:before {
  1350. font-family: 'FontAwesome';
  1351. display:inline-block;
  1352. content: "\f00d";
  1353. }
  1354.  
  1355.  
  1356. .modal_window {
  1357. display:none;
  1358. }
  1359.  
  1360. .clearfix:after {
  1361. content: ".";
  1362. display: block;
  1363. clear: both;
  1364. visibility: hidden;
  1365. line-height: 0;
  1366. height: 0;
  1367. }
  1368.  
  1369. .clearfix {
  1370. display: inline-block;
  1371. }
  1372.  
  1373. html[xmlns] .clearfix {
  1374. display: block;
  1375. }
  1376.  
  1377. * html .clearfix {
  1378. height: 1%;
  1379. }
  1380.  
  1381. img[src*="folder.png"] {
  1382. border-right: 1px solid #0A0A0A;
  1383. box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.110);
  1384. padding-right:8px;
  1385. margin-right:8px;
  1386. }
  1387.  
  1388.  
  1389. .button_multiquote:link,
  1390. .button_multiquote:visited,
  1391. .button:link,
  1392. .button:visited,
  1393. .button,
  1394. .pagination a {
  1395. background-image:url(images/awardforums/button_bg.png);
  1396. background-color:#b48402;
  1397. background-repeat:repeat-x;
  1398. background-position:top center;
  1399. border:1px solid #EDAE00;
  1400. display:inline-block;
  1401. font-size:11px;
  1402. height:23px;
  1403. line-height:23px;
  1404. padding:0px 7px;
  1405. border-radius:2px;
  1406. color:rgba(0, 0, 0, 0.700);
  1407. text-align:center;
  1408. text-shadow: 0px 1px 0px #D2B054;
  1409. }
  1410.  
  1411. .button_multiquote:hover,
  1412. .pagination a:hover,
  1413. .button:hover,
  1414. .button:active,
  1415. .button:focus {
  1416. background-image:url(images/awardforums/button_bg_hover.png);
  1417. }
  1418.  
  1419. .multiquote_on {
  1420. background-image:none;
  1421. }
  1422.  
  1423.  
  1424. .poll_option {
  1425. height: 24px;
  1426. margin-bottom: 8px;
  1427. width:300px;
  1428. }
  1429.  
  1430. .poll_option > span {
  1431. display:inline-block;
  1432. height: 100%;
  1433. border-radius:3px;
  1434. background-image:url(images/awardforums/poll_bg.png);
  1435. background-repeat:repeat-x;
  1436. border:1px solid #EDAE00;
  1437. background-position:top center;
  1438. }
  1439.  
  1440. tr td[width*='2%']:nth-child(2) {
  1441. width:1px !important;
  1442. }
  1443.  
  1444. .buddy_options img {
  1445. display:none;
  1446. }
  1447.  
  1448. .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  1449. .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
  1450.  
  1451. /* Rounded corners */
  1452. .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  1453.  
  1454. /* Uncomment for shadow */
  1455. /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  1456.  
  1457. .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  1458.  
  1459. /* Rules to colour arrows */
  1460. .tipsy-arrow-n { border-bottom-color: #000; }
  1461. .tipsy-arrow-s { border-top-color: #000; }
  1462. .tipsy-arrow-e { border-left-color: #000; }
  1463. .tipsy-arrow-w { border-right-color: #000; }
  1464.  
  1465. .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
  1466. .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
  1467. .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
  1468. .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  1469. .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  1470. .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  1471. .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  1472. .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
  1473.  
  1474. div[style*='margin:20px'] div.trow2 {
  1475. background-color: #222222 !important;
  1476. border: 1px solid #0A0A0A !important;
  1477. border-radius: 2px;
  1478. box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.280);
  1479. }
  1480.  
  1481.  
  1482. .postbit_thanks_button a img {
  1483. display: none !important;
  1484. }
  1485. .footerad {margin:10px 0px;}
  1486. img[src*="folder.gif"] {
  1487. border-right: 1px solid #0A0A0A;
  1488. box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.110);
  1489. padding-right: 8px;
  1490. margin-right: 8px;
  1491. }
  1492.  
  1493. ]]>
  1494. </stylesheet>
  1495. <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1610"><![CDATA[.star_rating,
  1496. .star_rating li a:hover,
  1497. .star_rating .current_rating {
  1498. background: url(images/awardforums/star_rating.png) left -1000px repeat-x;
  1499. vertical-align: middle;
  1500. }
  1501.  
  1502. .star_rating {
  1503. position: relative;
  1504. width:80px;
  1505. height:16px;
  1506. overflow: hidden;
  1507. list-style: none;
  1508. margin: 0;
  1509. padding: 0;
  1510. background-position: left top;
  1511. }
  1512.  
  1513. td .star_rating {
  1514. margin: auto;
  1515. }
  1516.  
  1517. .star_rating li {
  1518. display: inline;
  1519. }
  1520.  
  1521. .star_rating li a,
  1522. .star_rating .current_rating {
  1523. position: absolute;
  1524. text-indent: -1000px;
  1525. height: 16px;
  1526. line-height: 16px;
  1527. outline: none;
  1528. overflow: hidden;
  1529. border: none;
  1530. top:0;
  1531. left:0;
  1532. }
  1533.  
  1534. .star_rating_notrated li a:hover {
  1535. background-position: left bottom;
  1536. }
  1537.  
  1538. .star_rating li a.one_star {
  1539. width:20%;
  1540. z-index:6;
  1541. }
  1542.  
  1543. .star_rating li a.two_stars {
  1544. width:40%;
  1545. z-index:5;
  1546. }
  1547.  
  1548. .star_rating li a.three_stars {
  1549. width:60%;
  1550. z-index:4;
  1551. }
  1552.  
  1553. .star_rating li a.four_stars {
  1554. width:80%;
  1555. z-index:3;
  1556. }
  1557.  
  1558. .star_rating li a.five_stars {
  1559. width:100%;
  1560. z-index:2;
  1561. }
  1562.  
  1563. .star_rating .current_rating {
  1564. z-index:1;
  1565. background-position: left center;
  1566. }
  1567.  
  1568. .star_rating_success, .success_message {
  1569. color: #00b200;
  1570. font-weight: bold;
  1571. font-size: 10px;
  1572. margin-bottom: 10px;
  1573. }
  1574.  
  1575. .inline_rating {
  1576. float: left;
  1577. vertical-align: middle;
  1578. padding-right: 5px;
  1579. }
  1580.  
  1581.  
  1582.  
  1583. ]]>
  1584. </stylesheet>
  1585. <stylesheet name="showthread.css" attachedto="showthread.php" version="1610"><![CDATA[ul.thread_tools, ul.thread_tools li {
  1586. list-style: none;
  1587. padding: 0;
  1588. margin: 0;
  1589. }
  1590.  
  1591. ul.thread_tools li {
  1592. padding-left: 26px;
  1593. padding-bottom: 4px;
  1594. margin-bottom: 3px;
  1595. font-size: 11px;
  1596. }
  1597.  
  1598. ul.thread_tools li.printable {
  1599. background: url(images/printable.gif) no-repeat 0px 0px;
  1600. }
  1601.  
  1602. ul.thread_tools li.sendthread {
  1603. background: url(images/send.gif) no-repeat 0px 0px;
  1604. }
  1605.  
  1606. ul.thread_tools li.subscription_add {
  1607. background: url(images/subscribe.gif) no-repeat 0px 0px;
  1608. }
  1609.  
  1610. ul.thread_tools li.subscription_remove {
  1611. background: url(images/unsubscribe.gif) no-repeat 0px 0px;
  1612. }
  1613.  
  1614. ]]>
  1615. </stylesheet>
  1616. <stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1610"><![CDATA[.cp_options td:first-child {
  1617. width:230px;
  1618. }
  1619.  
  1620. .usercp_options {
  1621. margin:0;
  1622. padding:0;
  1623. list-style:none outside none;
  1624. }
  1625.  
  1626. .usercp_options > li{
  1627. margin:0;
  1628. padding:4px 0px;
  1629. }
  1630.  
  1631. .usercp_options > li > span{
  1632. display:inline-block;
  1633. text-align:right;
  1634. }
  1635.  
  1636. .usercp_nav_item {
  1637. display: block;
  1638. }
  1639. .usercp_nav_item:before {
  1640. font-size:16px;
  1641. font-family: 'FontAwesome';
  1642. color: #585757;
  1643. width:28px;
  1644. margin-right:3px;
  1645. text-align:center;
  1646. display:inline-block;
  1647. }
  1648.  
  1649. .usercp_nav_composepm:before {
  1650. content: "\f112";
  1651. }
  1652.  
  1653. .usercp_nav_pmfolder:before {
  1654. content: "\f07c";
  1655. }
  1656.  
  1657. .usercp_nav_sub_pmfolder:before {
  1658. content: "\f07b";
  1659. }
  1660.  
  1661. .usercp_nav_trash_pmfolder:before {
  1662. content: "\f014";
  1663. }
  1664.  
  1665. .usercp_nav_pmtracking:before {
  1666. content: "\f024";
  1667. }
  1668.  
  1669. .usercp_nav_pmfolders:before {
  1670. content: "\f07b";
  1671. }
  1672.  
  1673. .usercp_nav_profile:before {
  1674. content: "\f007";
  1675. }
  1676.  
  1677. .usercp_nav_email:before {
  1678. content: "\f0e0";
  1679. }
  1680.  
  1681. .usercp_nav_password:before {
  1682. content: "\f084";
  1683. }
  1684.  
  1685. .usercp_nav_username:before {
  1686. content: "\f111";
  1687. }
  1688.  
  1689. .usercp_nav_editsig:before {
  1690. content: "\f040";
  1691. }
  1692.  
  1693. .usercp_nav_avatar:before {
  1694. content: "\f03e";
  1695. }
  1696.  
  1697. .usercp_nav_options:before {
  1698. content: "\f085";
  1699. }
  1700.  
  1701. .usercp_nav_usergroups:before {
  1702. content: "\f0c0";
  1703. }
  1704.  
  1705. .usercp_nav_editlists:before {
  1706. content: "\f004";
  1707. }
  1708.  
  1709. .usercp_nav_attachments:before {
  1710. content: "\f0c6";
  1711. }
  1712.  
  1713. .usercp_nav_drafts:before {
  1714. content: "\f040";
  1715. }
  1716.  
  1717. .usercp_nav_subscriptions:before {
  1718. content: "\f02e";
  1719. }
  1720.  
  1721. .usercp_nav_fsubscriptions:before {
  1722. content: "\f03a";
  1723. }
  1724.  
  1725. .usercp_nav_notepad:before {
  1726. content: "\f02d";
  1727. }
  1728.  
  1729. .usercp_nav_viewprofile:before {
  1730. content: "\f007";
  1731. }
  1732.  
  1733. .usercp_nav_home:before {
  1734. content: "\f015";
  1735. }
  1736.  
  1737.  
  1738. .usercp_nav_status:before {
  1739. content: "\f118";
  1740. }
  1741. .usercp_notepad {
  1742. width: 99%;
  1743. }
  1744.  
  1745. #usercpalerts_e td,
  1746. #usercppms_e td,
  1747. #usercpprofile_e td,
  1748. #usercpmisc_e td {
  1749. border:none;
  1750. padding:4px;
  1751. }
  1752.  
  1753. .pagination {
  1754. padding:3px 0px;
  1755. }
  1756. .usercp_notepad {
  1757. width: 99%;
  1758. }
  1759.  
  1760. .usercp_container {
  1761. margin: 5px;
  1762. padding: 8px;
  1763. }
  1764.  
  1765. .trow1, .trow2 {
  1766. border:none !important;
  1767. }
  1768.  
  1769. a[href^="http://awardforums.com/misc.php?action=payments"] {
  1770. background-image: none !important;
  1771. }
  1772. a[href^="http://awardforums.com/misc.php?action=payments"]:before {
  1773. color: #585757;
  1774. content: "\f155";
  1775. display: inline-block;
  1776. font-family: "FontAwesome";
  1777. font-size: 16px;
  1778. margin-right: 3px;
  1779. text-align: center;
  1780. width: 28px;
  1781. }
  1782.  
  1783.  
  1784. ]]>
  1785. </stylesheet>
  1786. <stylesheet name="modcp.css" attachedto="modcp.php" version="1610"><![CDATA[.modcp_nav_item {
  1787. display: block;
  1788. }
  1789.  
  1790. .modcp_nav_item:before {
  1791. font-size:16px;
  1792. font-family: 'FontAwesome';
  1793. color: #585757;
  1794. width:28px;
  1795. margin-right:3px;
  1796. text-align:center;
  1797. display:inline-block;
  1798. }
  1799.  
  1800. .modcp_nav_home:before {
  1801. content: "\f015";
  1802. }
  1803.  
  1804.  
  1805. .modcp_nav_announcements:before {
  1806. content: "\f0a1";
  1807. }
  1808.  
  1809. .modcp_nav_reports:before {
  1810. content: "\f03a";
  1811. }
  1812.  
  1813. .modcp_nav_modqueue:before {
  1814. content: "\f02d";
  1815. }
  1816.  
  1817. .modcp_nav_modlogs:before {
  1818. content: "\f03a";
  1819. }
  1820.  
  1821. .modcp_nav_editprofile:before {
  1822. content: "\f040";
  1823. }
  1824.  
  1825. .modcp_nav_banning:before {
  1826. content: "\f04d";
  1827. }
  1828.  
  1829. .modcp_nav_warninglogs:before {
  1830. content: "\f06a";
  1831. }
  1832.  
  1833. .modcp_nav_ipsearch:before {
  1834. content: "\f002";
  1835. }
  1836.  
  1837.  
  1838.  
  1839.  
  1840. .modqueue_message {
  1841. overflow: auto;
  1842. max-height: 250px;
  1843. }
  1844.  
  1845. .modqueue_controls {
  1846. width: 270px;
  1847. float: right;
  1848. text-align: center;
  1849. padding: 6px;
  1850. }
  1851.  
  1852. .modqueue_controls label {
  1853. margin-right: 8px;
  1854. }
  1855.  
  1856. .label_radio_ignore, .label_radio_delete, .label_radio_approve {
  1857. font-weight: bold;
  1858. }
  1859.  
  1860. .modqueue_meta {
  1861. color: #444;
  1862. font-size: 95%;
  1863. margin-bottom: 8px;
  1864. }
  1865.  
  1866. .modqueue_mass {
  1867. list-style: none;
  1868. margin: 0;
  1869. width: 150px;
  1870. padding: 0;
  1871. }
  1872.  
  1873. .modqueue_mass li {
  1874. margin-bottom: 4px;
  1875. padding: 0;
  1876. }
  1877.  
  1878. .modqueue_mass li a {
  1879. display: block;
  1880. padding: 4px;
  1881. border: 1px solid transparent;
  1882. }
  1883.  
  1884. .modqueue_mass li a:hover {
  1885. text-decoration: none;
  1886. }
  1887.  
  1888.  
  1889. #modcpforums_e td,
  1890. #modcpusers_e td{
  1891. border:none;
  1892. padding:4px;
  1893. }
  1894.  
  1895. .pagination {
  1896. padding:3px 0px;
  1897. }
  1898.  
  1899.  
  1900.  
  1901.  
  1902. ]]>
  1903. </stylesheet>
  1904. </stylesheets>
  1905. <templates>
  1906. <template name="member_register" version="1610"><![CDATA[<html>
  1907. <head>
  1908. <title>{$mybb->settings['bbname']} - {$lang->registration}</title>
  1909. {$headerinclude}
  1910. <script type="text/javascript" src="jscripts/validator.js"></script>
  1911. </head>
  1912. <body>
  1913. {$header}
  1914. <br />
  1915.  
  1916.  
  1917.  
  1918. <form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
  1919. {$regerrors}
  1920.  
  1921.  
  1922. <table border="0" cellspacing="0" cellpadding="4" class="tborder">
  1923. <tr><td colspan="2" class="thead"><strong>{$lang->registration}</strong></td></tr>
  1924. <tr><td class="tcat smalltext" colspan="2">Account Details</td></tr>
  1925.  
  1926. <!-- start: member_register_username -->
  1927. <tr>
  1928. <td class="trow1" width="200px" valign="top">Username:</td>
  1929. <td class="trow1" valign="top"><input type="text" class="textbox" name="username" id="username" style="width: 200px" value="" /></td>
  1930. </tr>
  1931.  
  1932. <!-- start: member_register_password -->
  1933. <tr>
  1934. <td class="trow1" width="200px" valign="top">Password:</td>
  1935. <td class="trow1" valign="top"><input type="password" class="textbox" name="password" id="password" style="width: 200px" /></td>
  1936. </tr>
  1937.  
  1938. <!-- start: member_register_password2 -->
  1939. <tr>
  1940. <td class="trow1" width="200px" valign="top">Confirm Password:</td>
  1941. <td class="trow1" valign="top"><input type="password" class="textbox" name="password2" id="password2" style="width: 200px" /><div style="display: none;" id="password_status">&nbsp;</div></td>
  1942. </tr>
  1943.  
  1944. <tr>
  1945. <td class="trow1" width="200px" valign="top"><label for="email">Email:</label></td>
  1946. <td class="trow1" valign="top"><input type="text" class="textbox" name="email" id="email" style="width: 200px" maxlength="50" value="" /></td>
  1947. </tr>
  1948.  
  1949. <tr>
  1950. <td class="trow1" width="200px" valign="top"><label for="email2">Confirm Email:</label></td>
  1951. <td class="trow1" valign="top"><input type="text" class="textbox" name="email2" id="email2" style="width: 200px" maxlength="50" value="" />
  1952. <div style="display: none;" id="email_status">&nbsp;</div>
  1953. </td>
  1954. </tr>
  1955.  
  1956.  
  1957. <tr><td class="tcat" colspan="2">Referrer:</td></tr>
  1958. <tr>
  1959. <td class="trow1" width="200px" valign="top">Referrer:</td>
  1960. <td class="trow1" valign="top">
  1961. <input type="text" class="textbox" name="referrername" id="referrer" value="{$referrername}" style="width: 200px;" /> <div style="width:380px;margin-top:4px;"><label for="referrer">If you were referred to these forums by another member you can enter their name below. If not, simply leave this field blank.</label></div>
  1962.  
  1963. <script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>
  1964. <script type="text/javascript">
  1965. <!--
  1966. if(use_xmlhttprequest == "1")
  1967. {
  1968. new autoComplete("referrer", "xmlhttp.php?action=get_users", {valueSpan: "username"});
  1969. }
  1970. // -->
  1971. </script>
  1972. </td>
  1973. </tr>
  1974.  
  1975. <tr><td class="tcat smalltext" colspan="2">Image Verification</td></tr>
  1976. {$regimage}
  1977.  
  1978. </table>
  1979. <br />
  1980. <table border="0" cellspacing="0" cellpadding="4" class="tborder">
  1981. <tr><td colspan="2" class="thead"><strong>Options and preferences</strong></td></tr>
  1982. <tr>
  1983. <td class="trow1" width="200px" valign="top">Account Preferences:</td>
  1984. <td class="trow1" valign="top">
  1985.  
  1986. <input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /> <label for="allownotices">{$lang->allow_notices}</label><br />
  1987. <input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /> <label for="hideemail">{$lang->hide_email}</label><br />
  1988. <input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" checked="checked" /> <label for="receivepms">{$lang->receive_pms}</label><br />
  1989. <input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1" {$pmnoticecheck} /> <label for="pmnotice">{$lang->pm_notice}</label><br />
  1990. <input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} /> <label for="emailpmnotify">{$lang->email_notify_newpm}</label><br />
  1991. <input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /> <label for="invisible">{$lang->invisible_mode}</label>
  1992.  
  1993. </td>
  1994. </tr>
  1995.  
  1996. </table>
  1997. <!-- end: member_register -->
  1998.  
  1999. <br />
  2000. <div align="center">
  2001. <input type="hidden" name="step" value="registration" />
  2002. <input type="hidden" name="action" value="do_register" />
  2003. <input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
  2004. </div>
  2005. </form>
  2006. <script type="text/javascript">
  2007. <!--
  2008. regValidator = new FormValidator('registration_form');
  2009. regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});
  2010. regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\\.\\+\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});
  2011. regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'});
  2012. {$validator_extra}
  2013. regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last
  2014. // -->
  2015. </script>
  2016. {$footer}
  2017. </body>
  2018. </html>]]></template>
  2019. <template name="member_profile" version="1610"><![CDATA[<html>
  2020. <head>
  2021. <title>{$mybb->settings['bbname']} - {$lang->profile}</title>
  2022. {$headerinclude}
  2023. </head>
  2024. <body>
  2025. {$header}
  2026. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2027. <tr>
  2028. <td class="trow1">
  2029. <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="75%">
  2030. <span class="largetext"><strong>{$formattedname}</strong></span><br />
  2031. <span class="smalltext">
  2032. ({$usertitle})<br />
  2033. {$groupimage}
  2034. {$userstars}<br />
  2035. <br />
  2036. <strong>{$lang->registration_date}</strong> {$memregdate}<br />
  2037. <strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
  2038. <strong>{$lang->local_time}</strong> {$localtime}<br />
  2039. <strong>{$lang->postbit_status}</strong> {$online_status}
  2040. </span>
  2041. </td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
  2042. </td>
  2043. </tr>
  2044. {$awaybit}
  2045. </table>
  2046. <br />
  2047. <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  2048. <tr>
  2049. <td width="50%" valign="top">
  2050. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2051. <tr>
  2052. <td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
  2053. </tr>
  2054. <tr>
  2055. <td class="trow1"><strong>{$lang->joined}</strong></td>
  2056. <td class="trow1">{$memregdate}</td>
  2057. </tr>
  2058. <tr>
  2059. <td class="trow2"><strong>{$lang->lastvisit}</strong></td>
  2060. <td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
  2061. </tr>
  2062. <tr>
  2063. <td class="trow1"><strong>{$lang->total_posts}</strong></td>
  2064. <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
  2065. </tr>
  2066. <tr>
  2067. <td class="trow2"><strong>{$lang->timeonline}</strong></td>
  2068. <td class="trow2">{$timeonline}</td>
  2069. </tr>
  2070. {$referrals}
  2071. {$reputation}
  2072. {$warning_level}
  2073. </table>
  2074. <br />
  2075. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2076. <tr>
  2077. <td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
  2078. </tr>
  2079. <tr>
  2080. <td class="trow1" width="40%"><strong>{$lang->homepage}</strong></td>
  2081. <td class="trow1">{$website}</td>
  2082. </tr>
  2083. {$sendemail}
  2084. <tr>
  2085. <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
  2086. <td class="{$bgcolors['pm']}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
  2087. </tr>
  2088. <tr>
  2089. <td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
  2090. <td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
  2091. </tr>
  2092. <tr>
  2093. <td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
  2094. <td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
  2095. </tr>
  2096. <tr>
  2097. <td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
  2098. <td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
  2099. </tr>
  2100. <tr>
  2101. <td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
  2102. <td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
  2103. </tr>
  2104. </table>
  2105. </td>
  2106. <td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
  2107. <td width="50%" valign="top">
  2108. {$profilefields}
  2109. {$signature}
  2110. {$modoptions}
  2111. {$adminoptions}
  2112. {$buddy_options}
  2113. </td>
  2114. </tr>
  2115. </table>
  2116. {$footer}
  2117. </body>
  2118. </html>]]></template>
  2119. <template name="private" version="1610"><![CDATA[<html>
  2120. <head>
  2121. <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
  2122. {$headerinclude}
  2123. </head>
  2124. <body>
  2125. {$header}
  2126. <form action="private.php" method="post" name="pmForm">
  2127. <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
  2128. <table width="100%" border="0" align="center">
  2129. <tr>
  2130. {$usercpnav}
  2131. <td valign="top">
  2132. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2133. <tr>
  2134. <td class="trow1">
  2135. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  2136. <tr>
  2137. <td class="trow3">{$pmspacebar}<span class="smalltext"><a href="private.php">{$lang->inbox}</a> | <a href="private.php?action=send">{$lang->compose_message2}</a> | <a href="private.php?action=folders">{$lang->manage_folders}</a> | <a href="private.php?action=empty">{$lang->empty_folders2}</a> | <a href="private.php?action=export">{$lang->export_messages2}</a></span></td>
  2138. </tr>
  2139. </table>
  2140. </td>
  2141. </tr>
  2142. </table>
  2143. <br />
  2144. {$limitwarning}
  2145. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2146. <tr>
  2147. <td class="thead" colspan="6">
  2148. <div class="float_right">
  2149. <input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />
  2150. <input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
  2151. (<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
  2152. <strong>{$lang->pms_in_folder}</strong></td>
  2153. </tr>
  2154. <tr>
  2155. <td class="tcat" align="center" colspan="3"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
  2156. <td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
  2157. <td class="tcat" align="right" width="20%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->date_sent}</strong></span></td>
  2158. <td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}" type="checkbox" class="checkbox checkall" value="{$lang->check_all}" /></span></td>
  2159. </tr>
  2160. {$messagelist}
  2161. <tr>
  2162. <td class="tfoot" align="right" colspan="6">
  2163. <input type="submit" class="button" name="moveto" value="{$lang->move_to}" /> {$folderoplist} {$lang->or}
  2164. <input type="submit" class="button" name="delete" value="{$lang->delete}" /> {$lang->selected_messages}
  2165. </td>
  2166. </tr>
  2167. </table>
  2168. <br />
  2169. <div class="float_left">{$multipage}</div>
  2170. <div class="float_right">
  2171. <span class="smalltext">
  2172. <strong>{$lang->jump_folder} {$folderjump}
  2173. <input type="submit" class="button" name="hop" value="{$lang->go}" />
  2174. </strong>
  2175. </span>
  2176. </div>
  2177. </td>
  2178. </tr>
  2179. </table>
  2180. <input type="hidden" name="action" value="do_stuff" />
  2181. </form>
  2182. {$footer}
  2183. </body>
  2184. </html>]]></template>
  2185. <template name="showthread_newthread" version="1610"><![CDATA[<a href="newthread.php?fid={$fid}" class="button" title="{$lang->post_thread}" />New Thread</a>&nbsp;]]></template>
  2186. <template name="showthread" version="1610"><![CDATA[<html>
  2187. <head>
  2188. <title>{$thread['subject']}</title>
  2189. {$headerinclude}
  2190. <script type="text/javascript">
  2191. <!--
  2192. var quickdelete_confirm = "{$lang->quickdelete_confirm}";
  2193. // -->
  2194. </script>
  2195. <script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
  2196. </head>
  2197. <body>
  2198. {$header}
  2199. {$pollbox}
  2200. <div class="float_left">
  2201. {$multipage}
  2202.  
  2203. </div>
  2204. <div class="float_right">
  2205. <a href="javascript:;" class="button" id="thread_tools">Tools</a>
  2206. {$newreply}
  2207. </div>
  2208. {$ratethread}
  2209. <br class="clear" /><br />
  2210. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
  2211. <tr>
  2212. <td class="thead" colspan="2">
  2213. <div style="float: right;">
  2214. <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
  2215. </div>
  2216. <div>
  2217. <strong>{$thread['threadprefix']}{$thread['subject']}</strong>
  2218. </div>
  2219. </td>
  2220. </tr>
  2221. {$classic_header}
  2222. </table>
  2223. <div id="posts">
  2224. {$posts}
  2225. </div>
  2226. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
  2227. <tr>
  2228. <td colspan="2" class="tfoot">
  2229. {$search_thread}
  2230. <div>
  2231. <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
  2232. </div>
  2233. </td>
  2234. </tr>
  2235. </table>
  2236. <div class="float_left">
  2237. {$multipage}
  2238. </div>
  2239. <div style="padding-top: 4px;" class="float_right">
  2240. {$newreply}
  2241. </div>
  2242. <br style="clear: both;" />
  2243. {$quickreply}
  2244. {$threadexbox}
  2245. {$similarthreads}
  2246. <br />
  2247. <div class="float_right" style="text-align: right;">
  2248. {$moderationoptions}
  2249. {$forumjump}
  2250. </div>
  2251. <br style="clear: both;" />
  2252. {$usersbrowsing}
  2253. <div class="dropdown_menu" id="thread_tools-popup">
  2254. <ul>
  2255. <li><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
  2256. <li><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
  2257. <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
  2258. </ul>
  2259. </div>
  2260.  
  2261. {$footer}
  2262. </body>
  2263. </html>]]></template>
  2264. <template name="showthread_newreply" version="1610"><![CDATA[<a href="newreply.php?tid={$tid}" class="button" title="{$lang->post_reply_img}" />New Reply</a>&nbsp;]]></template>
  2265. <template name="showthread_newreply_closed" version="1610"><![CDATA[<a href="newreply.php?tid={$tid}" class="button" title="{$lang->thread_closed}" />Closed</a>&nbsp;]]></template>
  2266. <template name="forumdisplay" version="1610"><![CDATA[<html>
  2267. <head>
  2268. <title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
  2269. {$headerinclude}
  2270. {$rssdiscovery}
  2271. <script type="text/javascript">
  2272. <!--
  2273. lang.no_new_posts = "{$lang->no_new_posts}";
  2274. lang.click_mark_read = "{$lang->click_mark_read}";
  2275. // -->
  2276. </script>
  2277. </head>
  2278. <body>
  2279. {$header}
  2280. {$rules}
  2281. {$subforums}
  2282. {$threadslist}
  2283. {$footer}
  2284. </body>
  2285. </html>]]></template>
  2286. <template name="postbit_www" version="1610"><![CDATA[<a href="{$post['website']}" target="_blank" class="button" title="{$lang->postbit_website}" />WwW</a>]]></template>
  2287. <template name="postbit_warn" version="1610"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}" class="button" title="{$lang->postbit_warn}" />Warn</a>]]></template>
  2288. <template name="postbit_report" version="1610"><![CDATA[<a href="javascript:Thread.reportPost({$post['pid']});" class="button" title="{$lang->postbit_report}" />Report</a>]]></template>
  2289. <template name="postbit_replyall_pm" version="1610"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=replyall" class="button" title="{$lang->reply_title}" />Reply all</a>]]></template>
  2290. <template name="postbit_reply_pm" version="1610"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply" class="button" title="{$lang->reply_title}" />Reply</a>]]></template>
  2291. <template name="postbit_rep_button" version="1610"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});" class="button" title="{$lang->postbit_reputation_add}" />Reputation</a>]]></template>
  2292. <template name="postbit_quote" version="1610"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="button" title="{$lang->postbit_quote}" />Quote</a>]]></template>
  2293. <template name="postbit_quickdelete" version="1610"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" class="button" title="{$lang->postbit_qdelete}" />Delete</a>
  2294. <script type="text/javascript">
  2295. // <!--
  2296. $('quick_delete_{$post['pid']}').style.display = '';
  2297. // -->
  2298. </script>]]></template>
  2299. <template name="postbit_pm" version="1610"><![CDATA[<a href="private.php?action=send&amp;uid={$post['uid']}" class="button" title="{$lang->postbit_pm}" />P.M</a>]]></template>
  2300. <template name="postbit_multiquote" version="1610"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}" class="button"><img src="{$theme['imglangdir']}/spacer.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" />Multiquote</a>
  2301. <script type="text/javascript">
  2302. //<!--
  2303. $('multiquote_link_{$post['pid']}').style.display = '';
  2304. // -->
  2305. </script>]]></template>
  2306. <template name="postbit_forward_pm" version="1610"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward" class="button" title="{$lang->forward_title}" />Forward</a>]]></template>
  2307. <template name="postbit_find" version="1610"><![CDATA[<a href="search.php?action=finduser&amp;uid={$post['uid']}" class="button" title="{$lang->postbit_find}" />Find</a>]]></template>
  2308. <template name="postbit_email" version="1610"><![CDATA[<a href="member.php?action=emailuser&amp;uid={$post['uid']}" class="button" title="{$lang->postbit_email}" />E.mail</a>]]></template>
  2309. <template name="postbit_edit" version="1610"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" class="button" title="{$lang->postbit_edit}" />Edit</a>
  2310. <div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$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>
  2311. <script type="text/javascript">
  2312. // <!--
  2313. if(use_xmlhttprequest == "1")
  2314. {
  2315. new PopupMenu("edit_post_{$post['pid']}");
  2316. }
  2317. // -->
  2318. </script>]]></template>
  2319. <template name="postbit_delete_pm" version="1610"><![CDATA[<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}" class="button" title="{$lang->delete_title}" />Delete</a>]]></template>
  2320. <template name="announcement_edit" version="1610"><![CDATA[<a href="modcp.php?action=edit_announcement&amp;aid={$post['aid']}&amp;fid={$fid}" class="button" title="{$lang->announcement_edit}" />Edit</a>]]></template>
  2321. <template name="announcement_quickdelete" version="1610"><![CDATA[<a href="modcp.php?action=delete_announcement&amp;aid={$post['aid']}&amp;my_post_key={$mybb->post_code}" onclick="if(confirm(&quot;{$lang->announcement_quickdelete_confirm}&quot;))window.location=this.href.replace('action=delete_announcement','action=do_delete_announcement');return false;" class="button" title="{$lang->announcement_qdelete}" />Delete</a>]]></template>
  2322. <template name="reputation_addlink" version="1610"><![CDATA[<div class="float_right" style="padding-bottom: 4px;"><a href="javascript:MyBB.reputation({$user['uid']});" class="button" title="{$lang->rate_user}" />Rate</a></div>]]></template>
  2323. <template name="forumdisplay_threadlist_rating" version="1610"><![CDATA[<td class="tcat" align="center" width="100px">
  2324. <span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=rating&amp;order=desc">{$lang->rating}</a> {$orderarrow['rating']}</strong></span>
  2325. <script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
  2326. <script type="text/javascript">
  2327. <!--
  2328. lang.stars = new Array();
  2329. lang.stars[1] = "{$lang->one_star}";
  2330. lang.stars[2] = "{$lang->two_stars}";
  2331. lang.stars[3] = "{$lang->three_stars}";
  2332. lang.stars[4] = "{$lang->four_stars}";
  2333. lang.stars[5] = "{$lang->five_stars}";
  2334. // -->
  2335. </script>
  2336. </td>]]></template>
  2337. <template name="forumdisplay_announcements_announcement" version="1610"><![CDATA[<tr>
  2338. <td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
  2339. <td class="{$bgcolor}">
  2340. <a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
  2341. <div class="author smalltext">{$announcement['profilelink']}</div>
  2342. </td>
  2343. <td align="center" class="{$bgcolor}">-</td>
  2344. <td align="center" class="{$bgcolor}">-</td>
  2345. {$rating}
  2346. <td class="{$bgcolor}" style="white-space: nowrap; text-align: right"><span class="smalltext">{$postdate} {$posttime}</span></td>
  2347. {$modann}
  2348. </tr>]]></template>
  2349. <template name="forumdisplay_thread" version="1610"><![CDATA[<tr>
  2350. <td align="center" class="{$bgcolor} {$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
  2351. <td class="{$bgcolor}{$thread_type_class}">
  2352. {$attachment_count}
  2353. <div>
  2354. <span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
  2355. <div class="author smalltext">{$thread['profilelink']}</div>
  2356. </div>
  2357. </td>
  2358. <td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
  2359. <td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
  2360. {$rating}
  2361. <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: left;padding-left:16px;">
  2362. <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
  2363. <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
  2364. </td>
  2365. {$modbit}
  2366. </tr>]]></template>
  2367. <template name="forumdisplay_threadlist" version="1610"><![CDATA[<div class="float_left">
  2368. {$multipage}
  2369. </div>
  2370. <div class="float_right clearfix">
  2371. <a href="javascript:;" class="button" id="forum_tools">Tools</a>
  2372. {$newthread}
  2373. </div>
  2374. <br style="clear: both" /><br />
  2375. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2376. <tr>
  2377. <td class="thead" colspan="7">
  2378. <strong>{$foruminfo['name']}</strong>
  2379.  
  2380. </td>
  2381. </tr>
  2382. <tr>
  2383. <td class="tcat" colspan="2"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
  2384. {$ratingcol}
  2385. <td class="tcat" align="center" width="52px"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
  2386. <td class="tcat" align="center" width="52px"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
  2387. <td class="tcat" align="right" width="150px"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
  2388. {$inlinemodcol}
  2389. </tr>
  2390. {$selectall}
  2391. {$announcementlist}
  2392. {$threads}
  2393. <tr>
  2394. <td class="tfoot" align="right" colspan="{$colspan}">
  2395. <form action="forumdisplay.php" method="get">
  2396. <input type="hidden" name="selectall" value="" />
  2397. <input type="hidden" name="fid" value="{$fid}" />
  2398. <select name="sortby">
  2399. <option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
  2400. <option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
  2401. <option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
  2402. <option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
  2403. {$ratingsort}
  2404. <option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
  2405. <option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
  2406. </select>
  2407. <select name="order">
  2408. <option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
  2409. <option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
  2410. </select>
  2411. <select name="datecut">
  2412. <option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
  2413. <option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
  2414. <option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
  2415. <option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
  2416. <option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
  2417. <option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
  2418. <option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
  2419. <option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
  2420. <option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
  2421. </select>
  2422. {$gobutton}
  2423. </form>
  2424. </td>
  2425. </tr>
  2426. </table>
  2427. <div class="float_left">
  2428. {$multipage}
  2429. </div>
  2430. <div class="float_right" style="margin-top: 4px;">
  2431. {$newthread}
  2432. </div>
  2433. <br style="clear: both;" />
  2434. <br />
  2435. {$moderatedby}
  2436. {$usersbrowsing}
  2437. <br />
  2438. <div class="float_left">
  2439. <div class="float_left">
  2440. <dl class="thread_legend smalltext">
  2441. <dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
  2442. <dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
  2443. <dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
  2444. </dl>
  2445. </div>
  2446.  
  2447. <div class="float_left">
  2448. <dl class="thread_legend smalltext">
  2449. <dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
  2450. <dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
  2451. <dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
  2452. </dl>
  2453. </div>
  2454. <br style="clear: both" />
  2455. </div>
  2456.  
  2457. <div class="float_right" style="text-align: right;">
  2458. {$inlinemod}
  2459. {$searchforum}
  2460. {$forumjump}
  2461. </div>
  2462. <br style="clear: both" />
  2463. {$inline_edit_js}
  2464. <div class="dropdown_menu" id="forum_tools-popup">
  2465. <ul>
  2466. <li><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a></li>
  2467. <li><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
  2468.  
  2469. </ul>
  2470. </div>]]></template>
  2471. <template name="forumdisplay_newthread" version="1610"><![CDATA[<a href="newthread.php?fid={$fid}" class="button">New Thread</a>]]></template>
  2472. <template name="header_welcomeblock_member" version="1610"><![CDATA[<div class="panel float_left">
  2473.  
  2474.  
  2475. <div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="#" /></div>
  2476.  
  2477. <div class="user_menu"><strong>Welcome back</strong>, <strong><a href="member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a></strong>!<br />Take a look at the <a href="{$mybb->settings['bburl']}/search.php?action=getnew">New Posts<!--View New Posts--></a>.</div>
  2478.  
  2479. </div>
  2480.  
  2481.  
  2482. <div class="panel welcomeblock_member">
  2483.  
  2484.  
  2485. <div class="smalltext">
  2486.  
  2487.  
  2488.  
  2489. <span style="float:right;">{$lang->welcome_current_time}</span>
  2490. <a href="{$mybb->settings['bburl']}/usercp.php">User CP</a> {$modcplink}{$admincplink}<!-- start: myalerts_headericon -->
  2491.  
  2492. <!-- end: myalerts_headericon --> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">Log Out</a><br />
  2493.  
  2494.  
  2495.  
  2496. <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">View Today's Posts</a> ✧ <a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">My Threads</a> ✧ <a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">My Posts</a> ✧ <a href="{$mybb->settings['bburl']}/private.php">Private Messages</a> {$lang->welcome_pms_usage}
  2497.  
  2498.  
  2499. <span class="float_right"><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">Open Buddy List</a></span>
  2500.  
  2501.  
  2502. </div>
  2503. </div>]]></template>
  2504. <template name="forumbit_subforums" version="1610"><![CDATA[<div><ul class="subforums" style="margin:0;">{$sub_forums}</ul></div>]]></template>
  2505. <template name="forumbit_depth3_statusicon" version="1610"><![CDATA[<li><span class="subforum_icon"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" /></span>]]></template>
  2506. <template name="forumbit_depth3" version="1610"><![CDATA[{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a></li>]]></template>
  2507. <template name="forumdisplay_subforums" version="1610"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2508. <tr>
  2509. <td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
  2510. </tr>
  2511. {$forums}
  2512. </table>
  2513. <br />]]></template>
  2514. <template name="index_boardstats" version="1610"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2515. <thead>
  2516. <tr>
  2517. <td class="thead">
  2518. <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
  2519. <div><strong>{$lang->boardstats}</strong></div>
  2520. </td>
  2521. </tr>
  2522. </thead>
  2523. <tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
  2524. {$whosonline}
  2525. {$birthdays}
  2526. {$forumstats}
  2527. <tr>
  2528. <td class="tfoot" style="text-align: right" colspan="2">
  2529. <span class="smalltext">
  2530. {$logoutlink}
  2531. <a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
  2532. <a href="showteam.php">{$lang->forumteam}</a> |
  2533. <a href="stats.php">{$lang->forumstats}</a>
  2534. </span>
  2535. </td>
  2536. </tr>
  2537. </tbody>
  2538. </table>
  2539. <br />]]></template>
  2540. <template name="index_birthdays" version="1610"><![CDATA[<tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->todays_birthdays}</strong></span></td></tr>
  2541. <tr>
  2542. <td class="trow1 boardstats_icon" valign="top"><i class="icon-heart"></i></td>
  2543. <td class="trow1" valign="top"><span class="smalltext">{$bdays}</span></td>
  2544. </tr>]]></template>
  2545. <template name="index" version="1610"><![CDATA[<html>
  2546. <head>
  2547. <title>{$mybb->settings['bbname']}</title>
  2548. {$headerinclude}
  2549. <script type="text/javascript">
  2550. <!--
  2551. lang.no_new_posts = "{$lang->no_new_posts}";
  2552. lang.click_mark_read = "{$lang->click_mark_read}";
  2553. // -->
  2554. </script>
  2555. </head>
  2556. <body>
  2557. {$header}
  2558. {$forums}
  2559. {$boardstats}
  2560.  
  2561. <br style="clear: both" />
  2562. {$footer}
  2563. </body>
  2564. </html>]]></template>
  2565. <template name="footer" version="1610"><![CDATA[<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
  2566. {$auto_dst_detection}
  2567. </div>
  2568.  
  2569. <div class="footer">
  2570.  
  2571. <ul class="clearfix">
  2572. <li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> </li>
  2573. <li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> </li>
  2574. <li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
  2575. <li><a href="stats.php">Stats</a></li>
  2576. <li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a> </li>
  2577. <li> <a href="#">Awards</a></li>
  2578. <li><a href="#top">Return to Top</a></li>
  2579. </ul>
  2580.  
  2581. </div>
  2582. <div class="copyright">Powered By <a href="http://mybb.com/" target="_blank">MyBB</a>.</div>
  2583.  
  2584. <div id="mask"></div>
  2585.  
  2586.  
  2587.  
  2588. <div id="debug"></div>]]></template>
  2589. <template name="header_welcomeblock_guest" version="1610"><![CDATA[<div class="panel clearfix">
  2590.  
  2591. <div class="guest_block">
  2592.  
  2593. <div class="guest_avatar"><span></span></div>
  2594.  
  2595. <div class="login_form">
  2596.  
  2597.  
  2598. <form action="member.php" method="post">
  2599.  
  2600. <input type="text" class="textbox" name="username" size="25" maxlength="30" value="Username" onfocus="if(this.value == 'Username') { this.value=''; }" onblur="if(this.value == '') { this.value='Username'; }" />
  2601.  
  2602.  
  2603. <input type="password" class="textbox" name="password" size="25" value="Password" onfocus="if(this.value == 'Password') { this.value=''; }" onblur="if(this.value == '') { this.value='Password'; }" /><input type="submit" class="button" name="submit" value="Login" />
  2604.  
  2605. <br />
  2606.  
  2607. <label 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" class="checkbox" name="remember" checked="checked" value="yes" />Remember me</label> | <a href="member.php?action=lostpw">Forgot your password ?</a>
  2608.  
  2609. <input type="hidden" name="action" value="do_login" />
  2610. <input type="hidden" name="url" value="" />
  2611. </form></div>
  2612.  
  2613.  
  2614. </div>
  2615.  
  2616. <div class="guest_block">
  2617.  
  2618. <div class="guest_icon"><span></span></div><div class="guest_message">Welcome Guest.<br />
  2619.  
  2620. <span class="smalltext">If you're reading this, it means you are not registered. <a href="member.php?action=register">Click here</a> to register a few simple steps, you will enjoy all the features of Award Forums.</span>
  2621.  
  2622. </div>
  2623.  
  2624. </div>
  2625.  
  2626.  
  2627. </div>]]></template>
  2628. <template name="header" version="1610"><![CDATA[<!-- start: header -->
  2629. <div class="header"><div>
  2630. <!--Header content-->
  2631.  
  2632.  
  2633.  
  2634. <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}"
  2635. onmouseover="this.src='{$mybb->settings['bburl']}/images/awardforums/logo.png'"
  2636. onmouseout="this.src='{$theme['logo']}'" /></a></div>
  2637.  
  2638. <!--
  2639. <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$mybb->settings['bburl']}/images/awardforums/logo-one.png"
  2640. onmouseover="this.src='{$mybb->settings['bburl']}/images/awardforums/logo-two.png'"
  2641. onmouseout="this.src='{$mybb->settings['bburl']}/images/awardforums/logo-one.png'" title="Award Forums" /></a></div>
  2642. -->
  2643. <!--Header content-->
  2644. </div></div>
  2645.  
  2646. <br />
  2647.  
  2648. <div class="navigation_menu">
  2649.  
  2650. <div>
  2651.  
  2652. <!--Nav menu content-->
  2653.  
  2654. <ul class="clearfix">
  2655.  
  2656.  
  2657. <li><a href="index.php"><i class="icon-home"></i>Home</a></li>
  2658. <li><a href="memberlist.php"><i class="icon-user"></i>Members</a></li>
  2659. <li><a href="search.php"><i class="icon-search"></i>Search</a></li>
  2660. <li><a href="misc.php?action=help"><i class="icon-question"></i>Help</a></li>
  2661.  
  2662.  
  2663.  
  2664.  
  2665. <li class="float_right">
  2666. <div class="nav_search">
  2667. <form method="post" action="{$mybb->settings['bburl']}/search.php">
  2668. <input type="hidden" name="action" value="do_search" />
  2669. <input type="hidden" name="postthread" value="1" />
  2670. <input type="hidden" name="forums" value="all" />
  2671. <input type="hidden" name="showresults" value="threads" />
  2672. <input type="text" class="textbox" name="keywords" value="" />
  2673. <button type="submit"><i class="icon-search"></i></button>
  2674. </form>
  2675. </div>
  2676. </li>
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682. </ul>
  2683.  
  2684. <!--Nav menu content-->
  2685.  
  2686. </div>
  2687.  
  2688. </div>
  2689.  
  2690. <a name="top" id="top"></a>
  2691.  
  2692. <div class="container">
  2693.  
  2694. {$welcomeblock}
  2695. {$pm_notice}
  2696. {$bannedwarning}
  2697. {$bbclosedwarning}
  2698. {$unreadreports}
  2699. {$pending_joinrequests}
  2700. <navigation>
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706. <div class="headerad" align="center"><center>
  2707. <a href="#"><img src="http://i.imgur.com/ygDX30G.png"></a></center></div>]]></template>
  2708. <template name="forumbit_depth2_forum" version="1610"><![CDATA[<tr>
  2709. <td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
  2710. <td class="{$bgcolor}" valign="top">
  2711. <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
  2712. </td>
  2713. <td class="{$bgcolor} forum_stats forum_threads" valign="middle" align="center" width="90px" style="white-space: nowrap"><div>{$threads}{$unapproved['unapproved_threads']}</div></td>
  2714. <td class="{$bgcolor} forum_stats forum_posts" valign="middle" align="center" width="90px" style="white-space: nowrap"><div>{$posts}{$unapproved['unapproved_posts']}<div></td>
  2715. <td class="{$bgcolor}" valign="middle" align="left" width="240px" style="white-space: nowrap">{$lastpost}</td>
  2716. </tr>]]></template>
  2717. <template name="forumbit_depth1_cat" version="1610"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2718. <thead>
  2719. <tr>
  2720. <td class="thead" colspan="5">
  2721. <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
  2722. <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
  2723. </td>
  2724. </tr>
  2725. </thead>
  2726. <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
  2727. <tr>
  2728. <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
  2729. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
  2730. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
  2731. <td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
  2732. </tr>
  2733. {$sub_forums}
  2734. </tbody>
  2735. </table>
  2736. <br />]]></template>
  2737. <template name="nav_bit_active" version="1610"><![CDATA[<li><a href="javascript:;"><span>{$navbit['name']}</span></a></li>]]></template>
  2738. <template name="nav_bit" version="1610"><![CDATA[<li><a href="{$navbit['url']}">{$navbit['name']}</a></li>]]></template>
  2739. <template name="nav" version="1610"><![CDATA[<ul class="breadcrumb">
  2740.  
  2741. <li><a href="index.php"><i class="icon-home"></i>{$mybb->settings['bbname']}</a></li>{$nav}{$activebit}
  2742.  
  2743. </ul>]]></template>
  2744. <template name="index_whosonline" version="1610"><![CDATA[<tr>
  2745. <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
  2746. </tr>
  2747. <tr>
  2748. <td class="trow1 boardstats_icon" valign="top"><i class="icon-group"></i></td>
  2749. <td class="trow1" valign="top"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
  2750. </tr>]]></template>
  2751. <template name="index_stats" version="1610"><![CDATA[<tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr>
  2752. <tr>
  2753. <td class="trow1 boardstats_icon" valign="top"><i class="icon-list-alt"></i></td>
  2754. <td class="trow1" valign="top"><span class="smalltext">
  2755. {$lang->stats_posts_threads}<br />
  2756. {$lang->stats_numusers}<br />
  2757. {$lang->stats_newestuser}<br />
  2758. {$lang->stats_mostonline}
  2759. </span>
  2760. </td>
  2761. </tr>]]></template>
  2762. <template name="headerinclude" version="1610"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
  2763. <link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
  2764. <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
  2765. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  2766. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
  2767. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
  2768. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
  2769. <link type="text/css" rel="stylesheet" href="images/awardforums/theme_fonts/font_awesome.css"/>
  2770.  
  2771. {$stylesheets}
  2772. <script type="text/javascript">
  2773. <!--
  2774. var cookieDomain = "{$mybb->settings['cookiedomain']}";
  2775. var cookiePath = "{$mybb->settings['cookiepath']}";
  2776. var cookiePrefix = "{$mybb->settings['cookieprefix']}";
  2777. var deleteevent_confirm = "{$lang->deleteevent_confirm}";
  2778. var removeattach_confirm = "{$lang->removeattach_confirm}";
  2779. var loading_text = '{$lang->ajax_loading}';
  2780. var saving_changes = '{$lang->saving_changes}';
  2781. var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
  2782. var my_post_key = "{$mybb->post_code}";
  2783. var imagepath = "{$theme['imgdir']}";
  2784. // -->
  2785. </script>
  2786. {$newpmmsg}
  2787.  
  2788. <script type="text/javascript" src="images/awardforums/js/jquery.js"></script>
  2789. <script type="text/javascript">jQuery.noConflict();</script>
  2790.  
  2791. <script type="text/javascript" src="images/awardforums/js/jquery.cookie.js"></script>
  2792. <script type="text/javascript" src="images/awardforums/js/jquery.global.js"></script>
  2793.  
  2794. <script type="text/javascript">
  2795. jQuery(document).ready(function($) {
  2796.  
  2797.  
  2798. if($('.user_avatar img').attr('src') == '') {
  2799. $('.user_avatar img').attr('src','images/awardforums/default_avatar.png');
  2800. }
  2801.  
  2802. });
  2803. </script>
  2804.  
  2805. <style type="text/css">
  2806.  
  2807.  
  2808. .navigation_menu ul li a > i {
  2809. -webkit-font-smoothing: antialiased;
  2810. }
  2811.  
  2812. textarea {
  2813. resize: none;
  2814. }
  2815.  
  2816. .postbit_thanks_button a img {
  2817. display: none !important;
  2818. }
  2819.  
  2820. a[href*="showthread.php?action=thank"]::before {
  2821. content: "Add thanks";
  2822. }
  2823.  
  2824. a[href*="showthread.php?action=remove_thank"]::before {
  2825. content: "Remove thanks";
  2826. }
  2827.  
  2828.  
  2829. .postbit_thanks_button a:link,
  2830. .postbit_thanks_button a:visited{
  2831. background-image:url(images/awardforums/button_bg.png);
  2832. background-color:#b48402;
  2833. background-repeat:repeat-x;
  2834. background-position:top center;
  2835. border:1px solid #EDAE00;
  2836. display:inline-block;
  2837. font-size:11px;
  2838. height:23px;
  2839. line-height:23px;
  2840. padding:0px 7px;
  2841. border-radius:2px;
  2842. color:rgba(0, 0, 0, 0.700);
  2843. text-align:center;
  2844. text-shadow: 0px 1px 0px #D2B054;
  2845. }
  2846.  
  2847. .postbit_thanks_button a:hover,
  2848. .postbit_thanks_button a:active{
  2849. background-image:url(images/awardforums/button_bg_hover.png);
  2850. }
  2851.  
  2852. .headerad {
  2853. margin:8px 0px;
  2854. }
  2855.  
  2856. table {border-spacing:0px !important;}
  2857.  
  2858. .trow1, .trow2 {border-left:none !important;border-right:none !important;}
  2859.  
  2860. </style>]]></template>
  2861. <template name="newthread" version="1610"><![CDATA[<html>
  2862. <head>
  2863. <title>{$lang->newthread_in}</title>
  2864. {$headerinclude}
  2865. <script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
  2866. </head>
  2867. <body>
  2868. {$header}
  2869. {$preview}
  2870. {$thread_errors}
  2871. {$attacherror}
  2872. <form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
  2873. <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
  2874. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2875. <tr>
  2876. <td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
  2877. </tr>
  2878. {$loginbox}
  2879. <tr>
  2880. <td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
  2881. <td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
  2882. </tr>
  2883. {$posticons}
  2884. <tr>
  2885. <td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
  2886. <td class="trow2">
  2887. <textarea name="message" id="message" rows="20" cols="90" tabindex="2">{$message}</textarea>
  2888. {$codebuttons}
  2889. {$multiquote_external}
  2890. </td>
  2891. </tr>
  2892. <tr>
  2893. <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
  2894. <td class="trow1"><span class="smalltext">
  2895. {$option_signature}
  2896. {$disablesmilies}</span></td>
  2897. </tr>
  2898. {$modoptions}
  2899. {$subscriptionmethod}
  2900. {$pollbox}
  2901. {$captcha}
  2902. </table>
  2903. {$attachbox}
  2904. <br />
  2905. <div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
  2906. <input type="hidden" name="action" value="do_newthread" />
  2907. <input type="hidden" name="posthash" value="{$posthash}" />
  2908. <input type="hidden" name="attachmentaid" value="" />
  2909. <input type="hidden" name="attachmentact" value="" />
  2910. <input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
  2911. <input type="hidden" name="tid" value="{$tid}" />
  2912. {$editdraftpid}
  2913. </form>
  2914. {$forumrules}
  2915. {$footer}
  2916. </body>
  2917. </html>]]></template>
  2918. <template name="member_register_regimage" version="1610"><![CDATA[<script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script>
  2919.  
  2920.  
  2921. <tr>
  2922. <td><span class="smalltext">{$lang->verification_note}</span></td>
  2923. <td rowspan="2" align="center"><img src="captcha.php?action=regimage&amp;imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>
  2924. <script type="text/javascript">
  2925. <!--
  2926. if(use_xmlhttprequest == "1")
  2927. {
  2928. document.write('<br \/><br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>');
  2929. }
  2930. // -->
  2931. </script>
  2932. </td>
  2933. </tr>
  2934. <tr>
  2935. <td><input type="text" class="textbox" name="imagestring" value="" id="imagestring" style="width: 100%;" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /></td>
  2936. </tr>
  2937. <tr>
  2938. <td id="imagestring_status" style="display: none;" colspan="2">&nbsp;</td>
  2939. </tr>]]></template>
  2940. <template name="newreply" version="1610"><![CDATA[<html>
  2941. <head>
  2942. <title>{$lang->post_reply_to}</title>
  2943. {$headerinclude}
  2944. <script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
  2945. </head>
  2946. <body>
  2947. {$header}
  2948. {$preview}
  2949. {$maximageserror}
  2950. {$attacherror}
  2951. {$reply_errors}
  2952. <form action="newreply.php?tid={$tid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
  2953. <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
  2954. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  2955. <tr>
  2956. <td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
  2957. </tr>
  2958. <tr>
  2959. <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->reply_to}</strong></span></td>
  2960. </tr>
  2961. {$loginbox}
  2962. <tr>
  2963. <td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
  2964. <td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
  2965. </tr>
  2966. {$posticons}
  2967. <tr>
  2968. <td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
  2969. <td class="trow2">
  2970. <textarea id="message" name="message" rows="20" cols="90" tabindex="2" >{$message}</textarea>
  2971. {$codebuttons}
  2972. {$multiquote_external}
  2973. </td>
  2974. </tr>
  2975. <tr>
  2976. <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
  2977. <td class="trow1"><span class="smalltext">
  2978. {$option_signature}
  2979. {$disablesmilies}
  2980. </span></td>
  2981. </tr>
  2982. {$modoptions}
  2983. {$subscriptionmethod}
  2984. {$captcha}
  2985. </table>
  2986. {$attachbox}
  2987. <br />
  2988. <div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
  2989. <input type="hidden" name="action" value="do_newreply" />
  2990. <input type="hidden" name="replyto" value="{$replyto}" />
  2991. <input type="hidden" name="posthash" value="{$posthash}" />
  2992. <input type="hidden" name="attachmentaid" value="" />
  2993. <input type="hidden" name="attachmentact" value="" />
  2994. <input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
  2995. <input type="hidden" name="tid" value="{$tid}" />
  2996. {$editdraftpid}
  2997. </form>
  2998. {$forumrules}
  2999. {$threadreview}
  3000. {$footer}
  3001. </body>
  3002. </html>]]></template>
  3003. </templates>
  3004. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement