Jak zrobić lekko przezroczyste tło na moim forum tak aby troche obrazka było widac.

Założony przez  Dejf.

wersja skryptu MyBB: Najnowsza
adres forum: http://cs-dynamite.xaa.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Chce aby tło które mam było lekko widoczne, czyli głównie chodzi o to aby forum było lekko przezroczyste (tak aby lekko było widać background) ponieważ chce wprowadzić fajny klimat ^^ Podobny do IPB
http://bit.ly/1beXRJu



http://blog.piotrnalepa.pl/2009/10/06/cs...yciem-css/
http://webowiec.net/blog/css-przezroczyste-tlo/

W skrócie: Kod podany w linku wrzucasz do sekcji body lub content w global.css.
Pomoc poza forum - odpłatnie.
Mógłbyś dla mnie to zrobić? Chciałbym aby moje białe tło (tam gdzie tekst itp) było widać w 90% Tutaj masz kod. Z góry dzięki i sory że ci tak truje ale kiepski jestem w te sprawy :P

body {
background: #161616;
background: white url(http://pharmclips.com/wp-content/uploads/2014/01/battlefield-4-wallpaper-2560x14402560x1440-battlefield-4-fanart-wallpaper-t92trkcw.jpg);
color: white;
text-align: center;
line-height: 1.4;
margin-bottom: 0px;
font-family: Tahoma, Arial, Sans-Serif;
font-size: 10px;
background-repeat: repeat;
background-attachment: fixed;
}

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

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

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

#content {
background: #FFFFFF;
line-height: 120%;
padding: 8px;
    color:  #5A5A5A;
    margin: auto auto;
    text-align: left; /* IE 5 fix */
}

#container {
    /* FIX: Make internet explorer wrap correctly */
margin: 0px auto;
max-width: 1600px;
min-width: 990px;
width: 90%;
}

#header {
padding:10px;
}

.logo {
width:248px;
height:82px;
}

.logo:hover {
opacity:0.5;
}

.menu {
background: url(images/Splat/primary_nav.jpg)  0px 0px #D7D7D7;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0px 0px;
min-height: 38px;
padding: 4px 4px 0px;
}

.menu ul {
float: left;
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}

.menu a {
border-radius: 3px;
color: #6F6F6F;
height: 35px;
line-height: 35px;
outline: medium none currentColor;
padding: 7px 11px;
text-shadow: #FFFFFF 0px 1px 0px;
}

.menu ul a:link {
color: #6F6F6F;
text-decoration: none;
}

.menu ul a:visited {
color: #6F6F6F;
text-decoration: none;
}
.menu ul a:hover, .menu ul a:active {
background: rgba(0, 0, 0, 0.102);
box-shadow: inset rgba(0, 0, 0, 0.298) 0px 1px 3px, rgba(255, 255, 255, 0.447) 0px 0px 0px 1px, rgba(255, 255, 255, 0.804) 0px 1px 0px;
color: #444444;
    text-decoration: none;
}

.menu li.current-item a {
background: url(images/Splat/primary_nav_active.jpg)  50% 0px #D75D2D;
box-shadow: inset rgba(0, 0, 0, 0.749) 0px 1px 3px, rgba(255, 255, 255, 0.447) 0px 0px 0px 1px, rgba(255, 255, 255, 0.804) 0px 1px 0px;
color: #FFFFFF;
border-radius: 3px;
height: 35px;
line-height: 35px;
outline: medium none currentColor;
padding: 7px 11px;
position: relative;
text-shadow: #892307 0px 1px 1px;
}

#user_navigation {
background: rgba(0, 0, 0, 0.400);
border-radius: 4px;
box-shadow: inset rgba(0, 0, 0, 0.400) 0px 1px 3px, rgba(255, 255, 255, 0.047) 0px 0px 0px 1px, rgba(255, 255, 255, 0.102) 0px 1px 0px;
color: #FFFFFF;
float: right;
font-size: 11px;
height: 36px;
line-height: 36px;
margin-top: 18px;
overflow: hidden;
}
#user_navigation a {
color: #FFFFFF;
}
.user_navigationLinks:hover {
background: rgba(0, 0, 0, 0.400);
}
.user_navigationLinks {
color: #FFFFFF;
float: left;
height: 36px;
line-height: 36px;
outline: medium none currentColor;
padding: 0px 13px;
}

.socialinks {
float:right;
}

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

table {
    color: #7D7D7D;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

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

.thead {
background: url(images/Splat/maintitle.jpg) 0px 0px repeat-x #CF552A;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.298) 0px 0px 1px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
padding:12px;
text-shadow: #A52C0C 0px -1px 0px;
}

.thead .expcolimage {
     -webkit-transition: 0.3s;
         transition:0.3s;
     -o-transition:0.3s;
     -ms-transition:0.3s;
     -moz-transition:0.3s;
}
.thead:hover .expcolimage {
     opacity:1;
     cursor:pointer;
}

.thead:hover .expcolimage img {
opacity: 1;
}

.thead .expcolimage img {
opacity: 0;
transition: opacity 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0;
}

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

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

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

.trow1 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding:10px;
}

.trow2 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding: 10px;
}
.trow3 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding: 15px;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
background:#F5F5F5;
}

.trow_sep {
background: #F1F1F1;
color: #929292;
font-size: 12px;
font-weight: 700;
padding:8px;
}

.tfoot {
padding:5px;
text-align:center;
}

.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;
}

.bottommenu {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F9F9F9;
border: 1px solid #EEEEEE;
height:32px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
border-radius: 0px 3px 0px 3px;
}

.bottommenu a {
display: inline-block;
margin-right: 0px;
padding: 10px 10px;
}

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

.navigation {
background: url(images/Splat/secondary_nav_bg.png) 0px 0px repeat-x #E0E0E0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: #FFFFFF 0px 1px 0px;
}

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

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

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

.navigation .active {
background: url(images/mini/secondary_nav.png) 100% 0px no-repeat transparent;
margin-right: 1px;
padding: 12px;
}

.smalltext {
    font-size: 11px;
}

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

input.textbox {
background: #FCFCFC;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 3px;
color: #9F9F9F;
padding: 6px;
text-shadow: #FFFFFF 0px 1px 0px;
}
input.textbox:focus {
background-color: #FEFEFE;
border: 1px solid #E6936A;
box-shadow: inset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color: #555555;
}

textarea {
background: #FCFCFC;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 3px;
color: #9F9F9F;
padding: 6px;
text-shadow: #FFFFFF 0px 1px 0px;
}
textarea:focus {
background-color: #FEFEFE;
border:1px solid  #E6936A;
box-shadow: inset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color: #555555;
}

select {
    background: #ffffff;
border:1px solid #838891;
}

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

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

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

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

.popup_menu {
    background: #ccc;
width:110px;
}

.popup_menu .popup_item {
    background: #fff;
padding: 6px 10px 6px 10px;
}
.popup_menu a {
text-align:center;
display:block;
}

.popup_menu .popup_item:hover {
    background: #F5F5F5;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.invalid_field {
background: #F3DDDD;
border: 1px solid #C98282;
color: #AD2930;
padding:6px;
}

.valid_field {
background: #F1F6EC;
border: 1px solid #CDDAC0;
color: #456D1D;
padding:6px;
}

.validation_error {
    background: url(images/Splat/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/Splat/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/Splat/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;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

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

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

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

hr {
    background-color: #F0F0F0;
    color: #A4A4A4;
    height: 1px;
    border: 0px;
width:100%;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
padding:0px 0px 35px 0px;
}

.footer_links {
float:left;
}

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

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

blockquote cite {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F2F2F2;
border-bottom: 0px none currentColor;
border-left: 1px solid #E3E3E3;
border-right: 1px solid #E3E3E3;
border-top: 1px solid #E3E3E3;
color: #535353;
font-size: 12px;
font-weight: 700;
margin-top: 5px;
overflow-x: auto;
padding: 8px 10px;
text-shadow: #FFFFFF 0px 1px 0px;
}

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

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

.codeblock {
background-color: #FCFCFC !important;
border: 1px solid #E3E3E3;
font-size: 11px;
line-height: 170%;
overflow: auto;
padding: 8px;
}

.codeblock .title {
    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;
}

.tcat {
background: url(images/mini/highlight.png) 0px 0px repeat-x #E3E3E3;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0px 10px;
text-shadow: rgba(255, 255, 255, 0.600) 0px 1px 0px;
}

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

.red_alert {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F3E3E6;
border: 1px solid #E599AA;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 12px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color: #80001C;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F3E3E6;
border: 1px solid #E599AA;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 11px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color:#80001C;
}

div.error p {
    margin: 0;
}

div.error p em {
    padding-left: 24px;
    display: block;
    background: url(images/Splat/error.gif) no-repeat 0;
}

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

.online {
background: url(images/Splat/highlight.png) 0px -1px repeat-x #7BA60D;
border-radius: 3px;
color: #FFFFFF;
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 16px;
line-height: 16px;
padding: 0px 5px;
text-shadow: rgba(0, 0, 0, 0.196) 0px -1px 0px;
text-transform: uppercase;
vertical-align: middle;
cursor:default;
}

.offline {
background: url(images/Splat/highlight.png) 0px -1px repeat-x #B3B3B3;
border-radius: 3px;
color: #FFFFFF;
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 16px;
line-height: 16px;
padding: 0px 5px;
text-shadow: rgba(0, 0, 0, 0.196) 0px -1px 0px;
text-transform: uppercase;
vertical-align: middle;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.mini_pagination a {
background: #405268;
border-radius: 2px;
color: #FFFFFF;
padding: 2px 6px;
opacity:0.6;
font-size: 0.8em;
}
.mini_pagination a:hover {
background: #536983;
opacity:1;
}
.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 {
background: url(images/Splat/highlight_strong.png) 0px 0px repeat-x #E5E5E5;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
color: #747474;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 4px 7px;
text-shadow: #FFFFFF 0px 1px 0px;
}

.pagination .pagination_current {
background: #405268;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.702) 0px 1px 3px, #FFFFFF 0px 1px 0px;
color: #FFFFFF;
cursor: default;
padding: 5px 8px;
}

.pagination a:hover {
background: #EFEFEF;
color: #747474;
    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/Splat/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;
}
.category_text {
font-size:10px;
font-weight:bold;
font-family:"Tahoma";
margin-left:1%;
color:#000000;
text-shadow:none;
}

.statround  {
background: rgba(0, 0, 0, 0.102);
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.298) 0px 1px 2px, #FFFFFF 0px 1px 0px;
color: #222222;
display: inline-block;
font-weight: 700;
margin-right: 3px;
padding: 3px 7px;
text-shadow: rgba(255, 255, 255, 0.600) 0px 1px 0px;
}
.statround a:link, .statround a:visited  {
color : #222222;
}
.statround a:hover, .statround a:active  {
color : #222222;
}    
.ips_table {
border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
border-top:1px solid #DCDCDC;
margin-top:0.5%;
}
#mask  {
position : absolute;
z-index : 9010;
background-color : #000000;
display : none;
top : 0;
left : 0;
}
.modalBox  {
background : rgba(0, 0, 0, 0.6);
position : fixed;
display : none;
z-index : 9015;
border-radius : 5px;
box-shadow : 0 10px 20px rgba(0, 0, 0, 0.506);
padding : 8px;
width:512px;
}
.modalBox .modalContent  {
background : #FFFFFF;
color : #5A5A5A;
}
#loginModal h3 {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
font-size: 16px;
color:#5A5A5A;
padding: 2px 10px 0px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
}
.Popup_close {
position: absolute;
right: 20px;
top: 20px;
}
.button {
background: url(images/Splat/highlight_faint.png) 0px 0px repeat-x #323232;
border-radius:2px;
border:1px solid #2B2B2B;
box-shadow: rgba(0, 0, 0, 0.431) 0px 1px 3px;
color: #FFFFFF;
text-shadow: #2B2B2B 0px -1px 0px;
padding: 4px 10px;
cursor:pointer;
}
.button:hover {
background-color: #434343;
color: #FFFFFF;
}
.tborder_belka {
width:100%;
    margin: auto auto;
    position: relative;
}    

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0px;
padding:0px;
}
ol, ul {
list-style: none outside none;
}
#main_menu  {
background: #FFFFFF;
border-radius: 0px 0px 6px 6px;
box-shadow: rgba(188, 188, 188, 0.600) 0px 2px 5px;
display: none;
margin-left: -3%;
margin-top: 2.6%;
overflow: hidden;
padding: 10px;
position: absolute;
text-align: center;
width: 100px;
z-index: 9999;
}
#main_menu a {
color:#C83D18;
line-height:25px;
}
#main_menu a:hover {
background:none;
color:#222222;
}

.sideblock {
border: 1px solid #D8D8D8;
width:100%;
}
.sbar {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
color:#727272;
}
.postbit {
background: url(images/Splat/maintitle.jpg) 0px -6px repeat-x #D86A35;
border: 1px solid #C03F18;
border-radius: 2px;
box-shadow: inset #F3AB60 0px 1px 0px;
color: #FFFFFF;
height: 24px;
line-height: 24px;
margin-left: 4px;
padding: 5px 9px;
text-decoration: none;
text-shadow: #C03F18 0px -1px 0px;
}
.postbit img {
margin: -3px 2px 0px -3px;
position: relative;
vertical-align: middle;
}
.submit {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #E4E4E4;
border-top: 1px solid #CCCCCC;
padding: 15px 6px;
text-align: center;
}
.OK_login {
background: url(images/Splat/highlight_faint.png) 0px 0px repeat-x #323232;
border:1px solid #2B2B2B;
box-shadow: rgba(0, 0, 0, 0.431) 0px 1px 3px;
color: #FFFFFF;
text-shadow: #2B2B2B 0px -1px 0px;
padding: 4px 10px;
cursor:pointer;
}
.OK_login:hover {
background-color: #434343;
color: #FFFFFF;
}
.lp {
font-size: 12px;
line-height: 1.6;
color:#5A5A5A;
margin-bottom: 10px;
}
.bar_login {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
border-top: 1px solid #D8D8D8;
color:#727272;
font-size:11px;
font-weight:bold;
}
.border {
border: 1px solid #CCCCCC;
}
.margin_login {
padding: 9px 19px;
}

.searchform  {
width : 340px;
float : right;
height : 34px;
position : relative;
margin-right : 1%;
top : 7px;
float : right;
}
.searchbox  {
background: #FFFFFF;
border-radius: 3px 4px 4px 3px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.251);
display: block;
height: 26px;
line-height: 25px;
min-width: 230px;
padding: 0px 26px 0px 4px;
position: relative;
float:right;
border:0px none;
}
.searchbox:focus  {
outline : none;
}
.searchsub  {
background : url(images/Splat/search_icon.png)  50% 50% no-repeat #4F6682;
border: 0px none;
border-radius: 0px 3px 3px 0px;
bottom: 0px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196);
display: block;
height: 26px;
padding: 0px;
position: absolute;
right: 0px;
text-indent: -3000em;
top: 0px;
width: 26px;
cursor:pointer;
}
.searchsub:hover {
background-color: #617997;
}
.adv_search  {
background : url(images/Splat/advanced_search.png) 50% 50% no-repeat transparent;
border-radius: 3px;
display: inline-block;
height: 26px;
margin-left: 3px;
text-indent: -3000em;
width: 26px;
border:0px none;
float:right;
cursor:pointer;
margin: 6px 4px 0px 0px;
}
.adv_search:hover {
background-color: rgba(0, 0, 0, 0.102);
}
#backtotop {
background: #BDBDBD;
border-radius: 16px;
box-shadow: inset rgba(0, 0, 0, 0.702) 0px 1px 3px;
display: inline-block;
height: 24px;
line-height: 20px;
margin-top: -12px;
opacity: 0.4;
position: absolute;
text-align: center;
top: 50%;
width: 24px;
padding:0px;
}
#backtotop:hover {
background: #8A8A8A;
color: #FFFFFF;
opacity: 1;
}
img {
vertical-align: middle;
}
#backtotop img {
margin-top:20%;
}
#rss_feed {
margin-top:-1px;
}
#infbox_link {
background : url(images/Splat/icon_inbox.png) 0px 0px no-repeat;
height: 20px;
width: 20px;
}
#infbox_link {
margin-top:7px;
}
.ipsbox {
background: #F2F2F2;
padding:10px;
width:100%;
border: 1px solid #CCCCCC;
}
.header_tcat {
background : url(images/Splat/highlight.png)  0px 0px repeat-x #EEEEEE;
color: #727272;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
font-size: 11px;
font-weight: 700;
padding: 8px 6px;
border:1px solid #E2E2E2;
}
.calendar_row {
background: #FFFFFF;
border-bottom: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1;
font-size: 0.9em;
height: 95px;
padding: 5px;
vertical-align: top;
width: 14%;
}
#breadcrumb  {
background : url(images/Splat/secondary_nav_bg.png) 0px 0px repeat-x #E0E0E0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: #FFFFFF 0px 1px 0px;
}
#breadcrumb li  {
list-style-type : none;
float : left;
margin : 0;
}
#breadcrumb a  {
background : url(images/Splat/secondary_nav.png)   100% 0px no-repeat transparent;
color: #757575;
font-size: 11px;
padding: 10px;
position: relative;
text-decoration: none;
}
#breadcrumb a:hover  {
background-position: 100% -43px;
color : #222222;
}
.message.unspecific {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #F3F3F3;
border: 1px solid #D4D4D4;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 11px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color: #515151;
}
ol, ul, li {
list-style: none outside none;
}

ul.postbit_topicbuttons, postbit_topicbuttons li {
background : url(images/Splat/highlight_faint.png) 0px 0px repeat-x #405268;
border: 1px solid #344457;
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.345);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
height: 30px;
min-width: 125px;
padding: 0px 10px;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.400);
line-height:30px;
}
.postbit_topicbuttons:hover {
background: #546983;
color: #FFFFFF;
}
ul.postbit_topicbuttons_closed, .postbit_topicbuttons_closed li {
background : url(images/Splat/highlight_faint.png) 0px 0px repeat-x #8B1515;
border:1px solid #790F0F;
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.345);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
height: 30px;
min-width: 125px;
padding: 0px 10px;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.400);
line-height:30px;
cursor:default;
}
.make_read a {
color: #777777;
font-weight: 400;
min-width: 0px;
padding-bottom: 1px;
padding-top: 1px;
padding: 0px 10px;
cursor: pointer;
display: inline-block;
margin: 0px 0px 10px 10px;
line-height:30px;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
}
.logincol {
float: left;
padding: 15px 10px;
line-height: 1.6;
}
.login_row {
overflow: hidden;
border-bottom: 1px solid #E8E8E8;
}
.submit_go {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #E4E4E4;
border-top: 1px solid #CCCCCC;
padding: 5px 10px;
}
.username, .password {
font-size: 1.15em;
}
.editedby {
background : url(images/Splat/comment_edit.png) 6px 10px no-repeat #FFEBC8;
border: 1px solid #ECC272;
color: #AC6328;
font-size: 11px;
line-height: 18px;
margin-top: 15px;
padding: 8px 8px 8px 28px;
text-shadow: #FFFAF1 0px 1px 0px;
}
.Forum_messages {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #F9D79B;
border: 1px solid #EBB962;
box-shadow: #FDE5BB 0px 1px 4px;
color: #B85F1D;
line-height: 140%;
margin-bottom: 10px;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
}
.Message_title {
text-align:center;
display:block;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
leSplater-spacing:2px;
}
.box {
background: #F2F2F2;
}
.box_content {
background:#FDFDFD;
border: 1px solid #DCDCDC;
}
.box, .box_content {
padding:9px;
}
.error_title {
color: #323232;
font-weight: 300;
font-size: 26px;
line-height:1.4;
font-family: "Helvetica", "Arial", sans-serif;
}
.logincol .pass_links {
float:right;
}
.logincol .pass_links a:hover {
text-decoration: underline;
}
.pagination_options {
line-height: 22px;
padding: 5px 0px;
float:left;
}
#backgroundPopup  {
}
#toPopup  {
background: rgba(0, 0, 0, 0.600);
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.506) 0px 10px 20px;
color: #8A8787;
display: none;
font-size: 11px;
left: 290px;
margin: 0px;
padding: 8px;
position: absolute;
text-align: left;
top: 75px;
z-index: 2000;
}
div.loader  {
background : url(images/Splat/ajax_loading.gif) 50% no-repeat;
background-color : #000000;
border-radius : 0 0 5px 5px;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.196);
color : #FFFFFF;
left : 46%;
opacity : 0.60000002384185791015625;
padding : 10px;
position : absolute;
display : none;
margin : 0;
width : 7%;
z-index : 10000;
}
div.close  {
background : url(images/Splat/close_popup.png) no-repeat;
cursor : pointer;
float : right;
height : 13px;
position : relative;
width : 13px;
}
span.ecs_tooltip  {
background : none 0 0 repeat scroll #000000;
border-radius : 2px 2px 2px 2px;
color : #FFFFFF;
display : none;
font-size : 11px;
height : 16px;
opacity : 0.699999988079071044921875;
padding : 4px 3px 2px 5px;
top : -30px;
right: -9%;
position : absolute;
text-align : center;
width : 93px;
}
span.arrow  {
border-left : 5px solid transparent;
border-right : 5px solid transparent;
border-top : 7px solid #000000;
display : block;
height : 1px;
left : 40px;
position : relative;
top : 3px;
width : 1px;
}
.popup_popupInner  {
padding:5px;
}
.pad {
background:#FFFFFF;
padding:10px;
}
.topleft {
background : url(images/Splat/topleft.png) no-repeat;
height: 16px;
position: absolute;
margin-top: 8px;
width: 31px;
}
    
.statistics_head {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
}    
.statistics {
border: 1px solid #D8D8D8;
line-height: 1.3;
margin: 20px 0px 0px;
overflow: hidden;
padding: 8px;
}
.users_browsing {
background:#FFFFFF;
}

.loginorregister_now {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.251) 0px, rgba(255, 255, 255, 0) 100%) #CF3737;
border: 1px solid #771B1B;
border-radius: 4px;
bottom: 10px;
box-shadow: rgba(0, 0, 0, 0.298) 0px 1px 4px, inset #F66C6C 0px 1px 0px;
color: #FFFFFF;
font-size: 11px;
height: 52px;
line-height: 16px;
opacity: 0.5;
padding: 10px;
position: fixed;
right: 10px;
text-align: left;
text-shadow: rgba(0, 0, 0, 0.400) 0px -1px 0px;
width: 370px;
z-index: 30000;
}

.loginorregister_now:hover {
opacity:1;
}

.loginorregister_now a:hover {
text-decoration: underline;
}

#wczytywanie {
background: none repeat scroll 0 0 #000000;
border-radius: 0 0 5px 5px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
left: 46%;
opacity: 0.6;
padding: 5px 0 8px;
position: fixed;
text-align: center;
top: 0;
width: 8%;
z-index: 10000;
}

.usg_repair img {
display: block;
margin: 0px auto;
}

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

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

.warn_info {
font-size:9px;
color:red;
}
Jak masz forum i chcesz je z każdym dniem ulepszać i doprowadzać do porządku aby coraz lepiej wyglądało musisz sam się uczyć. Pokieruję cię.

Przechodzisz do ACP → Style i szablony → Style → [twój styl] → global.css → Tryb rozszerzony/zaawansowany.

Następnie odszukujesz (np. CTRL + F):

#content 

I cały kod pomiędzy znaczkami { oraz } edytujesz i zamieniasz na ten:

background-color#fff;
line-height120%;
filter:alpha(opacity=90);
opacity0.9;
-
moz-opacity:0.9;
padding8px;
color:  #5A5A5A;
marginauto auto;
text-alignleft/* IE 5 fix */ 

Całość powinna wyglądać tak:

#content {
background-color#fff;
line-height120%;
filter:alpha(opacity=90);
opacity0.9;
-
moz-opacity:0.9;
padding8px;
color:  #5A5A5A;
marginauto auto;
text-alignleft/* IE 5 fix */

Pomoc poza forum - odpłatnie.
Jednak już wszystko mam, trzeba było użyć Chrome.

Ale dlaczego całe forum mi tak się bardziej ciemne zrobiło ? jak to zmniejszyc ?
Przecież tak jest. Może zwiększ sobie przeźroczystość.
w
#content {
background-color#fff;
line-height120%;
filteralpha(opacity=90);
opacityinherit;
-
moz-opacity0.9;
padding8px;
color#5A5A5A;
marginauto auto;
text-alignleft;


opacity zmie sobie np. na 0.8, czy 0.85
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
A da się zrobić aby napisy były normalnie ? a nie przyciemniane ?
usuń to:
filter:alpha(opacity=90);
opacity0.9;
-
moz-opacity:0.9
Następnie to:
background-color#fff; 
zamień na
background-colorrgba(2552552550.8); 


To zmieni tylko białe tło. W działach etc. nie. Jesli chcesz też w działach, to w klasie trow3
background zamień na takie coś, co podałem wyżej: background-color: rgba(255, 255, 255, 0.8);
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



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

1 gości