проверочник
Сообщений 1 страница 10 из 10
Поделиться22014-08-26 22:06:10
нежные огурчики
Поделиться32014-08-26 22:07:06
кортавыйкапитан
Поделиться42014-11-14 21:47:53
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='index.php' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password' id='fld2' name='req_password' size='25' maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1;
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>
Поделиться72015-01-21 17:37:04
Я здесь, Инезилья
Я здесь под окном
Поделиться82015-03-12 06:57:00
/* иконка старых сообщений*/
.punbb table Div.icon {
background-image : url(http://savepic.ru/6351644.png);
opacity: 1;
}
#messages table Div.icon, #pun-viewforum table Div.icon {
background: url("http://savepic.org/6519900.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height:20px!important;
margin-top:-5px!important;
margin-left:-10px!important;
padding-right:10px!important;
}
/* иконка новых сообщений*/
.punbb table TR.inew Div.icon {
background-image : url(http://savepic.ru/6355740.png);
opacity: 1;
}
#messages table TR.inew Div.icon, #pun-viewforum table TR.inew Div.icon {
background: url("http://savepic.org/6510684.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height:20px!important;
margin-top:-5px!important;
margin-left:-10px!important;
padding-right:10px!important;
}
/* иконка важных сообщений*/
#messages table TR.isticky Div.icon, #pun-viewforum table TR.isticky Div.icon {
background: url("http://savepic.ru/6343452.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height:20px!important;
margin-top:-5px!important;
margin-left:-10px!important;
padding-right:10px!important;
}
/* иконка закрытых сообщений*/
#messages table TR.iclosed Div.icon, #pun-viewforum table TR.iclosed Div.icon {
background: url("http://savepic.org/6498396.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height:20px!important;
margin-top:-5px!important;
margin-left:-10px!important;
padding-right:10px!important;
}
Поделиться92015-03-12 06:57:10
/*Старые сообщения*/
Div.icon {
background-image : url('http://savepic.ru/6593809.png');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://savepic.ru/6585631.png');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://savepic.ru/6579473.png');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://savepic.ru/6573329.png');
background-repeat: no-repeat;
}