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

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

Quote

.content_border{
    border: 1px solid #393939;

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!

1 minute ago, 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 .

 

          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
2 hours ago, Alexandru C. said:

http://pctroubleshooting.ro/topic/18678-tutorial-skinning-ipb-31-32-33-34/

 

Da man !! Eu vreau sa adaug background 1 ala alb nu ala grii!!

Am adaugat jos de tot content si codu ala si nu apare!!

          76561198331386503.pngAddFriend.png

Posted
52 minutes ago, JuNNNNkie said:

Da man !! Eu vreau sa adaug background 1 ala alb nu ala grii!!

Am adaugat jos de tot content si codu ala si nu apare!!

Lasa-mi link de la forum te rog.

  • Upvote 1

 a lot of bla bla bla...

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.