Advertisement
Guest User

Untitled

a guest
Dec 30th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.66 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. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  5. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  6. <meta http-equiv="content-script-type" content="text/javascript" />
  7. <meta http-equiv="content-style-type" content="text/css" />
  8. <!-- BEGIN switch_compat_meta -->
  9. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  10. <!-- END switch_compat_meta -->
  11. <!-- BEGIN switch_canonical_url -->
  12. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  13. <!-- END switch_canonical_url -->
  14. {META_FAVICO}
  15. {META}
  16. {META_FB_LIKE}
  17. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  18. {T_HEAD_STYLESHEET}
  19. {CSS}
  20. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  21. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  22. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  23. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  24.  
  25. <!-- BEGIN switch_fb_login -->
  26. <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  27. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  28. <!-- END switch_fb_login -->
  29.  
  30. <!-- BEGIN switch_ticker -->
  31. <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  32. <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  33. <!-- END switch_ticker -->
  34.  
  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.  
  120. <script type="text/javascript">
  121. //<![CDATA[
  122. $(document).ready(function(){
  123. <!-- BEGIN switch_enable_pm_popup -->
  124. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  125. pm.focus();
  126. <!-- END switch_enable_pm_popup -->
  127. <!-- BEGIN switch_report_popup -->
  128. 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}');
  129. report.focus();
  130. <!-- END switch_report_popup -->
  131. <!-- BEGIN switch_ticker -->
  132. ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  133. <!-- END switch_ticker -->
  134. });
  135.  
  136. <!-- BEGIN switch_login_popup -->
  137. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  138. <!-- END switch_login_popup -->
  139.  
  140. <!-- BEGIN switch_login_popup -->
  141. $(document).ready( function() {
  142. $(window).resize(function() {
  143. var windowWidth = document.documentElement.clientWidth;
  144. var popupWidth = $("#login_popup").width();
  145. var mypopup = $("#login_popup");
  146.  
  147. $("#login_popup").css({
  148. "left": windowWidth/2 - popupWidth/2
  149. });
  150. });
  151. });
  152. <!-- END switch_login_popup -->
  153. //]]>
  154. </script>
  155. {GREETING_POPUP}
  156. <!-- BEGIN switch_ticker_new -->
  157. <style>
  158. .jcarousel-skin-tango .jcarousel-item {
  159. text-align:center;
  160. width: 10px;
  161. }
  162.  
  163. .jcarousel-skin-tango .jcarousel-item-horizontal {
  164. margin-right: {switch_ticker.SPACING}px;
  165. }
  166.  
  167. .jcarousel-skin-tango .jcarousel-item-vertical {
  168. margin-bottom: {switch_ticker.SPACING}px;
  169. }
  170. </style>
  171. <!-- END switch_ticker_new -->
  172. {HOSTING_JS}
  173. <!-- BEGIN google_analytics_code -->
  174. <script type="text/javascript">
  175. //<![CDATA[
  176. var _gaq = _gaq || [];
  177. _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  178. _gaq.push(["_trackPageview"]);
  179. _gaq.push(['_trackPageLoadTime']);
  180.  
  181. <!-- BEGIN google_analytics_code_bis -->
  182. _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  183. _gaq.push(['b._trackPageview']);
  184. <!-- END google_analytics_code_bis -->
  185.  
  186. (function() {
  187. var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  188. ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  189. var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  190. })();
  191. //]]>
  192. </script>
  193. <!-- END google_analytics_code -->
  194. </head>
  195.  
  196. <body>
  197. <!-- BEGIN hitskin_preview -->
  198. <div id="hitskin_preview" style="display: block;">
  199. <h1><img src="http://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  200. <div class="content">
  201. <p>
  202. {hitskin_preview.L_THEME_SITE_PREVIEW}
  203. <br />
  204. <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  205. </p>
  206. </div>
  207. </div>
  208. <!-- END hitskin_preview -->
  209.  
  210. <!-- BEGIN switch_login_popup -->
  211. <div id="login_popup" class="module main">
  212. <div id="login_popup_title" class="main-head">
  213. <div class="h3">{SITENAME}</div>
  214. </div>
  215. <div class="main-content">
  216. {LOGIN_POPUP_MSG}
  217. <div id="login_popup_buttons">
  218. <form action="{S_LOGIN_ACTION}" method="get">
  219. <input type="submit" class="button2" value="{L_LOGIN}" />
  220. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  221. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  222. </form>
  223. </div>
  224. </div>
  225. </div>
  226. <!-- END switch_login_popup -->
  227.  
  228. <!--Inicio header Doki-->
  229. <!-- BEGIN switch_user_logged_out -->
  230. <div id="header">
  231. <div class="overlay">
  232. <div id="logo">
  233. <a href="/forum"></a>
  234. </div>
  235. <div id="navbar">
  236. <div class="wrapper">
  237.  
  238. <ul id="topnav">
  239. <li id="button_home">
  240. <a class="active firstlevel" href="/portal">
  241. <span class="last firstlevel">Home</span>
  242. </a>
  243. </li>
  244. <li id="button_demo">
  245. <a class="firstlevel" href="/profile?mode=editprofile">
  246. <span class="firstlevel">Logue-se<p></p></span>
  247. </a>
  248. <ul>
  249. <li>
  250. <a href="/privmsg?folder=inbox">
  251. <span>Você precisa estar logado!</span>
  252. </a>
  253. </li>
  254. <li>
  255. <a href="/profile?mode=editprofile&page_profil=preferences">
  256. <span>Você precisa estar logado!</span>
  257. </a>
  258.  
  259. </li>
  260. </ul>
  261. </li>
  262. <li id="button_help">
  263. <a class="firstlevel" href="/memberlist">
  264. <span class="firstlevel">Membros</span>
  265. </a>
  266. </li>
  267. <li id="button_search">
  268. <a class="firstlevel" href="/search">
  269. <span class="firstlevel">Search</span>
  270. </a>
  271. </li>
  272. <li id="button_calendar">
  273. <a class="firstlevel" href="/groups">
  274. <span class="firstlevel">Grupos</span>
  275. </a>
  276. </li>
  277. <li id="button_login">
  278. <a class="firstlevel" href="/login">
  279. <span class="firstlevel"><a id="sign_in" onclick="LGlogin();" class="login" original-title="Sign In">Login</a></span>
  280. </a>
  281. </li>
  282. <li id="button_register">
  283. <a class="firstlevel" href="/register">
  284. <span class="last firstlevel">Register</span>
  285. </a>
  286. </li>
  287.  
  288. <li>
  289. <a class="firstlevel">
  290. <div style="clear:left;"><div id="nav_background"><img src="http://i13.servimg.com/u/f13/18/08/41/63/change10.png" alt="Change background image" title="Trocar a imagem de fundo" /></div>
  291.  
  292. </a>
  293. </li>
  294.  
  295. </ul>
  296. </div>
  297.  
  298. </div>
  299. <div id="loool">
  300. <div class="wrapper">
  301. <div id="board-notice">
  302. </div>
  303. <div id="welcome">
  304. <p>Olá <span>Convidado</span> <a href="/register">registre-se</a> para ter acesso ao nosso conteúdo.</p>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. </div>
  310. <div id="toolbar">
  311. <div class="wrapper">
  312. <div id="account">
  313. <ul>
  314. <li class="signin"><a id="sign_in" onclick="LGlogin();" class="login" original-title="Sign In">Login</a></li>
  315. <li class="signup"><a href="/register">Register</a></li>
  316. </ul>
  317. </div>
  318. <div id="quicknav">
  319. <ul>
  320. <li class="facebook social"><a href="#" title="Facebook" target="_blank"></a></li>
  321. <li class="twitter social"><a href="#" title="Twitter" target="_blank"></a></li>
  322. <li class="googleplus social"><a href="#" title="Google+" target="_blank"></a></li>
  323. <li class="pinterest social"><a href="#" title="Pinterest" target="_blank"></a></li>
  324. <li class="rss social"><a href="#" title="RSS" target="_blank"></a></li>
  325. <li><a href="#">Skin Adaptada Por DarkDoki</a></li>
  326. </ul>
  327. </div>
  328. </div>
  329. </div>
  330. <!-- END switch_user_logged_out -->
  331. <!-- BEGIN switch_user_logged_in -->
  332. <div id="header">
  333. <div class="overlay">
  334. <div id="logo">
  335. <a href="/forum"></a>
  336. </div>
  337. <div id="navbar">
  338. <div class="wrapper">
  339.  
  340. <ul id="topnav">
  341. <li id="button_home">
  342. <a class="active firstlevel" href="/portal">
  343. <span class="last firstlevel">Home</span>
  344. </a>
  345. </li>
  346. <li id="button_demo">
  347. <a class="firstlevel" href="/profile?mode=editprofile">
  348. <span class="firstlevel">Bem Vindo <p>{USERNAME}</p></span>
  349. </a>
  350. <ul>
  351. <li>
  352. <a href="/privmsg?folder=inbox">
  353. <span>MP's</span>
  354. </a>
  355. </li>
  356. <li>
  357. <a href="/profile?mode=editprofile&page_profil=preferences">
  358. <span>Editar Informações</span>
  359. </a>
  360.  
  361. </li>
  362. </ul>
  363. </li>
  364. <li id="button_help">
  365. <a class="firstlevel" href="/memberlist">
  366. <span class="firstlevel">Membros</span>
  367. </a>
  368. </li>
  369. <li id="button_search">
  370. <a class="firstlevel" href="/search">
  371. <span class="firstlevel">Search</span>
  372. </a>
  373. </li>
  374. <li id="button_calendar">
  375. <a class="firstlevel" href="/groups">
  376. <span class="firstlevel">Grupos</span>
  377. </a>
  378. </li>
  379. <li id="button_login">
  380. <a class="firstlevel" href="#">
  381. <span class="firstlevel">Anúncios</span>
  382. </a>
  383. </li>
  384. <li id="button_register">
  385. <a class="firstlevel" href="#">
  386. <span class="last firstlevel">Regras</span>
  387. </a>
  388. </li>
  389.  
  390. <li>
  391. <a class="firstlevel">
  392. <div style="clear:left;"><div id="nav_background"><img src="http://i13.servimg.com/u/f13/18/08/41/63/change10.png" alt="Change background image" title="Trocar a imagem de fundo" /></div>
  393.  
  394. </a>
  395. </li>
  396.  
  397. </ul>
  398. </div>
  399.  
  400. </div>
  401. <div id="loool">
  402. <div class="wrapper">
  403. <div id="board-notice">
  404. </div>
  405. <div id="welcome">
  406. <p>Olá <span>{USERNAME}</span> <a href="/privmsg?folder=inbox">MP's -</a><a href="/profile?mode=editprofile"> Perfil - </a><a href="/search?search_id=newposts"> Topicos Recentes -</a></p>
  407. </div>
  408. </div>
  409. </div>
  410. </div>
  411. </div>
  412. <div id="toolbar">
  413. <div class="wrapper">
  414. <div id="account">
  415. <ul>
  416. <li class="signin"><a href="/search?search_id=activetopics">Topicos ativos</a></li>
  417. <li class="signup"><a href="/login?logout">Sair</a></li>
  418. </ul>
  419. </div>
  420. <div id="quicknav">
  421. <ul>
  422. <li class="facebook social"><a href="#" title="Facebook" target="_blank"></a></li>
  423. <li class="twitter social"><a href="#" title="Twitter" target="_blank"></a></li>
  424. <li class="googleplus social"><a href="#" title="Google+" target="_blank"></a></li>
  425. <li class="pinterest social"><a href="#" title="Pinterest" target="_blank"></a></li>
  426. <li class="rss social"><a href="#" title="RSS" target="_blank"></a></li>
  427. <li><a href="#">Skin Adaptada Por DarkDoki</a></li>
  428. </ul>
  429. </div>
  430. </div>
  431. </div>
  432. <!-- END switch_user_logged_in -->
  433. <!-- Fim Header Doki-->
  434.  
  435.  
  436.  
  437. <!-- BEGIN switch_user_logged_out -->
  438.  
  439. <div id="user_navigation" class="not_logged_in">
  440. <ul class="ipsList_inline">
  441. </ul>
  442. </div>
  443. <div id="LGlogin" style="display:none">
  444. <div id="LGlogin-border">
  445. <img src="http://illiweb.com/fa/empty.gif" class="closebutton" width="20px" height="20px" onclick="LGlogin();"/>
  446. <h1>Login</h1>
  447. <form action="/login.forum" method="post">
  448. <div id="LGspace">
  449. <ul>
  450. <label for="username"><b>Username</b></label>
  451. <input type="text" name="username" size="30" id='main_input_user' /><br />
  452. <label for="password"><b>Password</b></label>
  453. <input type="password" name="password" size="30" id='main_input_password' /><br /><br />
  454. <li><input type="checkbox" name="autologin" tabindex="4" checked="checked" /> Lembrar-me?</li>
  455. <span class="desc lighter">Não recomendado para computadores compartilhados</span>
  456. <h2><a href="/profile?mode=sendpassword" id="r_senha">Recuperar Senha</a></h2>
  457. </ul><br />
  458. <li class="ipsField"><div class="ipsField_content">
  459. Precisa de uma conta? <a href="/register" title="Register now!">Registre-se agora!</a>
  460. </div></li><br />
  461. </div>
  462.  
  463. <p class="center">
  464. <strong>{ADMIN_LINK}</strong>
  465.  
  466.  
  467. </p>
  468. <div style="clear:left;"><div id="nav_background"><img src="http://i13.servimg.com/u/f13/18/08/41/63/change10.png" alt="Change background image" title="Trocar a imagem de fundo" /></div>
  469.  
  470. <input type="submit" class="login-submit" name="login" value="Entrar"/>
  471. <input name="redirect" type="hidden" value="" />
  472. <br />
  473. </div>
  474. </form>
  475.  
  476. </div>
  477. </div>
  478. <script type="text/javascript">
  479. function LGlogin() {var x = document.getElementById('LGlogin'); if (x.style.display == 'none') {jQuery(x).add('#LGoverlay').fadeIn('slow');var r = x.getElementsByTagName('form')[0].redirect;r.value = window.location.href;} else {jQuery(x).add('#LGoverlay').fadeOut('slow');}}jQuery(function(){ if(document.getElementById('logout')) document.getElementById('LGloginbtn').style.display = 'none'; });
  480. </script>
  481.  
  482. <!-- END switch_user_logged_out -->
  483.  
  484.  
  485. <a id="top" name="top" accesskey="t"></a>
  486.  
  487. <div class="minwidth_IE">
  488. <div class="layout_IE">
  489. <div class="container_IE">
  490. <div class="pun">
  491. <div id="pun-intro" class="clearfix">
  492. <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
  493.  
  494. <!-- BEGIN switch_h1 -->
  495. <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  496. <!-- END switch_h1 -->
  497.  
  498. <!-- BEGIN switch_desc -->
  499. <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  500. <!-- END switch_desc -->
  501. </div>
  502. <div id="pun-head">
  503. <div id="pun-navlinks">
  504. <ul class="clearfix">
  505. <li>{GENERATED_NAV_BAR}</li>
  506. </ul>
  507. </div>
  508. </div>
  509.  
  510. <!-- BEGIN switch_ticker_new -->
  511. <div id="fa_ticker_block" style="padding-top:4px;">
  512. <div class="module main">
  513. <div class="main-content clearfix">
  514. <div id="fa_ticker_container">
  515. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  516. <!-- BEGIN ticker_row -->
  517. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  518. <!-- END ticker_row -->
  519. </ul>
  520. </div>
  521. </div>
  522. </div>
  523. </div>
  524. <!-- END switch_ticker_new -->
  525.  
  526. <!-- BEGIN switch_ticker -->
  527. <div id="fa_ticker_block" style="padding-top:4px;">
  528. <div class="module main">
  529. <div class="main-content clearfix">
  530. <div id="fa_ticker_container">
  531. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  532. <div class="fa_ticker_content">
  533. <!-- BEGIN ticker_row -->
  534. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  535. <!-- END ticker_row -->
  536. </div>
  537. </div>
  538. </div>
  539. </div>
  540. </div>
  541. </div>
  542. <!-- END switch_ticker -->
  543.  
  544. <div id="page-body">
  545. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  546. <div id="outer-wrapper">
  547. <div id="wrapper">
  548. <div id="container">
  549. <div id="content">
  550. <div id="{ID_LEFT}">
  551. <!-- BEGIN giefmod_index1 -->
  552. {giefmod_index1.MODVAR}
  553. <!-- BEGIN saut -->
  554. <div style="height:{SPACE_ROW}px"></div>
  555. <!-- END saut -->
  556. <!-- END giefmod_index1 -->
  557. </div>
  558. <div id="main">
  559. <div id="main-content">
  560.  
  561. <!-- BEGIN html_validation -->
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. </div>
  571. </div>
  572. </div>
  573. </div>
  574. </body>
  575. </html>
  576. <!-- END html_validation -->
  577.  
  578. <style>
  579. /*LGLogin*/
  580. #LGlogin{
  581. background: #000 url('http://fcimage.net/public/style_images/imgfc/trans60.png') repeat;
  582. box-shadow:10px 10px 40px #000;
  583. color:#333;
  584. font-family:sans-serif;
  585. left:30%;
  586. position:fixed;
  587. top:30%;
  588. width:550px;
  589. z-index: 999;
  590. padding: 8px;
  591. -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
  592. -moz-box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
  593. box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
  594. -moz-border-radius: 5px;
  595. -webkit-border-radius: 5px;
  596. border-radius: 5px;
  597. }
  598.  
  599. #LGoverlay {
  600. background-color: #000;
  601. filter: Alpha(opacity=70);
  602. left: 0;
  603. min-height: 101%;
  604. opacity: .7;
  605. position: fixed;
  606. top: 0;
  607. width: 100%;
  608. z-index: 999;
  609. }
  610.  
  611. #LGlogin-border{
  612. background: white;
  613. padding-bottom:2px;
  614. }
  615.  
  616. #LGlogin h1{
  617. background: url(http://50.97.119.11/~brasi836/forum/public/style_images/neat/maintitle.png) repeat-x top;
  618. color: white;
  619. padding: 8px 10px 9px;
  620. font-size: 16px;
  621. font-weight: bold;
  622. text-shadow: 0 1px 2px black;
  623. text-align: left;
  624. }
  625.  
  626. #LGlogin h2 {
  627. float: right;
  628. position: relative;
  629. top: -21px;
  630. display: inline-block;
  631. font-size: 11px;
  632. width: 120px;
  633. }
  634.  
  635. #LGlogin h2 a{
  636. color:#333;
  637. }
  638.  
  639. #LGlogin form{
  640. width:100%;
  641. }
  642.  
  643. #LGlogin img.closebutton{
  644. background:url(http://50.97.119.11/~brasi836/forum/public/style_images/neat/close_popup.png) no-repeat;
  645. cursor:pointer;
  646. float:right;
  647. height:22px;
  648. margin:5px;
  649. width:22px
  650. }
  651.  
  652. #LGspace {margin-top: 15px; margin-left: 100px;}
  653.  
  654. #LGlogin ul{
  655. list-style-type:none
  656. }
  657.  
  658. #LGlogin ul li{
  659. float:center;
  660. font-size:1.2em;
  661. width:50%
  662. }
  663.  
  664. #LGlogin li input{
  665. -moz-border-radius:3px;
  666. -webkit-border-radius:3px;
  667. background:#fff;
  668. border:1px solid #CCC;
  669. border-radius:3px;
  670. padding:4px
  671. }
  672.  
  673. #LGlogin .login-submit{
  674. margin:15px auto;
  675. margin-bottom: 0px;
  676. background: #333 url(http://50.97.119.11/~brasi836/forum/public/style_images/neat/alert-overlay.png) repeat-x top;
  677. border: 1px solid rgba(0, 0, 0, 0.35);
  678. -moz-border-radius: 3px;
  679. -webkit-border-radius: 3px;
  680. border-radius: 3px;
  681. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  682. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  683. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  684. color: white;
  685. text-shadow: 0 -1px 1px black;
  686. font: 300 12px/1.3 Helvetica, Arial, sans-serif;
  687. line-height: 30px;
  688. height: 30px;
  689. padding: 0 10px;
  690. text-align: center;
  691. min-width: 125px;
  692. display: block;
  693. cursor: pointer;
  694. }
  695.  
  696. #LGlogin .login-submit:hover{background-position:50% -5px;color:#fff}
  697.  
  698. #login_popup{
  699. border-top:1px solid #999999;
  700. }
  701.  
  702. #main_input_user, #main_input_password {
  703. font-size: 12px;
  704. color: #333;
  705. font-weight: bold;
  706. margin-top:5px;
  707. width: 210px;
  708. margin-bottom: 5px;
  709. margin-left: 5px;
  710. padding: 7px;
  711. border-width: 1px;
  712. border-style: solid;
  713. border-color: #DFDFDF;
  714. background: white;
  715. }
  716.  
  717. .login {
  718. background: none;
  719. cursor: pointer;
  720. padding: 5px;
  721. }
  722.  
  723. a#r_senha:hover {
  724. background: none;
  725. outline: none;
  726. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement