Webboard

Pełna wersja: TeslaDark grafiki nowych wątków, zamkniętych wątków nie wyświetlają się
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
wersja skryptu MyBB: 1.6.12
adres forum: www.sabatserv.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Generalnie mam problem ponieważ zauważyłem że nie wyświetla mi większości grafik tematów macie ss:

[Obrazek: utyegn.jpg]

Nowe itemy w itemshopie - powinna być grafika wątku zamkniętego
Ogólnie są grafiki tylko przy 2 wątkach a powinno być przy wszystkich.
Coś masz z font-awesome
Nie ma icon-thread-newhotlockfolder
no to font-awesome jest generalnie coś nie tego, bo musiałem zmienić wszystkie czcionki na tahome bo polskie znaki były 2x mniejsze od innych liter, a ogarniasz może gdzie to jest i jak to można naprawić??
Do Extras.css gdziekolwiek dodaj - najlepiej na końcu:

Kod PHP:
.icon-thread-newhotlockfolder:before {
    
content:"\f023";
    
colorred;    

nic to nie dało

Pododawałem jeszcze font family:

Kod:
.forumicons, .catdes, #search input.textbox , .flogo, #advsearch, div.col li a, div.col li, #gotoTop, .loginbutt, .usercp_nav_item  {
-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
}

.forumicons {
background: #0C0C0C;
opacity: 0.7;
padding: 6px 9px;
border-radius:2px;
}

.forumicons:hover {
opacity:1;
}

.theadtitle, .tcattitle {
  font-family: 'Tahoma';
font-weight: normal;
font-size: 15px;
text-shadow: 0px 1px 1px #111;
}
.theadtitle {
float:left;
}

.catdes {
font-size: 12px;
padding: 5px;
font-style: italic;
cursor: pointer;
opacity:  0;
}

.thead:hover .catdes {
margin-left: 10px;
opacity: 1;
}

input.button, .button {
background: #333;
color: #FFF;
text-shadow: 0 0 2px #000;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 6px 10px;
-moz-background-clip: padding;
font: 11px;
text-decoration: none;
cursor: pointer;
}

input.button:hover, .button:hover {
opacity:0.7;
}

.buttons, .loginbut {
background: #363636;
box-shadow: 0px 3px 0px #292929;
color: #FFF;
text-shadow: 0 0 2px #000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 6px 10px;
text-decoration: none;
cursor: pointer;
float: left;
margin-left:4px;
}

.buttons:hover, .loginbut:hover {
background: #127BAC;
box-shadow: 0px 3px 0px #0C587C;
color: #FFF !important;
}

.breadcrumb {
font-size: 11px;
background: #0E0E0E;
overflow: hidden;
margin: 0;
padding: 5px;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 0 5px;
    margin-right: 0px;
    outline: 0 none;
    -moz-outline-style: 0 none;
    display: block;
    line-height: 24px;
    _border-bottom: none;
    color: rgb(150, 150, 150);
    text-decoration: none;
}

.breadcrumb .crust:last-child a.crumb:before {
    content:"\f054";
    font-family:FontAwesome;
    vertical-align:middle;
    margin-right:5px;
    font-weight:normal;
}
.breadcrumb .crust b.lastcrumb {
    background: transparent none;
    font-weight: bold;
}
.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 29px;
}

.breadcrumb .crust a.crumb:before {
    content: "\f141";
    font-family:FontAwesome;
    vertical-align:middle;
    margin-right:5px;
    margin-left:-10px
    font-weight:normal;
}

.breadcrumb .crust .arrow {
    border: 0px solid rgba(0, 0, 0, 0);
    border-top-width: 13px;
    border-right: 1px none black;
    border-left-color: #2d2d2d;
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 50;
    width: 0px;
    height: 0px;

}
.breadcrumb .crust .arrow span {
    border: 0px solid rgba(0, 0, 0, 0);
    border-right: 1px none black;
    border-left-color: rgb(32, 32, 32);
    display: block;
    position: absolute;
    left: -13px;
    top: -6px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
}

.breadcrumb .refresh:hover {
        background-position: 0px -16px;
}

.breadcrumb .crust:last-child a.crumb {
        font-weight: bold;
        background: none;
        color: #fff;
        border-radius: 2px;
}

.breadcrumb .crust:hover a.crumb {
    background-color: #1679A0;
    color: #ffffff;
    text-decoration:none;
    border-radius: 2px;
    opacity: 0.7;
}

.breadcrumb .crust:hover .arrow span {
    border-left-color: #1679A0;
}

.menuwrap {
width:auto;
padding:0;
height: 50px;
margin-left:-20px;
float:left;
border-left: 1px solid #1B1B1B;
}

.ent-icon-search:before {
    content: "\f002";
    font-size: 16px;
         font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.ent-advanced {
width: 34px;
height: 34px;
display: block;
right: 0;
margin-left: 5px;
float: right;
margin-top: 30px;
background: rgba(71, 71, 71, 0.41);
top: 0;
line-height: 33px;
text-align: center;
border-radius:2px;
}

.ent-advanced a:before {
cursor: pointer;
content: "\f013";
font-size: 16px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}

.ent-advanced a {
color: #A5A2A2;
text-shadow: 0px 0px 5px #0B538B;
}

.panelbutton span1:before {
cursor: pointer;
content: "\f013";
font-size: 14px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}

.onlineicon:before {
cursor: pointer;
content: "\f0ac";
font-size: 14px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}

.ent-advanced a:hover, .panelbutton:hover span1, .onlineicon {
color: #127BAC;
text-shadow: 0px 0px 5px #202020;
display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;
}

.ent-search {
position: relative;
float: right;
margin-right:-20px;
width: 34px;
height: 34px;
background: rgba(71, 71, 71, 0.41);
border-radius: 2px;
margin: 30px 0 0 0;
}
.ent-search-input-wrap {
    position: absolute;
    right: 34px;
    height: 34px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    transition: width 200ms;
}
.ent-search.ent-search-open .ent-search-input-wrap {
    width: 278px;
}

.ent-icon-search,
input[type="submit"].ent-search-submit  {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}
.ent-icon-search {
    color: #127BAC;
}
.ent-search.ent-search-open .ent-icon-search{
    background: #127BAC;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}
input[type="submit"].ent-search-submit {
    background: transparent;
    color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
    z-index: -1;
}
.ent-search.ent-search-open input[type="submit"].ent-search-submit {
    z-index: 90;
}
input[type="text"].ent-search-input {
    border: none;
    outline: none;
    opacity: 0;
    background: #303030;
    width: 265px;
    height: 34px;
    margin: 0;
    padding: 2px 7px;
}
.ent-search.ent-search-open input[type="text"].ent-search-input {
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}

#advsearch {
   float: right;
margin-left: 4px;
margin-top: 0px;
background: #131212;
padding: 7px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.8) 0px 1px 5px, rgba(255, 255, 255, 0.02) 0px 0px 0px 1px, rgba(255, 255, 255, 0.05) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.8) 0px 1px 5px, rgba(255, 255, 255, 0.02) 0px 0px 0px 1px, rgba(255, 255, 255, 0.05) 0px 1px 0px;

}



#advsearch:hover {
    background: #A30202;
}
        
.toggle {float: right}
.toggle a {
    display: block;
    text-transform: uppercase;
    margin: 6px 0 0 4px;
    padding: 4px;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 16px;
    font-size: 10px;
}

.stats {
    position: relative;
    color: #fff;
    padding: 10px;
    background: #262626;
}
.stats > h2 {
    color: #EBEBEB;
    font-size: 13px;
    margin: 2px 0 0;
    text-align: center;
}
.stats-data {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
    padding-left: 20px !important;
}
.stats-data li {
color: #127BAC;
    float: left;
    width: 21%;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    list-style: none outside none;
    margin-right: 10px !important;
    margin-top: 0 !important;
    padding: 0px 20px 0px 0 !important;
    line-height: 15px;
  font-family: 'Tahoma';
    text-align: right;
}
.stats-data li span {
    color: #D5D5D5;
    display: block;
  font-family: 'Tahoma';
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 2px;
}

#copyright {
margin: 0;
text-align: left;
float: right;
font-family: 'Tahoma';
font-weight: normal;
font-size: 13px;
color: #FFF;
height: 50px;
}

.announce {
margin-bottom: 15px;
margin-top: 10px;
text-align: left;
height: 40px;
background: #0C0C0C;
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
text-decoration: none;
font-size: 12px;
font-family: 'Tahoma';
border-radius: 2px;
}

#testimonials{
    float:left;
overflow: hidden;
width: 85%;
}
#testimonials li{
  display:none;
}
#testimonials ul{
  list-style:none;
}
#testimonials p.author{
    color: #00ACEE;
    font-size: 12px;
    font-style: italic;
    text-align: right;
    margin:10px;
}
#testimonials p.author a,
#testimonials p.author a:hover,
#testimonials p.author a:visited{
    color:#FF6400;
}

.announcehead {
float: left;
}

.announcehead i {
float: left;
line-height: 40px;
margin-left: 0px;
font-size: 13px;
color: #68D66D;
background: #202020;
padding: 0px 25px;
}

#mask {
    position: absolute;
    z-index: 9010;
    background-color: #0E0E0E;
    display: none;
    top: 0;
    left: 0;
}

.modalBox {
position: fixed;
width: 500px;
display: none;
z-index: 9015;
margin-top: -70%;
padding: 20px;
background: #1F1F1F;
border-radius: 2px;
padding: 8px;
}

.modalBox .thead {
color: #E2E2E2;
text-shadow: rgba(44, 44, 44, 0.8) 0px 1px 0px;
font-size: 12px;
font-weight: normal;
height: 20px;
}
  
.modalBox .modalContent {
padding: 0px 10px;
background: #1A1A1A;
}

.modalclose {    
float: right;
        color: #fff;
}

.modalsubmit {
background: #0F0F0F;
padding: 3px 10px;
margin-top: 10px;
margin-left: -10px;
width: 100%;
text-align: center;
}

.username{
float: left;
margin: auto auto;
width: 50%;
}

.password {
float: right;
margin: auto auto;
width: 50%;
}

h6 {
text-align: left;
margin-bottom: 5px;
font-size: 12px;
font-weight: normal;
}

#inuser, #inpass  {
padding: 6px;
color: #ECECEC;
box-shadow: 0px 3px 0px #3F3F3F;
background: #575757;
float: left;
border-radius: 2px;
margin-right: 8px;
position: relative;
}

.remember {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}


.pbit {
        background: #fff;
        border-radius: 3px;
        border: 1px double #dadada;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 3px;
        padding: 6px 5px 5px;
        text-align: left;
}

.pbavatar {
background: #2E2E2E;
padding: 5px;
width: 70px;
height: 70px;
border-radius: 2px;
}

.span1 {
width: 46%;
margin-right:2%;
float: left;
margin-bottom:20px;
}

.span2 {
width: 96%;
float: left;
padding:10px;
}

.mdivider {
background: none;
border-top: 1px dashed #292929;
width: 100%;
height: 5px;
padding: 0px 40px;
margin-top: 5px;
margin-left: -40px;
margin-bottom: 10px;
clear: both;
display: block;
}

input[type="checkbox"] {
-webkit-appearance: checkbox;
box-sizing: border-box;
background: #000;
border: 1px solid #ddd;
}

.pagibox {
background: #1D1D1D;
margin-top: 10px;
padding: 4px 10px 8px 10px;
border: 1px solid #181818;
-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.loginavatar {
background: #111;
border: 4px solid #252525;
width: 71px;
height: 71px;
float: left;
margin-left: 100px;
margin-top: -70px;
margin-bottom: 20px;
padding: 0px;
border-radius: 100px;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.loginavatar img {
margin: auto auto;
display: inline;
border-radius: 100px;
height: 70px;
width: 70px;
}

#toggle-button{
    height: 28px;
width: 28px;
background: #B81A1A;
float: right;
margin-top: 31px;
border: 1px solid #440E0E;
padding: 5px;
border-radius: 2px;
margin-left: 5px;
cursor: pointer;
}

ul.tabs, ul.stabs {
    margin: 0;
    padding: 0;
    background:  #111;
    padding: 5px 0px 5px 0px;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
}
ul.tabs li, ul.stabs li {
    float: left;
    margin: 0;
        margin-right: 10px;
    padding: 0;
    margin-left: 10px;
    height: 31px;
    line-height: 31px;
    border-radius:  2px;
    margin-bottom: -1px;
background: #1D1D1D;
    overflow: hidden;
    position: relative;
}
ul.tabs li a, ul.stabs li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    outline: none;
}
ul.tabs li a:hover, ul.stabs li a:hover {
background: #127BAC;
box-shadow: 0px 3px 0px #0D4F6F;
}    
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.stabs li.active, html ul.stabs li.active a:hover {
background: #127BAC;
box-shadow: 0px 3px 0px #0D4F6F;
}
.tab_container, .stab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.tab_content, .stab_content {
    padding: 20px 0px;
    font-size: 1.2em;
}
.tab_content h2, .stab_content h2 {
font-weight: normal;
border-bottom: 1px dashed #1D1D1D;
font-size: 1.8em;
}
.tab_content h3 a, .stab_content h3 a{
    color: #127BAC;
}
.tab_content img, .stab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
    
.tcatlink {
opacity:0;
float:right;
  font-family: 'Tahoma';
font-size:12px;
font-weight: bold;
-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
       transition: all 250ms ease-in-out;
}

.tcat:hover .tcatlink, .tfoot:hover .tfootlink {
opacity:1;
}

.tfootlink {
background: #090909;
padding: 6px;
vertical-align: middle;
border-radius: 50px;
opacity: 0;
-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
       transition: all 250ms ease-in-out;
}

.stlinks {
background: #242424;
padding: 15px;
border-radius: 2px 2px 2px 2px !important;
}

.pboffline {
background:#363636;
padding: 2px;
vertical-align: top;
border-radius: 2px;
font-size: 7px;
}

.pbonline {
background: #3D9721;
padding: 2px;
vertical-align: top;
border-radius: 2px;
font-size: 7px;
}

.mlinks {
background: #070707;
border: 1px solid #1A1A1A;
padding: 10px;
margin: 5px;
border-radius: 100px;
}

.fpagination {
background: #3C3C3C;
padding: 2px 4px;
border: 1px solid #424242;
border-radius: 2px;
}

.fpagi {
font-size: 12px;
opacity: 0.5;
-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
       transition: all 250ms ease-in-out;
}

.trow1:hover .fpagi, .trow2:hover .fpagi {
opacity:1;
}

fieldset {
        border: 1px solid #141414;
}

.dropDownHook {
color: #ECECEC;
font-weight: normal;
font-size: 12px;
text-shadow: 1px 1px 0px #000;
border-left: 1px solid rgba(44, 44, 44, 0.34);
border-right: 1px solid rgba(36, 36, 36, 0.42);
background: none;
padding: 0;
display: inline-block;
position: relative;
width: 160px;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
margin-right: -20px;
}

.dropDownHook:hover {
background: #0C0C0C;
}


.dropDownHook span{
    cursor:pointer;
}

.dropDownContent{
    display:none;
}

.hcon {
vertical-align: middle;
float: left;
margin-top: 3px;
margin-right: 5px;
padding: 3px;
}

.dropDownHook .dropDownContent{
position: absolute;
right: 0;
top: 65px;
background: #111;
padding: 30px 15px;
font-size: 12px;
width: 400px;
min-width: 100%;
text-shadow: none;
z-index: 999;
border-radius: 2px;
}        

.dropDownContent ul {
    float: left;
    margin: 0;
    margin-top:10px;
    margin-left: 0;  
    padding: 0;
    width: 45%;
}

.dropDownContent li {
list-style: none;
line-height: 30px;
border-left: 5px solid #111;
list-style: none;
-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
}

.dropDownContent li:hover {
border-left: 5px solid #127BAC;
background: rgba(70, 70, 70, 0.31);
}

.dropDownContent li a {
color: #f7f7f7;
line-height: 22px;
padding: 5px;
display:block;
}

.dropDownContent li a:hover {
color: #777;
}

.arrow_box {
    position: relative;
    background: #1A1A1A;
    border: none;
    margin-top: -29px;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(3, 4, 5, 0);
    border-bottom-color: #141414;
    border-width: 10px;
    right: 10%;
    margin-right: 32px;
}
.arrow_box:before {
    border-color: rgba(16, 19, 20, 0);
    border-bottom-color: #0E0E0E;
    border-width: 11px;
    right: 10%;
    margin-right: 31px;
}

.headavatar {
background: rgba(41, 41, 41, 0.69);
padding: 5px;
margin-bottom: 10px;
position: relative;
width: 80px;
height: 80px;
border-radius: 2px;
margin-top: 0px;
margin-left: 0;
}
        
.nav {
font-weight: 400;
font-size: 12px;
line-height: 40px;
position: relative;
float:left;
padding: 0;
margin: 0;        
}

.nav a, .nav a:link, .nav a:visited, .nav a:hover, .nav a:focus {
color: #F5F5F5;
text-decoration: none;
}

.nav > li {
display: inline-block;
text-align: center;
margin-left: -3px;
}

.nav > li > a {
padding: 5px 15px;
display: block;
border-right: 1px solid #1A1A1A;
}

.nav > li:hover > a{
color: #FFF;
background: #202020;
}

.nav > li:hover {
background-color: #272727;
}

.nav > li > ul {
opacity: 0;
visibility: hidden;
position: absolute;
list-style: none;
top: 50px;
background-color: #111;
width: 200px;
text-align: left;
padding: 0px;
z-index: 99;
}

.nav > li:hover > ul {
opacity: 1;
visibility: visible;
margin-top: 0px;
}

.nav li > ul li {
font-size: 11px;
position: relative;
display: block;
padding: 0px 10px;
border-left: 5px solid #111;
}

.nav > li > ul  li:hover {
border-left: 5px solid #127BAC;
background:#272727;
}

.nav > li > ul > li > a {
font-size: 11px;
position: relative;
display: block;
}

.nav ul  li:hover > a {
color: #FFF;
}

.nav > li.dropdown > a:after {
content: " \f107";
font-family: FontAwesome;
color: #fff;
}

.nav ul li.dropdown:after {
content: "\f067";
position: absolute;
left: 170px;
font-family: FontAwesome;
display: inline-block;
color: #fff;
margin-left: 10px;
margin-top: 2px;
}

.nav ul li.dropdown:hover:after{
content: "\f068";
}

.nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li {
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out; /* Firefox 4 */
-webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
-o-transition: all 0.1s ease-in-outs; /* Opera */
}    

.home {
display: block;
float: left;
position: relative;
background: #141414;
border-radius: 2px;
margin-right: 10px;
}

.homei {
line-height: 30px;
margin-left: 10px;
margin-right: 10px;
}

.navwrap {
background: #0E0E0E;
width: 100%;
padding: 0px 20px;
margin-left: -20px;
margin-top: -20px;
}
    
.onlinebox {
margin: auto auto;
display: block;
margin-bottom: 15px;
margin-top: 10px;
text-align: left;
height: auto;
overflow: hidden;
padding: 20px;
background: #0F0F0F;
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
font-size: 12px;
font-family: 'Tahoma';
border-radius: 2px;
}



.foot2 {
width: 100%;
height: 50px;
padding: 0px 20px;
margin-left: -20px;
line-height: 50px;
}

.bottommenu {
background: #F3F3F3;
border-top: 1px solid #D3D3D3;
padding: 10px 20px;
width: 100%;
height: 15px;
}

.footnav {
margin-top: -10px;
clear: left;
margin-left: -10px;
float: left;
font-size: 11px;
}


.footnav li {
display: inline-block;
margin: 0;
padding: 6px 2px;
border-right: 1px solid #D1D1D1;
}

.footnav li a {
margin-right: 0px;
font-size: 11px;
font-style: normal;
font-weight: normal;
padding: 4px 5px;
display: inline-block;
}

.footnav1 {
margin-top: -10px;
clear: left;
margin-left: -10px;
float: left;
font-size: 11px;
}


.footnav1 li {
display: inline-block;
margin: 0;
padding: 6px 2px;
border-right: 0px solid #D1D1D1;
}

.footnav1 li a {
margin-right: 0px;
font-size: 11px;
font-style: normal;
font-weight: normal;
padding: 4px 5px;
display: inline-block;
}

.bmwrap {
background: #111;
width: 100%;
margin: auto auto;
height: 230px;
padding: 0px 20px;
margin-left: -20px;
}

.copyright {
margin: 0;
text-align: left;
float: left;
font-family: 'Tahoma';
font-weight: normal;
font-size: 13px;
color: #FFF;
height: 50px;
margin-left: 15px;
}

#bottommenu {
    background: none;
    color: #fff;
       margin: auto auto;
       height: 200px;
       padding: 20px;
        overflow:hidden;
    width: 100%;
    margin-left: -20px;
}

#bottommenu p {
color: #888;
}

#bottommenu ul {
    padding: 0;
    margin: 0;
}

#bottommenu a:link , #bottommenu a:visited {
color: #747474;
}

#bottommenu a:hover {
color: #FFF;
}

#bottommenu .side {
    width:23%;
    float:left;
    text-align:left;
}

.smallfooter {
background: #0C0C0C;
border-top: 1px dashed #212121;
padding: 0px 20px;
line-height: 50px;
height: 50px;
width: 100%;
margin-left: -20px;
color: #FFF;
}

.socnav {
margin: 0;
text-align: right;
float: right;
font-family: 'Tahoma';
font-weight: normal;
font-size: 13px;
color: #FFF;
}

.socnav ul {
margin:0;
padding:0;
}

.socnav ul li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
padding: 0px 10px;
}

.socnav ul li a {
color: #fff;
}

.socnav ul li a:hover {
color: #127BAC;
}
        
.flogu > ul {
    float: left;
    padding: 0px;
    margin: 0px;
}

.flogu li {
    position: relative;
    list-style: none;
}

.flogu ul li a {
    display: block;
    font-size:  12px;
    text-align: center;
}

.flogu ul li a:link {
color: #fff;
}

.flogu ul li a:hover {
    color: #BEBEBE;
}


.smallfooter a:link, .smallfooter a:visited {
color: #fff;
}
.smallfooter a:hover {
color: #f7f7f7;
}

.span3 {
width: 30%;
float: left;
margin-right: 2%;
}

.span33 {
width: 13%;
float: right;
margin-right: 2%;
}

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


.navList li a {
display: block;
color: #BEBEBE;
padding: 4px 0;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.navList li a:hover {
margin-left: 4px;
color: #FFF;
}

.navlist li:hover {
color: #FFF;
}

.hidelink {
opacity:0;
}

.navList li:hover .hidelink {
opacity:1;
color: #127BAC;
}



.columnHeader {
text-shadow: none;
font-size: 17px;
font-weight: normal;
padding-bottom: 5px;
margin-bottom: 10px;
color: #F7F7F7;
border-bottom: 1px dashed #1B1B1B;
}


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
margin: 10px 0 10px 0;
font-weight: 200;
font-size: 15px;
font-family: 'Tahoma';
line-height: normal;
color: #666;
text-rendering: optimizelegibility;
}



.wdttop {
background-color: #444;
position: fixed;
font-size: 24px;
padding: 5px 10px;
border-radius: 2px;
line-height: 35px;
text-align: center;
color: #FFF;
bottom: -100px;
right: -1px;
top: auto;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}

.wdttop:hover {
background-color: #127BAC;
}

.panel {
border-top: 0px solid #222;
}

.panell {
display: none;
height: 150px;
margin: 0 auto;
width: 100%;
background: #0C0C0C;
padding: 20px;
margin-left: -20px;
}

.panelbutton {
border: 1px solid #242424;
background: #252525;
border-radius: 2px;
border-top: 0;
display: block;
font-size: 11px;
font-weight: bold;
padding: 8px 10px;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
width: 100px;
}

.icon-folder-on:before {
content: "\f15c";
color: #3387A1;
font-size:24px;
}

.icon-folder-off:before {
  content: "\f15c";
  color: grey;
font-size:24px;
}

.sf-icon-minion:before {
content: "\f15c";
color: #3387A1;
font-size:10px;
font-family: FontAwesome;
margin-right: 5px;
font-style: normal;
}

.sf-icon-minioff:before, .sf-icon-miniofflock:before {
  content: "\f15c";
  color: grey;
font-size:10px;
font-family: FontAwesome;
margin-right: 5px;
font-style: normal;
}

.icon-folder-offlock:before {
  content: "\f023";
  color: #E42B2B;
font-size:24px;
font-family: FontAwesome;
}

.icon-thread-folder:before{
    content:"\f075";
    color: #444;
    font-family: FontAwesome;
}
.icon-thread-newfolder:before{
    content:"\f075";
    color: #127BAC;
    font-family: FontAwesome;
}
.icon-thread-dot_newfolder:before{
    content:"\f086";
    color: #dadada;
    font-family: FontAwesome;
}

.icon-thread-dot_hotfolder:before {
content: "\f06d";
    color: #DADADA;
    font-family: FontAwesome;
}

.icon-thread-newhotfolder:before {
content:"\f06d";
    color: #127BAC;
    font-family: FontAwesome;
}

.icon-thread-dot_folder:before{
    content:"\f0e6";
    color: #DADADA;
    font-family: FontAwesome;
}

.icon-thread-hotfolder:before {
   content:"\f06d";
    color: #F00;
    font-family: FontAwesome;
}

.icon-thread-dot_lockfolder:before,.icon-thread-lockfolder:before,.icon-thread-newlockfolder:before,.icon-thread-dot_newlockfolder:before {
    content:"\f023";
    color: red;
    font-family: FontAwesome;
}

.fdticons{
background: #0F0F0F;
padding: 3px 6px;
border-radius: 2px;
font-size: 16px;
}

.jump {
font-size:16px;
margin-right: 5px;
color: #127BAC;
}


.qbut {
background: #127BAC;
padding: 3px 6px;
box-shadow: 0px 3px 0px #0D4C69;
border-radius: 2px;
}

.obut {
background: rgba(32, 30, 30, 0.43);
padding: 4px;
border-radius: 2px;
}        

.bst:before, .bday:before, .onl:before {
font-family:FontAwesome;
margin-right:5px;
font-weight:normal !important;
}

.bst:before {
content: "\f080";
}

.bday:before {
content:"\f06b";
}

.onl:before {
content:"\f0e4";
}

.remember {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

p1{
font-size: 10px;
font-weight: normal;
color: #8A8989;
}

.loginbox {
width: 180px;
background: rgba(216, 216, 216, 0.23);
padding: 4px;
border-radius: 2px;
border: 2px solid rgba(17, 17, 17, 0.13);
}

.hbutton {
padding: 6px 12px;
font-size: 14px;
font-family: 'pacificoregular',Arial, Sans-Serif;
line-height: 100%;
color: #FFF;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
transition: background 0.1s ease-in-out;
-webkit-transition: background 0.1s ease-in-out;
-moz-transition: background 0.1s ease-in-out;
-ms-transition: background 0.1s ease-in-out;
-o-transition: background 0.1s ease-in-out;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
border: none;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.hbutton:active {
    padding-top: 15px;
        margin-bottom: -1px;
}
.hbutton, .hbutton:hover, .hbutton:active {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
}

.lognav {
font-weight: 400;
font-size: 12px;
line-height: 50px;
height: 50px;
position: relative;
float: right;
padding: 0;
margin-right: -20px;
border-right: 1px solid #181818;
border-left: 1px solid #181818;
}

.loginbutt {
float: right;
padding: 0px 15px;
}

.loginbutt:hover {
background: #127BAC;
color: #fff !important;
}

.pblinks {
padding: 10px;
background: #222;
border-radius: 2px;
}

.prbut {
padding: 5px 8px;
background: #4D4D4D;
border-radius: 2px;
box-shadow: 0px 3px 0px #302F2F;
}

.pbclassic {
white-space: nowrap;
text-align: center;
padding: 10px 0px;
background: #181818;
}

.sidebartoggle {
float: right;
width: 34px;
height: 34px;
background: rgba(71, 71, 71, 0.41);
line-height: 34px;
color: #FFF;
margin-left: 5px;
margin-top: 30px;
text-align: center;
border-radius: 2px;
}

.clickbutton, .clickedbuttons {
cursor: pointer;
font-size: 13px;
color: #666;
margin-top: 3px;
}

.clickbutton:hover , .clickedbuttons:hover {
color: #127BAC;
}

.clickedbuttons:before {
content: "\f053";
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
font-size:16px;
}

.clickbutton:before {
content: "\f054";
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
font-size:16px;
}

.advert {
border: 1px solid #252525;
padding: 20px;
text-shadow: 1px 1px 1px rgba(7, 51, 71, 0.36);
text-align:center;
}

.bcontainer {
  //background: none;
  width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.carousel {
  height: 200px;
  width: 200px;
  //border: 1px solid #000;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.carousel ul{
  list-style-type:none;
  margin-top:4px;
  width:2000px;
  margin-left:0;
  left:0;
  padding-left:0px;
}
.carousel li{
  display:inline;
}
.carousel ul li{
  width: 200px;
  height: 200px;
  //border: 1px solid #ccc;
  float:left;
}
.navPrev, .navNext{
  cursor: pointer;
}

.navPrev {
margin-right: 5px;
}

span.line {
display: block;
background: #127BAC;
width: 50%;
height: 3px;
margin: 4px 0 -7px 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.post_body a:link, .post_body a:visited  {
color: #127BAC;
}

::-webkit-scrollbar {
    width: 14px;
    background: #000;
}
::-webkit-scrollbar-track {
    border-left: 1px solid #0F0F0F;

}
::-webkit-scrollbar-thumb {
    background: rgba(65, 65, 65, 0.8);
    -webkit-box-shadow: inset 0 0 6px #494949;
}
::-webkit-scrollbar-thumb:hover {
    background: #127BAC;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.8);
}    
        
.icon-thread-newhotlockfolder:before {
    content:"\f023";
    color: red;    
}
Sorki mały błąd. Do Extras.css albo global.css zamiast tego co dodałeś dodaj:

Kod PHP:
.icon-thread-newhotlockfolder:before {
    
content:"\f023";
    
colorred;    
}

.
icon-thread-hotlockfolder:before {
    
content:"\f023";
    
colorred;    


Efekt:

[Obrazek: j7a9.png]
YYY jakim cudem ty to masz??? ja tego nie mam

A dodałem do extras i do global

http://www.sabatserv.eu/forumdisplay.php?fid=11

Pojawiła się tylko kłódeczka w dolnym temacie
Odśwież stronę za pomocą CTRL + F5. I najlepiej dodać tylko do jednego.
OK mam przeglądarkę z Rosji :)

Posiadam google chrome, i teraz jak robię nowe okno incognito czy jakoś tak, to mam wszystko ładnie pięknie, ale normalnie to robię ctrl + F5, wyczyściłem pliki coockies, oraz dane przeglądarki, i cały czas nie widzę w trybie normalnym tych grafik (tylko w incognito) wiece jak to naprawić xd??
Zmień przeglądarkę? Korzystaj z Google Chrome w normalnym trybie?
Wyczyść jeszcze raz xD
Sorki okazuje się że jednak nie działa wszystko normalnie
Login test
Hasło testtest

Jako guest widać grafiki w każdym trybie, po zalogowaniu już nie za bardzo
Ja widzę prawidłowo zarówno po zalogowaniu jak i jako gość. Nie wiem gdzie widzisz problem.
Problem jest w niewyczyszczonych danych przeglądarki, bo u mnie też jest dobrze.
nie koniecznie, bo jestem zalogowany jako test, i jest dobrze, przeniosłem się na Firefoxa jak coś, ale wracając:
Zwykły użytkownik - widać dobrze
Moderator - widać dobrze
Admin - już niestety problem wraca
Stron: 1 2