Witam
No więc tak. Na pewnym forum zauważyłem bajerancki wygląd cytatów i code dlatego chciałbym mieć takie same

No ale mam Przema (v. 1.12.5), a tamto było z phpBB
Mógłby to ktoś przerobić na Przema?
[phpbb]/*---------------------
| Quote & Code blocks |
---------------------*/
.quote-table, .code-table {
border-left: solid 1px #000;
border-top: solid 1px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
margin: 5px 0;
}
.quote-corner, .code-corner {
background-color: #C70E0E;
border-right: solid 1px #000;
}
.code-left {
background: #C70E0E url(images/code_left.gif) center center no-repeat;
border-right: solid 1px #000;
}
.quote-header {
border-bottom: dotted 1px #000;
padding: 0 5px;
text-align: left;
vertical-align: middle;
font-size: 11px;
background-color: #c0c0c0;
color: #000;
}
.code-header {
border-bottom: dotted 1px #c0c0c0;
padding: 0 5px;
text-align: left;
vertical-align: middle;
font-size: 11px;
background-color: #000;
color: #c0c0c0;
}
.quote-text {
color: #000;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #c0c0c0;
}
.code-text {
font-family: Courier, 'Courier New', sans-serif;
color: #c0c0c0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #000;
}[/phpbb]