Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][PHP]Problem z podświetlenie postu, Denerwujące poświetlenie
bulterier
post
Post #1





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 27.06.2010

Ostrzeżenie: (0%)
-----


Witam. Mam taki problem, umieszam screen z mojej stronki:

(IMG:http://img443.imageshack.us/img443/4610/niewidac.jpg)

I chodzi mi o te podświetlenie postu. Jak piszę to bardzo słabo widać. Jak zlikwidowac te podświetlenie? Jak klikne obok postu to robi się fajny kolor,taki szary, gdzie wszystko widać. Ale jak znowu chce pisać znowu się białe tło robi i lipa. Strasznie to denerwuje.
Help. Pozdrawiam.
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
bulterier
post
Post #2





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 27.06.2010

Ostrzeżenie: (0%)
-----


Cytat
najdujesz plik z rozszerzeniem .css który jest odpowiedzialny za wyświetlanie wyżej wymienionej rzeczy, znajdujesz właściwość bodajże background-color: #xxxxxx; i to #xxxxxx zmieniasz na swój kolor. Mniej więcej tak to powinno być.

Wszystko robie jak należy, ok wkleje najlepiej źrodło tego pliku.

Kod
body {
background-color:        #272727;

scrollbar-face-color:        #444444;
scrollbar-highlight-color:    #FFFFFF;
scrollbar-shadow-color:        #444444;
scrollbar-3dlight-color:    #D1D7DC;
scrollbar-arrow-color:        #222222;
scrollbar-track-color:        #EFEFEF;
scrollbar-darkshadow-color:    #333333;

background-image: url();
margin: 4px;
}

font,th,td,p    { font-family: Tahoma, Verdana }

a:link,a:visited,a:active    { text-decoration: none; color : #acacac; }

p, td { font-size : 10px; color : #eeeeee; }

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

hr                { height: 0px; border: solid #838383 0px; border-top-width: 1px; }


.bodyline { background-color: #000000;  border: 1px #323232 solid; }



.forumline { background-color: #000000; 1px;
border: solid #4e4e4e 0px;
border-top-width: 0px; }

td.row1,#dropmenudiv a { background-color: #202020; border-top: 2px;}

td.row2,#dropmenudiv a:hover { background-color: #202020; }

td.row3 { background-color: #111111; }
td.row5 { background-color: #242424; background-image: url('images/row.png'); border-top: 2px;}

td.row5:hover { background-color: #242424; background-image: url('images/row2.png'); border-top: 2px;}
td.row_helped { background-color: #454545; }
td.rowpic {
background-color: #000000;
background-image: url('images/cellpic2.gif');
background-repeat: repeat-y; height: 21px;
}


th {
color: #dedede; font-size: 10px; font-weight: bold;
background-color:    #006699; height: 24px; background-image: url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#222222; border: #FFFFFF; border-style: solid; height: 26px;
}

td.cat,td.catHead,td.catBottom { background-color: #cccccc; background-image: url('images/cellpic1.gif'); height: 23px; }


th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #FFFFFF; height: 24px;
}
th.thCornerL,th.thTop,th.thCornerR {color: #cccccc; font-size: 70%; font-weight: bold; background-color: #000000; background-image: url('images/cellpic3.gif'); height: 24px; }

td.row3Right,td.spaceRow { background-color: #222222; border: #FFFFFF; border-style: solid; }
th.thHead,td.catHead            { font-size: 9px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px; }

th.thLeft,td.catLeft            { border-width: 0px; }

th.thBottom,td.catBottom        { border-width: 0px; }

th.thTop                { border-width: 0px; }

th.thCornerL                { border-width: 0px; }

th.thCornerR                { border-width: 0px; }


.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #eeeeee;
}

/* General text */
.gen                        { font-size : 12px; }

.genmed            { font-size : 10px; }

.gensmall        { font-size : 10px; }

.gen,.genmed        { color : #e5e5e5; }

.gensmall        { color : #00a2e2; }


a.gen,a.genmed,a.gensmall    { color: #00a2e2; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #dedede; text-decoration: none; }


.mainmenu        { font-size : 11px; color : #eeeeee }

a.mainmenu        { text-decoration: none; color : #00a2e2; }

a.mainmenu:hover    { text-decoration: none; color : #63d3ff; }

.cattitle        { font-weight: normal; font-size: 11px; letter-spacing: 1px; color : #00a2e2}

a.cattitle        { text-decoration: none; color : #00a2e2; }

a.cattitle:hover    { text-decoration: bold; color : #63d3ff; }


.forumlink        { font-weight: bold; font-size: 12px; color : #00a2e2; }
a.forumlink        { text-decoration: none; color : #00a2e2; }

a.forumlink:hover    { text-decoration: none; color : #63d3ff; }




.nav        { font-weight: bold; font-size: 11px; color : #eeeeee;}

a.nav    { text-decoration: none; color : #00a2e2; }

a.nav:hover    { color: #63d3ff; }




.topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #eeeeee; }
a.topictitle:link    { text-decoration: none; color : #00a2e2; }
a.topictitle:visited    { text-decoration: none; color : #5493B4; }

a.topictitle:hover    { text-decoration: none; color : #63d3ff; }

.name { font-size : 11px; color : #eeeeee; text-decoration: none}

.postdetails        { font-size : 10px; color : #eeeeee; }


.postbody        { font-size : 12px; line-height: 18px }

a.postlink:link    { text-decoration: none; color : #00a2e2 }

a.postlink:visited    { text-decoration: none; color : #00b7cc; }

a.postlink:hover    { text-decoration: none; color : #63d3ff; }



.code {
font-family:        Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color:    #FAFAFA; border: #222222; border-style: solid;
border-left-width:    1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}


.quote {
font-family:        Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color:    #FAFAFA; border: #222222; border-style: solid;
border-left-width:    1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}


.copyright        { font-size : 10px; color: #dddddd; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright        { text-decoration: none; color : #00a2e2; }

a.copyright:hover    { text-decoration: none; color : #63d3ff; }


form { margin: 0; }
form { display: inline; }

input,textarea, select {
color : #b2b2b2;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px #525252 solid;
background-color:    #2b2b2b;
}


input.post, textarea.post2, textarea.post2, select    { background-image : url(images/text.png); background-color : #353533; }
input.post2, textarea.post, select    { font color: #dddddd; background-color : #353533; }
input                    { text-indent : 2px; }
input.log  { background-image : url('images/text.png'); }
log  { background-image : url('images/text.png'); }


input.button {
background-color :    #353533;
color :            #DDDDDD;
font-size:        11px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:            pointer;
}

input.mainoption {
background-color:    #353533;
font-weight:        bold;
cursor:            pointer;
}

input.liteoption {
background-color:    #353533;
font-weight:        normal;
cursor:            pointer;
}

.helpline { background-color: #111111; border-style: none; }



span.badwordhighlight { background-color: #FFFF00; }


.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }

.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#e2e2e2; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

.table0
{
    background-color : #EFEFEF;
    border-bottom-color : #333333;
    border-bottom-style : solid;
    border-bottom-width : 1;
    border-left-color : #111111;
    border-left-style : solid;
    border-left-width : 4px;
    border-right-color : #333333;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #000000;
    border-top-style : solid;
    border-top-width : 1px;
    color : #eeeeee;
    font-size : 10px;
}


.pagination {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    padding-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
}


.pagination a, .pagination a:visited, .pagination a:active {
    background-color: #EAEBEB;
    color: #000;
    border-color: #D4D7DA;
    border: #D4D7DA 1px solid;
    padding: 1px;
    text-decoration: none;
}


.pagination a:hover {
    background-color: #FFF;
    color: #666;
    border-color: #EAECEF;
    border: #EAECEF 1px solid;
    text-decoration: none;
    padding: 1px;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

a.vbmh
{
    background-image:    url(images/cellpic3.gif);
    color: #EAEFF3;
    font-size: 8pt;
    font-weight: bold;
}

a.vbmh:hover
{
    color: #EAEFF3;
}

.vbm { font-family: Verdana, Tahoma, Arial, "Times New Roman", serif; font-size : 8pt; }

#dropmenudiv{
position:absolute;
border:1px solid #434343;
border-bottom-width: 0;
font:normal 12px Verdana;
white-space: nowrap;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #444444;
padding: 1px 0;
text-decoration: none;
}

#tspan a {
display:block;
text-indent: 2px;
padding: 2px;
font:bold 12px Verdana;
}


Jakbyście mogli pomóc byłbym wdzięczny, pozdrawiam.

Macie jakieś pomysły, co zmienić żeby było dobrze?

Halooo odpowie ktos?!

Ten post edytował bulterier 2.07.2010, 11:57:23
Go to the top of the page
+Quote Post

Posty w temacie
- bulterier   [HTML][PHP]Problem z podświetlenie postu   2.07.2010, 10:34:08
- - Lars_18   Usuń właściwość element:active w CSS.   2.07.2010, 10:37:05
- - Mefiuu   to nie jest Twoja strona woli ścisłości tylko foru...   2.07.2010, 10:37:18
- - bulterier   Cytatto nie jest Twoja strona woli ścisłości tylko...   2.07.2010, 10:46:48
- - Mefiuu   znajdujesz plik z rozszerzeniem .css który jest od...   2.07.2010, 10:49:17
- - bulterier   Cytatnajdujesz plik z rozszerzeniem .css który jes...   2.07.2010, 19:39:11
- - Lars_18   Lol, zrób po prostu to co ci napisaliśmy. Zmień ba...   2.07.2010, 19:56:58
- - bulterier   CytatLol, zrób po prostu to co ci napisaliśmy. Zmi...   2.07.2010, 21:00:37
- - Mefiuu   Ziomeczku a jak w ogóle nazywa się klasa tego elem...   2.07.2010, 21:06:20
- - bulterier   Są daw pliki .css, w tym drugim wogóle żadnych kom...   2.07.2010, 21:10:49
- - Blame   Ale że co, mamy to za ciebie zrobić? Wiesz, po obr...   2.07.2010, 21:15:13
- - gigzorr   firebug+nakieruj myszka na to miejsce po prawo ci ...   2.07.2010, 21:22:46
- - bulterier   Dobra zrobiłem, ten plik był z rozszerzeniem .tpl,...   3.07.2010, 21:21:12
- - gigzorr   Napisy itp , to szukaj w folderze z jezykami , tam...   3.07.2010, 21:23:49
- - bulterier   Tamte problemy już zlikwidowałem, dało rade, dzięk...   4.07.2010, 12:19:41
- - Blame   Ej no sory, ale czy to forum nazywa się "Pols...   4.07.2010, 14:42:15
- - bulterier   Cytatej no sory, ale czy to forum nazywa się ...   4.07.2010, 15:53:03
- - Blame   No dobrze, przepraszam. Więc słuchaj, najpierw zna...   4.07.2010, 17:03:42
|- - Mefiuu   Cytat(Blame @ 4.07.2010, 18:03:42 ) N...   4.07.2010, 17:13:25
- - bulterier   Cwaniaczki jakich mało. To na cholere w takim razi...   5.07.2010, 14:04:17
- - Mefiuu   no właśnie, dobrze zapytałeś CytatTo na cholere w...   5.07.2010, 14:13:48
- - bulterier   Szukałem jakbyś chciał wiedzieć. A jak nie znajduj...   5.07.2010, 18:50:40


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 5.10.2025 - 00:59