|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Przesunięty przez: joli 27-08-2007, 21:59 |
[pomoc] Zmiana stylu postów "POMÓGŁ" |
Autor |
Wiadomość |
scooly
Posty: 5
|
Wysłany: 29-07-2005, 23:29 [pomoc] Zmiana stylu postów "POMÓGŁ"
|
|
|
Witam,
Post oznaczony jako "POMÓGŁ" jest zaznaczany zupełnie inaczej niż inne posty. Szukałem w arkuszach gdzie osadzony jest jego wygląd ale nic z tego konkretniejszego nie wyszło... Czy ktoś wie gdzie mogę to znaleźć?
Pozdrawiam,
scooly |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
patrick
Pomógł: 159 razy Posty: 1900
|
Wysłany: 30-07-2005, 00:02
|
|
|
Plik .css stylu i linia
Kod: | td.row_helped { background-color: #****; } |
|
|
|
|
 |
hakunnin

Pomógł: 5 razy Posty: 110
|
Wysłany: 06-08-2005, 16:56
|
|
|
Kod: | /*-------------------------------------------------------------------
| General page style. The scroll bar colours only visible in IE5.5+ |
-------------------------------------------------------------------*/
body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; }
/*---------------------------------------
| General font families for common tags |
---------------------------------------*/
font,th,td,p { font-family: Verdana,Arial,Helvetica,sans-serif; }
a:link,a:visited,a:active { color: #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border-top: 1px solid #99CCFF; }
/*-------------------------------------------------------------------
| This is the border line & background colour round the entire page |
-------------------------------------------------------------------*/
.bodyline { background-color: #99CCFF; border: 1px solid #336699; }
/*-------------------------------------------------
| This is the outline round the main forum tables |
-------------------------------------------------*/
.forumline { background-color: #99CCFF; border: 3px ridge #99CCFF; }
.otherline { background-color: #C0E0FF; border: 1px solid #6699CC; }
/*-----------------------------------------
| Main table cell colours and backgrounds |
-----------------------------------------*/
td.row1 { background-color: #D4EAFE; }
td.row2 { background-color: #C0E0FF; }
td.row3 { background-color: #ADD6FE; }
/*---------------------------------------------------------
| Header cells - the blue and silver gradient backgrounds |
---------------------------------------------------------*/
th { color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #336699; height: 28px; }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color: #D1D7DC; height: 28px; }
/*-----------------------------------------------------------------
| Setting additional nice inner borders for the main table cells. |
| The names indicate which sides the border will be on. |
| Don't worry if you don't understand this, just ignore it :-) |
-----------------------------------------------------------------*/
td.cat,td.catHead,td.catBottom { height: 28px; }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; height: 28px; }
td.row3Right,td.spaceRow { background-color: #6699CC; }
th.thHead,td.catHead { font-size: 12px; }
/*---------------------------------------------------------------------
| The largest text used in the index page title and toptic title etc. |
---------------------------------------------------------------------*/
.maintitle,h1,h2 { font: bold 22px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration: none; color: #000000; }
/* New Messages */
.pm { font-size: 11px; text-decoration: none; color: #FF0000 }
input.post2, textarea.post2, select {
background-color : #000000;
}
.table0 {
background-color : #EFEFEF;
border-bottom-color : #dedede;
border-bottom-style : solid;
border-bottom-width : 1;
border-left-color : #fefefe;
border-left-style : solid;
border-left-width : 1px;
border-right-color : #dedede;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #fefefe;
border-top-style : solid;
border-top-width : 1px;
color : #000000;
font-size : 10px;
}
.topbkg{background: #dbe3ee url(templates/BMan1Blue/images/cellpic_bkg.jpg) repeat-x}
.topnav{font-size:10px;background: #e5ebf3 url(templates/BMan1Blue/images/cellpic_nav.gif) repeat-x;color:#dd6900;
height:21px;white-space:nowrap;text-align:center;border: 0px solid #91a0ae;border-width: 1px 0 1px 0}
/*--------------
| General text |
--------------*/
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen:link,a.gen:visited,a.gen:active,a.genmed:link,a.genmed:visited,a.genmed:active,a.gensmall:link,a.gensmall:visited,a.gensmall:active { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
/*--------------------------------------------------------------
| The register, login, search etc links at the top of the page |
--------------------------------------------------------------*/
.mainmenu { font-size: 11px; color: #000000; }
a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active { text-decoration: none; color: #006699; }
a.mainmenu:hover { text-decoration: underline; color: #DD6900; }
/*-----------------------
| Forum category titles |
-----------------------*/
.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #006699 }
a.cattitle:link,a.cattitle:visited,a.cattitle:active { text-decoration: none; color: #006699; }
a.cattitle:hover { text-decoration: underline; }
/*-------------------------------------------------------------
| Forum title: Text and link to the forums used in: index.php |
-------------------------------------------------------------*/
.forumlink { font-weight: bold; font-size: 12px; color: #006699; }
a.forumlink:link,a.forumlink:visited,a.forumlink:active { text-decoration: none; color: #006699; }
a.forumlink:hover { text-decoration: underline; color: #DD6900; }
/*---------------------------------------------------------------------------------------
| Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum |
---------------------------------------------------------------------------------------*/
.nav { font-weight: bold; font-size: 11px; color: #000000; }
a.nav:link,a.nav:visited,a.nav:active { text-decoration: none; color: #006699; }
a.nav:hover { text-decoration: underline; }
/*------------------------------------------------------------------
| Name of poster in viewmsg.php and viewtopic.php and other places |
------------------------------------------------------------------*/
.name { font-size: 11px; color: #000000; }
/*------------------------------------------
| Location, number of posts, post date etc |
------------------------------------------*/
.postdetails { font-size: 10px; color: #000000; }
/*-----------------------------------------
| The content of the posts (body of text) |
-----------------------------------------*/
.postbody { font-size: 12px; }
a.postlink:link,a.postlink:active { text-decoration: none; color: #006699; }
a.postlink:visited { text-decoration: none; color: #5493B4; }
a.postlink:hover { text-decoration: underline; color: #DD6900; }
/*---------------------
| Quote & Code blocks |
---------------------*/
.code { font: normal 11px Courier,'Courier New',sans-serif; color: #336699; background-color: #99CCFF; border: 1px solid #336699; }
.quote { font: normal 11px/125% Verdana,Arial,Helvetica,sans-serif; color: #336699; background-color: #99CCFF; border: 1px solid #336699; }
/*---------------------------
| Copyright and bottom info |
---------------------------*/
.copyright { font: normal 10px Verdana,Arial,Helvetica,sans-serif; color: #444444; letter-spacing: -1px; }
a.copyright:link,a.copyright:visited,a.copyright:active { color: #444444; text-decoration: none; }
a.copyright:hover { color: #000000; text-decoration: underline; }
/*---------------
| Form elements |
---------------*/
input,textarea,select { color: #000000; font: normal 11px Verdana,Arial,Helvetica,sans-serif; border-color: #000000; }
/*-----------------------------------------
| The text input fields background colour |
-----------------------------------------*/
input.post,textarea.post,select { background-color: #FFFFFF; }
input { text-indent: 2px; }
/*-----------------------------------------------------
| The buttons used for bbCode styling in message post |
-----------------------------------------------------*/
input.button { background-color: #C0E0FF; color: #000000; font: normal 11px Verdana,Arial,Helvetica,sans-serif; }
/*-------------------------------
| The main submit button option |
-------------------------------*/
input.mainoption { background-color: #FAFAFA; font-weight: bold; }
/*-------------------------
| None-bold submit button |
-------------------------*/
input.liteoption { background-color: #FAFAFA; font-weight: normal; }
/*-------------------------------------------------------------------
| This is the line in the posting page which shows the rollover |
| help line. This is actually a text box, but if set to be the same |
| colour as the background no one will know ;) |
-------------------------------------------------------------------*/
.helpline { background-color: #C0E0FF; border-style: none; } |
który to fragment bo nie mogę sie dopatrzeć... |
_________________ Whatever |
|
|
|
 |
They

Pomógł: 342 razy Posty: 2545
|
Wysłany: 06-08-2005, 20:10
|
|
|
hakunnin, co to za kody ? chyba ,ze masz inny forum
podaj adres forum. |
|
|
|
 |
MakArios

Pomógł: 105 razy Posty: 817
|
Wysłany: 07-08-2005, 04:53
|
|
|
Kod: | /*-----------------------------------------
| Main table cell colours and backgrounds |
-----------------------------------------*/
td.row1 { background-color: #D4EAFE; }
td.row2 { background-color: #C0E0FF; }
td.row3 { background-color: #ADD6FE; } |
Tutaj powinna być jeszcze linia:
Kod: | td.row_helped { background-color: (kod_koloru); } |
Możliwe, że masz starą wersję stylu.
They napisał/a: | podaj adres forum. |
Przydałoby się..
Zasady napisał/a: | Jeżeli oczekujesz pomocy - koniecznie podaj nam - tylko wtedy bedziemy w stanie pomoc:
- Adres forum, żeby można było wejść i zobaczyć |
|
|
|
|
 |
Radek


Pomógł: 955 razy Posty: 4614
|
Wysłany: 07-08-2005, 19:35
|
|
|
zamykam za to, że nei szukałes. było o tym tyle razy pisane juz no i nie ma adresu forum |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,08 sekundy. Zapytań do SQL: 12 | |
 |
|