Navigacija

Vartotojų tinkle

Prisijungusių svečių: 60
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,957
Naujausias narys: keistuole

Naujausi straipsniai

Paskutiniai nariai

Žmogus 1 savaitė
Bruksnys 5 savaitės
Darexs 7 savaitės
Nepas 8 savaitės
keistuole10 savaitės
Gizmis12 savaitės
Reikalas12 savaitės
Rytis21 savaitės
MaFetas25 savaitės
ozzWANTED27 savaitės
saulyzas29 savaitės
TOMIJUS30 savaitės
Jaunelis45 savaitės
lanis45 savaitės
And2s46 savaitės
Memento Mori51 savaitės
Quwqkibor53 savaitės
asirija57 savaitės
tomeem59 savaitės
weberiz63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.94
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,539
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
Forumo raidžių spalva
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: Nesąmonė. Peržiūrų: 874      Spausdinti temą
2010 Geg. 28 16:05:00          1 žinutė iš 2
Spausdinti pranešimą
Kaip pakeisti forumo raidžių spalvą?

Nes gavosi taip, kad mano forumo bg baltas, o raidės pilkos, ir nieko nesimato :D Tai noriu raides padaryti juodas. Kaip tai padaryti? CSS beroc. Štai kodas jei ką :D

body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
        color: #000;
        margin-top: 0px;
   margin-bottom: 0px;
}


a {
   color : #dddddd;
   text-decoration : none;

}


a:hover {
   color : #ff7800;
   text-decoration : none;
}

a.side {
   color : #dddddd;
   text-decoration : none;
}

a:hover.side {
   color : #ff7800;
   text-decoration : none;
}

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

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

form {
   margin : 0px;
}

hr {
   border-top: dashed #C4C4C4;
   border-top-width: 0px;
   border-left: dashed #C4C4C4;
   border-left-width: 0px;
   border-right: dashed #C4C4C4;
   border-right-width:0px;
   border-bottom: dashed #C4C4C4;
   border-bottom-width:1px;
}

hr.side-hr {
   border-top: dashed #C4C4C4;
   border-top-width: 0px;
   border-left: dashed #C4C4C4;
   border-left-width: 0px;
   border-right: dashed #C4C4C4;
   border-right-width:0px;
   border-bottom: dashed #C4C4C4;
   border-bottom-width:1px;
}

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

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

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

.alt { 

   color : #626262;

}

.top { 
   font-size : 10px;
   color : #7a7a7a;
   padding-top : 4px;
   padding-bottom : 4px;
   padding-left : 4px;
   padding-right : 4px;

}
 
.outer-border {
   border-top: solid #C4C4C4;
   border-top-width: 0px;
   border-left: solid #C4C4C4;
   border-left-width: 1px;
   border-right: solid #C4C4C4;
   border-right-width:1px;
   border-bottom: solid #C4C4C4;
   border-bottom-width:0px;

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

.side-border-left {
border-right : 0px solid #ccc;
background-color : #6d6d6d;
padding : 5px;
}

.side-border-right {
border-left : 0px solid #ccc;
background-color : #6d6d6d;
padding : 5px;
}

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


.footer {
   height: 24px;
   
}



.button {
   font-family:Tahoma,Arial,Verdana,Sans-Serif;
   font-size:10px;
   color:#444;    
   background-color:#F2F1ED;
   border:#666 1px solid;
   margin-top:2px;
}

.button_2 {
   font-family:Tahoma,Arial,Verdana,Sans-Serif;
   font-size:10px;
   color:#444;    
   background-color:#F2F1ED;
   border:#666 1px solid;
   margin-top:2px;
}

.textbox {
   background-color :  #CCCCCC;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #626262;
   border: 0px;   
}

.textbox_2 {
   background-color :  #CCCCCC;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #626262;
   border: 0px;   
}

.main-body {
        background-color: #7d7d7d;
        font-family : Arial;
   font-size : 11px;
   color : #e3e3e3;
   padding: 5px;

       
}

.main-body1 {
        background-color: #7d7d7d;
        font-family : Arial;
   font-size : 11px;
   color : #e3e3e3;
   padding: 0px 3px 0px 3px;

       
}

.side-body {
        background-color: #6d6d6d;
   font-size : 10px;
   color : #b4b4b4;
   padding : 4px;
}

.main-bg {
   background-color: #7d7d7d;
   padding : 10px 0px 0px 0px;
   border-top: solid #999999;
   border-top-width: 0px;
   border-left: solid #999999;
   border-left-width: 1px;
   border-right: solid #999999;
   border-right-width:1px;
   border-bottom: solid #999999;
   border-bottom-width:0px;

}

.border {
   border: dashed #C4C4C4;
   border-width: 0px;
}

.side-border-left {
   color : #000;
   background-color: #6d6d6d;
   padding : 10px 0px 0px 0px;
}

.side-border-right {
   color : #000;   
        background-color: #6d6d6d;
   padding : 10px 0px 0px 0px;
}

.news-footer {
   background-color: #8b8b8b;
   height: 20px;
   font-size : 9px;
   color : #e3e3e3;
   border-top: solid #999999;
   border-top-width: 0px;
   border-left: solid #999999;
   border-left-width: 0px;
   border-right: solid #999999;
   border-right-width:0px;
   border-bottom: dashed #6d6d6d;
   border-bottom-width:0px;
}

.newsmain {
        background-image: url('parts/centras.gif');
        width: 483px;
   height: 46px;
   padding:2px 0px 0px 15px;
   font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size : 14px;
   font-weight : solid;
   color : #e3e3e3;
   
}


.sonas {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;font-weight:bold;
   color:#ff8a00;
   height:46px;
   padding:2px 0px 0px 20px;
   background-image:url(parts/sonas.gif);
   background-repeat: no-repeat;

}


.s-left {
   width:6px; background-image:url(images/s-left.gif);
   background-repeat:repeat-y;
}

.s-right {
   width:6px; background-image:url(images/s-right.gif);
   background-repeat:repeat-y;
}

.panel-body {
        font-family : Arial;
   font-size : 11px;
   color : #b4b4b4;
   padding-bottom : 10px;
        padding-top : 2px;
   border-top: dashed #C4C4C4;
   border-top-width: 0px;
   border-left: dashed #C4C4C4;
   border-left-width: 0px;
   border-right: dashed #C4C4C4;
   border-right-width:0px;
   border-bottom: dashed #C4C4C4;
   border-bottom-width:0px;

}

.scapmain {
        background-image: url('images/Panele.gif');
        width: 224px;
   height: 30px;
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   font-weight : bold;
   color : #626262;
   text-align : left;
   padding : 4px;

}


.tbl-border {
   border-top: solid #C4C4C4;
   border-top-width: 1px;
   border-left: solid #C4C4C4;
   border-left-width: 1px;
   border-right: solid #C4C4C4;
   border-right-width:1px;
   border-bottom: solid #C4C4C4;
   border-bottom-width:1px;
   
   
}


.tbl-border1 {
   border-top: dashed #C4C4C4;
   border-top-width: 1px;
   border-left: dashed #C4C4C4;
   border-left-width: 1px;
   border-right: dashed #C4C4C4;
   border-right-width:1px;
   border-bottom: dashed #C4C4C4;
   border-bottom-width:1px;
   
   
}

.tbl {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #7d7d7d;
   background-color : #bebebe;
   padding : 4px;
}

.tbl4 {
   font-size : 10px;
   color : #626262;
        background-color: #7d7d7d;
   padding : 4px;
}


.tbl3 {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}

.tbl2 {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}


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

.quote {
   font-size : 11px;
   color : #626262;
   background-color : #c6c6c6;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 1px solid #0000;
}

.poll {
   height : 4px;
   
}

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

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

.shoutbox {
   color : #b4b4b4;
   
}

.shoutboxdate {
        font-weight : italic;
   font-size : 10px;
   color : #c6c6c6;
   
}

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

.small2 {
   font-size : 9px;
   font-weight : normal;
   color : #cecece;
}

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

.side-label {
   color : #7a7a7a;
   background-color : #bebebe;
   padding : 2px 2px 3px 2px;
}




2010 Geg. 28 16:05:40          2 žinutė iš 2
Spausdinti pranešimą
.tbl {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #7d7d7d;
   background-color : #bebebe;
   padding : 4px;
}

.tbl4 {
   font-size : 10px;
   color : #626262;
        background-color: #7d7d7d;
   padding : 4px;
}


.tbl3 {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}

.tbl2 {
   font-size : 11px;
   color : #626262;
   background-color : #7d7d7d;
   padding : 4px;
}


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




Visur čia color keisk ir viskas ore bus

code and design solutions tinklalapių kūrimas
Peršokti į forumą: