Jak zaokrąglić tabele najnowsze tematy

Założony przez  devciak.

wersja skryptu MyBB: najnowsza
adres forum: pride-fox.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Nie mogę się uporać z jedną możliwością, chciałbym dolną część tabeli "najnowsze tematy" pół zaokrąglić, żeby nie były prostokątne.
Spróbuj tak jak dałem tu: https://webboard.pl/thread-54454.html?pi...#pid229191
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Zmienił się tylko kolor tabeli.
Aa. Teraz rozumiem.

W szablonach topStats_[nazwa]_row odszukaj coś w stylu {$altbg} / trow1.
Powinno to wyglądać mniej więcej tak:

class="trow1" albo class="{$altbg}"

i zamień to na class="{$altbg} zaokraglenie" albo na class="trow1 zaokraglenie"

I do global.css:
.zaokraglenie {
    
border-bottom-left-radius10px;
    
border-bottom-right-radius10px;

Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Dodałem to do szablonu global, a co do globalnych szablonów to kod jest taki i nic:

<tr><td class="trow1 zaokraglenie">
            <img src="{$tpl['avatar']}" alt="" style="float: left;width: {$tpl['avatar_width']}px;margin-right: 3px;"/>
            <a href="{$tpl['subjectlink']}">{$tpl['subject']}</a><br />
            {$tpl['profilelink']}<span style="float: right;widthmargin-right: 20px;">{$tpl['date']}</span>
            </td></tr>
1. nie dodałeś.
2. Sorki. Zrób tak:
W szablonach globalnych masz szablony o nazwie topStats_[nazwa]. Szukasz w nich: class="tborder" zamieniasz na class="tborder zaokraglenie"
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Co do global, dodałem ten kod na sam dół strony tak jak w kodzie tutaj
.avatarek
{
      padding:1px;
      border:1px solid #d5d5d5;
      background:#fff;
      -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
      -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
      box-shadow:0px 2px 2px rgba(0,0,0,0.1);
}

.komentarz
{
        background-color: #942a03;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.postbit_button {
display: inline-block;
background: #7c1610 url(images/FireCash/highlight.png) repeat-x top;
border: 1px solid #BE1F01;
color:
white !important;
padding: 5px 5px;
font-size: 11px;
border-radius: 2px;
box-shadow: 0px 1px 2px   #BE1F01;
-webkit-transition:0.2s
}
.postbit_button:hover {background-color: #DF5C3B;}
.multiquote {
    height: 16px;
    position: relative;
    top: 0px;
}
.postbit_button img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}

body {
    background: #7c1610 url(images/FireCash/bg/tlo.png) top left repeat-x;
    color: #C7C7C7;
    text-align: center;
    line-height: 1.4;
    
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

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

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

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

#container {
    width: 1024px;
    margin: auto;
}

#content {
    background: #7C1610;
    width: 1024px;
    color: #C7C7C7;
    margin: auto auto;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
}

.menu {
    width: 1044px;
    height: 40px;
    margin: -10px 0 0 -10px;
    box-shadow: 0px 2px 4px 0px #C68736;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.menu_praw {
    background: url(images/FireCash/bg/menu.png) repeat-x;
    width: 1039px;
    height: 40px;
    float: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.menu_lew {
    background: url(images/FireCash/bg/menu_lew.png) top left no-repeat;
    width: 5px;
    height: 40px;
    float: left;
}

#panel {
    background: #591411;
    width: 330px;
    color: #000000;
    border-left: 1px solid #a31d15;
    border-right: 1px solid #a31d15;
    border-bottom: 1px solid #a31d15;
    padding: 7px 0px 10px 10px;
    height: 113px;
    float: right;
    margin: 27px 0 20px 0;
    text-align: left;
    border-radius: 0 0 5px 5px;
    
    font-size: 11px;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

.tborder {
    width: 100%;
    margin: auto auto;
}

.thead_opis {
    color: #C73500;
    text-shadow: 1px 1px 2px #FCB85A;
    position: relative;
    top: 4px;
    
    font-size: 12px;
}

.thead_glowna {
    background: #fb771e url(images/FireCash/bg/thead_glowna.png) top left no-repeat;
    color: #fa6a0c;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #FFCD52;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.thead_glowna a:link {
    color: #fa6a0c;
    text-decoration: none;
}

.thead_glowna a:visited {
    color: #fa6a0c;
    text-decoration: none;
}

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

.thead {
    background: #fb771e url(images/FireCash/bg/thead.png) top left repeat-x;
    color: #fff;
    text-shadow: 1px 1px 2px #063B4A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 25px;
    padding: 5px;
}

.thead a:link {
    color: #FFCF9F;
    text-decoration: none;
}

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

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

.tcat {
    background: #FFC171;
    color: #9F6C2A;
    font-size: 12px;
}

.tcat a:link {
    color: #9F6C2A;
}

.tcat a:visited {
    color: #9F6C2A;
}

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

.trow1 {
    background: #e9e9e9 url(images/FireCash/bg/trow.png) repeat-y top center;
}

.trow2 {
    background: #e9e9e9 url(images/FireCash/bg/trow.png) repeat-y top center;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: url(images/FireCash/bg/tfoot.png) bottom repeat-x;
    color: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 1px 1px 2px #063B4A;
}

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

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

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

.bottommenu {
    background: #66120d;
    color: #736662;
    float: left;
    padding: 10px;
    margin-top: -1px;
    border-left: 1px solid #ae150a;
    border-bottom: 1px solid #ae150a;
    border-right: 1px solid #ae150a;
    border-radius: 0 0 5px 5px;
}

.bottommenu a:link, .bottommenu a:visited {
    color: #736662;
}

.bottommenu a:hover {
    color: #D70A00;
}

.navigation {
    background: #FFC171;
    color: #B07C38;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 18px;
    padding: 2px 0 0 7px;
    z-index: 1;
    position: relative;
    
    font-size: 11px;
    font-weight: bold;
}

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

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

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

.navigation .active {
    color: #9F6C2A;
    font-size: 11px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

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

input.textbox {
    background: #E9E0D4;
    color: #000000;
    border: 1px solid #EDCCA1;
    padding: 1px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 5px #BAA88F;
}

textarea {
    background: #E9E0D4;
    color: #000000;
    border: 1px solid #EDCCA1;
    padding: 2px;
    line-height: 1.4;
    border-radius: 3px;
    box-shadow: inset 3px 3px 10px #BAA88F;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

select {
    background: #E9E0D4;
    border: 1px solid #EDCCA1;
    border-radius: 3px;
}

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

.editor_control_bar {
    background: #fff;
    border: 1px solid #87B0C9;
    border-radius: 3px;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #000;
}

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

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

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.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-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#panel .links {
    margin: 0;
    float: right;
}

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

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

hr {
    background: #D1D1D1;
    height: 1px;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: right;
    float: right;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

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

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

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.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: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.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: url(images/FireCash/bg/pm_alert.png);
    border: 1px solid #cacaca;
    text-align: center;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
    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 {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

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

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

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

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

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

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

.pagination a {
    border: 1px solid #87B0C9;
    border-radius: 3px;
}

.pagination .pagination_current {
    background: #F5F5F5;
    color: #000;
    border: 1px solid #87B0C9;
    border-radius: 3px;
    
    font-weight: bold;
}

.pagination a:hover {
    background: #F5F5F5;
    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;
}

.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_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: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
    white-space: nowrap;
}

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

.logo {
    float: left;
    position: relative;
    top: 40px;
    left: 120px;
}

.panel_pol_tekst {
    background: #630904;
    width: 140px;
    color: #900000;
    border-radius: 3px;
    border-top: 1px solid #470300;
    border-right: 1px solid #7A0600;
    border-bottom: 1px solid #7A0600;
    border-left: 1px solid #470300;
    height: 25px;
    padding: 0 5px 1px 5px;
    margin: 7px 10px 0 0;
}

.zaloguj {
    background: url(images/FireCash/bg/zaloguj.png) no-repeat;
    width: 120px;
    color: transparent;
    cursor: pointer;
    height: 30px;
    border: 0;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.zarejestruj {
    width: 120px;
    height: 30px;
    border: 0;
}

.thead_sb {
    background: url(images/FireCash/bg/thead_sb.png) top left;
    color: #005800;
    padding: 8px;
    text-align: center;
    text-shadow: 1px 1px 2px #9bc159;
}

.searchform {
    width: 330px;
    height: 30px;
    position: relative;
    float: right;
    top: 5px;
    right: 12px;
}

.searchbox {
    background: #e16b19;
    width: 248px;
    color: #ff9915;
    height: 19px;
    padding: 4px 77px 6px 5px;
    border-radius: 3px;
    border-top: 1px solid #d74811;
    border-left: 1px solid #d74811;
    border-right: 1px solid #d68e15;
    border-bottom: 1px solid #d68e15;
}

.searchbox:focus {
outline:none;
}

.searchsub {
    background: url(images/FireCash/bg/przycisk_szukaj.png) no-repeat;
    width: 40px;
    color: transparent;
    position: absolute;
    border: none;
    cursor: pointer;
    height: 30px;
    right: -2px;
    top: 1px;
}

dl.staty_dzialu {
    width: 90px;
    color: #B48261;
    text-align: right;
    margin: 5px 0;
    
    font-size: 11px;
}

dl.staty_dzialu dt {
    float: left;
    text-align: left;
}

dl.staty_dzialu dd {
    padding-bottom: 3px;
    margin: 0;
}

#navMenu {
    margin:0;
    padding:0;
    list-style:none;    
    text-align:center;
    line-height:40px;
}

#navMenu li {
    width: 120px;
    float: left;
    height: 40px;
    position: relative;
}

#navMenu li a {
    color: #fff;
    z-index: 20;
    display: block;
    height: 40px;
    position: relative;
    text-shadow: 1px 1px 2px #063B4A;
    text-decoration: none;
    font-weight: bold;
}

#navMenu li .hover {
    background: url(images/FireCash/bg/over.png) no-repeat center center;
    width: 110px;
    position: absolute;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
    text-decoration: none;
}

.profile {
    margin: auto auto;
}

.user_left {
    width: 160px;
    float: left;
    min-height: 300px;
}

.user_right {
    width: 800px;
    float:right;
}

.user_info {
    background: #e9e9e9 url(images/FireCash/bg/trow.png) repeat-y top center;
    border: 1px solid #A3CD67;
    text-align: center;
    padding-top: 3px;
    padding: 5px;
}

.user_nick {
    padding: 5px;
    font-size: 18px;
}

.user_avatar {
    width: 100px;
    border: solid 5px #C8DCAC;
    margin: auto auto;
}

.user_rank {
    font-size: 11px;
    padding:5px;
}

.user_stars {
    padding: 5px;
}

.user_big_btn {
    color: #000;
    font-size: 13px;
}

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

.user_big_btn a: hover {
    background: #444;
    color: #fff;
}

.user_big_btn a:visited {
    color: #eee;
}

.user_onlinestatus {
    padding: 5px;
    
    font-size: 11px;
}

.tab_info {
    background: #e9e9e9 url(images/FireCash/bg/trow.png) repeat-y top center;
    border: 1px solid #F1A645;
    text-align: left;
    min-height: 163px;
}

.etabs {
margin: 0; padding: 0;
}

.tab {
display: inline-block; zoom:1; *display:inline; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
}

.tab a {
    color: #FFCF9F;
    line-height: 26px;
    display: block;
    padding: 0 12px;
    text-shadow: 1px 1px 2px #063B4A;
    
    text-decoration: none;
    font-size: 12px;
}

.tab a:hover {
text-decoration: none; color: #fff; text-shadow: 1px 1px 2px #063B4A;
}

.tab.active {
    background: #FFC170;
    padding-top: 4px;
    position: relative;
    top: 1px;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 1px 2px 4px 0px #CB9248;
}

.tab a.active {
    color: #81551C;
    text-shadow: 1px 1px 2px #FFECD2;
    
    text-decoration: none;
}

.tab-container .panel-container {
background: #f1f1f1; border: solid #666 1px; padding: 10px; border-radius: 3px 0 0 3px;
}

.thead_profil {
    background: url(images/FireCash/bg/thead.png) top left repeat-x;
    color: #fff;
    border-top-right-radius: 3px;
    line-height: 31px;
    height: 31px;
    padding: 4px 0 0 7px;
    margin:0;
}

.thead_zielony {
    background: url(images/FireCash/bg/thead_sb.png) top center;
    color: #005800;
    text-align: center;
    text-shadow: 1px 1px 2px #9bc159;
    border-top-left-radius: 3px;
    line-height: 35px;
}

.online_button {
    margin-left: -131px;
    margin-top: -4px;
}

.dane_usera {
    background: #E7E7E7;
    width: 145px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 7px 7px 6px 7px;
    text-align: center;
}

ul.topnav {
    background: url(images/FireCash/bg/thead_sb.png) center top repeat-x;
    width: 170px;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    float: left;
    line-height: 35px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
    font-size: 13px;
}

ul.topnav li {
  
    float: left;  
    margin: 0;  
    padding: 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
    color: #005800;
    text-shadow: 1px 1px 2px #9bc159;
    display: block;
    float: left;
    
    text-decoration: none;
}

ul.topnav li a:hover {
}

ul.topnav li span {
/*--Drop down trigger styles--*/  
    width: 24px;  
    height: 24px;
    margin: 6px 10px 0 5px;
    float: left;  
    background: url(images/FireCash/bg/subnav.png) no-repeat center top;
}

ul.topnav li span.subhover {
background-position: center bottombottom; cursor: pointer;
}

/*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
    background: #333;
    width: 198px;
    list-style: none;
    position: absolute;
    left: -30px;
    top: 35px;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    border: 1px solid #ACCC7E;
    z-index: 30;
}

ul.topnav li ul.subnav li {
    width: 198px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E1EECD;
    border-bottom: 1px solid #ACCC7E;
    clear: both;
}

html ul.topnav li ul.subnav li a {
    background: #C8DCAC;
    width: 178px;
    color: #000;
    float: left;
    padding-left: 20px;
    text-shadow: none;
}

html ul.topnav li ul.subnav li a:hover {
    background: #B4CF90;
}

ul.subnav li a {
    color: #fff;
    text-shadow: 1px 1px 2px #063B4A;
}

.panel_avatar {
    background: #f1f1f1 50% 50%;
    width: 100px;
    border: 5px solid #6F1C18;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.panel_menu {
    float: left;
}

.panel_ikony {
    width: 200px;
    height: 60px;
    padding: 10px 0;
    float: right;
    margin-right: 10px;
}

ul.panel_nawigacja {
    margin-left: -5px;
    padding:0;
    list-style:none;
}

.panel_nawigacja a {
    display: block;
}

.panel_nawigacja li {
float: left;
margin-left: 15px;
text-align: center;
}

.panel_nawigacja img {
margin-bottom: 5px;
}

.panel_nawigacja span a:link, .panel_nawigacja span a:visited {
    color: #fa6e1c;
    text-decoration: none;
}

.panel_nawigacja span  a:hover, a:active {
    color: #FF8D4B;
    text-decoration: none;
}

.statsmenu {
    background: url(images/FireCash/bg/thead.png) top left repeat-x;
    color: #FFCF9F;
    line-height: 35px;
    text-align: center;
    text-shadow: 1px 1px 2px #063B4A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.statsmenu a:link, .statsmenu a:visited {
    color: #FFCF9F;
    margin-right: 35px;
    
    text-decoration: none;
    font-weight: bold;
}

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

.novastats {
    background: #e9e9e9 url(images/FireCash/bg/trow.png) repeat-y top center;
    padding: 8px 20px;
    border: 1px solid #F1A645;
}

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

.novastats hr {
    height: 1px;
    background: #c2c2c2;
    border-bottom: 1px solid #fff;
    width:100%;
}

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

.button_duzy {
    background: url(images/FireCash/bg/thead_sb.png) top center;
    color: #005800;
    padding: 8px 12px;
    text-align: center;
    text-shadow: 1px 1px 2px #9bc159;
    border-radius: 3px;
    
    font-size: 14px;;
    font-weight: bold;
}

.button_duzy a:link, .button_duzy a:visited {
    color: #005800;
    text-decoration: none;
}

.button_duzy a:hover, .button_duzy a:active {
    color: #112900;
    text-decoration: none;
}

.button_maly {
    background: url(images/FireCash/bg/thead_sb.png) top center;
    color: #005800;
    line-height: 30px;
    padding: 4px 6px;
    text-align: center;
    text-shadow: 1px 1px 2px #9bc159;
    border-radius: 3px;
    font-size: 13px;
}

.button_maly a:link, .button_maly a:visited {
    color: #005800;
    text-decoration: none;
}

.button_maly a:hover, .button_maly a:active {
    color: #112900;
    text-decoration: none;
}

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

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

.imgOpa {
opacity:0.5;
filter:alpha(opacity=40);
}

input.button {
    background: url(images/FireCash/bg/thead_sb.png) top center;
    color: #005800;
    line-height: 30px;
    padding: 4px 6px;
    text-align: center;
    text-shadow: 1px 1px 2px #9bc159;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.logo_bg {
    background: url(images/FireCash/bg/logo_bg.png) top no-repeat;
    width: 645px;
    height: 168px;
    position: relative;
    top:-12px;
    left: -120px;
}

.stopka {
    background: url(images/FireCash/bg/stopka.png) top left repeat-x;
    height: 90px;
    margin: -8px;
}

.stopka > div {
    width: 960px;
    padding: 20px;
    margin: auto;
}


.favimg {
border-radius: 50%;
}

.zaokraglenie {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

I jedną funkcję znalazłem tylko i zamieniłem ją na class="tborder zaokraglenie" w szablonach.



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

1 gości