Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny07:20:39
Reikalas 3 savaitės
Jaunelis10 savaitės
lanis10 savaitės
And2s11 savaitės
Memento Mori16 savaitės
ozzWANTED16 savaitės
Quwqkibor18 savaitės
asirija22 savaitės
tomeem24 savaitės
weberiz27 savaitės
mRokass30 savaitės
kartoonas31 savaitės
iaescortsmap31 savaitės
grunskiz33 savaitės
Bruksnys34 savaitės
illusion34 savaitės
ordo35 savaitės
Jurgaila36 savaitės
originalcs1636 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.116.60.158
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,531
Postų pask. parą: 1
Shout'ų pask. parą: 0
P.S.C. pask. parą: 1
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.

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Š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ų: 822      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ą: