Pagina 1 din 2

Background se_gamer

Scris: 05-Sep-2013, 13:28:15
de andreiuand
Salut, cum pot sa pun background o imagine fara sa mai pun headerul acolo unde e steluta aia.
Forum:http://runzone.ml

Re: Background se_gamer

Scris: 05-Sep-2013, 16:44:41
de Anișor
N-am inteles nimic.
Poti fi mai explicit ?

Re: Background se_gamer

Scris: 05-Sep-2013, 19:34:21
de andreiuand
Vreau sa pun un background format din 2 imagini ca sa nu mai pun headerul.

Re: Background se_gamer

Scris: 05-Sep-2013, 20:10:11
de Anișor
Vad ca tu te folosesti de se_gamer sa ajungi cat mai mult spre we_clearblue.
Parerea mea e ca ar trebui sa pornesti direct de la we_clearblue daca vrei sa faci ceva.

Deschide common.css , cauta :

Cod: Selectaţi tot

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
	margin: 0;
	padding: 27px 0;
}
Inlocuieste cu :

Cod: Selectaţi tot

body {
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	background-image: url("URL BG SUS"), url("URL BG JOS");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #828282;
	padding-bottom: 1px;
	font-size: 12px;
}

Re: Background se_gamer

Scris: 05-Sep-2013, 22:03:39
de andreiuand
am pus adresele,am sters cache,am reimprospatat tema,si nimic nu s-a schimbat :(

Re: Background se_gamer

Scris: 05-Sep-2013, 22:06:01
de Anișor
Intra in colours.css , cauta si sterge :

Cod: Selectaţi tot

background: url("{T_THEME_PATH}/images/bg.jpg") repeat left top #f9f9f9;

Re: Background se_gamer

Scris: 05-Sep-2013, 22:10:19
de andreiuand
am sters cand ma loghez sau ma delocghez se vede putin in josul paginii imaginea , si cand dau pe categorii se vad suprapuse

Re: Background se_gamer

Scris: 05-Sep-2013, 22:12:12
de Anișor
Exact.
Imaginile tale sunt URIASE.

Re: Background se_gamer

Scris: 05-Sep-2013, 22:18:30
de andreiuand
cum pot sa fac sa apara si pe pagina principala

Re: Background se_gamer

Scris: 05-Sep-2013, 22:28:47
de Anișor
Se vede si pe prima pagina ...
Deschide common.css si inlocuieste :

Cod: Selectaţi tot

body {
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   background-image: url("http://theotherroom.ca/wp-content/themes/theotherroom_v1/images/bg-blog.jpg"),url("http://yamiejung5.webs.com/photos/new1/7.jpg");
   background-position: top center, bottom center;
   background-repeat: no-repeat, no-repeat;
   font-family: Arial, Helvetica, sans-serif;
   color: #828282;
   padding-bottom: 1px;
   font-size: 12px;
}
Cu :

Cod: Selectaţi tot

body {
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   background-image: url("http://theotherroom.ca/wp-content/themes/theotherroom_v1/images/bg-blog.jpg"),url("http://yamiejung5.webs.com/photos/new1/7.jpg");
   background-position: top center, bottom center;
   background-repeat: no-repeat, no-repeat;
   font-family: Arial, Helvetica, sans-serif;
   color: #828282;
   padding-bottom: 1px;
   font-size: 12px;
   padding: 27px 0;
   margin:0;
}