[2][????? ??? CSS][??1??] ??????? phpBB ????? ???
مرسل: الجمعة يناير 15, 2010 3:52 pm

??? ???? ?????? ??????
?????? ????? ????? ???? ???????
----------------------------------
????:
????? ?? ????? ?????? ???? ?????? ??? ?????? , ???? ?? ?? ??? , ??? ??? ??? ???? ?????? ??????????? ?????? ???? ????? ?????, ????? ????? ???? ???????

??? ??????: " ??? ??? ?? ???? ??? ????".
????? ????? ??? ?????? ??????? "^^
*****************************
?? ???? ??? CSS ??????? ?? ?????? ??????:
كود: تحديد الكل
styles\subsilver2\theme\stylesheet.css
????? ???? html :
كود: تحديد الكل
html {
font-size: 100%;
}
?? ??? ?? ?????? ???? ????? 100%
*******
????? ???? body :
كود: تحديد الكل
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Tahoma;
color: #323D4F;
background-color: #FFFFFF;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
كود: تحديد الكل
font-family: Tahoma;
كود: تحديد الكل
color: #323D4F;
كود: تحديد الكل
background-color: #FFFFFF;

كود: تحديد الكل
font-size: 62.5%;
????? ???? #wrapheader :
كود: تحديد الكل
#wrapheader {
height: auto !important;
padding: 0;
}
كود: تحديد الكل
height: auto !important;
??????: ????? ??????? ????!.
كود: تحديد الكل
padding: 0;
????? ???? #wrapcentre:
كود: تحديد الكل
#wrapcentre {
margin: 15px 25px 0 25px;
}
كود: تحديد الكل
margin: 15px 25px 0 25px;
15 ????? ?? ??????.
25 ????? ?? ?????? ???????.
0 ????? ?? ??????.
????? ???? #wrapfooter :
كود: تحديد الكل
#wrapfooter {
text-align: center;
clear: both;
}
كود: تحديد الكل
text-align: center;
كود: تحديد الكل
clear: both;
******************
????? ???? ????? ???? ????? .
????? ?? ?????? ??????? ?? ?????

???? ??? ???? ?? ??????? ????????? ??? ??? ???? ???????


??????? ????? ????? ???? ???????.