This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function() { | |
| $('.scroll-pane').jScrollPane({ | |
| autoReinitialise: true | |
| }); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| value="Логин..." onfocus="if(this.value=='Логин...')this.value='';" onblur="if(this.value=='')this.value='Логин...';" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input:focus::-webkit-input-placeholder {color: transparent} | |
| input:focus::-moz-placeholder {color: transparent} | |
| input:focus:-moz-placeholder {color: transparent} | |
| input:focus:-ms-input-placeholder {color: transparent} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [main] | |
| <!-- Модуль PvP Top --> | |
| <table cellpadding="0" cellspacing="0" id="l2pvp"> | |
| <tr> | |
| <td align='left'>Ник</td> | |
| <td align='right' class="top_pvp"><span>PVP</span> | <span class="tal">PK</span></td> | |
| </tr> | |
| {item} | |
| </table> | |
| [/main] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .forum_theme:after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgba(255, 255, 255, 0.1); -webkit-transform:rotateX(90deg) perspective(400px); -moz-transform:rotateX(90deg) perspective(400px); -o-transform:rotateX(90deg) perspective(400px); transform:rotateX(90deg) perspective(400px); z-index:-1; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; } | |
| .forum_theme:hover:after { height:100%; -webkit-transform:rotateX(0deg); -moz-transform:rotateX(0deg); -o-transform:rotateX(0deg); transform:rotateX(0deg); } | |
| .forum_theme:hover .date { border-color: transparent; } | |
| .forum_theme { -webkit-transform:translateY(40px); -moz-transform:translateY(40px); -o-transform:translateY(40px); transform:translateY(40px); opacity:0; -webkit-transition:all 0.8s ease; -moz-transition:all 0.8s ease; -o-transition:all 0.8s ease; transition:all 0.8s ease; } | |
| .forum_theme { -webkit-transform:translateY(0); -moz-transform:translateY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :focus::-webkit-input-placeholder {color: transparent} | |
| :focus::-moz-placeholder {color: transparent} | |
| :focus:-moz-placeholder {color: transparent} | |
| :focus:-ms-input-placeholder {color: transparent} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["ctrl+k", "ctrl+i"], "command": "gist" }, | |
| { "keys": ["ctrl+k", "ctrl+p"], "command": "gist_private" }, | |
| { "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" }, | |
| { "keys": ["ctrl+k", "ctrl+o"], "command": "gist_list" }, | |
| { "keys": ["ctrl+k", "ctrl+["], "command": "insert_gist_list" }, | |
| { "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="http://l2banners.ru" class="l2b"><img src="{template}/images/L2Banners.png" height="26" width="80" alt="L2Banners.ru - Верстка сайтов"></a> |