Внимание: этот пользователь заблокирован! Настоятельно рекомендуем воздержаться от любого сотрудничества с ним!
1. Как поставить статический фон для магазина?
Код: <style>body, html {
background-color: black;
background-image: url('http://s7.hostingkartinok.com/uploads/images/2014/02/57975bb72d24907a79c00e53f12abc23.jpg');
background-repeat: no-repeat;
bakground-position: center top fixed;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-color: #000;
}</style>
2. Как сделать прозрачным верхний бар?
Код:
<style>.navbar-fixed-top, .navbar-inner {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}</style>
3. Как убрать копирайт, и поставить свой, красивый?
Код:
<center><span class="label label-primary">© 2014, <a href="http://redbool.rentshop.org/">redbool.rentshop.org</a> - Лучший магазин аккаунтов. (Оформление by REDBOOL)</span></center><br>
<style>.container > footer p {
display: none;}
.label-primary {
background-color: #5bc0de;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}</style>
4. Подсветка текста на складе.
Код:
<style>
tbody {
-moz-text-shadow:0 0 10px green; -webkit-text-shadow:0 0 10px green; text-shadow:0 0 10px green;
}</style>
5. Убираем нафиг некрасивую "В наличии".
Код:
<style>
h2 {
font-size: 15px;
line-height: 15px;
color: white;
}
</style>
6. Делаем подсветку текста "новости" и "контакты".
Код:
<style>
h4 {
text-shadow: 0 0 4px #5A009D;
font-size: 17px;
line-height: 27px;
}
h3 {
text-shadow: 0 0 4px #5A009D;
font-size: 17px;
line-height: 27px;
}
</style>
7. Корзина для быстрой покупки.
Код:
<script>var eleWR = document.getElementById('services'); var ix=0; while(eleWR.innerHTML.match(/WMR .. ([0-9]+) .../)){var abc=eleWR.innerHTML.match(/WMR .. ([0-9]+) .../);eleWR.innerHTML = eleWR.innerHTML.replace(/WMR .. ([0-9]+) .../,"WMR<br><div style='padding-top:5px;text-align:center'><input type=text value='"+abc[1]+"' style='width:30px;height:12px;' id='amount"+ix+"'> <img style='cursor:pointer;' onclick='buyIt("+ix+");' src=http://remotetemplate.ru/styles/Buy.png></div></td>"); ix++; }function buyIt(num){document.getElementById("Order_amount").value=document.getElementById("amount"+num).value;document.getElementById("Order_serviceid").selectedIndex=num;document.getElementById("yt0").click();}</script>
8. Смена иконки магазина.
Код:
accu_type: <script> (function() { var link = document.createElement('link'); link.type= 'image/x-icon'; link.rel= 'shortcut icon';
link.href= 'Ссылка на иконку';document.getElementsByTagName('head')
[0].appendChild(link); }()); </script>
9. Убираем верхнюю панель.
Код:
<style>.navbar-fixed-top{display:none;}.</style>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/assets/b381eb7d/js/one.js"></script>
<script type="text/javascript">
[0:15:29] BisMork [SDS] [YH]: <style> .container > footer p {
display: none;
}
</style>
Код: <style>body, html {
background-color: black;
background-image: url('http://s7.hostingkartinok.com/uploads/images/2014/02/57975bb72d24907a79c00e53f12abc23.jpg');
background-repeat: no-repeat;
bakground-position: center top fixed;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-color: #000;
}</style>
2. Как сделать прозрачным верхний бар?
Код:
<style>.navbar-fixed-top, .navbar-inner {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}</style>
3. Как убрать копирайт, и поставить свой, красивый?
Код:
<center><span class="label label-primary">© 2014, <a href="http://redbool.rentshop.org/">redbool.rentshop.org</a> - Лучший магазин аккаунтов. (Оформление by REDBOOL)</span></center><br>
<style>.container > footer p {
display: none;}
.label-primary {
background-color: #5bc0de;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}</style>
4. Подсветка текста на складе.
Код:
<style>
tbody {
-moz-text-shadow:0 0 10px green; -webkit-text-shadow:0 0 10px green; text-shadow:0 0 10px green;
}</style>
5. Убираем нафиг некрасивую "В наличии".
Код:
<style>
h2 {
font-size: 15px;
line-height: 15px;
color: white;
}
</style>
6. Делаем подсветку текста "новости" и "контакты".
Код:
<style>
h4 {
text-shadow: 0 0 4px #5A009D;
font-size: 17px;
line-height: 27px;
}
h3 {
text-shadow: 0 0 4px #5A009D;
font-size: 17px;
line-height: 27px;
}
</style>
7. Корзина для быстрой покупки.
Код:
<script>var eleWR = document.getElementById('services'); var ix=0; while(eleWR.innerHTML.match(/WMR .. ([0-9]+) .../)){var abc=eleWR.innerHTML.match(/WMR .. ([0-9]+) .../);eleWR.innerHTML = eleWR.innerHTML.replace(/WMR .. ([0-9]+) .../,"WMR<br><div style='padding-top:5px;text-align:center'><input type=text value='"+abc[1]+"' style='width:30px;height:12px;' id='amount"+ix+"'> <img style='cursor:pointer;' onclick='buyIt("+ix+");' src=http://remotetemplate.ru/styles/Buy.png></div></td>"); ix++; }function buyIt(num){document.getElementById("Order_amount").value=document.getElementById("amount"+num).value;document.getElementById("Order_serviceid").selectedIndex=num;document.getElementById("yt0").click();}</script>
8. Смена иконки магазина.
Код:
accu_type: <script> (function() { var link = document.createElement('link'); link.type= 'image/x-icon'; link.rel= 'shortcut icon';
link.href= 'Ссылка на иконку';document.getElementsByTagName('head')
[0].appendChild(link); }()); </script>
9. Убираем верхнюю панель.
Код:
<style>.navbar-fixed-top{display:none;}.</style>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/assets/b381eb7d/js/one.js"></script>
<script type="text/javascript">
[0:15:29] BisMork [SDS] [YH]: <style> .container > footer p {
display: none;
}
</style>