Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny 2 savaitės
Reikalas 3 savaitės
Jaunelis 9 savaitės
lanis 9 savaitės
And2s10 savaitės
Memento Mori15 savaitės
ozzWANTED15 savaitės
Quwqkibor17 savaitės
asirija21 savaitės
tomeem23 savaitės
weberiz27 savaitės
mRokass29 savaitės
kartoonas30 savaitės
iaescortsmap30 savaitės
grunskiz33 savaitės
Bruksnys33 savaitės
illusion33 savaitės
ordo34 savaitės
Jurgaila35 savaitės
originalcs1635 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 3.147.47.166
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,528
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.

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
Theme klausimai
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: graff Peržiūrų: 1002      Spausdinti temą
2009 Bal. 12 21:04:37          1 žinutė iš 5
Spausdinti pranešimą
Sveiki.Taigi darau savo visiskaj pirmaja theme ir noreciau paklaust
apie texto keitima.




Ten kur pazymeta baltai pakeiciau textbox ...O kur raudonai pazymeta nerandu kur pakeisti.styles.css failas :
/* Footer Link Rengi */
a {
   color : #000000;
   
   text-decoration : none;
}
/* Footer Link Rengi */

/* Footer Link Rengi Mause*/
a:hover {
   color : #000000;
   font-weight:bold;
   text-decoration : none;
}
/* Footer Link Rengi Mause*/

/* Blok Link Rengi */
a.side {
   color : #000000;
   font-weight:bold;
   text-decoration : none;
}
/* Blok Link Rengi */

/* Blok Link Rengi Mause */
a:hover.side {
   color : #000000;
   text-decoration : none;
}
/* Blok Link  */

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

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

body {
   color : #555;
   background-image: url(images/bg.gif);
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

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 : #000;
   background-color : #888;
   border-top : 1px solid #000;
   border-bottom : 1px solid #000;
   padding : 5px;
}

.sub-header ul{
   margin: 0;
   padding: 0;
}

.sub-header ul li{
   display: inline;
}

.sub-header ul li.first-link .bullet{
   display: none;
}

.banner {
   
   background-image: url(images/banner.gif) ;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #d1d1d1;
   background-image: url(images/header.gif);
   border : 1px solid #000;
   padding : 5px;
}

.button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #555;
   background-color : #f1f1f1;
   height : 20px;
   border : 1px solid #ccc;
   margin-top : 2px;
}

.bbcode {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #555;
   background-color : #D8D8D8;
   border : 1px dashed #000000;
   margin-top : 2px;
}

.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #FFFFFF;
   background-color :#000000;
   border : 1px solid #ccc;
}

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

.center {
   margin : 0 auto;
}

.side-body {
   font-size : 10px;
   color : #1F2D24;
   background-color: #000000 ;
   border : 1px dashed #000000;
   padding : 4px;
}

.main-bg {
   color : #555;
   background-image: url(images/bg2.gif);
   padding : 10px 10px 5px 10px;
}
/* Menu */
.border {
   margin-bottom : 5px;
}
/* Menu*/
.admin-message {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   text-align : center;
   color : #555;
   background-color : #D8D8D8;
   border : 1px solid #e1e1e1;
   padding : 3px 4px 5px 4px;
   margin-bottom : 5px;
}

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
   color : #777;
   background-image: url(images/bg2.gif);
   padding : 10px 0px 10px 10px;
   width: 175px;
}

.side-border-right {
   color : #777;
   background-image: url(images/bg2.gif);
   padding : 10px 10px 10px 0px;
   width: 175px;
}

.news-category {
   border:0;
   margin:3px 5px 0 0;
   float:left;
}

.news-footer {
   font-size : 10px;
   border:1;
   height:16px;
   color : #555;
   background-image : url(images/nfooter.gif);
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   font-weight : bold;
   color : #000000;
   background-image : url(images/blok1.gif);
   height:24px;
   text-align : center;
   padding : 2px 0px 4px 0px;
}

.scapmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #000000;
   background-image: url(images/blok.gif);
   height:20px;
   text-align : right;
   border-bottom : 1px dashed #e1e1e1;
   padding : 4px;
}

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

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

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

.tbl2 {
   font-size : 11px;
   color : #555;
   background-color: #EFEFEF ;
   font-weight:bold;
   padding : 4px;
}

.forum-caption {
   font-size : 11px;
   font-weight : bold;
   color : #888;
   background-color : #f1f1f1;
   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 : #005599;
}

.shoutboxname {
   font-weight : bold;
   color : #005599;
   background-color: #EFEFEF ;
}

.shoutbox {
   color : #777;
   background-color: #EFEFEF ;
}

.shoutboxdate {
   font-size : 10px;
   color : #800;
   background-color: #EFEFEF ;
}

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

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

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

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

/* Vertical Navigation */

#navigation h2 {
   font-size: 10px;
   color : #555;
   background-color: #D8D8D8;
   margin: 0;
   padding: 4px;
}
   
#navigation ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
   display: block;
   color: #1F2D24;
   background-color: #A0987B;
   padding: 2px;
   text-decoration : none;
}

#navigation a:hover {
   color: #f6f6f6;
   background-color: #57523F;
}

/* Page Navigation */

.pagenav {
   padding: 0.4em;
}

.pagenav span {
   color: #000000;
   background-color: #D8D8D8;
   border: 1px solid #CACACA;
   padding: 0.2em 0.4em 0.2em 0.4em;
   margin: 0.2em;
}

.pagenav a {
   color: #000000;
   background-color: #D8D8D8;
   border: 1px solid #CACACA;
   padding: 0.2em 0.4em 0.2em 0.4em;
   margin: 0.2em;
   text-decoration: none;
}

.pagenav a:hover {
   color: #fff;
   background-color: #0141AD;
   font-weight:bold;
   margin: 0.2em;
   text-decoration: none;
}

/* CSS Menu*/

.preload1 {background: url(images/six_0a.gif);}
.preload2 {background: url(images/six_1a.gif);}

#nav {padding:0; margin:0; list-style:none; height:38px; background:#000000 url(images/six_0.gif) repeat-x; position:relative; z-index:200; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursorliežuvisointer;background: url(images/six_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(images/six_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(images/six_0a.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(images/six_1.gif) no-repeat;}
#nav li:hover a.top_link span,
#nav a.top_link:hover span
{background:url(images/six_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(images/six_1a.gif) no-repeat right top; padding-bottom:3px;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:88px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #50b5d0;}
#nav li ul.sub li a.fly
{background:#50b5d0 url(arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover
{background:#3f96a9; color:#fff; border-color:#fff;}
#nav :hover ul.sub li a.fly:hover
{background:#3f96a9 url(images/arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursorakinanti šypsenefault;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul,
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > a.fly
{background:#3f96a9 url(images/arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;}
#nav li:hover li:hover > li a.fly
{background:#50b5d0 url(images/arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;}
/* ---------------------- CSS Menu Bitiþ ---------------------- */
   

/* Alt Panel */




P.S uzdavinesiu apie themes klausimus sioje temoje

EDIT Niger:

Kita kart img tarp code tagu dek!!!!

2009 Bal. 12 22:04:09          2 žinutė iš 5
Spausdinti pranešimą
Nemokėdamas, kuria dizainus. : D Vapšie. Nors gerai. juokiasi
Keisk main-body ir side-body texto spalvą.

2009 Bal. 12 22:04:34          3 žinutė iš 5
Spausdinti pranešimą
Kuriu zodyje - turejau omeni mokausimerkia akį
2009 Bal. 12 22:04:58          4 žinutė iš 5
Spausdinti pranešimą
hak3r1z parašė:
Nemokėdamas, kuria dizainus. : D Vapšie. Nors gerai. juokiasi
Keisk main-body ir side-body texto spalvą.

Kvailai pasakei...Gal jis mokinasi kurti ;]]

2009 Bal. 12 22:04:14          5 žinutė iš 5
Spausdinti pranešimą
Tai nesakau, kad tai blogai, kad kuria dizainus. : ]

Peršokti į forumą: