хаккенден

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » хаккенден » Тестовый форум » Тестовое сообщение


Тестовое сообщение

Сообщений 1 страница 14 из 14

1

Благодарим за выбор нашего сервиса!

0

2

“In this world there are strong ones and weak ones. We call the ones who have money and power strong. But among the people I know, even without them there are those who are strong. My friend Gong Joo, even if her business failed she still lives with a loud voice towards her younger brothers. To them they call it loyalty. My young friends who lived with punches towards other kids have now become gentle lambs. That punk called it love. The greatest fool in the world, the teacher who was ignored by the students after that day he is now the best teacher in that school. The children call it respect. A teacher who was not able to act like one, an adult that does not act like an adult, the kids know it at first glance. Rankings were destroyed, and authority was expelled.”

0

3

“In this world there are strong ones and weak ones. We call the ones who have money and power strong. But among the people I know, even without them there are those who are strong. My friend Gong Joo, even if her business failed she still lives with a loud voice towards her younger brothers. To them they call it loyalty. My young friends who lived with punches towards other kids have now become gentle lambs. That punk called it love. The greatest fool in the world, the teacher who was ignored by the students after that day he is now the best teacher in that school. The children call it respect. A teacher who was not able to act like one, an adult that does not act like an adult, the kids know it at first glance. Rankings were destroyed, and authority was expelled.”
-------------------------------------------------

Отредактировано шино (2015-08-08 12:56:33)

0

4

“In this world there are strong ones and weak ones. We call the ones who have money and power strong. But among the people I know, even without them there are those who are strong. My friend Gong Joo, even if her business failed she still lives with a loud voice towards her younger brothers. To them they call it loyalty. My young friends who lived with punches towards other kids have now become gentle lambs. That punk called it love. The greatest fool in the world, the teacher who was ignored by the students after that day he is now the best teacher in that school. The children call it respect. A teacher who was not able to act like one, an adult that does not act like an adult, the kids know it at first glance. Rankings were destroyed, and authority was expelled.”

0

5

0

6

Aomine Daiki написал(а):

Rankings were destroyed, and authority was expelled.

Rankings were destroyed, and authority was expelled.

0

7

Код:
“In this world there are strong ones and weak ones. 
We call the ones who have money and power strong. 
But among the people I know, even without them there are those who are strong. 
My friend Gong Joo, even if her business failed she still lives with a loud voice towards her younger brothers. 
To them they call it loyalty. 
My young friends who lived with punches towards other kids have now become gentle lambs. 
That punk called it love. 
The greatest fool in the world, the teacher who was ignored by the students after that day he is now the best teacher in that school. 
The children call it respect. 
A teacher who was not able to act like one, an adult that does not act like an adult, the kids know it at first glance. 
Rankings were destroyed, and authority was expelled.”

0

8

шрифт в коде
цвета ссылок
оформление быстрого ответа

0

9

/* кнопка "Отправить" и пр. */
.button {
  height: auto;
   padding: 5px;
background: url("") 0px 0px #a7daeb;
color: #f6f6f6 !important;
  border-radius: 20px;
text-sadow: 1px 1px 1px #ece9e9;
border: 2px solid #f4f2dd;
}
/* кнопка "отправить" и пр. после наведения */
.button:hover, .button:active, .button:focus {
   color: #ffffff !important;
  border-radius: 20px;
}

0

10

/* Посты и уважение в профиле*/
.pa-respect {content: ".";
shadow: inset 0 0 10px 5px #fff;
padding:11px; text-shadow: #ffffff 1px 1px 1px; width: 83px; height: 30px;
display: inline-block; margin-left: 0px;
text-align: center;font-family: 'Franklin Gothic Medium'; font-size: 13px; color: #5199c2;}
.pa-posts { margin-left: 30px; content: ".";
shadow: inset 0 0 10px 5px #fff;
text-shadow: #ffffff 1px 1px 1px;
    display: inline-block;
    text-align: center; font-family: 'Franklin Gothic Medium'; font-size: 13px;
width: 83px; height: 30px;padding:11px; color: #5199c2;
}

0

11

0

12

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;}

0

13

<!-- убрать слово награды -->
<style type="text/css">
li#navawards {display: none;}
</style>
<!-- убрать слово награды закончилось -->

<!-- личное звание -->
<style type="text/css">
div.personal {width: 180px;
border: 1px double #685c25;
color: #050503;
font-family: arial;
letter-spacing: 1px;
line-height: 11px;
padding: 2px;}
</style>

<!--убирает названия полей-->
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld1")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld2")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>

<!--конец убирателя полей-->

<!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
/*background-color:#!important;*/
}
img.aw{
background-color:#!important;
}
ul.wrapper{
margin-left:-15px;
width:200px!important;
margin-bottom:-15px;
display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на Картинку
var Img="http://funkyimg.com/i/ZR9Q.png";

wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='";
wrappEnd="'><ul class=wrapper></ul></li>";
wrapp1=wrapp1+Img+wrappEnd;

$(window).load(function () {
$(".post .post-author .pa-awards").each(function() {
  if($(this).css("display")!="none"){
  $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul')
  $(this).appendTo(a)
  }
});});
$(".post .post-author-Sp ").live("click", function(){
$(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->

<!-- Кнопки вверх-вниз -->
<div style="position:fixed; right: 12%; bottom: 30%;">
  <a href="#top" onclick="scrollTo(0,0); return false;" title="Вверх страницы">
    <img src="http://funkyimg.com/i/ZR9E.png" alt="Вверх страницы">
  </a>
  <br>
  <br>
  <a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
    <img src="http://funkyimg.com/i/ZR9D.png" alt="Вниз страницы">
  </a>
</div>

<!-- НОВЫЕ СООБЩЕНИЯ -->
<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>
<!-- НОВЫЕ СООБЩЕНИЯ -->

<!--Меняем Шрифт в Топике -->
<style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}

a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="img/minus.png" alt="-" />Шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
$("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script><!--End//Меняем Шрифт в Топике -->

/* ник */
.pa-author a, .pa-author {text-align: center;
color: #393524 !important; /* цвет */
font: small-caps 700 12pt "Arvo" !important; /* капс, размер, шрифт */
text-transform: lowercase;
letter-spacing: 1px; /* расстояние между бквами */
  font-weight: bold; /* начертание */
}

/* статус */
.pa-title {text-align: center;
font: small-caps 700 8pt "Arial" !important;
text-transform: lowercase;
letter-spacing: 2px;
}

/* профиль окантовка */
.punbb .post .post-author {
width: 210px;
padding-top: 5px;
border: 1px double #84732d;
background-image: url(http://funkyimg.com/i/ZPhw.png);
background-color: #aca19a;
}

/* рамка аватара */
li.pa-avatar img {
border-style: solid;
border-width: 2px;
border-color: #84732d;
max-width: 180px !important;
max-height: 180px !important;
}

/* активность */
.pa-online { text-align: center;
font: small-caps 700 7pt "Arial" !important;
text-transform: lowercase;
font-style: normal;
}

0

14

stockholm syndrome написал(а):

<!-- убрать слово награды -->
<style type="text/css">
li#navawards {display: none;}
</style>
<!-- убрать слово награды закончилось -->

0


Вы здесь » хаккенден » Тестовый форум » Тестовое сообщение


Рейтинг форумов | Создать форум бесплатно