PHP-Fusion Mods
Navigacija
Apsauga
Apsauga Neleista registracija: 38943
Šiandien: 13
Prisijungę nariai
» Svečių: 1
» Narių: 0

» Viso narių: 10,235
» Naujausias: ruslanas tuk

Prisijungimų istorija:
tabux23:09:38
sanpernepamenu
Zbigniew@nepamenu
CepelinasXnepamenu
VV91DDnepamenu
Minusnepamenu
priezilviciunepamenu
EdvinasG1337nepamenu
rolandas94nepamenu
Edis2nepamenu
klubogerbejasnepamenu
Miskinisnepamenu
Pask. modai
Prisijungti
Vardas

Slaptažodis



Dar ne narys?
Registruotis.

Pamiršai slaptažodį?
Prašyk naujo!.

Naujausi prašymai
[L] testas
Narių apklausa
Ar dar kuriate tinklalapius?

Ne
Ne
0% [0 Balsai]

Taip
Taip
88% [7 Balsai]

Naudojuosi socialiniais tinklais
Naudojuosi socialiniais tinklais
13% [1 Balsas]

Balsai: 8
Kad galėtum balsuoti, turi prisijungti.
Pradėta: 2022-05-29 19:54
Shoutbox
You must login to post a message.

2026-03-21 19:07

2025-07-13 17:07
svx, smagu kad dar atsiranda naujų narių Šypsosi2

2024-03-07 22:13
Oj Tabux… apkabinčiau už tą moderatorių 😁

2024-02-22 17:40
Šypsosi2 jo buvo laikai.. Senukai jau mes. Bega laikas greiciau nei noretusi. Smagu matyti kad uzsuka seni nariai, ne as vienas Šypsosi

2024-02-20 22:18
Zodziu.. Nostalgija. Sorry Tabux uz spam’a, netelpa viskas i viena shout’a. 😁

Shoutbox Archive
Peržiūrėti temą
PHP-Fusion Mods :: PHP-Fusion modifikacijų forumas :: Taisymas
 Spausdinti temą
navigacija
pyp
#1 Spausdinti pranešimą
parašyta 2010-10-09 06:24
Vartotojo avataras

Naujokas



Reputacija: 0

Pranešimai: 16
Įstojo: 2010-04-16

Sveiki , taigi noreciau paklaust kaip pakeist navigacijos "lenteles spalva" :o

Va foto :

Netinkamas paveiksliukas

stai mano styles.css kodas :

Download source  Code
a {
   color : #fff;
   font-size : 10px;
   text-decoration : none;
}

a:hover {
   color : #fff;
   font-size : 10px;
   text-decoration : underline;
}

a.side {
   color : #fff;
   font-size : 10px;
   text-decoration : none;
}

a:hover.side {
   color : #fff;
   font-size : 10px;
   text-decoration : underline;
}

a.white {
   color : #ddd;
   text-decoration : none;
}

a:hover.white {
   color : #ddd;
   text-decoration : underline;
}

a.news {
   color : #f1f1f1;
   font-size : 9px;
   text-decoration : none;
}

a:hover.news {
   color : #ddd;
   text-decoration : underline;
}

a.style {
   color : #e0e0e0;
   text-decoration : none;
}

a:hover.style {
   color : #f0f0f0;
   text-decoration : underline;
}

body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   margin: 0px;
}

form {
   margin : 0px;
}

hr {
   height : 1px;
   border : 1px solid #eee;
}

hr.side-hr {
   height : 1px;
   border : 1px solid #eee;
}

td {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

pre {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

.alt {
   color : #005599;
}
 
.outer-border {
   border : 1px solid #000;
}

.sub-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   background-color : #888;
   border-top : 1px solid #000;
   border-bottom : 1px solid #000;
   padding : 5px;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #ddd;
   background-color : #444;
   padding : 10px;
}

.inputas {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   background: none;
   border : 0px solid #1e1e1e;
}

.button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   height : 18px;
   background-color: #565656;
   background-repeat: repeat-x;
   border : 1px solid #9f9e9e;
   margin-top : 2px;
}

.login-button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   height : 18px;
   background-image: url(images/login-button.gif);   
   background-repeat: repeat-x;
   border : 1px solid #ff7f3c;
   margin-top : 2px;
}


.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   background-color: #565656;
   background-repeat: repeat-x;
   border : 1px solid #fff;
}

.search-textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #333;
   height: 20px;
    background-image: url(images/header-textbox.gif);   
   background-repeat: repeat-x;
   border : 1px solid #888;
   margin: 0px;
}

.main-body {
   font-size : 11px;
   color : #555;
   background-color : #fff;
   padding : 4px 0px 5px 0px;
}

.main-bg {
   color : #555;
   padding : 0px 5px 0px 5px;
}

.border {
   border : 1px solid #e1e1e1;
}

.side-border-left {
   color : #777;
   padding : 0px 5px 0px 5px;
}

.side-border-right {
   color : #777;
   padding : 0px 5px 0px 5px;
}

.news-footer {
   font-size : 10px;
   color : #555;
   background-color : #f1f1f1;
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   font-weight : bold;
   color : #666;
    background-image: url(images/news/news-top.png);
   padding : 2px 0px 4px 0px;
}

.scapmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #FFFFFF;
   text-align: center;
    background-image: url(images/panel/panel-top.png);
   height:38px;
   width: 194px;
   padding : 0px;
}

.side-body {
   font-size : 10px;
   color : #FFFFFF;
   background-color : #0171c1;
   background-repeat: repeat-y;
   padding : 3px;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 8px;
   color : #fff;
    background-image: url(images/footer/footer.png);
   height: 59px;
   padding : 5px;
}

.closeside {
    background-image: url(images/panel/panel-down.png);
   height:17px;
}

.scapmain2 {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   text-align: center;
   color : #f1f1f1;
    background-image: url(images/side-panel2/0_01.gif);
   height:34px;
   padding : 0px;
}

.tbl-border {
   color : #555;
   background-color : #F6AF0A;
}

.tbl {
   font-size : 11px;
   color : #fff;
   background-color : #969696;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #fff;
   background-color : #969696;
   padding : 4px;
}

.tbl2 {
   font-size : 11px;
   color : #fff;
   background-color : #555555;
   padding : 4px;
}

.forum-caption {
   font-size : 11px;
   font-weight : bold;
   color : #ccc;
   background-color : #333;
   padding : 2px 4px 4px 4px;
}

.quote {
   font-size : 11px;
   color : #555;
   background-color : #f8f8f8;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 1px solid #bbb;
}

.poll {
   height : 12px;
   border : 1px solid #bbb;
}

.comment-name {
   font-weight : bold;
   color : #fff;
}

.shoutboxname {
   font-weight : bold;
   color : #fff;
}

.shoutbox {
   color : #fff;
}

.shoutboxdate {
   font-size : 10px;
   color : #fff;
}

.small {
   font-size : 10px;
   font-weight : normal;
}

.small2 {
   font-size : 10px;
   font-weight : normal;
   color : #fff;
}

.side-small {
   font-size : 10px;
   font-weight : normal;
   color : #fff;
   background-color : #f6f6f6;
}

.side-label {
   color : #fff;
   background-color : #f1f1f1;
   padding : 2px 2px 3px 2px;
}


.center-top-left {
    background-image: url(images/table/table-top-left.png);
   height: 38px;
   width: 33px;
   padding : 0px;
}

.center-top-center {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #ffffff;
   text-align: center;
    background-image: url(images/table/table-top-center.png);
   background-repeat: repeat-x;
   height: 38px;
   padding : 0px;
}

.center-top-right {
    background-image: url(images/table/table-top-right.png);
   height: 38px;
   width: 16px;
   padding : 0px;
}

.center-border-left {
   background-color: #0171c1;
   width: 10px;
   background-repeat: repeat-y;
   padding : 0px;
}

.center-border-right {
   background-color: #0171c1;
   width: 10px;
   background-repeat: repeat-y;
   padding : 0px;
}

.center-bottom-left {
    background-image: url(images/table/table-down-left.png);
   height: 14px;
   width: 16px;
   padding : 0px;
}

.center-bottom-center {
    background-image: url(images/table/table-down-center.png);
   height: 16px;
   background-repeat: repeat-x;
   padding : 0px;
}

.center-bottom-right {
    background-image: url(images/table/table-down-right.png);
   height: 13px;
   width: 16px;
   padding : 0px;
}

.main-body {
   font-size : 11px;
   color : #fff;
   background-color: #0171c1;
   padding : 0px 0px 0px 0px;
}






Busiu dekingas kas pades ;)
 
PM
Wasiulis
#2 Spausdinti pranešimą
parašyta 2010-10-09 17:26
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 61
Įstojo: 2009-07-04

Download source  Code
.tbl {
   font-size : 11px;
   color : #fff;
   background-color : #969696;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #fff;
   background-color : #969696;
   padding : 4px;
}




background-color : #969696;
Redagavo Wasiulis 2010-10-09 17:27
www.mp3on.lt // www.e-center.lt // www.code-lt.eu
 
PM
pyp
#3 Spausdinti pranešimą
parašyta 2010-10-09 20:54
Vartotojo avataras

Naujokas



Reputacija: 0

Pranešimai: 16
Įstojo: 2010-04-16

dekui ;)
 
PM
Peršokti į forumą: