صفحة 1 من 1

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

مرسل: السبت ديسمبر 19, 2009 8:49 pm
بواسطة pro00
?????? ?????

???? ??? ????? ????? ???? ?? ????? ???? ?? ?????? ???????? ?? ?? ?????? :roll:

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

مرسل: السبت ديسمبر 19, 2009 11:44 pm
بواسطة pro00
?? ??? ??? ?? ??? ????? ?????? ?? ????

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

مرسل: الأحد ديسمبر 20, 2009 1:52 am
بواسطة محمود الديب
???? ??? ???? ?????? ??? ??? ???????

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

مرسل: الجمعة يناير 07, 2011 7:50 pm
بواسطة alghzil
??? ??? ???? ??? ??? ???? ??? ?????

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

مرسل: الجمعة يناير 07, 2011 8:23 pm
بواسطة mohamed89
???? ????? ????? ?????? ???
???? ??? common.css ?? ???? theme ???? ???

كود: تحديد الكل

.content {
text-align:center;
}
???? ??? ?????? ???? ??????? ????? ????? ???? ???????? ??? ???? ????? ??????
???? ???? ????? ???? ??? ?????? ?????? ???? ????? ?????? ??? ?????? ?????? ????????? ???
???? ??? viewtopic_body.html
???? ??

كود: تحديد الكل

<div class="content">{postrow.MESSAGE}</div>
???????? ?

كود: تحديد الكل

<div class="topic">{postrow.MESSAGE}</div>
???? ??? posting_preview.html
???? ??

كود: تحديد الكل

<div class="content">{PREVIEW_MESSAGE}</div>
???????? ?

كود: تحديد الكل

<div class="topic">{PREVIEW_MESSAGE}</div>
???? ??? common.css ?? ???? theme
??? ???

كود: تحديد الكل

.topic{
	text-align: center;
}
?????? ????? ?? ??????? ???? ?????? ??? ??? ???? ?????

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

مرسل: الجمعة يناير 07, 2011 10:13 pm
بواسطة almohsin
?????? ????? ????? ????
??????? ?? ???? ?????? ?????? ?????? ??????? ???? ????
?? ???
common.css

كود: تحديد الكل

#search-box li {
	text-align: center;
	margin-top: 4px;
}
????? ??? ???? ??? search-box li ??? ???
text-align: center;
??? ????? ??? ?? ???? ??????
???? ?? ????? ?????
????? ??? ?????

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

مرسل: السبت يناير 08, 2011 7:43 am
بواسطة mohamed89
almohsin كتب:?????? ????? ????? ????
??????? ?? ???? ?????? ?????? ?????? ??????? ???? ????
?? ???
common.css

كود: تحديد الكل

#search-box li {
	text-align: center;
	margin-top: 4px;
}
????? ??? ???? ??? search-box li ??? ???
text-align: center;
??? ????? ??? ?? ???? ??????
???? ?? ????? ?????
????? ??? ?????
?? ????? search-box ????????
?? ??????? ??? ??????? ??? ????? ?????
??? ???? ??? ???????

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

مرسل: الثلاثاء يناير 11, 2011 2:14 am
بواسطة almohsin
????? ??? ?????? ???? ????? ????
:oops: :oops: :oops:
??? ?? ????? ???? ???? ?????? ???? ??????? ?? ????? ??????? ???? ???? ??? ?????????
??? ???? ???

كود: تحديد الكل

.postbody {
text-align:center;
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}
????? ???? ???? ???? ????????? ??? ?? ???? ??
?????

كود: تحديد الكل

????? ???? ??? ?? ???????? ?? ????? ????? ????? ??? ??????? ?? ?????? ??? ?????
??????? 
forms.css
print.css
links.css
content.css
common.css
???
????? ??? ??????? ???????? ?? ????? ??????? 
???? 
common.css
???? ??
????? ??? ???? ???? ?? ????? ?? ??? ?? ???? 
???

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

????? ??? ????? ??????? 
???? ??? ???? ???? 
colours.css

???? ?? 


html, body {
   color: #536482;
   background-color: #FFFFFF;
} 
?? ???? ?????? 
html, body {
	color: #536482;
	background-color: #ffffff;
    background-image: url("{T_THEME_PATH}/images/bg-color.gif");
}



????? ??????? ????? ??????????? 
?? ??? 
 content 


.postprofile dd, .postprofile dt {
        line-height: 1.2em;
        margin-left: 8px;
}


???????
text-align:center;
??????????
font-size: 1.2em;

???? ???? 
.postprofile dd, .postprofile dt {
text-align:center;
        line-height: 1.2em;
        font-size: 1.2em;
        margin-left: 8px;
}
????? ??????? ?? ????????  ?? ??? 

.postbody {
text-align:center;
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}


common.css
#search-box li {
	text-align: center;
	margin-top: 4px;
}
??? ???? ?? ????? ?????? ????? ??????? ???? ??????? 
???? 
?? ????? ????
ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.5em;
        font-weight: bold;
	line-height: 2.2em;
}

????? ???? ?? ???????? 
content ?? ??? 

.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.7em;
        font-weight: bold;
	color: #333333;
	padding-bottom: 1px;


???? ??? ???? ????????
.postbody .content {
    font-size: 1.7em;
}
?????
:oops:
???? ??? ?????
:lol: