Zaokrąglona ramka w avatarach przy ostatnich postach

Założony przez  revolveR.

wersja skryptu MyBB: Najnowsza
adres forum: http://www.patology.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
A więc szukam takiego czegoś ze w pluginie avatary przy ostatnich postach chciałbym taką ramkę zaokrągloną jak tu http://cs-jump.pl/
ok dzieki bo mógłbym jako tako zostawić ale zobacz jak to w panelu bocznym wygląda
pokombinuj, pokombinuj dzieki xd
Wejdź w ACP > Konfiguracja > Ustawienia > Recent topics index page

W sekcji Styl wyświetlania awatarów
Wklep to:
max-height: 29px;
         max-width: 29px;
         float: left;
         margin: 5px;
         padding: 0 0px 0 0;

;)

EDIT//

Możesz także zastosować poniższy kod, lekko przerobiony przeze mnie


max-height: 29px;
max-width: 29px;
float: left;
margin: 5px;
padding: 2px;
border-radius: 4px;
box-shadow: 1px 1px 3px orange, silver -1px 1px 3px, 1px -1px 3px


Tam gdzie Ci pogrubiłem, możesz wstawić własny kolorek ;)
Tutaj masz kolorki:
http://www.potter.civ.pl/paleta.htm
I pamiętaj, jak chcesz dany kolor, to skopiuj sobie z tej stronki na której są te kolory i dany kolor uprzedź #, np.
box-shadow: 1px 1px 3px "#FFFFFF", "F696969" -1px 1px 3px, 1px -1px 3px




Pozdrawiam :)
no wielkie dzięki ;) dzieki za przeróbke ++++ ;3

Mam taką prośbe mógłbyś pomóc mi z tym ?
https://webboard.pl/thread-39002.html

kaeN jak dodac ten styl przerobiony co mi podałem by avatar był taki w poście ?
Chodzi Tobie jak np. wejdziesz w temat

np. http://patology.xaa.pl/showthread.php?tid=4

Tak ?

Jeśli tak, to musisz mi podać klase z global.css która odpowiada za wyświetlanie postów.
właśnie nie wiem co to za klasa xdd

Pokaże ci mój global
.nav {
    background: #282828;
}

.topnav {
    background: #282828;
    height: 30px;
}

.alt_sbc {
list-style: none; margin: 0; padding: 0;
}

.alt_sbc li {
width: 30%; float: left;
}

.header {
    background: #282828;
}

.logo {
    background: #282828;
    width: 366px;
    float: left;
    margin: 0px 0px 0px 100px;
}

.banner {
    float: left;
    margin: 0px 0px 0px 0px;
}

#headersection {
    width: 97%;
    padding-top: 10px;
    text-align: left;
    clear: both;
}

.topnav {
background:url(images/edivision/topnv.gif) repeat-x;
height:30px;
}

body {
    background: #282828;
    color: #e2e2e2;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    
    font-family: Arial,Tahoma;
    font-size: 8pt;
}

a:link {
    color: #969696;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

#container {
    background: #282828;
    width: 100%;
    color: #999;
    border: 0px solid;
    margin: auto auto;
    text-align: left;
    clear: both;
    max-width: 2000px;
}

#content {
    background: #282828;
    border: 0px solid;
    padding: 5px 5px;
    overflow: hidden;
    clear:both;
}

#panel {
    background: #333;
    color: #949393;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
}

fieldset {
    border: 1px solid #333;
}

table {
    color: #969696;
    font-family: Arial,Tahoma, Verdana;
    font-size: 12px;
}

.tborder {
    background: #282828;
    width: 100%;
}

.thead {
    background: #405628 url(images/edivision/trow.png) repeat-x;
    color: #e2e2e2;
    padding-top: 9px;
    padding-left: 30px;
    height: 37px;    
    font-family: Bell Gothic Std, Arial, Tahoma, Verdana;
    font-size: 14px;
}

.thead a:link {
    color: #e2e2e2;
    margin-left:40px;
    text-decoration: none;
}

.thead a:visited {
    color: #e2e2e2;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #ffffff;
    text-decoration: none;
}

.thead1 {
    background: #004d82 url(images/edivision/cat.gif) repeat-x top left;
    color: #ffffff;
font-size: bold 9px;
}

.thead1 a:link {
    color: #ffffff;
    text-decoration: none;
}

.thead1 a:visited {
    color: #e2e2e2;
    text-decoration: none;
}

.thead1 a:hover, .thead a:active {
    color: #e2e2e2;
    text-decoration: none;
}

.tcat {
    background: #0f0f0f url(images/edivision/tcat.png) repeat-x;
    color: #fff;
    padding: 7px;
    
    font-size: 12px;
}

.tcat2 {
    background: url(images/edivision/cell_01.png) repeat-x;    
color: #fff;
    font: 11px Arial, Tahoma, Verdana;
    height:61px;
}

.tcat a:link {
    color: #fff;
}

.tcat a:visited {
    color: #fff;
}

.tcat a:hover, .tcat a:active {
    color: #fff;
}


}

.PRO {
    background: #333;
    color: #ffffff;
    font-size: bold 9px;
}

.PRO a:link {
    color: #ffffff;
}

.PRO a:visited {
    color: #ffffff;
}

.PRO a:hover, .PRO a:active {
    color: #ffffff;
    text-decoration: underline;
}

.trow1 {
    background: #1c1c1c url(images/edivision/trow1.png) repeat-x;
}

.trow2 {
    background: #1c1c1c url(images/edivision/trow1.png) repeat-x;
}

.trow_shaded {
    background: #282828;
}

.trow_selected td {
    background: #282828;
    color: #000;
    border-right-color: #F7E86A;
    border-bottom-color: #F7E86A;
}

.trow_selected td a:link,
.trow_selected td a:visited,
.trow_selected td a:hover,
.trow_selected td a:active {
    background: #282828;
    color: #000;
}

.trow_sep {
    background: #282828;
    color: #e2e2e2;
    border-bottom: 1px solid #333;
    padding: 6px;
    
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #282828 url(images/edivision/trow1.png) repeat-x;
    color: #FFFFFF;
}

.tfoot {
    background: #282828 url(images/edivision/trow1.png) repeat-x;
    color: #ffffff;
    padding: 6px;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.thead input.textbox,
.thead select,
.tfoot input.textbox,
.tfoot select {
    border: 1px solid #444;
}

.bottommenu {
    background: #282828;
    color: #000000;
    border: 1px solid #4874a3;
    padding: 10px;
}

.navigation {
    color: #e2e2e2;
    font-size: 10px;
}

.navigation a:link {
    color: #e2e2e2;
    text-decoration: none;
}

.navigation a:visited {
    color: #e2e2e2;
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
    color: #e2e2e2;
    text-decoration: none;
}

.navigation .active {
    color: #fff;
    font-size: small;
    font-weight: bold;
}

.smalltext {
    color: #fff;
    font-size: 10px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
    background: #282828;
    color: #e2e2e2;
    border: 1px solid #444;
    padding: 3px;
    
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
}

textarea {
    background: #111;
    color: #999;
    padding: 3px;
    line-height: 1.4;
    border: solid #444 1px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
}

select {
    background: #333;
    color: #999;
    padding: 3px;
    border: 1px solid #444;
    
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input.button {
    background: #282828 url(images/edivision/trow1.png) repeat-x;
    color: #b8b8b8;
    padding: 4px;
    cursor: pointer;
    border: solid 1px #444;
    
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

.editor {
    background: #282828;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #282828;
    border: 1px solid #444;
}

.autocomplete {
    background: #282828;
    color: #b8b8b8;
    border: 1px solid #ccc;
    padding: 1px;
}

.autocomplete_selected {
    background: #426276;
    color: #fff;
}

.popup_menu {
    background: #fff;
    border: 1px solid #ccc;
}

.popup_menu .popup_item {
    background: #efefef;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #426276;
    color: #fff;
}

.trow_reputation_positive {
    background: #333;
}

.trow_reputation_negative {
    background: #333;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background: #333;
    color: #b8b8b8;
    border-bottom: 1px solid #444;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #444;
    padding: 2px;
}

hr {
    color: #000000;
    background-color: #444;
    height: 1px;
    border: 0px;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 20px;
    
    font-size: 11px;
}

blockquote {
    background: #282828;
    border: 1px solid #333;
    margin: 0;
    padding: 4px;
    margin: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 10px;
}

blockquote cite {
    display: block;
    margin: 4px 0;
    
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
}

blockquote cite span {
    float: right;
    
    font-size: 10px;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    padding-bottom: 0;
    
    font-weight: bold;
}

.codeblock {
    background: #222;
    margin: 8px;
    padding: 4px;
    border: 1px solid #333;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    font-family: Arial, Tahoma, Verdana;
    font-size: 9px;
}

.codeblock .title {
    margin: 4px 0;
    
    font-weight: bold;
}

.codeblock code {
    color: #a2a2a2;
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    
    font-family: Bell Gothic Std, Arial, Tahoma, Verdana;
    font-size: 10px;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 4px;
    white-space: nowrap;
    
    text-decoration: none;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #333333;
    border: 1px solid #FFD324;
    text-align: center;
    margin-top:15px;
    padding: 5px 20px;
    margin-bottom: 10px;
    
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    background: url(images/error.gif) no-repeat 0;
    color: #333;
    padding-left: 24px;
    display: block;
    
    font-style: normal;
    font-weight: bold;
}

div.error.ul {
    margin-left: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    padding-top: 10px;
    margin-bottom: 5px;
    
    font-size: 11px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    padding: 3px 6px;
    margin-bottom: 3px;
}

.pagination a {
    background: #333;
    border: 1px solid #444;
}

.pagination .pagination_current {
    background: #537430;
    color: #e2e2e2;
    border: solid 1px #76a543;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.pagination a:hover {
    background: #537430;
    color: #fff;
    border-color: #273a46;
    
    text-decoration: none;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_buttons {
    background: #282828;
    padding: 3px 3px 0 3px;
    border-bottom: 1px solid #444;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #efefef;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.toplinks {
float:right;
font:11px Tahoma;
color:#fff;
text-decoration:none;
height:21px;
padding-top:9px;
width:auto;
margin-right:15px;
}

.toplinks a {
color:#fff;
text-decoration:none;
margin-left:10px;
}

.toplinks  a:visited {
color:#fff;
text-decoration:none;
}

.toplinks a:hover {
color:#fff;
text-decoration:underline;
}

.nvlink {
font:11px Tahoma;
color:#ffffff;
text-decoration:none;
height:21px;
padding-top:9px;
width:auto;
}

.nvlink a {
color:#fff;
text-decoration:none;
margin-right:20px;
}

.nvlink a:visited {
color:#fff;
text-decoration:none;
margin-right:20px;
}

.nvlink a:hover {
color:#fff;
text-decoration:underline;
margin-right:20px;
}

.footer_out {
    background: #1c1c1c url(images/edivision/trow1.png) repeat-x;
}

.footer {
    text-align:left;color:#fff;width:910px;margin:auto;padding:6px
}

.footer_box {
    padding:12px
}

.footer_h2 {
    font-size:1.3em;color:#fff;margin-bottom:6px;margin-left:2px
}

.footer_h2_bottom_1 {
    border-top:1px solid #555
}

.footer_h2_bottom_2 {
    border-bottom:1px solid #111;margin-top:-2px
}

.footer_h1 ul {
    list-style-image:url(images/edivision/tick.png);margin-left:0
}

.footer a {
    color:#D9D9D9;text-shadow:none
}

.footer a:hover {
    color:#19579E;text-shadow:none
}

.flinks {
    color: #e2e2e2;
    float: right;
    font: bold 11px Tahoma;
    margin: 15px 10px 0px 0px;
    
    text-decoration: none;
}

.flinks a {
color:#ffffff;
text-decoration:none;
margin-left:10px;
}

.flinks a:visited {
color:#ffffff;
text-decoration:none;
margin-left:10px;
}

.flinks a:hover {
color:#ffffff;
text-decoration:underline;
.secimler {
float:left;
margin:15px 0px 0px 10px;
}


}

.hidetags_header {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    margin: 4px 0 0 0;
    color: #000;
}

.hidetags_body {
    background: FFF;
    padding: 4px;
    border: 1px solid #CCC;
    border-top: 0;
    color: #000;
    margin: 0 0 4px 0;
}

#ietiketbg {
    background: url(images/bb.gif) no-repeat;
    height: 39px;
    width:218px;
    margin-top: -6px;
    margin-left:auto;
    margin-right:auto;
}

#diz {
    padding: 7px 17px 0px 7px;
}

/* Popup Menus */
.popup_button {
color: #31464f;
text-align: right;
font-weight: bold;
padding: 3px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 3px;
}

.menu_row {
background:#000;
border: 1px solid #f5f5f5;
font-weight:bold;
padding: 2px;
font-size: 11px;
}

.divider {
        color: #ccc;
        border-top:1px solid #ccc;
        border-bottom:1px solid #fff;
}

.trow4 {
background: #ffffff;
width: 100%;
border: 1px solid #a1c9d8;
font-weight:bold;
padding: 2px;
font-size: 11px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.panelsurround {
background: #fff;
}

#menu {
    background: #282828 url(images/edivision/cell_01.png) repeat-x;    
width: 102%;
    list-style: none;
    height: 30px;
    padding-top: 11px;
    clear: both;
    
    font-family: Bell Gothic Std, Arial, Tahoma, Verdana;
    font-size: 12px;
}

#menu li {
    float: left;
    font: 67.5% , Arial, Tahoma, Verdana;
    padding: 0;
}

#menu a {
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 7px 11px;
    
    text-decoration: none;
}

#menu a:hover {
    background: #455931;
    color: #fff;
    padding-bottom: 5px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.line {
    background: url(images/edivision/line.png) no-repeat;
    width: 2px;
    height: 112px;
    margin-left: 25px;
    margin-right: 30px;
    float:left;
}

.panel_logowania {
    background: url(images/edivision/panel_logowania.png) no-repeat;
    width: 329px;
    height: 121px;
    float: left;
    
    font-family: Arial,Bell Gothic Std,  Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
}

.panel_link {
height:25px;
    width: 300px;
    color: #ffffff;
    font-size: 9px;
margin-left:15px;
text-align:center;
margin-top:25px;
}

.panel_link a {
    color: #ffffff;
margin-right:10px;
}

.panel_link a:hover {
    color: #ddd;
text-decoration: none;
}

.zalogowany {
padding:15px;
color:#ffffff;
font-size:11px;
}

.widget_social {
background: url(/images/edivision/slider.png) no-repeat;
display: block;
float: right;
height: 420px;
padding: 0px;
position: fixed;
right: -205px;
top: 135px;
width: 232px;
z-index: 1002;
}

.widget_serwer {
    background: url(/images/edivision/s.png) no-repeat;
    width: 569px;
    display: block;
    float: left;
    height: 219px;
    padding: 0px;
    position: fixed;
    left: -536px;
    top: 470px;
}

.posty {
    background: #111;
    width: 90%;
    border: solid 1px #333;
    margin: auto auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.statsmenu {
    background: #405628 url(images/edivision/trow.png) top left repeat-x;
    padding: 11px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.statsmenu a {
margin-right: 35px;
color: #e2e2e2;
font-family: Tahoma, sans-serif;
font-size:12px;
font-weight:bold;
}

.novastats {
background: #222222;
margin: 0px 0 20px 0;
padding: 8px 20px;
border-bottom: 3px solid #333;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
}

.novastats .title {
color:#e2e2e2;
font-weight:bold;
font-family:Arial;
font-size:14px;
}

.novastats hr {
background: #282828;
width:98%;
}

.novastats .stats {
color: #e2e2e2;
border-left:1px solid #444;
padding-left: 20px;
}

.modnotice {
    background: #222222;
    color: #6B8E23;
    padding: 8px;
    margin: auto auto;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    font-size: 9px;
}

.spoiler_header {
    background: #282828;
    border: none;
    padding: 4px;
    margin: 4px 0 0 0;
    color: #FFF;
    width:150px;
}

.spoiler_body {
    background: 282828;
    padding: 4px;
    border: none;
    border-top: 0;
    color: #FFF;
    margin: 0 0 4px 0;
    width:800px;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}

.ver_sub li {
width: 100%;
float: left;
}

.prefix {
color: #fff;

-webkit--radius: 3px;

-khtml-border-radius: 3px;

-moz-border-radius: 3px;

border-radius: 3px;

padding: 3px;

font-size: 10px;
selektor {
color: #003333
}

display: inline !important;
}

.prefix.niebieski {
background: #33cc66;
}


.online_button {
margin-left: -239px;
margin-top: -25px;
}



}
.offline_button {
margin-left: -200px;
margin-top: -25px;
}

.ran_head_admin {
color: rgb(255, 0, 0);

font-style:italic;

text-shadow: 1px 1px 6px rgb(224, 255, 0);

font-weight: bold;

background: url(images/bouble5.gif) repeat scroll 0% 0% transparent;

background-size:100% 400%;
}

Img[width="45px"] {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}


.favimg {
border: 2px solid #000000;
}

.newsbar {
    background: #D6ECA6;

    border-top: 3px solid #8DC93E;

    border-bottom: 3px solid #8DC93E;

    text-align: center;

    margin: 10px auto;

    padding: 5px 20px;

    font-weight: bold;

}


.favimg {

border-radius: 1px;

border: 3px solid #0e0e0e;

}    
            
.favimg {

border: 1px solid #999;

border-radius: 4px;

padding: 2px;

}
Oki, a więc tak, wejdź w:

ACP > Style i szablony > Szablony > Twój_Szablon > Opis posta - Szablony > postbit_avatar

Podaj mi cały kod :)


EDIT//

Dobra łap, wklej tam gdzie widnieje ścieżka którą wyżej podałem :) Podmień całą zawartość

<br/><a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" height="100" width="100" style="-webkit-border-radius: 10px; -moz-border-radius: 10px;
border-radius: 10px; box-shadow: 1px 1px 3px orange, red -1px 1px 10px, 1px -1px 10px" /></a>
<a href="{$post['profilelink_plain']}"><img
src="{$post['avatar']}" alt="" {$avatar_width_height}
style="-webkit-border-radius: 10px; -moz-border-radius: 10px;
border-radius: 10px;" /></a>
Prosze bardzo ;3

jakbyś mógł to pomóż mi wtedy tutaj xd
I frytki też
oczywiście idz mi kup ;3

Działa, dzieki ;)
Matslom napisał 23.03.2013, 17:12:
Każdy widzi nowe wątki które pojawiają się na forum, nie musisz o tym informować w każdym swoim poście.
Musi działać :) Nie ma wyjścia hee :)

Jak chcesz też tą tabelkę niżej pokolorować, to w global.css

Znajdź klasę:
.posty {
Podmień całość na:
.posty {
    background: #111;
    width: 90%;
    border: solid 1px #333;
        padding: 2px;
    margin: auto auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
        box-shadow: 1px 1px 3px orange, red -1px 1px 3px, 1px -1px 3px
}



Użytkownicy przeglądający ten wątek:

1 gości