Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
  3. <head>
  4. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  5. <link rel="stylesheet" href="http://l-lin.github.io/font-awesome-animation/dist/font-awesome-animation.min.css">
  6. <link href='http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' rel='stylesheet'/>
  7. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  8. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  9. <meta http-equiv="content-script-type" content="text/javascript" />
  10. <meta http-equiv="content-style-type" content="text/css" />
  11. <!-- BEGIN switch_compat_meta -->
  12. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  13. <!-- END switch_compat_meta -->
  14. <!-- BEGIN switch_canonical_url -->
  15. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  16. <!-- END switch_canonical_url -->
  17. {META_FAVICO}
  18. {META}
  19. {META_FB_LIKE}
  20. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  21. {T_HEAD_STYLESHEET}
  22. {CSS}
  23. <link rel="search" type="application/opensearchdescription+xml" 26.07.2016href="/improvedsearch.xml" title="{SITENAME}" />
  24. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  25. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  26. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  27. <!-- BEGIN switch_fb_login -->
  28. <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  29. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  30. <!-- END switch_fb_login -->
  31. <!-- BEGIN switch_ticker -->
  32. <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  33. <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  34. <!-- END switch_ticker -->
  35. <!-- BEGIN switch_ticker_new -->
  36. <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  37. <script type="text/javascript">//<![CDATA[
  38. /* Definir le sens de direction en fonction du panneau admin */
  39. var tickerDirParam = "{switch_ticker.DIRECTION}";
  40. var slid_vert = false;
  41. var auto_dir = 'next';
  42. var h_perso = parseInt({switch_ticker.HEIGHT});
  43.  
  44. switch( tickerDirParam )
  45. {
  46. case 'top' :
  47. slid_vert = true;
  48. break;
  49.  
  50. case 'left':
  51. break;
  52.  
  53. case 'bottom':
  54. slid_vert = true;
  55. auto_dir = 'prev';
  56. break;
  57.  
  58. case 'right':
  59. auto_dir = 'prev';
  60. break;
  61.  
  62. default:
  63. slid_vert = true;
  64. }
  65.  
  66. $(document).ready(function() {
  67.  
  68. var width_max = $('ul#fa_ticker_content').width();
  69. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  70.  
  71. if (width_max > 0)
  72. {
  73. $('#fa_ticker_content').css('display','block');
  74.  
  75. $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  76. if ($(this).width() > width_item)
  77. {
  78. var ratio = $(this).width() / width_item;
  79. var new_height = Math.round($(this).height() / ratio);
  80. $(this).height(new_height).width(width_item);
  81. }
  82. });
  83.  
  84. if (slid_vert)
  85. {
  86. var height_max = h_perso;
  87.  
  88. $('ul#fa_ticker_content li').each( function () {
  89. if ($(this).height() > height_max)
  90. {
  91. height_max = $(this).height();
  92. }
  93. } );
  94.  
  95. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  96. $('ul#fa_ticker_content li').height(height_max);
  97. }
  98.  
  99. $('#fa_ticker_content').jcarousel({
  100. vertical: slid_vert,
  101. wrap: 'circular',
  102. auto: {switch_ticker.STOP_TIME},
  103. auto_direction: auto_dir,
  104. scroll: 1,
  105. size: {switch_ticker.SIZE},
  106. height_max: height_max,
  107. animation: {switch_ticker.SPEED}
  108. });
  109. }
  110. else
  111. {
  112. $('ul#fa_ticker_content li:not(:first)').css('display','none');
  113. $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  114. }
  115. });
  116. //]]>
  117. </script>
  118. <!-- END switch_ticker_new -->
  119. <script type="text/javascript">
  120. //<![CDATA[
  121. jQuery().ready(function(){
  122. <!-- BEGIN switch_enable_pm_popup -->
  123. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  124. if(pm != null) { pm.focus(); }
  125. <!-- END switch_enable_pm_popup -->
  126. <!-- BEGIN switch_report_popup -->
  127. report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
  128. if(report != null) { report.focus(); }
  129. <!-- END switch_report_popup -->
  130. <!-- BEGIN switch_ticker -->
  131. $(window).load(function() {
  132. Ticker.start({
  133. height : {switch_ticker.HEIGHT},
  134. spacing : {switch_ticker.SPACING},
  135. speed : {switch_ticker.SPEED},
  136. direction : '{switch_ticker.DIRECTION}',
  137. pause : {switch_ticker.STOP_TIME}
  138. });
  139. });
  140. <!-- END switch_ticker -->
  141. });
  142.  
  143. <!-- BEGIN switch_login_popup -->
  144. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  145. <!-- END switch_login_popup -->
  146.  
  147. <!-- BEGIN switch_login_popup -->
  148. $(document).ready( function() {
  149. $(window).resize(function() {
  150. var windowWidth = document.documentElement.clientWidth;
  151. var popupWidth = $("#login_popup").width();
  152. var mypopup = $("#login_popup");
  153.  
  154. $("#login_popup").css({
  155. "left": windowWidth/2 - popupWidth/2
  156. });
  157. });
  158. });
  159. <!-- END switch_login_popup -->
  160. //]]>
  161. </script>
  162. {GREETING_POPUP}
  163. <!-- BEGIN switch_ticker_new -->
  164. <style>
  165. .jcarousel-skin-tango .jcarousel-item {
  166. text-align:center;
  167. width: 10px;
  168. }
  169. .jcarousel-skin-tango .jcarousel-item-horizontal {
  170. margin-right: {switch_ticker.SPACING}px;
  171. }
  172. .jcarousel-skin-tango .jcarousel-item-vertical {
  173. margin-bottom: {switch_ticker.SPACING}px;
  174. }
  175. </style>
  176. <!-- END switch_ticker_new -->
  177. {HOSTING_JS}
  178. <!-- BEGIN google_analytics_code -->
  179. <script type="text/javascript">
  180. //<![CDATA[
  181. var _gaq = _gaq || [];
  182. _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  183. _gaq.push(["_trackPageview"]);
  184. _gaq.push(['_trackPageLoadTime']);
  185.  
  186. <!-- BEGIN google_analytics_code_bis -->
  187. _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  188. _gaq.push(['b._trackPageview']);
  189. <!-- END google_analytics_code_bis -->
  190.  
  191. (function() {
  192. var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  193. ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  194. var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  195. })();
  196. //]]>
  197. </script>
  198. <!-- END google_analytics_code -->
  199. </head>
  200. <body>
  201. <!-- BEGIN hitskin_preview -->
  202. <div id="hitskin_preview" style="display: block;">
  203. <h1><img src="http://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
  204. <div class="content">
  205. <p>
  206. {hitskin_preview.L_THEME_SITE_PREVIEW}
  207. <br />
  208. <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  209. </p>
  210. </div>
  211. </div>
  212. <!-- END hitskin_preview -->
  213. <!-- BEGIN switch_login_popup -->
  214. <div id="login_popup" class="module main" style="z-index: 10000 !important;">
  215. <div id="login_popup_title" class="main-head">
  216. <div class="h3">{SITENAME}</div>
  217. </div>
  218. <div class="main-content">
  219. {LOGIN_POPUP_MSG}
  220. <div id="login_popup_buttons">
  221. <form action="{S_LOGIN_ACTION}" method="get">
  222. <input type="submit" class="button2" value="{L_LOGIN}" />
  223. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  224. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  225. </form>
  226. </div>
  227. </div>
  228. </div>
  229. <!-- END switch_login_popup -->
  230. <a id="top" name="top" accesskey="t"></a>
  231. <div class="minwidth_IE">
  232. <div class="layout_IE">
  233. <div class="container_IE">
  234. <header id="change_header"><div class="main_width"><div id="logo">Brasil Play Freedom RPG<div class="logo"></div></div></div></header>
  235.  
  236. <div id="header_bar" class="clearfix"> <div class="main_width"> <ul class="menu-navegador"> <a href="./forum"><li class="navegador ativo"><i class="fa fa-home fa-fw"></i> Início</li></a><a href="./faq"><li><i class="fa fa-question-circle"></i> FAQ</li></a><a href="./profile?mode=editprofile"><li><i class="fa fa-user fa-fw"></i> Perfil</li></a><a href="./memberlist"><li><i class="fa fa-users fa-fw"></i> Membros</li></a><a href="./f2-regras"><li><i class="fa fa-exclamation-triangle fa-fw"></i> Regras</li></a> </ul>
  237. <!-- BEGIN switch_user_logged_out -->
  238. <div id="user_navigation" class="not_logged_in"><ul class="ipsList_inline right"><a href="/login" title="Entrar"><li>Entrar</li> </a><a href="/register" title="Cadastre-se"><li>Registrar-se</li></a></ul></div></div>
  239. <!-- END switch_user_logged_out -->
  240. <!-- BEGIN switch_user_logged_in -->
  241. </ul><div id="user_navigation" class="logged_in"><ul class="ipsList_inline right"><li><a class="list-group-item" id="inbox_link" href="/privmsg?folder=inbox"><i class="fa fa-envelope-o fa-fw"></i></a></li> <li><a class="list-group-item" id="notify_link" href="/search?search_id=watchsearch"><i class="fa fa-globe fa-fw"></i></a></li> <li><a href="/profile?mode=editprofile&page_profil=avatars"><script>jQuery(document).ready(function(){jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {link = jQuery('.frm dl dd img', data).attr('src');if(link){jQuery('#avatar').html('<center><img src="'+link+'" alt="" /></center>');}else{jQuery('#avatar').html('');}});});</script><div id="avatar"><center></center></div></a></li><li><a id="user_link" href="/profile?mode=editprofile" title="Seu Perfil"><span class="USERNAME"> <div class="seta-topo-perfil"></div></span></a></li><li><a href="/login?logout">Sair</a></li> </ul></div></div></div>
  242. <!-- END switch_user_logged_in -->
  243. </div>
  244.  
  245.  
  246. <div class="pun">
  247. <div id="pun-intro" class="clearfix"><a href="/" id="pun-logo"><img src="http://i.imm.io/1lKHy.png" alt="Brasil Play Freedom" /></a><p id="pun-desc">RPG</p></div>
  248. <!-- BEGIN switch_ticker_new -->
  249. <div id="fa_ticker_block" style="padding-top:4px;">
  250. <div class="module main">
  251. <div class="main-content clearfix">
  252. <div id="fa_ticker_container">
  253. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  254. <!-- BEGIN ticker_row -->
  255. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  256. <!-- END ticker_row -->
  257. </ul>
  258. </div>
  259. </div>
  260. </div>
  261. </div>
  262. <!-- END switch_ticker_new -->
  263. <!-- BEGIN switch_ticker -->
  264. <div id="fa_ticker_block" style="padding-top:4px;">
  265. <div class="module main">
  266. <div class="main-content clearfix">
  267. <div id="fa_ticker_container">
  268. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  269. <div class="fa_ticker_content">
  270. <!-- BEGIN ticker_row -->
  271. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  272. <!-- END ticker_row -->
  273. </div>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. <!-- END switch_ticker -->
  280. <div id="page-body">
  281. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  282. <div id="outer-wrapper">
  283. <div id="wrapper">
  284. <div id="container">
  285. <div id="content">
  286. <div id="{ID_LEFT}">
  287. <!-- BEGIN giefmod_index1 -->
  288. {giefmod_index1.MODVAR}
  289. <!-- BEGIN saut -->
  290. <div style="height:{SPACE_ROW}px"></div>
  291. <!-- END saut -->
  292. <!-- END giefmod_index1 -->
  293. </div>
  294. <div id="main">
  295. <div id="main-content">
  296. <!-- BEGIN html_validation -->
  297. </div>
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. </body>
  310. </html>
  311. <!-- END html_validation -->
  312. <style>
  313.  
  314. #logo {
  315. margin-top:150px!important;
  316. position:absolute!important;
  317. cursor: pointer!important;
  318. font-family: Ubuntu!important;
  319. font-weight: 700!important;
  320. height: 60px!important;
  321. line-height: 60px!important;
  322. list-style-type: none!important;
  323. margin-left: 1px!important;
  324. padding: 0 18px!important;
  325. text-decoration: none!important;
  326. text-shadow: 0 2px 0 rgba(0,0,0,0.14)!important;
  327. text-transform: uppercase!important;
  328. font-size:20px!important;
  329. color:#fff!important;
  330. }
  331. #header_bar {
  332. margin-left: 3px!important;
  333. min-width:99.8%!important;
  334.  
  335. }
  336. div#user_navigation {
  337. display: block;
  338. float: right;
  339. position: absolute;
  340. right: 0;
  341. top: 33px;
  342. }
  343. .right {
  344. float: right;
  345. }
  346. .fa {
  347. display: inline-block;
  348. font: normal normal normal 14px/1 FontAwesome;
  349. font-size: inherit;
  350. text-rendering: auto;
  351. -webkit-font-smoothing: antialiased;
  352. -moz-osx-font-smoothing: grayscale;
  353. }
  354. nav #user_navigation li a {
  355. color: #fff;
  356. }
  357. nav li a {
  358. color: #fff;
  359. padding: 15px;
  360. display: block;
  361. font-size: 15px;
  362. transition: .5s cubic-bezier(0.39,0.58,0.57,1);
  363. text-transform: uppercase;
  364. }
  365. .fa-user:before {
  366. content: "\f007";
  367. }
  368. .fa-envelope-o:before {
  369. content: "\f003";
  370. }
  371. .fa-sign-in, .fa-sign-out {
  372. padding-left: 4px;
  373. }
  374. .fa-sign-out:before {
  375. content: "\f08b";
  376. }
  377. #user_navigation a {margin-top:40px;font-size:0px;}
  378. .fa-user:before, .fa-envelope-o:before , .fa-sign-out:before {font-size:18px!important;}
  379. #header_bar {min-width:99.8%px;}
  380. header {min-width:99.8%!important;}
  381. footer {min-width:99.8%!important;}
  382. #inbox_link, #notify_link {
  383. color: #3091C1!important;
  384. font-size: 24px;
  385. position: relative;
  386. top: -1px;
  387. vertical-align: sub;
  388. }
  389. .fa-fw {
  390. width: 1.2857142857142858em;
  391. text-align: center;
  392. }
  393. .fa-globe:before {
  394. content: "\f0ac";
  395. }
  396. #avatar img {
  397. background: #fff;
  398. border: 1px solid #c4c4c4;
  399. border-radius: 50%;
  400. height: 30px;
  401. margin-top: -3px;
  402. padding: 2px;
  403. width: 30px;
  404. }
  405. .seta-topo-perfil {
  406. border: transparent 5px solid;
  407. border-top: #000 solid 5px;
  408. display: inline-block;
  409. float: right;
  410. height: 0;
  411. margin-left: 5px;
  412. margin-top: 17px;
  413. width: 0;
  414. }
  415. #perfil_drop {
  416. -khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  417. -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  418. -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  419. background: linear-gradient(#FFF,#EDEDED) repeat scroll 0 0 transparent;
  420. border: 0 none!important;
  421. border-radius: 0 0 3px 3px;
  422. box-shadow: rgba(0,0,0,0.3) 0 1px 5px!important;
  423. color: #225985;
  424. font-family: helvetica,arial,sans-serif;
  425. font-size: 12px;
  426. font-style: normal;
  427. font-variant: normal;
  428. font-weight: 400;
  429. overflow: hidden;
  430. padding: 5px;
  431. position: absolute;
  432. right: 11%;
  433. text-align: left;
  434. top: 60px;
  435. width: 270px;
  436. z-index: 999;
  437. }
  438. .avat img {
  439. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  440. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  441. background: #fff;
  442. border: 1px solid #D5D5D5;
  443. border-radius: 3px;
  444. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  445. height: 50px;
  446. margin: 5px 5px 5px 6px;
  447. padding: 1px;
  448. width: 50px;
  449. }
  450. #perfil_drop li {
  451. float: right;
  452. line-height: 22px;
  453. white-space: nowrap;
  454. width: 34.5%;
  455. }
  456. .right, .right li {margin-top:-55px;float:none!important;}
  457. #user_navigation a {font-size:13px!important;}
  458. .fa-globe:before {font-size:20px!important;}
  459. .seta-topo-perfil {margin-left:-80px!important;}
  460. header {width:1350px!important;}
  461.  
  462. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement