- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
İ want make a theme
الساعة الآن 03:07 AM
المشاركة الأصلية كتبت بواسطة: Mr King 1-
2- change the name of the picture "background1-2.jpg" to "bg.jpg"
3- add this lineto the class .address_barCODEpadding:5px;<br />
4- inCODE.tcat { background: url('images/bg_tcats.png') repeat-x scroll 0% 0% #4F3030; font-family: Tahoma; color: #FFF; font-size: 10pt; text-align: center; padding: 10px; font-weight: bold; }
change the background with thisCODEbackground: url('images/bg_tcats.png') repeat-x scroll 0% 0% #2F1202;
& deleteCODEborder: 1px solid #ECE0E0;<br />
5- delete background from class .row1 , .row2, .row5
6- addCODEmargin:0;<br /> padding:0;<br />
to
CODEbody { background-image: url('images/bg.jpg'); background-repeat: no-repeat; background-position: center top; background-attachment: fixed; }