Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme name="Photoshop Bliss v3" version="1600">
  3. <properties>
  4. <templateset><![CDATA[3]]></templateset>
  5. <editortheme><![CDATA[default]]></editortheme>
  6. <imgdir><![CDATA[images/psbliss]]></imgdir>
  7. <logo><![CDATA[images/psbliss/logo.gif]]></logo>
  8. <tablespace><![CDATA[4]]></tablespace>
  9. <borderwidth><![CDATA[0]]></borderwidth>
  10. </properties>
  11. <stylesheets>
  12. <stylesheet name="global.css" version="1600"><![CDATA[body {
  13. background: #07090b url(images/psbliss/background.png) top center no-repeat;
  14. color: #fff;
  15. text-align: center;
  16. line-height: 1.4;
  17. margin-top: 0;
  18. margin-bottom: 20px;
  19.  
  20. text-shadow: 0 1px 0 #000;
  21.  
  22. font-family: Sans-Serif;
  23. font-size: 12px;
  24. }
  25.  
  26. ::-moz-selection {
  27. color: #026CB1;
  28. }
  29.  
  30. ::selection {
  31. color: #026CB1;
  32. }
  33.  
  34. #header {
  35. background: url(images/psbliss/container.png) repeat;
  36. width: 980px;
  37. color: #000000;
  38. border-bottom: 1px solid rgba(255,255,255,0.3);
  39. border-left: 1px solid rgba(255,255,255,0.3);
  40. border-right: 1px solid rgba(255,255,255,0.3);
  41. margin: 0 auto;
  42. margin-bottom: 20px;
  43. margin-top: 0;
  44. padding: 20px;
  45. text-align: left;
  46. }
  47.  
  48. a:link {
  49. color: #454545;
  50. text-decoration: none;
  51. font-weight: semi-bold;
  52. }
  53.  
  54. a:visited {
  55. color: #454545;
  56. text-decoration: none;
  57. }
  58.  
  59. a:hover, a:active {
  60. color: #026CB1;
  61. }
  62.  
  63. #container {
  64. background: url(images/psbliss/container.png) repeat;
  65. border:1px solid #fff;
  66. border-color:rgba(255,255,255,0.2);
  67. margin: auto auto;
  68. padding: 20px;
  69. text-align: left;
  70. text-shadow: 0 1px 0 #000;
  71.  
  72. color: #fff;
  73. width: 980px;
  74. }
  75.  
  76. #header a:link, #header a:visited, #footer a:link, #footer a:visited {
  77. color: #d4d2b9 !important;
  78. }
  79.  
  80. #header a:hover, #footer a:hover {
  81. color: #026CB1 !important;
  82. }
  83.  
  84. #content {
  85. /* FIX: Make internet explorer wrap correctly */
  86. width: auto !important;
  87. }
  88.  
  89. .menu ul {
  90. color: #000000;
  91. font-weight: bold;
  92. text-align: right;
  93. padding: 4px;
  94. }
  95.  
  96. .menu ul a:link {
  97. color: #000000;
  98. text-decoration: none;
  99. }
  100.  
  101. .menu ul a:visited {
  102. color: #000000;
  103. text-decoration: none;
  104. }
  105.  
  106. .menu ul a:hover, .menu ul a:active {
  107. color: #4874a3;
  108. text-decoration: none;
  109. }
  110.  
  111. #panel {
  112. background: #efefef;
  113. color: #000000;
  114. font-size: 11px;
  115. border: 1px solid #D4D4D4;
  116. padding: 8px;
  117. }
  118.  
  119. #panel .remember_me input {
  120. vertical-align: middle;
  121. margin-top: -1px;
  122. }
  123.  
  124. table {
  125. color: #000000;
  126. text-shadow: 0 1px 0 #ffffff;
  127.  
  128. font-family: Sans-Serif;
  129. font-size: 12px;
  130. }
  131.  
  132. .tborder {
  133. width: 100%;
  134. margin: auto auto;
  135. }
  136.  
  137. .thead {
  138. background: #4469a0 url(images/psbliss/thead.png) repeat-x;
  139. color: #ffffff;
  140. border-top: 1px solid #21314b;
  141. -moz-box-shadow: inset 0 0 2px #ffffff;
  142. -webkit-box-shadow: inset 0 0 2px #ffffff;
  143. box-shadow: inset 0 0 2px #ffffff;
  144. text-shadow: 0 1px 0 #002e51;
  145. padding: 7px 5px;
  146. }
  147.  
  148. .thead a:link {
  149. color: #ffffff;
  150. text-decoration: none;
  151. }
  152.  
  153. .thead a:visited {
  154. color: #ffffff;
  155. text-decoration: none;
  156. }
  157.  
  158. .thead a:hover, .thead a:active {
  159. color: #ffffff !important;
  160. }
  161.  
  162. .tcat {
  163. background: #a19a90 url(images/psbliss/tcat.png) repeat-x;
  164. color: #454545;
  165. -moz-box-shadow: inset 0 1px 0 #ffffff;
  166. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  167. box-shadow: inset 0 1px 0 #ffffff;
  168. border-top: 1px solid #54504a;
  169. border-width: 1px 0;
  170. border-bottom: 1px solid #54504a;
  171. text-shadow: 0 1px 0 #c9c9c0;
  172.  
  173. font-size: 12px;
  174. }
  175.  
  176. .tcat a:link {
  177. color: #454545;
  178. }
  179.  
  180. .tcat a:visited {
  181. color: #454545;
  182. }
  183.  
  184. .tcat a:hover, .tcat a:active {
  185. color: #454545;
  186. }
  187.  
  188. .trow1 {
  189. background: #d1d1d1 url(images/psbliss/trow.png) repeat-x;
  190. -moz-box-shadow: inset 0 1px 0 #ffffff;
  191. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  192. box-shadow: inset 0 1px 0 #ffffff;
  193. }
  194.  
  195. .trow2 {
  196. background: #d1d1d1 url(images/psbliss/trow.png) repeat-x;
  197. -moz-box-shadow: inset 0 1px 0 #ffffff;
  198. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  199. box-shadow: inset 0 1px 0 #ffffff;
  200. }
  201.  
  202. .trow_shaded {
  203. background: #ffdde0;
  204. }
  205.  
  206. .trow_selected td {
  207. background: #FFFBD9;
  208. }
  209.  
  210. .trow_sep {
  211. background: #e5e5e5;
  212. color: #000;
  213. font-size: 12px;
  214. font-weight: bold;
  215. }
  216.  
  217. .tfoot {
  218. background: #4469a0 url(images/psbliss/thead.png) repeat-x;
  219. color: #ffffff;
  220. border-top: 1px solid #21314b;
  221. -moz-box-shadow: inset 0 0 2px #ffffff;
  222. -webkit-box-shadow: inset 0 0 2px #ffffff;
  223. box-shadow: inset 0 0 2px #ffffff;
  224. height: 25px;
  225. padding: 5px 10px;
  226. text-shadow: 0 1px 0 #002e51;
  227. }
  228.  
  229. .tfoot a:link {
  230. color: #ffffff;
  231. text-decoration: none;
  232. }
  233.  
  234. .tfoot a:visited {
  235. color: #ffffff;
  236. text-decoration: none;
  237. }
  238.  
  239. .tfoot a:hover, .tfoot a:active {
  240. color: #ffffff;
  241. text-decoration: underline;
  242. }
  243.  
  244. .bottommenu {
  245. background: #efefef;
  246. color: #000000;
  247. border: 1px solid #4874a3;
  248. padding: 10px;
  249. }
  250.  
  251. .navigation {
  252. background: #a19a90 url(images/psbliss/tcat.png) repeat-x;
  253. width: 1014px;
  254. color: #454545;
  255. -moz-box-shadow: inset 0 1px 0 #ffffff;
  256. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  257. box-shadow: inset 0 1px 0 #ffffff;
  258. border-width: 1px 0;
  259. text-shadow: 0 1px 0 #c9c9c0;
  260. margin: 0 auto;
  261. text-align: left;
  262. padding: 3px;
  263. border-bottom: 1px solid rgba(255,255,255,0.3);
  264. border-left: 1px solid rgba(255,255,255,0.3);
  265. border-right: 1px solid rgba(255,255,255,0.3);
  266.  
  267. font-size: 12px;
  268. }
  269.  
  270. #breadcrumb_multipage img {
  271. margin: 0;
  272. padding: 0;
  273. }
  274.  
  275. .navigation img {
  276. margin: 0;
  277. padding: 0;
  278. }
  279.  
  280. .navigation a:link {
  281. text-decoration: none;
  282. }
  283.  
  284. .navigation a:visited {
  285. text-decoration: none;
  286. }
  287.  
  288. .navigation a:hover, .navigation a:active {
  289. text-decoration: none;
  290. }
  291.  
  292. .navigation .active {
  293. color: #454545;
  294. font-size: 12px;
  295. font-weight: bold;
  296. }
  297.  
  298. .smalltext {
  299. font-size: 11px;
  300. }
  301.  
  302. .largetext {
  303. font-size: 16px;
  304. font-weight: bold;
  305. }
  306.  
  307. input.textbox {
  308. background: #efefef;
  309. color: #454545;
  310. border: 1px solid #454545;
  311. padding: 1px;
  312. text-shadow: 0 1px 0 #fff;
  313. }
  314.  
  315. textarea {
  316. background: #efefef;
  317. color: #454545;
  318. border: 1px solid #000;
  319. padding: 5px;
  320. line-height: 1.4;
  321. min-height: 80px;
  322. margin: 0;
  323. text-shadow: 0 1px 0 #fff;
  324. font-family: Sans-Serif;
  325. font-size: 12px;
  326. }
  327.  
  328. select {
  329. background: #ffffff;
  330. border: 1px solid #000;
  331. padding: 2px 4px;
  332. }
  333.  
  334. .editor {
  335. background: #f1f1f1;
  336. border: 1px solid #ccc;
  337. }
  338.  
  339. .editor_control_bar {
  340. background: #fff;
  341. border: 1px solid #0f5c8e;
  342. }
  343.  
  344. .autocomplete {
  345. background: #fff;
  346. border: 1px solid #000;
  347. color: black;
  348. }
  349.  
  350. .autocomplete_selected {
  351. background: #adcee7;
  352. color: #000;
  353. }
  354.  
  355. .popup_menu {
  356. background: #ccc;
  357. border: 1px solid #000;
  358. }
  359.  
  360. .popup_menu .popup_item {
  361. background: #fff;
  362. color: #000;
  363. }
  364.  
  365. .popup_menu .popup_item:hover {
  366. background: #C7DBEE;
  367. color: #000;
  368. }
  369.  
  370. .trow_reputation_positive {
  371. background: #ccffcc;
  372. }
  373.  
  374. .trow_reputation_negative {
  375. background: #ffcccc;
  376. }
  377.  
  378. .reputation_positive {
  379. color: green;
  380. }
  381.  
  382. .reputation_neutral {
  383. color: #444;
  384. }
  385.  
  386. .reputation_negative {
  387. color: red;
  388. }
  389.  
  390. .invalid_field {
  391. border: 1px solid #f30;
  392. color: #f30;
  393. }
  394.  
  395. .valid_field {
  396. border: 1px solid #0c0;
  397. }
  398.  
  399. .validation_error {
  400. background: url(images/invalid.gif) no-repeat center left;
  401. color: #f30;
  402. margin: 5px 0;
  403. padding: 5px;
  404. font-weight: bold;
  405. font-size: 11px;
  406. padding-left: 22px;
  407. }
  408.  
  409. .validation_success {
  410. background: url(images/valid.gif) no-repeat center left;
  411. color: #00b200;
  412. margin: 5px 0;
  413. padding: 5px;
  414. font-weight: bold;
  415. font-size: 11px;
  416. padding-left: 22px;
  417. }
  418.  
  419. .validation_loading {
  420. background: url(images/spinner.gif) no-repeat center left;
  421. color: #555;
  422. margin: 5px 0;
  423. padding: 5px;
  424. font-weight: bold;
  425. font-size: 11px;
  426. padding-left: 22px;
  427. }
  428.  
  429. /* Additional CSS (Master) */
  430. img {
  431. border: none;
  432. }
  433.  
  434. .clear {
  435. clear: both;
  436. }
  437.  
  438. .hidden {
  439. display: none;
  440. float: none;
  441. width: 1%;
  442. }
  443.  
  444. .hiddenrow {
  445. display: none;
  446. }
  447.  
  448. .selectall {
  449. background-color: #FFFBD9;
  450. font-weight: bold;
  451. text-align: center;
  452. }
  453.  
  454. .float_left {
  455. float: left;
  456. }
  457.  
  458. .float_right {
  459. float: right;
  460. }
  461.  
  462. .menu ul {
  463. list-style: none;
  464. margin: 0;
  465. }
  466.  
  467. .menu li {
  468. display: inline;
  469. padding-left: 5px;
  470. }
  471.  
  472. .menu img {
  473. padding-right: 5px;
  474. vertical-align: top;
  475. }
  476.  
  477. #panel .links {
  478. margin: 0;
  479. float: right;
  480. }
  481.  
  482. .expcolimage {
  483. float: right;
  484. width: auto;
  485. vertical-align: middle;
  486. margin-top: 3px;
  487. }
  488.  
  489. img.attachment {
  490. border: 1px solid #E9E5D7;
  491. padding: 2px;
  492. }
  493.  
  494. hr {
  495. background-color: #000000;
  496. color: #000000;
  497. height: 1px;
  498. border: 0px;
  499. }
  500.  
  501. #copyright {
  502. font: 11px Verdana, Arial, Sans-Serif;
  503. margin: 0;
  504. padding: 10px 0 0 0;
  505. }
  506.  
  507. #debug {
  508. float: right;
  509. text-align: right;
  510. margin-top: 0;
  511. }
  512.  
  513. blockquote {
  514. background: #454545;
  515. color: #fff;
  516. border-top: 1px solid #fff;
  517. border-left: 1px solid #fff;
  518. margin: 0;
  519. padding-top: 0;
  520. padding: 4px;
  521. text-shadow: 0 1px 0 #000;
  522. }
  523.  
  524. blockquote cite {
  525. color: #fff;
  526. border-bottom: 1px solid #026CB1;
  527. display: block;
  528. margin: 4px 0;
  529. font-style: normal;
  530. font-weight: bold;
  531. }
  532.  
  533. blockquote p {
  534. padding: 4px;
  535. }
  536.  
  537. blockquote cite span {
  538. float: right;
  539. font-weight: normal;
  540. }
  541.  
  542. blockquote cite span.highlight {
  543. float: none;
  544. font-weight: bold;
  545. padding-bottom: 0;
  546. }
  547.  
  548. .codeblock {
  549. background: #454545;
  550. color: #fff;
  551. padding: 4px;
  552. text-shadow: 0 1px 0 #000;
  553. border-top: 1px solid #fff;
  554. border-left: 1px solid #fff;
  555. }
  556.  
  557. .codeblock .title {
  558. border-bottom: 1px solid #a19a90;
  559. font-weight: bold;
  560. margin: 4px 0;
  561. }
  562.  
  563. .codeblock code {
  564. overflow: auto;
  565. height: auto;
  566. max-height: 200px;
  567. display: block;
  568. font-family: Monaco, Consolas, Courier, monospace;
  569. font-size: 13px;
  570. }
  571.  
  572. .subforumicon {
  573. border: 0;
  574. vertical-align: middle;
  575. }
  576.  
  577. .separator {
  578. margin: 5px;
  579. padding: 0;
  580. height: 0px;
  581. font-size: 1px;
  582. list-style-type: none;
  583. }
  584.  
  585. form {
  586. margin: 0;
  587. padding: 0;
  588. }
  589.  
  590. .popup_menu .popup_item_container {
  591. margin: 1px;
  592. text-align: left;
  593. }
  594.  
  595. .popup_menu .popup_item {
  596. display: block;
  597. padding: 3px;
  598. text-decoration: none;
  599. white-space: nowrap;
  600. }
  601.  
  602. .popup_menu a.popup_item:hover {
  603. text-decoration: none;
  604. }
  605.  
  606. .autocomplete {
  607. text-align: left;
  608. }
  609.  
  610. .subject_new {
  611. font-weight: bold;
  612. }
  613.  
  614. .highlight {
  615. background: #FFFFCC;
  616. padding-top: 3px;
  617. padding-bottom: 3px;
  618. }
  619.  
  620. .pm_alert {
  621. background: #FFF6BF;
  622. border: 1px solid #FFD324;
  623. text-align: center;
  624. padding: 5px 20px;
  625. margin-bottom: 15px;
  626. font-size: 11px;
  627. }
  628.  
  629. .red_alert {
  630. background: #FBE3E4;
  631. border: 1px solid #A5161A;
  632. color: #A5161A;
  633. text-align: center;
  634. padding: 5px 20px;
  635. margin-bottom: 15px;
  636. font-size: 11px;
  637. }
  638.  
  639. .high_warning {
  640. color: #CC0000;
  641. }
  642.  
  643. .moderate_warning {
  644. color: #F3611B;
  645. }
  646.  
  647. .low_warning {
  648. color: #AE5700;
  649. }
  650.  
  651. div.error {
  652. padding: 5px 10px;
  653. border-top: 2px solid #FFD324;
  654. border-bottom: 2px solid #FFD324;
  655. background: #FFF6BF;
  656. font-size: 12px;
  657. }
  658.  
  659. div.error p {
  660. margin: 0;
  661. color: #000;
  662. font-weight: normal;
  663. }
  664.  
  665. div.error p em {
  666. font-style: normal;
  667. font-weight: bold;
  668. padding-left: 24px;
  669. display: block;
  670. color: #C00;
  671. background: url(images/error.gif) no-repeat 0;
  672. }
  673.  
  674. div.error.ul {
  675. margin-left: 24px;
  676. }
  677.  
  678. .online {
  679. color: #15A018;
  680. }
  681.  
  682. .offline {
  683. color: #C7C7C7;
  684. }
  685.  
  686. .pagination {
  687. margin: 6px;
  688. padding: 4px;
  689.  
  690. color: #ffffff;
  691. }
  692.  
  693. .tfoot .pagination, .tcat .pagination {
  694. padding-top: 0;
  695. }
  696.  
  697. .pagination .pages {
  698. }
  699.  
  700. .pagination .pagination_current, .pagination a {
  701. background: #a19a90 url(images/psbliss/tcat.png) repeat-x;
  702. color: #454545;
  703. margin-bottom: 3px;
  704. padding: 3px 5px;
  705. -moz-box-shadow: inset 0 1px 0 #ffffff;
  706. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  707. box-shadow: inset 0 1px 0 #ffffff;
  708. border: 1px solid #000;
  709. text-shadow: 0 1px 0 #c9c9c0;
  710. margin-top: 3px;
  711. }
  712.  
  713. .pagination a {
  714. border: 1px solid #fff;
  715. }
  716.  
  717. .pagination .pagination_current {
  718. background: #4469a0 url(images/psbliss/thead.png) repeat-x;
  719. width: 980px;
  720. color: #ffffff;
  721. text-align: left;
  722. text-shadow: 0 1px 0 #000;
  723. border: 1px solid #21314b;
  724. -moz-box-shadow: inset 0 0 2px #ffffff;
  725. -webkit-box-shadow: inset 0 0 2px #ffffff;
  726. box-shadow: inset 0 0 2px #ffffff;
  727. text-shadow: 0 1px 0 #002e51;
  728. padding: 5px;
  729. margin-bottom: 3px;
  730. padding: 4px 6px;
  731. }
  732.  
  733. .pagination a:hover {
  734. background: #eaeaea;
  735. color: #454545;
  736. text-shadow: 0 1px 0 #fff;
  737. text-decoration: none;
  738. }
  739.  
  740. .thread_legend, .thread_legend dd {
  741. margin: 0;
  742. padding: 0;
  743. }
  744.  
  745. .thread_legend dd {
  746. padding-bottom: 4px;
  747. margin-right: 15px;
  748. }
  749.  
  750. .thread_legend img {
  751. margin-right: 4px;
  752. vertical-align: bottom;
  753. }
  754.  
  755. .forum_legend, .forum_legend dt, .forum_legend dd {
  756. margin: 0;
  757. padding: 0;
  758. }
  759.  
  760. .forum_legend dd {
  761. float: left;
  762. margin-right: 10px;
  763. }
  764.  
  765. .forum_legend dt {
  766. margin-right: 10px;
  767. float: left;
  768. }
  769.  
  770. .success_message {
  771. color: #00b200;
  772. font-weight: bold;
  773. font-size: 10px;
  774. margin-bottom: 10px;
  775. }
  776.  
  777. .error_message {
  778. color: #C00;
  779. font-weight: bold;
  780. font-size: 10px;
  781. margin-bottom: 10px;
  782. }
  783.  
  784. .post_body {
  785. padding: 5px;
  786. }
  787.  
  788. .post_content {
  789. padding: 5px 10px;
  790. }
  791.  
  792. .quick_jump {
  793. background: url(images/jump.gif) no-repeat 0;
  794. width: 13px;
  795. height: 13px;
  796. padding-left: 13px; /* amount of padding needed for image to fully show */
  797. vertical-align: middle;
  798. border: none;
  799. }
  800.  
  801. .repbox {
  802. font-size:16px;
  803. font-weight: bold;
  804. padding:5px 7px 5px 7px;
  805. }
  806.  
  807. ._neutral {
  808. background-color:#FAFAFA;
  809. color: #999999;
  810. border:1px solid #CCCCCC;
  811. }
  812.  
  813. ._minus {
  814. background-color: #FDD2D1;
  815. color: #CB0200;
  816. border:1px solid #980201;
  817. }
  818.  
  819. ._plus {
  820. background-color:#E8FCDC;
  821. color: #008800;
  822. border:1px solid #008800;
  823. }
  824.  
  825. .pagination_breadcrumb {
  826. background-color: #f5f5f5;
  827. border: 1px solid #fff;
  828. outline: 1px solid #ccc;
  829. padding: 5px;
  830. margin-top: 5px;
  831. font-weight: normal;
  832. }
  833.  
  834. .pagination_breadcrumb_link {
  835. vertical-align: middle;
  836. cursor: pointer;
  837. }
  838.  
  839. button, .button, #button {
  840. background: #a19a90 url(images/psbliss/tcat.png) repeat-x;
  841. color: #454545;
  842. -moz-box-shadow: inset 0 1px 0 #ffffff;
  843. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  844. box-shadow: inset 0 1px 0 #ffffff;
  845. border: 1px solid #54504a;
  846. text-shadow: 0 1px 0 #c9c9c0;
  847. padding: 4px 6px;
  848. font-size: 12px;
  849. }
  850. ]]>
  851. </stylesheet>
  852. <stylesheet name="extra.css" version="1600"><![CDATA[.tcat:last-child {
  853. border-width:1px 1px 1px 0;
  854. }
  855. .tcat:first-child {
  856. border-width:1px 0 1px 1px;
  857. }
  858. .messageEditor textarea {
  859. height: 230px !important;
  860. }
  861. ]]>
  862. </stylesheet>
  863. <stylesheet name="css.css" version="1600"><![CDATA[.thread_tools a {
  864. color:#fff;
  865. }
  866.  
  867.  
  868. ]]>
  869. </stylesheet>
  870. <stylesheet name="login.css" version="1600"><![CDATA[.logintext {
  871. height:50px;
  872. width:500px;
  873. }
  874. #sulogin {
  875. height:50px;
  876. overflow:hidden;
  877. line-height: 80px;
  878. }
  879. .loginform {
  880. height:50px;
  881. width:500px;
  882. }
  883. .loginsub{
  884. background: #a19a90 url(images/psbliss/tcat.png) repeat-x;
  885. color: #454545;
  886. -moz-box-shadow: inset 0 1px 0 #ffffff;
  887. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  888. box-shadow: inset 0 1px 0 #ffffff;
  889. border: 1px solid #54504a;
  890. text-shadow: 0 1px 0 #c9c9c0;
  891. padding: 3px 7px;
  892. float: right;
  893. margin-top: -53px;
  894. }
  895. ]]>
  896. </stylesheet>
  897. <stylesheet name="dropdown.css" version="1600"><![CDATA[
  898. #toplinks ul {
  899. float:left;
  900. width:100%;
  901. margin:0;
  902. padding:0;
  903. color:#fff;
  904. text-shadow: 0 1px 0 #000;
  905. }
  906.  
  907. #toplinks ul li a:link, #toplinks ul li a:visited {
  908. color: #d4d2b9;
  909. }
  910.  
  911. #toplinks ul .nomarg {
  912. margin-left: 0;
  913. }
  914.  
  915. #toplinks ul li img {
  916. margin: 0;
  917. margin-bottom: -3px;
  918. padding: 0;
  919. }
  920.  
  921. #toplinks ul li {
  922. float: left;
  923. list-style: none;
  924. padding: 4px;
  925. position: relative;
  926. margin-left: 15px;
  927. border: 1px solid transparent;
  928. }
  929.  
  930. #toplinks ul li:hover {
  931. background:#a19a90 url(images/psbliss/dropdown.png) repeat-x;
  932. border: 1px solid #534e49;
  933. padding: 4px;
  934. maring-left: -20px;
  935. }
  936.  
  937. #toplinks ul li:hover > a {
  938. color:#454545;
  939. text-shadow: 0 1px 0 #e2d9ca;
  940. }
  941.  
  942. #toplinks ul li ul {
  943. display:none;
  944. position:absolute;
  945. background:#111;
  946. min-width:150px;
  947. border-top:2px solid #222;
  948. top:100%;
  949. left:0;
  950. margin:0;
  951. padding:0;
  952. }
  953.  
  954. #toplinks ul li ul li {
  955. min-width: 134px;
  956. }
  957.  
  958. #toplinks ul li:hover ul {
  959. display:block;
  960. }
  961.  
  962. #toplinks ul li ul li {
  963. margin: 3px;
  964. }
  965.  
  966.  
  967. ]]>
  968. </stylesheet>
  969. <stylesheet name="modcp.css" attachedto="modcp.php" version="1600"><![CDATA[.modcp_nav_item {
  970. display: block;
  971. padding: 1px 0 1px 23px;
  972. }
  973.  
  974. .modcp_nav_home {
  975. background: url('images/psbliss/modcp/home.gif') no-repeat left center;
  976. }
  977.  
  978. .modcp_nav_announcements {
  979. background: url('images/psbliss/modcp/announcements.gif') no-repeat left center;
  980. }
  981.  
  982. .modcp_nav_reports {
  983. background: url('images/psbliss/modcp/reports.gif') no-repeat left center;
  984. }
  985.  
  986. .modcp_nav_modqueue {
  987. background: url('images/psbliss/modcp/modqueue.gif') no-repeat left center;
  988. }
  989.  
  990. .modcp_nav_modlogs {
  991. background: url('images/psbliss/modcp/modlogs.gif') no-repeat left center;
  992. }
  993.  
  994. .modcp_nav_editprofile {
  995. background: url('images/psbliss/modcp/editprofile.gif') no-repeat left center;
  996. }
  997.  
  998. .modcp_nav_banning {
  999. background: url('images/psbliss/modcp/banning.gif') no-repeat left center;
  1000. }
  1001.  
  1002. .modcp_nav_warninglogs {
  1003. background: url('images/psbliss/modcp/warninglogs.gif') no-repeat left center;
  1004. }
  1005.  
  1006. .modcp_nav_ipsearch {
  1007. background: url('images/psbliss/modcp/ipsearch.gif') no-repeat left center;
  1008. }
  1009.  
  1010. .modqueue_message {
  1011. overflow: auto;
  1012. max-height: 250px;
  1013. }
  1014.  
  1015. .modqueue_controls {
  1016. width: 270px;
  1017. float: right;
  1018. text-align: center;
  1019. border: 1px solid #ccc;
  1020. background: #fff;
  1021. padding: 6px;
  1022. font-weight: bold;
  1023. }
  1024.  
  1025. .modqueue_controls label {
  1026. margin-right: 8px;
  1027. }
  1028.  
  1029. .label_radio_ignore, .label_radio_delete, .label_radio_approve {
  1030. font-weight: bold;
  1031. }
  1032.  
  1033. .modqueue_meta {
  1034. color: #444;
  1035. font-size: 95%;
  1036. margin-bottom: 8px;
  1037. }
  1038.  
  1039. .modqueue_mass {
  1040. list-style: none;
  1041. margin: 0;
  1042. width: 150px;
  1043. padding: 0;
  1044. }
  1045.  
  1046. .modqueue_mass li {
  1047. margin-bottom: 4px;
  1048. padding: 0;
  1049. }
  1050.  
  1051. .modqueue_mass li a {
  1052. display: block;
  1053. padding: 4px;
  1054. border: 1px solid transparent;
  1055. }
  1056.  
  1057. .modqueue_mass li a:hover {
  1058. background: #efefef;
  1059. border: 1px solid #ccc;
  1060. text-decoration: none;
  1061. }
  1062. ]]>
  1063. </stylesheet>
  1064. <stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1600"><![CDATA[.usercp_nav_item {
  1065. display: block;
  1066. padding: 1px 0 1px 23px;
  1067. }
  1068. .usercp_nav_composepm {
  1069. background: url('images/psbliss/usercp/composepm.gif') no-repeat left center;
  1070. }
  1071.  
  1072. .usercp_nav_pmfolder {
  1073. background: url('images/psbliss/usercp/pmfolder.gif') no-repeat left center;
  1074. }
  1075.  
  1076. .usercp_nav_sub_pmfolder {
  1077. padding-left: 40px;
  1078. background: url('images/psbliss/usercp/sub_pmfolder.gif') no-repeat left center;
  1079. }
  1080.  
  1081. .usercp_nav_trash_pmfolder {
  1082. padding-left: 40px;
  1083. background: url('images/psbliss/usercp/trash_pmfolder.gif') no-repeat left center;
  1084. }
  1085.  
  1086. .usercp_nav_pmtracking {
  1087. background: url('images/psbliss/usercp/pmtracking.gif') no-repeat left center;
  1088. }
  1089.  
  1090. .usercp_nav_pmfolders {
  1091. background: url('images/psbliss/usercp/editfolders.gif') no-repeat left center;
  1092. }
  1093.  
  1094. .usercp_nav_profile {
  1095. background: url('images/psbliss/usercp/profile.gif') no-repeat left center;
  1096. }
  1097.  
  1098. .usercp_nav_email {
  1099. padding-left: 40px;
  1100. background: url('images/psbliss/usercp/email.gif') no-repeat left center;
  1101. }
  1102.  
  1103. .usercp_nav_password {
  1104. padding-left: 40px;
  1105. background: url('images/psbliss/usercp/password.gif') no-repeat left center;
  1106. }
  1107.  
  1108. .usercp_nav_username {
  1109. padding-left: 40px;
  1110. background: url('images/psbliss/usercp/username.gif') no-repeat left center;
  1111. }
  1112.  
  1113. .usercp_nav_editsig {
  1114. padding-left: 40px;
  1115. background: url('images/psbliss/usercp/editsig.gif') no-repeat left center;
  1116. }
  1117.  
  1118. .usercp_nav_avatar {
  1119. padding-left: 40px;
  1120. background: url('images/psbliss/usercp/avatar.gif') no-repeat left center;
  1121. }
  1122.  
  1123. .usercp_nav_options {
  1124. background: url('images/psbliss/usercp/options.gif') no-repeat left center;
  1125. }
  1126.  
  1127. .usercp_nav_usergroups {
  1128. background: url('images/psbliss/usercp/usergroups.gif') no-repeat left center;
  1129. }
  1130.  
  1131. .usercp_nav_editlists {
  1132. background: url('images/psbliss/usercp/editlists.gif') no-repeat left center;
  1133. }
  1134.  
  1135. .usercp_nav_attachments {
  1136. background: url('images/psbliss/usercp/attachments.gif') no-repeat left center;
  1137. }
  1138.  
  1139. .usercp_nav_drafts {
  1140. background: url('images/psbliss/usercp/drafts.gif') no-repeat left center;
  1141. }
  1142.  
  1143. .usercp_nav_subscriptions {
  1144. background: url('images/psbliss/usercp/subscriptions.gif') no-repeat left center;
  1145. }
  1146.  
  1147. .usercp_nav_fsubscriptions {
  1148. background: url('images/psbliss/usercp/fsubscriptions.gif') no-repeat left center;
  1149. }
  1150.  
  1151. .usercp_nav_notepad {
  1152. background: url('images/psbliss/usercp/notepad.gif') no-repeat left center;
  1153. }
  1154.  
  1155. .usercp_nav_viewprofile {
  1156. background: url('images/psbliss/usercp/viewprofile.gif') no-repeat left center;
  1157. }
  1158.  
  1159. .usercp_nav_home {
  1160. background: url('images/psbliss/usercp/home.gif') no-repeat left center;
  1161. }
  1162.  
  1163. .usercp_notepad {
  1164. width: 99%;
  1165. }
  1166.  
  1167. .usercp_container {
  1168. margin: 5px;
  1169. padding: 8px;
  1170. border:1px solid #CCCCCC;
  1171. }
  1172. ]]>
  1173. </stylesheet>
  1174. <stylesheet name="showthread.css" attachedto="showthread.php" version="1600"><![CDATA[ul.thread_tools, ul.thread_tools li {
  1175. list-style: none;
  1176. padding: 0;
  1177. margin: 0;
  1178. }
  1179.  
  1180. ul.thread_tools li {
  1181. padding-left: 26px;
  1182. padding-bottom: 4px;
  1183. margin-bottom: 3px;
  1184. font-size: 11px;
  1185. }
  1186.  
  1187. ul.thread_tools li.printable {
  1188. background: url('images/psbliss/printable.gif') no-repeat 0px 0px;
  1189. }
  1190.  
  1191. ul.thread_tools li.sendthread {
  1192. background: url('images/psbliss/send.gif') no-repeat 0px 0px;
  1193. }
  1194.  
  1195. ul.thread_tools li.subscription_add {
  1196. background: url('images/psbliss/subscribe.gif') no-repeat 0px 0px;
  1197. }
  1198.  
  1199. ul.thread_tools li.subscription_remove {
  1200. background: url('images/psbliss/unsubscribe.gif') no-repeat 0px 0px;
  1201. }
  1202.  
  1203.  
  1204. ]]>
  1205. </stylesheet>
  1206. <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1600"><![CDATA[.star_rating,
  1207. .star_rating li a:hover,
  1208. .star_rating .current_rating {
  1209. background: url(images/psbliss/star_rating.gif) left -1000px repeat-x;
  1210. vertical-align: middle;
  1211. }
  1212.  
  1213. .star_rating {
  1214. position: relative;
  1215. width:80px;
  1216. height:16px;
  1217. overflow: hidden;
  1218. list-style: none;
  1219. margin: 0;
  1220. padding: 0;
  1221. background-position: left top;
  1222. }
  1223.  
  1224. td .star_rating {
  1225. margin: auto;
  1226. }
  1227.  
  1228. .star_rating li {
  1229. display: inline;
  1230. }
  1231.  
  1232. .star_rating li a,
  1233. .star_rating .current_rating {
  1234. position: absolute;
  1235. text-indent: -1000px;
  1236. height: 16px;
  1237. line-height: 16px;
  1238. outline: none;
  1239. overflow: hidden;
  1240. border: none;
  1241. top:0;
  1242. left:0;
  1243. }
  1244.  
  1245. .star_rating_notrated li a:hover {
  1246. background-position: left bottom;
  1247. }
  1248.  
  1249. .star_rating li a.one_star {
  1250. width:20%;
  1251. z-index:6;
  1252. }
  1253.  
  1254. .star_rating li a.two_stars {
  1255. width:40%;
  1256. z-index:5;
  1257. }
  1258.  
  1259. .star_rating li a.three_stars {
  1260. width:60%;
  1261. z-index:4;
  1262. }
  1263.  
  1264. .star_rating li a.four_stars {
  1265. width:80%;
  1266. z-index:3;
  1267. }
  1268.  
  1269. .star_rating li a.five_stars {
  1270. width:100%;
  1271. z-index:2;
  1272. }
  1273.  
  1274. .star_rating .current_rating {
  1275. z-index:1;
  1276. background-position: left center;
  1277. }
  1278.  
  1279. .star_rating_success, .success_message {
  1280. color: #00b200;
  1281. font-weight: bold;
  1282. font-size: 10px;
  1283. margin-bottom: 10px;
  1284. }
  1285.  
  1286. .inline_rating {
  1287. float: left;
  1288. vertical-align: middle;
  1289. padding-right: 5px;
  1290. }
  1291. ]]>
  1292. </stylesheet>
  1293. </stylesheets>
  1294. <templates>
  1295. <template name="headerinclude" version="1600"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
  1296. <link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
  1297. <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
  1298. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  1299. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  1300. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
  1301. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
  1302. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
  1303. {$stylesheets}
  1304. <script type="text/javascript">
  1305. <!--
  1306. var cookieDomain = "{$mybb->settings['cookiedomain']}";
  1307. var cookiePath = "{$mybb->settings['cookiepath']}";
  1308. var cookiePrefix = "{$mybb->settings['cookieprefix']}";
  1309. var deleteevent_confirm = "{$lang->deleteevent_confirm}";
  1310. var removeattach_confirm = "{$lang->removeattach_confirm}";
  1311. var loading_text = '{$lang->ajax_loading}';
  1312. var saving_changes = '{$lang->saving_changes}';
  1313. var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
  1314. var my_post_key = "{$mybb->post_code}";
  1315. var imagepath = "{$theme['imgdir']}";
  1316. // -->
  1317. </script>
  1318. {$newpmmsg}]]></template>
  1319. <template name="header_welcomeblock_guest" version="1600"><![CDATA[<script type="text/javascript">
  1320. jQuery(function() {
  1321. jQuery("#slide-in-loginform").click(function () {
  1322. jQuery('.logintext').animate({
  1323. marginTop: '-50px'
  1324. }, "slow").css('margin-top', '-50px');
  1325. });
  1326. });
  1327. </script>
  1328. <style>
  1329. </style>
  1330. <div id="sulogin">
  1331. <div class="logintext">
  1332. Please <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="return false;" id="slide-in-loginform">Login</a> or <a href="{$mybb->settings['bburl']}/member.php?action=register">Register</a> to get full access to the forums.
  1333. </div>
  1334.  
  1335. <form action="member.php" class="loginform" method="post">
  1336. <input type="hidden" name="action" value="do_login" />
  1337. <input type="hidden" name="url" value="{$url}" />
  1338. <label>Username: </label>
  1339. <input type="text" name="username" value="" class="boxl"/>
  1340. <label>Password: </label>
  1341. <input type="password" style="left:-3px;" name="password" value="" class="boxl" />
  1342. </span>
  1343. <br/>
  1344. <input type="submit" class="loginsub" value="Login" tabindex="3" />
  1345. </form>
  1346. </div>]]></template>
  1347. <template name="postbit_quote" version="1600"><![CDATA[<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>]]></template>
  1348. <template name="header_welcomeblock_member_moderator" version="1600"><![CDATA[<ul>
  1349. <li><a href="{$mybb->settings['bburl']}/modcp.php">Mod CP</a></li>]]></template>
  1350. <template name="header_welcomeblock_member_admin" version="1600"><![CDATA[<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">Admin CP</a></li>
  1351. </ul>]]></template>
  1352. <template name="header" version="1600"><![CDATA[<navigation>
  1353. <div id="header">
  1354. <span style="float:right">
  1355. <div id="welcome" style="text-align: left; color: #ffffff; text-shadow: 0 1px 0 #000; width: 510px; padding-top: 3px;">
  1356. {$welcomeblock}
  1357. </div>
  1358. </span>
  1359. <a href="{$mybb->settings['bburl']}"><img src="{$theme['imgdir']}/logo.png" style="margin-right: 30px;"></a><img src="{$theme['imgdir']}/sep.png">
  1360. </div>
  1361. <div id="container">
  1362. <div id="toplinks">
  1363. <ul>
  1364. <span style="float:right">
  1365. <li><a href="{$mybb->settings['homeurl']}"><img src="{$theme['imgdir']}/toplinks/home.png" alt="Home">&nbsp;Home&nbsp;</a></li>
  1366. <li><a href="{$mybb->settings['bburl']}"><img src="{$theme['imgdir']}/toplinks/forums.png" alt="Forums">&nbsp;Forums&nbsp;</a></li>
  1367. <li><a href="{$mybb->settings['#']}"><img src="{$theme['imgdir']}/toplinks/demo.png" alt="Demo">&nbsp;Demo&nbsp;</a></li>
  1368. <li><a href="{$mybb->settings['#']}"><img src="{$theme['imgdir']}/toplinks/purchase.png" alt="Purchase">&nbsp;Purchase&nbsp;</a></li>
  1369. </span>
  1370. <li class="nomarg">
  1371. <a href="{$mybb->settings['bburl']}/usercp.php"><img src="{$theme['imgdir']}/toplinks/usercp.png" alt="User CP">&nbsp;User CP&nbsp;</a>
  1372. {$modcplink}
  1373. {$admincplink}
  1374. </li>
  1375. <li><a href="#"><img src="{$theme['imgdir']}/toplinks/links.png" alt="Forum Links">&nbsp;Forum Links&nbsp;</a>
  1376. <ul>
  1377. <li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">View New Posts</a></li>
  1378. <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">View Todays Posts</a></li>
  1379. <li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">View Your Threads</a></li>
  1380. </ul>
  1381. </li>
  1382. </ul>
  1383. </div>
  1384. <br />
  1385. <br />
  1386. <div id="content">
  1387. {$pm_notice}
  1388. {$bannedwarning}
  1389. {$bbclosedwarning}
  1390. {$unreadreports}
  1391. {$pending_joinrequests}
  1392. <br />]]></template>
  1393. <template name="forumbit_depth1_cat" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  1394. <thead>
  1395. <tr>
  1396. <td class="thead" colspan="5">
  1397. <div class="expcolimage" style="height:0; margin:0 ;">&nbsp;<img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
  1398. <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
  1399. </td>
  1400. </tr>
  1401. </thead>
  1402. <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
  1403. <tr>
  1404. <td class="tcat" colspan="2"><span class="smalltext"><strong>&nbsp;{$lang->forumbit_forum}</strong></span></td>
  1405. <td class="tcat" width="85" align="right" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
  1406. <td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
  1407. </tr>
  1408. {$sub_forums}
  1409. </tbody>
  1410. </table>]]></template>
  1411. <template name="footer" version="1600"><![CDATA[<br />
  1412. <div id="footer">
  1413. Copyright &copy; 2010 {$mybb->settings['bbname']}<br />
  1414. <a href="http://photoshopbliss.info" class="lellow">Photoshop Bliss v3</a> Designed and Coded by <a href="http://mybbrunway.com/forums/member.php?uid=1" class="lellow">Jordan Lovelle</a><br />
  1415. Special thanks to <a href="http://mybbrunway.com" class="lellow" target="_Blank">MyBB Runway</a>
  1416. <br />
  1417. Proudly powered by <a href="http://mybb.com" class="lellow">MyBB Forum Software</a>
  1418. </div>
  1419. <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
  1420. {$auto_dst_detection}
  1421. </div>
  1422. </div>]]></template>
  1423. <template name="forumbit_depth2_forum" version="1600"><![CDATA[<tr>
  1424. <td class="{$bgcolor}" valign="center" align="left" style="white-space: norwap" width="10px"></td>
  1425. <td class="{$bgcolor}" valign="top">
  1426. <strong><a href="{$forum_url}">{$forum['name']}</a></strong><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" style="margin-left: 3px; margin-top: 1px;" />{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
  1427. </td>
  1428. <td class="{$bgcolor}" valign="center" align="right" style="white-space: nowrap">{$posts} posts {$unapproved['unapproved_posts']}<br />{$threads} threads {$unapproved['unapproved_threads']}</td>
  1429. <td class="{$bgcolor}" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
  1430. </tr>]]></template>
  1431. <template name="forumbit_depth1_cat_subforum" version="1600"><![CDATA[<tr>
  1432. <td class="tcat" colspan="6"><strong>&raquo;&nbsp;&nbsp;<a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template>
  1433. <template name="forumbit_depth3" version="1600"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a>]]></template>
  1434. <template name="forumbit_depth2_cat" version="1600"><![CDATA[<tr>
  1435. <td class="tcat" colspan="2"><span class="smalltext"><strong>&nbsp;{$lang->forumbit_forum}</strong></span></td>
  1436. <td class="tcat" width="85" align="right" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
  1437. <td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
  1438. </tr>]]></template>
  1439. <template name="forumbit_subforums" version="1600"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>
  1440. <template name="forumdisplay_subforums" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  1441. <tr>
  1442. <td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
  1443. </tr>
  1444. <tr>
  1445. <td class="tcat" colspan="2"><span class="smalltext"><strong>&nbsp;{$lang->forumbit_forum}</strong></span></td>
  1446. <td class="tcat" width="85" align="right" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
  1447. <td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
  1448. </tr>
  1449. <br /><br />
  1450. {$forums}
  1451. </table>]]></template>
  1452. <template name="header_welcomeblock_member" version="1600"><![CDATA[<span style="float:right">
  1453. <img src="{$mybb->user['avatar']}" alt="Avatar" width="80px"; height="80px"; style="margin-top: 2px;">
  1454. </span>
  1455. Welcome back, {$mybb->user['username']}!<br />
  1456. You currently have {$mybb->user['unreadpms']} unread messages.<br />
  1457. You've made {$mybb->user['postnum']} posts.<br />
  1458. You have {$mybb->user['reputation']} reputation points.<br />
  1459. <a class="lellow" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>]]></template>
  1460. <template name="forumdisplay_thread" version="1600"><![CDATA[<tr>
  1461. <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
  1462. <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
  1463. <td class="{$bgcolor}{$thread_type_class}">
  1464. {$attachment_count}
  1465. <div>
  1466. <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>
  1467. <div class="author smalltext">{$thread['profilelink']}</div>
  1468. </div>
  1469. </td>
  1470. <td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
  1471. <td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
  1472. {$rating}
  1473. <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
  1474. <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
  1475. <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
  1476. </td>
  1477. {$modbit}
  1478. </tr>]]></template>
  1479. <template name="showthread" version="1600"><![CDATA[<html>
  1480. <head>
  1481. <title>{$thread['subject']}</title>
  1482. {$headerinclude}
  1483. <script type="text/javascript">
  1484. <!--
  1485. var quickdelete_confirm = "{$lang->quickdelete_confirm}";
  1486. // -->
  1487. </script>
  1488. <script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>
  1489. </head>
  1490. <body>
  1491. {$header}
  1492. {$pollbox}
  1493. <div class="float_left">
  1494. {$multipage}
  1495.  
  1496. </div>
  1497. <div class="float_right">
  1498. {$newreply}
  1499. </div>
  1500. {$ratethread}
  1501. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
  1502. <tr>
  1503. <td class="thead" colspan="2">
  1504. <div style="float: right;">
  1505. <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>
  1506. </div>
  1507. <div>
  1508. <strong>{$thread['threadprefix']}{$thread['subject']}</strong>
  1509. </div>
  1510. </td>
  1511. </tr>
  1512. {$classic_header}
  1513. </table>
  1514. <div id="posts">
  1515. {$posts}
  1516. </div>
  1517. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
  1518. <tr>
  1519. <td colspan="2" class="tfoot">
  1520. {$search_thread}
  1521. <div>
  1522. <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
  1523. </div>
  1524. </td>
  1525. </tr>
  1526. </table>
  1527. <div class="float_left">
  1528. {$multipage}
  1529. </div>
  1530. <div style="padding-top: 4px;" class="float_right">
  1531. {$newreply}
  1532. </div>
  1533. <br style="clear: both;" />
  1534. {$quickreply}
  1535. {$threadexbox}
  1536. {$similarthreads}
  1537. <br />
  1538. <div class="float_left">
  1539. <ul class="thread_tools">
  1540. <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
  1541. <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
  1542. <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>
  1543. </ul>
  1544. </div>
  1545.  
  1546. <div class="float_right" style="text-align: right;">
  1547. {$moderationoptions}
  1548. {$forumjump}
  1549. </div>
  1550. <br style="clear: both;" />
  1551. {$usersbrowsing}
  1552. {$footer}
  1553. </body>
  1554. </html>]]></template>
  1555. <template name="index" version="1600"><![CDATA[<html>
  1556. <head>
  1557. <title>{$mybb->settings['bbname']}</title>
  1558. {$headerinclude}
  1559. <script type="text/javascript">
  1560. <!--
  1561. lang.no_new_posts = "{$lang->no_new_posts}";
  1562. lang.click_mark_read = "{$lang->click_mark_read}";
  1563. // -->
  1564. </script>
  1565. </head>
  1566. <body>
  1567. {$header}
  1568. {$forums}
  1569. <br />
  1570. {$boardstats}
  1571.  
  1572. <dl class="forum_legend smalltext" style="float:right">
  1573. <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
  1574. <dd>{$lang->new_posts}</dd>
  1575. <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
  1576. <dd>{$lang->forum_locked}</dd>
  1577. </dl>
  1578. {$footer}
  1579. </body>
  1580. </html>]]></template>
  1581. <template name="nav_sep_active" version="1600"><![CDATA[&nbsp;&raquo;]]></template>
  1582. <template name="nav_sep" version="1600"><![CDATA[&nbsp;&raquo;]]></template>
  1583. <template name="nav" version="1600"><![CDATA[<div class="navigation">
  1584. <img src="{$theme['imgdir']}/toplinks/home.png" alt="Home" style="margin-bottom: -3px; margin-left: 1px;">&nbsp;{$nav}{$activesep}{$activebit}
  1585. </div>]]></template>
  1586. <template name="nav_bit" version="1600"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template>
  1587. <template name="forumdisplay" version="1600"><![CDATA[<html>
  1588. <head>
  1589. <title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
  1590. {$headerinclude}
  1591. {$rssdiscovery}
  1592. <script type="text/javascript">
  1593. <!--
  1594. lang.no_new_posts = "{$lang->no_new_posts}";
  1595. lang.click_mark_read = "{$lang->click_mark_read}";
  1596. // -->
  1597. </script>
  1598. </head>
  1599. <body>
  1600. {$header}
  1601. {$moderatedby}
  1602. {$usersbrowsing}
  1603. {$rules}
  1604. {$subforums}
  1605. {$threadslist}
  1606. {$footer}
  1607. </body>
  1608. </html>]]></template>
  1609. </templates>
  1610. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement