Jump to content

Recommended Posts

Posted

Salut PCT cum as putea sa adaug la tema deflection fundal!!

aEfIn5F.png

Dupa cum observati nu am acel fundal si as vrea sa il adaug!

sqclJWU.png

Am gasit !!

  Quote

.content {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    padding: 4px;
    background: #222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
}

Expand  

Acea linie verde este acel fundal doar ca eu nu am in css .content doar

  Quote

.content_border{
    border: 1px solid #393939;

Expand  

Si am adaugat la content border linia aia verde si tot nu merge! Sau am mai adaugat .content { .... si tot nu merge!

          76561198331386503.pngAddFriend.png

Posted
body {
background: #000000 url('http://wallike.com/wp-content/uploads/2013/11/Merry-Christmas-Wallpaper.jpg');
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}

desi mai bine urci imaginea ta in FTP decat sa pui link la ea .

Posted

Nu la aia ma refer man!

Nu la background ci la ipsBox-ul acela! de dupa categorii!

  On 9/4/2016 at 12:33 PM, FizZle#Haarp said:
body {
background: #000000 url('http://wallike.com/wp-content/uploads/2013/11/Merry-Christmas-Wallpaper.jpg');
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}

desi mai bine urci imaginea ta in FTP decat sa pui link la ea .

Expand  

 

          76561198331386503.pngAddFriend.png

Posted

ACP>> look*feel>> tema ta >> tabul CSS>> ipb_styles.css>> cauti 

.ipsBox_container {
	background: #232323;
}

Unde modifici background-ul cu culoarea dorita.

 

Posted

Incerca sa inlocuieste ce ai tu la 

.content {

cu asta

.content {
    background: #222222 url("Link fundal sau background") repeat;
    border: 1px solid #323232;
    border-top: 1px solid #323232;
    -webkit-box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    -moz-box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

Posted

Scuzati nu am putut da edit, acum am vazut ce vroiai defapt

cauta urmatoarea linie 

/* LAYOUT */

si inlocuiesti ce ai tu cu asta

/* LAYOUT */

.wrapper{
	margin: 0 auto;
	min-width: 980px;
	max-width: 1300px;
	width: 95%;
}

.content{
    background: #111111 url("Link background sau fundal cu ii zici tu") repeat;
    border: 1px solid #323232;
    border-top: 1px solid #323232;
    -webkit-box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    -moz-box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

#content {
	padding: 10px;
	line-height: 120%;
}

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.