Background se_gamer
Scris: 05-Sep-2013, 13:28:15
Salut, cum pot sa pun background o imagine fara sa mai pun headerul acolo unde e steluta aia.
Forum:http://runzone.ml
Forum:http://runzone.ml
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
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;
}
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;
}
Cod: Selectaţi tot
background: url("{T_THEME_PATH}/images/bg.jpg") repeat left top #f9f9f9;
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;
}
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;
}