want some?

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

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


Вы здесь » want some? » trailer park » награды (пока нет наград)


награды (пока нет наград)

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

1

Код:
<!--HTML-->

<div class="billy_theme">
    <div class="billy_title">награды</div>
    <div class="billy_body">пусть каждому воздастся по делам его: и тебе, и тебе, и тебе, брут. и может это не самые оригинальные достижения, не то, о чем ты будешь расказывать в выпускной речи или на своем пятидесятом юбилее, но лишним не будет. каждая награда - шрам на память от победной схватки с билли. за каждую награду - мзда в бензобак в размере 50$ и кокетливый шлепок по попе. награды клянчим здесь, баксы раздаем в банке, плез.<br><br><br><br><br><br><br></div></div>
Код:
[b]какая награда:[/b]
[b]доказательство:[/b]

0

2

Код:
<!--HTML--><head></head>
<body>
<style>
#calc{width: 200px;}
#btn{
    width: 97%;
    height: 28px;
    box-shadow: inset 0px 1px 0px 0px #e2e4bb;
    background-color: #c7cb74;
    background: linear-gradient(to bottom, #d1d67e 5%, #919446 100%);
    border-radius: 34px;
    border: 1px solid #d6d8a4;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: arial!important;
    font-size: 12px!important;
    text-shadow: 0px 1px 0px #808437;
    font-style: italic!important;
}
#btn2 {    width: 89%;
    height: 20px;
    box-shadow: inset 0px 1px 0px 0px #e0e0e0;
    background-color: #d0d0d0;
    background: linear-gradient(to bottom, #d0d0d0 5%, #a2a2a2 100%);
    border-radius: 34px;
    border: 1px solid #d0c9e2;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: arial!important;
    font-size: 12px!important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #616161;
    font-style: italic!important;

}

</style>
<form Name="calc">
<table id="calc">
<tr>
<td colspan=4><input id="btn2" name="display" onkeypress="return event.charCode >= 48 && event.charCode <= 57" type="text"></td>
<td style="display:none"><input name="M" type="number"></td>
</tr>
<tr>

<td><input id="btn" type=button value="0" OnClick="calc.display.value+='0'"></td>
<td><input id="btn" type=button value="1" OnClick="calc.display.value+='1'"></td>
<td><input id="btn" type=button value="2" OnClick="calc.display.value+='2'"></td>
<td><input id="btn" type=button value="+" OnClick="calc.display.value+='+'"></td>
</tr>
<tr>

<td><input id="btn" type=button value="3" OnClick="calc.display.value+='3'"></td>
<td><input id="btn" type=button value="4" OnClick="calc.display.value+='4'"></td>
<td><input id="btn" type=button value="5" OnClick="calc.display.value+='5'"></td>
<td><input id="btn" type=button value="-" OnClick="calc.display.value+='-'"></td>
</tr>
<tr>

<td><input id="btn" type=button value="6" OnClick="calc.display.value+='6'"></td>
<td><input id="btn" type=button value="7" OnClick="calc.display.value+='7'"></td>
<td><input id="btn" type=button value="8" OnClick="calc.display.value+='8'"></td>
<td><input id="btn" type=button value="x" OnClick="calc.display.value+='*'"></td>
</tr>
<tr>

<td><input id="btn" type=button value="9" OnClick="calc.display.value+='9'"></td>
<td><input id="btn" type=button value="C" OnClick="calc.display.value=''"></td>
<td><input id="btn" type=button value="=" OnClick="calc.display.value=eval(calc.display.value)"></td>
<td><input id="btn" type=button value="/" OnClick="calc.display.value+='/'"></td>


</tr>
</table>
</form>
</body>

0


Вы здесь » want some? » trailer park » награды (пока нет наград)


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