K1S | Datums: Pirmdiena, 15 Jūl 2013, 10:03 PM | Ziņojums # 1 |
|
|
Ieraksti: |
91 |
Reģistrācija: |
20 Jūn 2013 |
Reputācija: |
109 |
Apbalvojumi: |
10 |
Statuss: |
| |
|
| Iekopē šo te kodu lapas augšējā daļā un viss notiek! ( Top part of the website) P.S. Atceries salikt iekšā savus linkus un to nosaukumus, citādi nestrādās!
Kods:
Code <style type="text/css">
.gradientbuttons ul{ padding: 0px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 13px Verdana; list-style-type: none; text-align: center; /*set to left, center, or right to align the menu as desired*/ }
.gradientbuttons li{ display: inline; margin: 0; }
.gradientbuttons li a{ text-decoration: none; padding: 5px 7px; margin-right: 3px; border: 0px solid #778; color: white; border:0px solid gray; background: #3282c2; border-radius: 5px; /*w3c border radius*/ box-shadow: 3px 5px 3px rgba(0,0,0,.3); /* w3c box shadow */ -moz-border-radius: 5px; /* mozilla border radius */ -moz-box-shadow: 3px 5px 3px rgba(0,0,0,.3); /* mozilla box shadow */ background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */ -webkit-border-radius: 5px; /* webkit border radius */ -webkit-box-shadow: 3px 5px 3px rgba(0,0,0,.3); /* webkit box shadow */ background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */ }
.gradientbuttons li a:hover{ color: lightyellow; }
.greentheme li a{ font-size:12px; background: green; background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690); background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690)); }
</style> <div class="gradientbuttons greentheme"> <ul> <li><a href="/">Sākums</a></li> <li><a href="/blog">Blogi</a></li> <li><a href="/index/cats/0-6">Čats</a></li> <li><a href="/forum">Forums</a></li> <li><a href="/publ/flash_speles/11">Spēles</a></li> <li><a href="/photo">Galerija</a></li> <li><a href="/load">Ielādes</a></li> <li><a href="/publ">Raksti</a></li> <li><a href="/index/simbolu_tabula/0-10">Simbolu tabula</a></li> <li><a href="/index/sutit_sms/0-7">Sūtīt SMS</a></li> <li><a href="/tests">Testi</a></li> <li><a href="/dir">Saitu katalogs</a></li> <li><a href="/gb">Viesene</a></li> <li><a href="/index/0-3">Ziņot</a></li> </ul> </div>
|
|
| |