Advertisement
Guest User

GamesMania.xml

a guest
Feb 4th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme name="Games Mania" version="1600">
  3. <properties>
  4. <templateset><![CDATA[5]]></templateset>
  5. <editortheme><![CDATA[Office_2007]]></editortheme>
  6. <imgdir><![CDATA[images/gamesmania]]></imgdir>
  7. <logo><![CDATA[images/gamesmania/logo.png]]></logo>
  8. <tablespace><![CDATA[4]]></tablespace>
  9. <borderwidth><![CDATA[1]]></borderwidth>
  10. </properties>
  11. <stylesheets>
  12. <stylesheet name="pagemenu.css" version="1600"><![CDATA[#menu_container {
  13. width:910px;
  14. margin:auto auto;
  15. padding-left:20px;
  16. padding-right:20px;
  17. padding-top:2px;
  18. }
  19.  
  20. #pagemenucontainer {
  21. height: 30px;
  22. margin-top: 114px;
  23. float: right;
  24. background: #090908;
  25. border-bottom: 2px solid #06aea8;
  26. padding: 0 3px;
  27.  
  28. }
  29.  
  30. #pagemenu {
  31. height: 30px;
  32.  
  33. }
  34.  
  35. #pagemenu, #pagemenu ul {
  36. padding: 0;
  37. margin: 0;
  38. list-style: none;
  39. line-height: 1;
  40. }
  41. #pagemenu {
  42. margin-bottom: 1px;
  43. }
  44.  
  45. #pagemenu ul {
  46. float: left;
  47. list-style: none;
  48. margin: 0px 0px 0px 0px;
  49. padding: 0px;
  50. }
  51.  
  52. #pagemenu li {
  53. float: left;
  54. list-style: none;
  55. margin: 0px;
  56. padding: 0px;
  57. }
  58.  
  59. #pagemenu ul li {
  60. list-style: none;
  61. margin: 0px;
  62. padding: 0px;
  63. }
  64.  
  65. #pagemenu li a, #pagemenu li a:link {
  66. color: #a09a8a;
  67. display: block;
  68. margin: 0 3px;
  69. padding: 10px 15px;
  70. text-decoration: none;
  71. text-transform: uppercase;
  72. font-weight: bold;
  73. font-size: 11px;
  74. font-family: Arial, Helvetica, sans-serif;
  75. }
  76.  
  77. #pagemenu li a:hover, #pagemenu li a:active {
  78. color: #fff;
  79. display: block;
  80. text-decoration: none;
  81. background: url(images/gamesmania/pagenav-hover.png) left top repeat-x;
  82. text-shadow: 0 1px 0 #007c78;
  83. }
  84.  
  85. #home #pagemenu li.home a, #search #pagemenu li.search a, #memberlist #pagemenu li.memberlist a, #help #pagemenu li.help a, #calendar #pagemenu li.calendar a {
  86. color:#fff;
  87. text-decoration: none;
  88. background: url(images/gamesmania/pagenav-hover.png) left top repeat-x;
  89. text-shadow: 0 1px 0 #007c78;
  90. }
  91.  
  92. #pagemenu li:hover, #pagemenu li.sfhover {
  93. position: static;
  94. }
  95.  
  96.  
  97.  
  98. #navcontainer {
  99. height: 32px;
  100. display: block;
  101. overflow: hidden;
  102. margin-bottom: 1px;
  103. }
  104.  
  105. #navcontainer .current-cat a {
  106. background: url(images/gamesmania/nav-hover.png) left top repeat-x;
  107. color:#fff;
  108. text-shadow: 0 1px 0 #206364;
  109. }
  110.  
  111.  
  112.  
  113.  
  114.  
  115. ]]>
  116. </stylesheet>
  117. <stylesheet name="global.css" version="1600"><![CDATA[body {
  118. background: #413d33;
  119. color: #BBB7AD;
  120. font-family: Verdana, Arial, Sans-Serif;
  121. font-size: 13px;
  122. text-align: center; /* IE 5 fix */
  123. line-height: 1.4;
  124. margin-bottom:20;
  125. margin-top:0;
  126. margin-left:0;
  127. margin-right:0;
  128. }
  129.  
  130. a:link {
  131. color: #4D9EA5;
  132. text-decoration: none;
  133. }
  134.  
  135. a:visited {
  136. color: #4D9EA5;
  137. text-decoration: none;
  138. }
  139.  
  140. a:hover, a:active {
  141. color: #08abab;
  142. text-decoration: underline;
  143. }
  144.  
  145. #games_background {
  146. background:url(images/gamesmania/background.jpg) no-repeat;
  147. height:147px;
  148. background-position: center top;
  149. margin:auto auto;
  150. }
  151.  
  152. #wrapper_container {
  153. padding: 20px;
  154. width:910px;
  155. margin:auto auto;
  156. }
  157.  
  158. .logo {
  159. padding: 10px 0 0 0;
  160. float:left;
  161. }
  162.  
  163. .advertise {
  164. padding: 10px 0 0 0;
  165. float:right;
  166. }
  167.  
  168. #header_bar {
  169. height:111px;
  170. background:url(images/gamesmania/wrapper-background.png);
  171. }
  172.  
  173. #container {
  174. width: 910px;
  175. background: #2A2721;
  176. color: #BBB7AD;
  177. margin: auto auto;
  178. padding: 20px;
  179. text-align: left; /* IE 5 fix */
  180. }
  181.  
  182. #footer_stuff {
  183. padding: 20px;
  184. width:910px;
  185. margin:auto auto;
  186. color: #89857a;
  187. font-size: 11px;
  188. text-align: center;
  189. }
  190.  
  191. #content {
  192. /* FIX: Make internet explorer wrap correctly */
  193. width: auto !important;
  194.  
  195. }
  196.  
  197.  
  198.  
  199. #panel {
  200. background:#38352E;
  201. color: #a29f97;
  202. font-size: 11px;
  203. border: 1px solid #43403A;
  204. padding: 8px;
  205. }
  206.  
  207. table {
  208. color: #A29F97;
  209. font-family: Verdana, Arial, Sans-Serif;
  210. font-size: 13px;
  211. }
  212.  
  213. .tborder {
  214. background: #38352E;
  215. width: 100%;
  216. margin: auto auto;
  217. border: 1px solid #43403A;
  218. padding: 15px;
  219. }
  220.  
  221. .thead {
  222. border-bottom:2px solid #928B78;
  223. color:#4D9EA5;
  224. font-family:Arial,Helvetica,Sans-serif;
  225. font-size:16px;
  226. font-weight:bold;
  227. line-height:16px;
  228. margin:10px 0 0;
  229. padding:6px 0;
  230. text-transform:uppercase;
  231. }
  232.  
  233. .thead a:link {
  234. color: #4D9EA5;
  235. text-decoration: none;
  236. text-shadow: 0 1px 0 #007c78;
  237. }
  238.  
  239. .thead a:visited {
  240. color: #4D9EA5;
  241. text-decoration: none;
  242. text-shadow: 0 1px 0 #007c78;
  243. }
  244.  
  245. .thead a:hover, .thead a:active {
  246. color: #ffffff;
  247. text-shadow: 0 1px 0 #007c78;
  248. text-decoration: underline;
  249. }
  250.  
  251. .tcat {
  252. background: #38352E;
  253. color: #fff;
  254. font-size: 12px;
  255. }
  256.  
  257. .tcat a:link {
  258. color: #fff;
  259. }
  260.  
  261. .tcat a:visited {
  262. color: #fff;
  263. }
  264.  
  265. .tcat a:hover, .tcat a:active {
  266. color: #fff;
  267. }
  268.  
  269. .trow1 {
  270. background: #38352E;
  271. color:#BBB7AD;
  272. }
  273.  
  274. .trow2 {
  275. background: #38352E;
  276. color:#BBB7AD;
  277. }
  278.  
  279. .trow_shaded {
  280. background: #ffdde0;
  281. }
  282.  
  283. .trow_selected td {
  284. background: #FFFBD9;
  285. }
  286.  
  287. .trow_sep {
  288. color: #BBB7AD;
  289. font-size: 12px;
  290. font-weight: bold;
  291. }
  292.  
  293. .tfoot {
  294. background: #38352E;
  295. color: #ffffff;
  296. }
  297.  
  298. .tfoot a:link {
  299. color: #ffffff;
  300. text-decoration: none;
  301. }
  302.  
  303. .tfoot a:visited {
  304. color: #ffffff;
  305. text-decoration: none;
  306. }
  307.  
  308. .tfoot a:hover, .tfoot a:active {
  309. color: #ffffff;
  310. text-decoration: underline;
  311. }
  312.  
  313. .bottommenu {
  314. margin-top:10px;
  315. padding: 28px;
  316. background:url(images/gamesmania/footer-background.png) left center repeat-x;
  317. color: #a29f97;
  318.  
  319. }
  320.  
  321. .navigation {
  322. color: #BBB7AD;
  323. font-size: 13px;
  324. font-weight: bold;
  325. }
  326.  
  327. .navigation a:link {
  328. color: #BBB7AD;
  329. text-decoration: none;
  330. }
  331.  
  332. .navigation a:visited {
  333. color: #BBB7AD;
  334. text-decoration: none;
  335. }
  336.  
  337. .navigation a:hover, .navigation a:active {
  338. text-decoration: none;
  339. color: #BBB7AD;
  340. }
  341.  
  342. .navigation .active {
  343. color: #BBB7AD;
  344. font-size: small;
  345. font-weight: bold;
  346. }
  347.  
  348. .smalltext {
  349. font-size: 11px;
  350. }
  351.  
  352. .largetext {
  353. font-size: 16px;
  354. font-weight: bold;
  355. }
  356.  
  357. input.textbox {
  358. background: #33302A;
  359. color: #A6A29B;
  360. border: 1px solid #4E4A42;
  361. padding: 4px;
  362. }
  363.  
  364. textarea {
  365. background: #33302A;
  366. color: #A6A29B;
  367. border: 1px solid #4E4A42;
  368. padding: 4px;
  369. font-family: Verdana, Arial, Sans-Serif;
  370. line-height: 1.4;
  371. font-size: 13px;
  372. }
  373.  
  374. select {
  375. background: #33302A;
  376. color: #A6A29B;
  377. border: 1px solid #4E4A42;
  378. padding: 4px;
  379. }
  380.  
  381. input.button {
  382. background:#474339;
  383. color:#CFCBC0;
  384. font-size:12px;
  385. padding:4px 15px;
  386. text-decoration:none;
  387. text-shadow:0 1px 0 #322E23;
  388. border: none;
  389. }
  390.  
  391. input.button:hover {
  392. background:#676256;
  393. color:#CFCBC0;
  394. font-size:12px;
  395. padding:4px 15px;
  396. text-decoration:none;
  397. text-shadow:0 1px 0 #322E23;
  398. border: none;
  399. }
  400.  
  401. .editor {
  402. background: #f1f1f1;
  403. border: 1px solid #ccc;
  404. }
  405.  
  406. .editor_control_bar {
  407. background: #fff;
  408. border: 1px solid #0f5c8e;
  409. }
  410.  
  411. .autocomplete {
  412. background: #fff;
  413. border: 1px solid #000;
  414. color: black;
  415. }
  416.  
  417. .autocomplete_selected {
  418. background: #adcee7;
  419. color: #000;
  420. }
  421.  
  422. .popup_menu {
  423. background: #ccc;
  424. border: 1px solid #000;
  425. }
  426.  
  427. .popup_menu .popup_item {
  428. background: #fff;
  429. color: #000;
  430. }
  431.  
  432. .popup_menu .popup_item:hover {
  433. background: #C7DBEE;
  434. color: #000;
  435. }
  436.  
  437. .trow_reputation_positive {
  438. background: #ccffcc;
  439. }
  440.  
  441. .trow_reputation_negative {
  442. background: #ffcccc;
  443. }
  444.  
  445. .reputation_positive {
  446. color: green;
  447. }
  448.  
  449. .reputation_neutral {
  450. color: #444;
  451. }
  452.  
  453. .reputation_negative {
  454. color: red;
  455. }
  456.  
  457. .invalid_field {
  458. border: 1px solid #f30;
  459. color: #f30;
  460. }
  461.  
  462. .valid_field {
  463. border: 1px solid #0c0;
  464. }
  465.  
  466. .validation_error {
  467. background: url(images/invalid.gif) no-repeat center left;
  468. color: #f30;
  469. margin: 5px 0;
  470. padding: 5px;
  471. font-weight: bold;
  472. font-size: 11px;
  473. padding-left: 22px;
  474. }
  475.  
  476. .validation_success {
  477. background: url(images/valid.gif) no-repeat center left;
  478. color: #00b200;
  479. margin: 5px 0;
  480. padding: 5px;
  481. font-weight: bold;
  482. font-size: 11px;
  483. padding-left: 22px;
  484. }
  485.  
  486. .validation_loading {
  487. background: url(images/spinner.gif) no-repeat center left;
  488. color: #555;
  489. margin: 5px 0;
  490. padding: 5px;
  491. font-weight: bold;
  492. font-size: 11px;
  493. padding-left: 22px;
  494. }
  495.  
  496. /* Additional CSS (Master) */
  497. img {
  498. border: none;
  499. }
  500.  
  501. .clear {
  502. clear: both;
  503. }
  504.  
  505. .hidden {
  506. display: none;
  507. float: none;
  508. width: 1%;
  509. }
  510.  
  511. .float_left {
  512. float: left;
  513. }
  514.  
  515. .float_right {
  516. float: right;
  517. }
  518.  
  519. .menu ul {
  520. list-style: none;
  521. margin: 0;
  522. }
  523.  
  524. .menu li {
  525. display: inline;
  526. padding-left: 5px;
  527. }
  528.  
  529. .menu img {
  530. padding-right: 5px;
  531. vertical-align: top;
  532. }
  533.  
  534. #panel .links {
  535. margin: 0;
  536. float: right;
  537. }
  538.  
  539. .expcolimage {
  540. float: right;
  541. width: auto;
  542. vertical-align: middle;
  543. margin-top: 3px;
  544. }
  545.  
  546. img.attachment {
  547. border: 1px solid #E9E5D7;
  548. padding: 2px;
  549. }
  550.  
  551. hr {
  552. background-color: #000000;
  553. color: #000000;
  554. height: 1px;
  555. border: 0px;
  556. }
  557.  
  558. #copyright {
  559. font: 11px Verdana, Arial, Sans-Serif;
  560. margin: 0;
  561. padding: 10px 0 0 0;
  562. }
  563.  
  564. #debug {
  565. float: right;
  566. text-align: right;
  567. margin-top: 0;
  568. }
  569.  
  570. blockquote {
  571. border: 1px solid #ccc;
  572. margin: 0;
  573. background: #fff;
  574. padding: 4px;
  575. }
  576.  
  577. blockquote cite {
  578. font-weight: bold;
  579. border-bottom: 1px solid #ccc;
  580. font-style: normal;
  581. display: block;
  582. margin: 4px 0;
  583. }
  584.  
  585. blockquote cite span {
  586. float: right;
  587. font-weight: normal;
  588. }
  589.  
  590.  
  591. blockquote cite span.highlight {
  592. float: none;
  593. font-weight: bold;
  594. padding-bottom: 0;
  595. }
  596.  
  597. .codeblock {
  598. background: #fff;
  599. border: 1px solid #ccc;
  600. padding: 4px;
  601. }
  602.  
  603. .codeblock .title {
  604. border-bottom: 1px solid #ccc;
  605. font-weight: bold;
  606. margin: 4px 0;
  607. }
  608.  
  609. .codeblock code {
  610. overflow: auto;
  611. height: auto;
  612. max-height: 200px;
  613. display: block;
  614. font-family: Monaco, Consolas, Courier, monospace;
  615. font-size: 13px;
  616. }
  617.  
  618. .subforumicon {
  619. border: 0;
  620. vertical-align: middle;
  621. }
  622.  
  623. .separator {
  624. margin: 5px;
  625. padding: 0;
  626. height: 0px;
  627. font-size: 1px;
  628. list-style-type: none;
  629. }
  630.  
  631. form {
  632. margin: 0;
  633. padding: 0;
  634. }
  635.  
  636. .popup_menu .popup_item_container {
  637. margin: 1px;
  638. text-align: left;
  639. }
  640.  
  641. .popup_menu .popup_item {
  642. display: block;
  643. padding: 3px;
  644. text-decoration: none;
  645. white-space: nowrap;
  646. }
  647.  
  648. .popup_menu a.popup_item:hover {
  649. text-decoration: none;
  650. }
  651.  
  652. .autocomplete {
  653. text-align: left;
  654. }
  655.  
  656. .subject_new {
  657. font-weight: bold;
  658. }
  659.  
  660. .highlight {
  661. background: #FFFFCC;
  662. padding: 3px;
  663. }
  664.  
  665. .pm_alert {
  666. background: #FFF6BF;
  667. border: 1px solid #FFD324;
  668. text-align: center;
  669. padding: 5px 20px;
  670. font-size: 11px;
  671. color:#2A2721;
  672. }
  673.  
  674. .pm_alert a:link {
  675. color:#2A2721;
  676. }
  677.  
  678. .red_alert {
  679. background: #FBE3E4;
  680. border: 1px solid #A5161A;
  681. color: #A5161A;
  682. text-align: center;
  683. padding: 5px 20px;
  684. font-size: 11px;
  685. color:#2A2721;
  686. }
  687.  
  688. .high_warning {
  689. color: #CC0000;
  690. }
  691.  
  692. .moderate_warning {
  693. color: #F3611B;
  694. }
  695.  
  696. .low_warning {
  697. color: #AE5700;
  698. }
  699.  
  700. div.error {
  701. padding: 5px 10px;
  702. border-top: 2px solid #FFD324;
  703. border-bottom: 2px solid #FFD324;
  704. background: #FFF6BF;
  705. font-size: 12px;
  706. }
  707.  
  708. div.error p {
  709. margin: 0;
  710. color: #000;
  711. font-weight: normal;
  712. }
  713.  
  714. div.error p em {
  715. font-style: normal;
  716. font-weight: bold;
  717. padding-left: 24px;
  718. display: block;
  719. color: #C00;
  720. background: url(images/error.gif) no-repeat 0;
  721. }
  722.  
  723. div.error.ul {
  724. margin-left: 24px;
  725. }
  726.  
  727. .online {
  728. color: #15A018;
  729. }
  730.  
  731. .offline {
  732. color: #C7C7C7;
  733. }
  734.  
  735. .pagination {
  736. font-size: 11px;
  737. padding-top: 10px;
  738. margin-bottom: 10px;
  739. }
  740.  
  741. .tfoot .pagination, .tcat .pagination {
  742. padding-top: 0;
  743. }
  744. .pagination .pages {
  745. background:none repeat scroll 0 0 transparent !important;
  746. border:0 none !important;
  747. color:#CFCBC0 !important;
  748. font-size:13px !important;
  749. padding:4px 8px !important;
  750. }
  751.  
  752. .pagination .pagination_current, .pagination a {
  753. background:none repeat scroll 0 0 transparent !important;
  754. border:0 none !important;
  755. color:#CFCBC0 !important;
  756. font-size:13px !important;
  757. padding:4px 8px !important;
  758. }
  759.  
  760. .pagination a {
  761. background:none repeat scroll 0 0 transparent !important;
  762. border:0 none !important;
  763. color:#CFCBC0 !important;
  764. font-size:13px !important;
  765. padding:4px 8px !important;
  766. }
  767.  
  768. .pagination .pagination_current {
  769. background:none repeat scroll 0 0 #CFCBC0 !important;
  770. border:0 none !important;
  771. color:#171511 !important;
  772. font-size:13px !important;
  773. font-weight:bold;
  774. padding:4px 8px !important;
  775. font-weight: bold;
  776. }
  777.  
  778. .pagination a:hover {
  779. background:#4d9ea5!important;
  780. border:0 none !important;
  781. color:#ffffff !important;
  782. font-size:13px !important;
  783. padding:4px 8px !important;
  784. }
  785.  
  786. .thread_legend, .thread_legend dd {
  787. margin: 0;
  788. padding: 0;
  789. }
  790.  
  791. .thread_legend dd {
  792. padding-bottom: 4px;
  793. margin-right: 15px;
  794. }
  795.  
  796. .thread_legend img {
  797. margin-right: 4px;
  798. vertical-align: bottom;
  799. }
  800.  
  801. .forum_legend, .forum_legend dt, .forum_legend dd {
  802. margin: 0;
  803. padding: 0;
  804. }
  805.  
  806. .forum_legend dd {
  807. float: left;
  808. margin-right: 10px;
  809. }
  810.  
  811. .forum_legend dt {
  812. margin-right: 10px;
  813. float: left;
  814. }
  815.  
  816. .success_message {
  817. color: #00b200;
  818. font-weight: bold;
  819. font-size: 10px;
  820. margin-bottom: 10px;
  821. }
  822.  
  823. .error_message {
  824. color: #C00;
  825. font-weight: bold;
  826. font-size: 10px;
  827. margin-bottom: 10px;
  828. }
  829.  
  830. .post_body {
  831. padding: 5px;
  832. }
  833.  
  834. .post_content {
  835. padding: 5px 10px;
  836. }
  837.  
  838. .quick_jump {
  839. background: url(images/jump.gif) no-repeat 0;
  840. width: 13px;
  841. height: 13px;
  842. padding-left: 13px; /* amount of padding needed for image to fully show */
  843. vertical-align: middle;
  844. border: none;
  845. }
  846.  
  847.  
  848.  
  849.  
  850. ]]>
  851. </stylesheet>
  852. </stylesheets>
  853. <templates>
  854. <template name="postbit_classic" version="1600"><![CDATA[{$ignore_bit}
  855. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
  856. <tr>
  857. <td class="{$altbg}" width="140px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  858. <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
  859. <span class="smalltext">
  860. {$post['usertitle']}<br />
  861. {$post['userstars']}
  862. {$post['groupimage']}
  863. {$post['useravatar']}<br />
  864. {$post['user_details']}
  865. </span>
  866. </td>
  867. <td class="{$altbg}" valign="top">
  868. <table width="100%">
  869. <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
  870. <br />
  871. <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
  872. {$post['message']}
  873. </div>
  874. {$post['attachments']}
  875. {$post['signature']}
  876. <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
  877. <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
  878. {$post['iplogged']}
  879. </div>
  880. </td></tr>
  881. </table>
  882. </td>
  883. </tr>
  884. <tr>
  885. <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
  886. <td class="{$altbg}" style="vertical-align: middle;">
  887. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  888. <tr valign="bottom">
  889. <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
  890. <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
  891. </tr>
  892. </table>
  893. </td>
  894. </tr>
  895. </table>]]></template>
  896. <template name="calendar" version="1411"><![CDATA[<html>
  897. <head>
  898. <title>{$mybb->settings['bbname']} - {$lang->calendar}</title>
  899. {$headerinclude}
  900. </head>
  901. <body id="calendar">
  902. {$header}
  903. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  904. <thead>
  905. <tr>
  906. <td class="thead" colspan="8">
  907. <div class="float_right">
  908. <a href="{$prev_link}">&laquo; {$monthnames[$prev_month['month']]} {$prev_month['year']}</a> | <a href="{$next_link}">{$monthnames[$next_month['month']]} {$next_month['year']} &raquo;</a>
  909. </div>
  910. <div><strong>{$monthnames[$month]} {$year}</strong></div>
  911. </td>
  912. </tr>
  913. <tr>
  914. <td class="tcat">&nbsp;</td>
  915. {$weekday_headers}
  916. </tr>
  917. </thead>
  918. <tbody>
  919. {$calendar_rows}
  920. </tbody>
  921. </table>
  922. <br />
  923. <form action="calendar.php" method="post">
  924. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  925. <tr>
  926. <td class="trow1">
  927. <table width="100%" cellspacing="0" cellpadding="0" border="0">
  928. <tr>
  929. <td class="trow1" valign="top">{$addevent}</td>
  930. <td class="trow1" align="right">
  931. <span class="smalltext"><strong>{$lang->jump_month}</strong></span>
  932. <select name="month">
  933. <option value="{$month}">{$monthnames[$month]}</option>
  934. <option value="{$month}">----------</option>
  935. <option value="1">{$lang->alt_month_1}</option>
  936. <option value="2">{$lang->alt_month_2}</option>
  937. <option value="3">{$lang->alt_month_3}</option>
  938. <option value="4">{$lang->alt_month_4}</option>
  939. <option value="5">{$lang->alt_month_5}</option>
  940. <option value="6">{$lang->alt_month_6}</option>
  941. <option value="7">{$lang->alt_month_7}</option>
  942. <option value="8">{$lang->alt_month_8}</option>
  943. <option value="9">{$lang->alt_month_9}</option>
  944. <option value="10">{$lang->alt_month_10}</option>
  945. <option value="11">{$lang->alt_month_11}</option>
  946. <option value="12">{$lang->alt_month_12}</option>
  947. </select>
  948. <select name="year">
  949. <option value="{$year}">{$year}</option>
  950. <option value="{$year}">----------</option>
  951. {$yearsel}
  952. </select>
  953. {$gobutton}
  954. <br /><br />
  955. <span class="smalltext"><strong>{$lang->jump_to_calendar}</strong></span>
  956. {$calendar_jump}
  957. {$gobutton}
  958. </td>
  959. </tr>
  960. </table>
  961. </td>
  962. </tr>
  963. </table>
  964. </form>
  965. {$footer}
  966. </body>
  967. </html>]]></template>
  968. <template name="misc_help" version="1411"><![CDATA[<html>
  969. <head>
  970. <title>{$mybb->settings['bbname']} - {$lang->help_docs}</title>
  971. {$headerinclude}
  972. </head>
  973. <body id="help">
  974. {$header}
  975. {$sections}
  976. {$footer}
  977. </body>
  978. </html>]]></template>
  979. <template name="postbit_author_user" version="1413"><![CDATA[<span style="color:white;"> {$lang->postbit_posts} {$post['postnum']}<br />
  980. {$lang->postbit_joined} {$post['userregdate']}
  981. {$post['replink']}{$post['warninglevel']}</span>]]></template>
  982. <template name="postbit" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
  983. <tr>
  984. <td class="{$altbg}" width="140px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  985. <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
  986. <span class="smalltext">
  987. {$post['usertitle']}<br />
  988. {$post['userstars']}
  989. {$post['groupimage']} <br />
  990. {$post['useravatar']} <br />
  991. {$post['user_details']}
  992. </span>
  993. </td>
  994. <td class="{$altbg}" valign="top">
  995. <table width="100%">
  996. <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
  997. <br />
  998. <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
  999. {$post['message']}
  1000. </div>
  1001. {$post['attachments']}
  1002. {$post['signature']}
  1003. <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
  1004. <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
  1005. {$post['iplogged']}
  1006. </div>
  1007. </td></tr>
  1008. </table>
  1009. </td>
  1010. </tr>
  1011. <tr>
  1012. <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
  1013. <td class="{$altbg}" style="vertical-align: middle;">
  1014. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  1015. <tr valign="bottom">
  1016. <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
  1017. <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
  1018. </tr>
  1019. </table>
  1020. </td>
  1021. </tr>
  1022. </table>]]></template>
  1023. <template name="footer" version="1600"><![CDATA[<br />
  1024. </div>
  1025. </div>
  1026.  
  1027. <div class="bottommenu">
  1028.  
  1029. <div>
  1030. <span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
  1031. </div>
  1032. </div>
  1033. </div>
  1034.  
  1035.  
  1036. <div id="footer_stuff">
  1037. <hr class="hidden" />
  1038. <div id="copyright">
  1039. <div id="debug"><debugstuff></div>
  1040. <!-- MyBB is free software developed and maintained by a volunteer community.
  1041. It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
  1042. to show your support for MyBB. If you choose to remove or modify the copyright below,
  1043. you may be refused support on the MyBB Community Forums.
  1044.  
  1045. This is free software, support us and we'll support you. -->
  1046. {$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.<br />
  1047. <!-- End powered by -->
  1048. Theme converted by <a href="http://goxema.com">Trinit</a> and <a href="http://www.zynge.net/">Zynge.net</a>. Based on <a href="http://newwpthemes.com/demo/GamesMania/">Game Mania</a>.
  1049. <br />
  1050. <br class="clear" />
  1051. <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
  1052. {$auto_dst_detection}
  1053. </div>
  1054. </div></div>]]></template>
  1055. <template name="index" version="1411"><![CDATA[<html>
  1056. <head>
  1057. <title>{$mybb->settings['bbname']}</title>
  1058. {$headerinclude}
  1059. <script type="text/javascript">
  1060. <!--
  1061. lang.no_new_posts = "{$lang->no_new_posts}";
  1062. lang.click_mark_read = "{$lang->click_mark_read}";
  1063. // -->
  1064. </script>
  1065. </head>
  1066. <body id="home">
  1067. {$header}
  1068. {$forums}
  1069. {$boardstats}
  1070.  
  1071. <p class="forum_legend smalltext" align="center">
  1072. <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->new_posts}
  1073.  
  1074. <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->no_new_posts}
  1075.  
  1076. <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /> {$lang->forum_locked}
  1077. </p>
  1078. <br style="clear: both" />
  1079. {$footer}
  1080. </body>
  1081. </html>]]></template>
  1082. <template name="nav" version="1413"><![CDATA[<div class="navigation">
  1083. <img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/joystick.png" style="vertical-align:bottom;">{$nav}{$activesep}{$activebit}
  1084. </div>]]></template>
  1085. <template name="header" version="1600"><![CDATA[<div id="games_background">
  1086. <div id="menu_container">
  1087. <div id="pagemenucontainer">
  1088. <ul id="pagemenu">
  1089. <li class="home"><a href="index.php">Home</a></li>
  1090. <li class="search"><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
  1091. <li class="memberlist"><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
  1092. <li class="calendar"><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
  1093. <li class="help"><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
  1094. </ul>
  1095. </div>
  1096. </div>
  1097. </div>
  1098. <div id="header_bar">
  1099. <div id="wrapper_container">
  1100. <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
  1101. <img src="images/gamesmania/advertise.png" class="advertise">
  1102.  
  1103.  
  1104. </div>
  1105.  
  1106. </div>
  1107. <div id="container">
  1108. <a name="top" id="top"></a>
  1109. <div id="header">
  1110.  
  1111.  
  1112. <hr class="hidden" />
  1113. <div id="panel">
  1114. {$welcomeblock}
  1115. </div>
  1116. </div>
  1117. <hr class="hidden" />
  1118. <br class="clear" />
  1119. <div id="content">
  1120. {$pm_notice}
  1121. {$bannedwarning}
  1122. {$bbclosedwarning}
  1123. {$unreadreports}
  1124. {$pending_joinrequests}
  1125. <navigation>
  1126. <br />]]></template>
  1127. </templates>
  1128. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement