اريد حذف كود
4 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
اريد حذف كود
ممكن طريقة حذف
هذا الكود فى الصور التالية
اللى يضع ايطار على عنوان الموضوع
انا غيرت التصميم
والكود هذا كان موجود فيه
عايز اعرف اشيله ازارى
هذا الكود فى الصور التالية
اللى يضع ايطار على عنوان الموضوع
انا غيرت التصميم
والكود هذا كان موجود فيه
عايز اعرف اشيله ازارى
رد: اريد حذف كود
اخي هذا كود css
لحذفه عليك الدخول الى لوحة الاداره
مظهر المنتدى
الوان
ورقة تصميم css
ثم انسخ كل الاكواد الموجوده بالصفحه وضعها في ملف تكست على جهازك
واحذفهم من المنتدى
واعد وضع الاكواد كل على حدى حتى تصل للكود المطلوب
احذفه ورجع باقي الاكواد لصفحتك
لحذفه عليك الدخول الى لوحة الاداره
مظهر المنتدى
الوان
ورقة تصميم css
ثم انسخ كل الاكواد الموجوده بالصفحه وضعها في ملف تكست على جهازك
واحذفهم من المنتدى
واعد وضع الاكواد كل على حدى حتى تصل للكود المطلوب
احذفه ورجع باقي الاكواد لصفحتك
رد: اريد حذف كود
حـــوده كتب:اخي هذا كود css
لحذفه عليك الدخول الى لوحة الاداره
مظهر المنتدى
الوان
ورقة تصميم css
ثم انسخ كل الاكواد الموجوده بالصفحه وضعها في ملف تكست على جهازك
واحذفهم من المنتدى
واعد وضع الاكواد كل على حدى حتى تصل للكود المطلوب
احذفه ورجع باقي الاكواد لصفحتك
يا اخى انا فعلت كده فعل لاكن بيحصل مشاكل فى صفحةcss
ممكن اعطيك ورقة التصميم تشلى حضرتك الكود
او اعطيك رابط التصميم
اللى فى الكود
واكون مشكور جدا
رد: اريد حذف كود
حـــوده كتب:اوك اخي انسخ لي الاكواد الموجوده وانا احذفه لك
تفضل اخى ورقة تصميم cssالخاص بى
- الكود:
l/*-----كود وضع خلفية لأقسام المنتدى·-----*/
.alt1,.alt1Active,.alt2,.alt2Active,td.row1,td.row1.over:hover,td.row2,td.row3,td.row3.over:hover
{background-color:#FFFFFF;background-image:url(http://i70.servimg.com/u/f70/15/40/37/88/24510.png);background-position:bottom;background-repeat:repeat-x;border:1px solid#FFFFFF}
.
/*-----كود وضع خلفية لكلمة إرسال و دخول و غيره·-----*/
input.button1, input.button2, button.button2, #main-content a.cgu-buttons {
background: #f4f5f4 url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover, #main-content a.cgu-buttons:hover {
color: #048ebb;}
#login_popup_buttons input{
background: #f4f5f4 url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png) !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
padding: 2px !important;}
#text_editor_controls a.button2,#text_editor_controls input.button2,#text_editor_controls button.button2{
background-image: url(http://i66.servimg.com/u/f66/13/46/75/82/bbg11.png);
color: #bfbfbf;
padding: 3px;}
/*-----كود تغيير لون تحديد الكلام·-----*/
*::-moz-selection {background-color:red;color:white;
}
.postdetails.poster-profile a img {
border:2px solid #EEE;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
/*-----كود لجعل البيانات الشخصية إحترافية·-----*/
.postdetails{
background-image: url('');
background-repeat: repeat;
display: block;
overflow: auto;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
}
.postdetails.poster-profile a img {
margin: 7px;
padding: 7px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
/*-----كود تحديد حجم الصورة الشخصية فى المساهمات -----*/
.postbody img {
max-width:600px;
max-height:600px;
}
/* --------كود جعل المساهمات و البيانات الشخصية فى الوسط ------------ */
tr.post td {
text-align: center;
}
/* --------كود تكبير حجم الخط فى المساهمات ------------ */
td {
font-weight: bold;
}
.resize_process
.resizebox {
display : none;
margin-left : 15px;
}
.resizebox
div {
font-weight : normal;
font-style : normal;
margin : 0;
}
.resizebox.enlarged
a.enlarge {
display : none;
}
.resizebox.enlarged a.resize {
display
: inline-block;
}
.resizebox a.resize {
display : none;
}
.resizebox
{
background : #FFF9BF url("http://i43.tinypic.com/af9egz.gif")
no-repeat 7px 4px;
max-width : 100%;
line-height : 1.1em;
cursor
: default;
font-weight : normal;
font-style : normal;
margin :
0;
text-align : center;
display : inline-block;
}
.resizebox
.resize_border {
border : 1px solid #BDBDBD;
display : block;
}
.eklentiler {
color : #000000;
background : #ffffff;
border
: 1px solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size
: x-small;
line-height : 1.4em;
}
div.topictitle:hover
{
color:#FF0000;
}
div.topictitle
{
color:#FF0000;
font-size: 14px;
}
.attachbox{
background-color: #191919;
background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/fond12.jpg');
border: 1px solid #888888;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomright: 0px;
-webkit-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
}
.attachbox dl.file{
background-color: #212121;
margin-top: 8px;
padding: 5px;
border: 1px solid #fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
/* --------كود الأكواد الخاص بطرقعة ------------ */
.code {
color : #000000;
background : #FFFFFF url(http://img4.hostingpics.net/pics/639107citation.png) no-repeat 0 5px;
border : 1px solid #aaa;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size : x-small;
line-height : 1.4em;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-moz-box-shadow: 2px 2px 2px #DCDCDC
}
/* --------كود الإقتباسات الخاص بطرقعة ------------ */
.quote {
color : #000000;
background : #FFFFFF url(http://img4.hostingpics.net/pics/639107citation.png) no-repeat 0 5px;
border : 1px solid #aaa;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size : x-small;
line-height : 1.4em;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-moz-box-shadow: 2px 2px 2px #DCDCDC
}
/*-----كود جعل أزرار المساهمات و المواضيع إحترافية و بشكل منحرف·-----*/
li.row {background-image: url('http://i66.servimg.com/u/f66/13/46/75/82/a20.png');}
h3:before,.h3:before{
content: url(http://img528.imageshack.us/img528/7339/1lhp.png);
padding-right: 3px;}
p em b a.gensmall{font-style: normal;
font-style: italic;
font-weight: bold;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-transform: none;}
p em{font-style: normal;
font-size: 1.05em !important;
font-weight: bold;
color: #90AD0E;
background: url(http://img528.imageshack.us/img528/7339/1lhp.png) no-repeat left;
padding-left: 15px;
padding-top: 1px;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
text-transform: uppercase;}
.hierarchy {background: none;}
.hierarchy:before {content: url(http://2img.net/i/fa/empty.gif);}
.introduction, .panel {
margin: 3px;
background: #f0f0f0 url(http://i66.servimg.com/u/f66/13/46/75/82/bg113.png) repeat-x;
border: 1px solid ;
border-color: #dcdcdc;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;}
.post {
border : 1px solid #949494;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background: url(http://i66.servimg.com/u/f66/13/46/75/82/bgbgbg10.png) repeat-x;
}
/*-----كود مش عارفه·-----*/
h1 {
letter-spacing: 0px;
}
p {
letter-spacing: 0px;
}
.postdetails{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
background-image:url(http://www.sno-sa.com/vb/sno2011/images/tawzee31.jpg);
border : 1px dotted #848484;
color : #000000;
border-top: medium solid #848484;
border-bottom: medium solid #848484;
font-size: 11px;
font-weight: bold;
essa_elgn;
display: block;
overflow: auto;
padding: 7px;
}
.glossymenu {
background: url("http://i70.servimg.com/u/f70/15/40/37/88/etudia10.png") repeat-x scroll 0 0 transparent;
height: 26px;
list-style: none outside none;
margin: 0 auto;
padding: 0 0 0 34px;
position: relative;
text-align: center;
text-transform: uppercase;
}
.glossymenu li {
float: left;
}
.glossymenu li a {
color: #000000;
cursor: pointer;
display: block;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 26px;
line-height: 26px;
padding: 0 0 0 16px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.glossymenu li a b {
display: block;
float: left;
padding: 0 24px 0 8px;
text-align: center;
text-transform: uppercase;
}
.glossymenu li a:hover, .glossymenu li.current a {
background-position: left center;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
}
.glossymenu li a:hover b, .glossymenu li.current a b {
background: url("http://i60.servimg.com/u/f60/15/40/37/88/0116.png") repeat scroll 0 0 transparent;
border: 1px solid #EEEEEE;
border-radius: 10px 10px 10px 10px;
color: #FFFFFF;
}
/*----- ???? ?????? ?????? ??????? -----*/
h1.cattitle{
color:#ff0000;
overflow : auto;
background-image: url("http://i68.servimg.com/u/f68/11/88/59/12/gradie10.gif");
border : 1px solid #000000;
max-width : 800px;
max-height : 200px;
padding : 6px;
text-align : justify;
border: 1px solid #888888;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomright: 0px;
-webkit-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
}
/*-----M!Do x love وضع اطار احترافي على الصورة الشخصية -----*/
.postdetails.poster-profile a img {
border: 0;
padding: 35px 5px 5px 5px;
essa_elgn --- M!Do x love;
background-position: top;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border:1px solid #595959;
-moz-box-shadow: 1px 1px 6px 6px #595959}
#footer {
width:auto;
cursor: crosshair
margin:auto;
height:220px;
color:#c3c3c3;
direction:rtl;
background-color: #FFFFFF;
}
img{
border:none;
}
.my-tet1{
float:right;
width:230px;
padding:10px;
border-right:1px dashed #666;
}
.my-tet1 h3{
font-family:"Arial Black", Gadget, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
background-color:#0a95b8;
padding-right:10px;
margin-bottom:3px;
}
.my-tet1 ul li {
list-style-type:none;
text-decoration: none;
padding:5px;
cursor: crosshair;
float: right;
}
.my-tet1 p {
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#696969;
text-align: justify;
}
.my-tet1 ul li a {
color:#1c6b7f;
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
}
.my-tet1 ul li a:hover{
color:#FFF;
}
.my-tet1 ul li:hover{
cursor: crosshair;
background-color: #0e83a0;
color: #FFF;
}
/*End footer style*/
#chatbox_header a.cattitle{
display:none;
}
#chatbox_header
td.catBottom{
background:transparent
url(http://i46.servimg.com/u/f46/12/36/04/46/007x10.gif) no-repeat scroll 0
0;
}
/*-----mytet1-----*/
.postbody{font-size:16px;font-weight:700}
.postbody img{max-width:650px}
hr{-moz-border-radius:7px;
background:url(http://i62.servimg.com/u/f62/14/92/70/14/sans_t18.png);
border:1px solid #fff;
border-top-width:1px;
height:5px
}
/*-----mytet1-----*/
.poster-profile{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-image:url(http://i72.servimg.com/u/f72/14/92/70/14/sans_t10.png);
border:1px dotted #000000;
border-bottom:medium solid #1B507A;
border-top:medium solid #1B507A;
display:block;font-size:11px;font weight:700;margin:3px;padding:7px}
/*-----mytet1-----*/
.postdetails.poster-profile a img {
background-image: url(http://i72.servimg.com/u/f72/14/92/70/14/shanex12.png);
width: 110px;
height: 240px;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
}
.forumline {
-moz-border-radius:14px;
-khtml-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
border:3px solid #fff;
box-shadow:0 0 30px 0 #CFE6FF;
-webkit-box-shadow:0 0 30px 0 #CFE6FF;
-moz-box-shadow:0 0 30px 0 #CFE6FF;
margin-top:10px;
margin-bottom:10px;
padding:4px;
}
/*-----essa_elgn -----*/
.row2 {
border:2px solid #E0C77E;
background: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png) ;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
border-radius-topright: 15px;
border-radius-bottomleft: 15px;
}
.row1 {
border:2px solid #E0C77E;
background: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png) ;border:2px solid #E0C77E;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
border-radius-topright: 15px;
border-radius-bottomleft: 15px;
}
.row3 {
border:2px solid #E0C77E;
background: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png) ;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
border-radius-topright: 15px;
border-radius-bottomleft: 15px;
}
#profile-advanced-details {
background-image:url('http://i62.servimg.com/u/f62/15/52/93/00/100111.png');
}
#profile-advanced-details .stats-field {
border:1px dashed #ff0000;
}
.ahmed
{
background: #eeeeee;
color: #5a5a5a;
padding:3px 6px;
font-size:10px;
background:url(ضع رابط صورة الخلفية);
}
.tfoot a:link, .tfoot_alink
{
color: #707070;
font-size:10px;
}
.tfoot a:visited, .tfoot_avisited
{
color: #707070;
font-size:10px;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
font-size:10px;
color: #4f4f4f;
}
::-moz-selection {
background-color:red;
color:#FFF;
}
/*------------------------------ ?????? ???????? ??????? ------------------------------*/
/*----- ????? ????? ?? ??? ??????? -----*/
a:link, a:visited, a:active{
text-decoration : none;
}
a:hover{
text-shadow:0 0 10px;
}
/*----- ???? ?????? -----*/
a.copyright{
font-size : 10px;
}
/*--------------الاية الكريمة ---------------*/
form#quick_reply{
background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
}
/*----------------Ahmed M!Do
------------*/
attachbox{
padding: 2px;
margin: 3px;
width : auto;
border : 2px solid #EEE;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;}
#divsmilies{background-color: #cc9900;
}
#divcolor{background-color: #006633;
}
#divstrike{background-color: #993300;
}
#divunderline{background-color: #990099;
}
#divitalic
{background-color: #cc6600;
}
#divbold
{background-color: #33cccc;
}
li.row {background-image: url('http://i66.servimg.com/u/f66/13/46/75/82/a20.png');}
h3:before,.h3:before{
content: url(http://img528.imageshack.us/img528/7339/1lhp.png);
padding-right: 3px;}
p em b a.gensmall{font-style: normal;
font-style: italic;
font-weight: bold;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-transform: none;}
p em{font-style: normal;
font-size: 1.05em !important;
font-weight: bold;
color: #90AD0E;
background: url(http://img528.imageshack.us/img528/7339/1lhp.png) no-repeat left;
padding-left: 15px;
padding-top: 1px;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
text-transform: uppercase;}
.hierarchy {background: none;}
.hierarchy:before {content: url(http://2img.net/i/fa/empty.gif);}
.introduction, .panel {
margin: 3px;
background: #f0f0f0 url(http://i66.servimg.com/u/f66/13/46/75/82/bg113.png) repeat-x;
border: 1px solid ;
border-color: #dcdcdc;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;}
.post {
border : 1px solid #949494;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background: url(http://i66.servimg.com/u/f66/13/46/75/82/bgbgbg10.png) repeat-x;
}
button.button2, input.button2{
background: #f4f5f4 url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;}
#login_popup_buttons input{
background: #f4f5f4 url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png) !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
padding: 2px !important;}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
color: #048ebb;}
#text_editor_controls a.button2,#text_editor_controls input.button2,#text_editor_controls button.button2{
background-image: url(http://i66.servimg.com/u/f66/13/46/75/82/bbg11.png);
color: black;
padding: 3px;}
#page-footer {
border : 2px dashed #ffeade;
background : #ffefe7 url(http://i86.servimg.com/u/f86/12/46/69/62/i_back11.gif);
}
.signature_div {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border:2px solid #7f807e;
background:
url();
background-color: #FFFFFF ;
background-position:top;
background-repeat: no-repeat;
display: block;
overflow: auto;
padding:15px;);
}
a.copyright{
border:0;
background:none;
font-family: Tahoma;
font-size: 5px;
}
/*----- essa_elgn -----*/
button.button2, input.button2 {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border : 0px dashed #ffeade;
font-size : 0.7em;
border-width : 1px
border-color : #fc9f0c;
width : auto !important ;
padding : 2px 2px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
background-repeat : repeat;
background-color : #FF0000;
background-image : url();
background-position : top;
overflow : visible;
vertical-align : middle;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
bottom:-24px;
left:50%;
}
#wowslider-container1 .ws_bullets div{
left:-50%;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
bottom: 20px;
}
#wowslider-container1 {
/* overflow: hidden; */
zoom: 1;
position: relative;
width:870px;
height:154px;
margin:0 auto 16px auto;
z-index: 999;
background-image: url(./bg.png);
}
#wowslider-container1 .ws_frame{
display:block;
position: absolute;
left:5px;
top:5px;
width:844px;
height:128px;
border:solid 8px black;
z-index:5;
opacity:0.3;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#wowslider-container1 .ws_shadow{
width:100%;
background: url(./shadow.png) left 100%;
height:39px;
position: absolute;
left:0;
bottom:-16px;
z-index:-1;
}
#wowslider-container1 .ws_images{
position: absolute;
left:5px;
top:5px;
width:860px;
height:144px;
overflow:hidden;
}
#wowslider-container1 .ws_images a{
color:transparent;
}
#wowslider-container1 .ws_images img{
top:0;
left:0;
border:none 0;
}
#wowslider-container1 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container1 .ws_bullets {
font-size: 0px;
padding: 10px;
float: left;
position:absolute;
z-index:70;
}
#wowslider-container1 .ws_bullets div{
position:relative;
float:left;
}
#wowslider-container1 .ws_bullets a {
margin: 0;
width:16px;
height:15px;
background: url(./bullet.png) left top;
float: left;
text-indent: -1000px;
position:relative;
}
#wowslider-container1 .ws_bullets a:hover{
background-position: -16px 0;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
background-position: right top;
}
#wowslider-container1 .ws_bullets a.ws_overbull{
background-position: 50% top;
}
#wowslider-container1 .ws_bullets a:hover{
background-position: 50% top;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
position:absolute;
display:block;
top:50%;
margin-top:-28px;
z-index:60;
height: 56px;
width: 29px;
background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
background-position: 100% 0;
right:-24px;
}
#wowslider-container1 a.ws_prev {
left:-24px;
background-position: 0 0;
}
#wowslider-container1 .ws-title{
position: absolute;
bottom:18px;
left: 18px;
margin-right:23px;
z-index: 50;
padding:5px;
color: #FFF;
background:#000;
font-family: Tahoma,Arial,Helvetica;
font-size: 14px;
opacity:0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#wowslider-container1 .ws-title div{
padding-top:5px;
font-size: 12px;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
bottom:-24px;
left:50%;
}
#wowslider-container1 .ws_bullets div{
left:-50%;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
bottom: 20px;
}
#wowslider-container1 {
/* overflow: hidden; */
zoom: 1;
position: relative;
width:870px;
height:154px;
margin:0 auto 16px auto;
z-index: 999;
background-image: url(./bg.png);
}
#wowslider-container1 .ws_frame{
display:block;
position: absolute;
left:5px;
top:5px;
width:844px;
height:128px;
border:solid 8px black;
z-index:5;
opacity:0.3;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#wowslider-container1 .ws_shadow{
width:100%;
background: url(./shadow.png) left 100%;
height:39px;
position: absolute;
left:0;
bottom:-16px;
z-index:-1;
}
#wowslider-container1 .ws_images{
position: absolute;
left:5px;
top:5px;
width:860px;
height:144px;
overflow:hidden;
}
#wowslider-container1 .ws_images a{
color:transparent;
}
#wowslider-container1 .ws_images img{
top:0;
left:0;
border:none 0;
}
#wowslider-container1 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container1 .ws_bullets {
font-size: 0px;
padding: 10px;
float: left;
position:absolute;
z-index:70;
}
#wowslider-container1 .ws_bullets div{
position:relative;
float:left;
}
#wowslider-container1 .ws_bullets a {
margin: 0;
width:16px;
height:15px;
background: url(./bullet.png) left top;
float: left;
text-indent: -1000px;
position:relative;
}
#wowslider-container1 .ws_bullets a:hover{
background-position: -16px 0;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
background-position: right top;
}
#wowslider-container1 .ws_bullets a.ws_overbull{
background-position: 50% top;
}
#wowslider-container1 .ws_bullets a:hover{
background-position: 50% top;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
position:absolute;
display:block;
top:50%;
margin-top:-28px;
z-index:60;
height: 56px;
width: 29px;
background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
background-position: 100% 0;
right:-24px;
}
#wowslider-container1 a.ws_prev {
left:-24px;
background-position: 0 0;
}
#wowslider-container1 .ws-title{
position: absolute;
bottom:18px;
left: 18px;
margin-right:23px;
z-index: 50;
padding:5px;
color: #FFF;
background:#000;
font-family: Tahoma,Arial,Helvetica;
font-size: 14px;
opacity:0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#wowslider-container1 .ws-title div{
padding-top:5px;
font-size: 12px;
}
.renklibar {
color : #000000;
background : #E8EDF0 url(http://i45.tinypic.com/14nfrjs.jpg) no-repeat 0 5px;
border : 1px solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size : x-small;
line-height : 1.4em;
}
.resize_process .resizebox {
display : none;
margin-left : 15px;
}
.resizebox div {
font-weight : normal;
font-style : normal;
margin : 0;
}
.resizebox.enlarged a.enlarge {
display : none;
}
.resizebox.enlarged a.resize {
display : inline-block;
}
.resizebox a.resize {
display : none;
}
.resizebox {
background : #FFF9BF url("") no-repeat 7px 4px;
max-width : 100%;
line-height : 1.1em;
cursor : default;
font-weight : normal;
font-style : normal;
margin : 0;
text-align : center;
display : inline-block;
}
.resizebox .resize_border {
border : 1px solid #BDBDBD;
display : block;
}
.eklentiler {
color : #000000;
background : #ffffff;
border : 1px solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size : x-small;
line-height : 1.4em;
}
/*-----اعلانات نصيه 1 -----*/
.lamsa-t3, .lamsa-t1, .lamsa-t2, .lamsa-t4 , .lamsa-t5 {
color:#000;
background-image : url('http://i65.servimg.com/u/f65/14/95/73/10/144.png');
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border : 1px solid #92B4DA;
border-left : medium solid#92B4DA;
border-right : medium solid#92B4DA;
-moz-border-radius: 10px;
padding: 3px; margin: 3px;
font-weight:bold;
}
/*** كود وضع البسمله بدون خطوط ***/
.hr {
background: url(http://i46.servimg.com/u/f46/12/36/04/46/e7r45911.png) no-repeat;
background-position: top;
text-align: center;
vertical-align: text-bottom;
padding: 0px 325px 210px;
line-height: normal;
}
/*** Ahmed M!Do ***/
.ahmed
{
background: #eeeeee;
color: #5a5a5a;
padding:3px 6px;
font-size:10px;
background:url(http://i46.servimg.com/u/f46/16/46/08/41/ouusuu10.png);
}
.tfoot a:link, .tfoot_alink
{
color: #707070;
font-size:10px;
}
.tfoot a:visited, .tfoot_avisited
{
color: #707070;
font-size:10px;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
font-size:10px;
color: #4f4f4f;
}
::-moz-selection {
background-color:red;
color:#FFF;
}
.copyright{display:NONE}
input,input.liteoption,input.mainoption {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
background-image : url('http://www.vbhacker.net/vb/images/C-blue/buttons/butt.gif');
border:1px solid #444444;
}
a:hover {
text-decoration:overline underline;
}
#page-body {
border:2px solid #EEE;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
.glossymenu {
background: url("http://i70.servimg.com/u/f70/15/40/37/88/etudia10.png") repeat-x scroll 0 0 transparent;
height: 26px;
list-style: none outside none;
margin: 0 auto;
padding: 0 0 0 34px;
position: relative;
text-align: center;
text-transform: uppercase;
}
.glossymenu li {
float: left;
}
.glossymenu li a {
color: #000000;
cursor: pointer;
display: block;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 26px;
line-height: 26px;
padding: 0 0 0 16px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.glossymenu li a b {
display: block;
float: left;
padding: 0 24px 0 8px;
text-align: center;
text-transform: uppercase;
}
.glossymenu li a:hover, .glossymenu li.current a {
background-position: left center;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
}
.glossymenu li a:hover b, .glossymenu li.current a b {
background: url("http://i60.servimg.com/u/f60/15/40/37/88/0116.png") repeat scroll 0 0 transparent;
border: 1px solid #EEEEEE;
border-radius: 10px 10px 10px 10px;
color: #FFFFFF;
}
/*----- زووم لصور المواضيع -----*/
.postbody img{
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
}
.postbody img:hover{
-moz-transform:scale(1.1); /*Mozilla scale version*/
-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/
opacity: 1;
}
th.thHead,sam hameed,td.catHead{
border: none !important;
sam_hameed;
text-align: center;
}
table,sam hameed{
margin-left: auto;
sam_hameed;
margin-right: auto;
width: 96%;
}
.vote,sam hameed{
background: url(http://i24.servimg.com/u/f24/15/54/04/99/02hxf210.png) no-repeat right;
sam_hameed;
max-width:50px;
max-height:50px;
sam_hameed;
padding:10px 50px 10px 10px;
}
.post-options,sam hameed {
padding: 10px 140px 10px 10px;
sam_hameed;
background: url(http://i46.servimg.com/u/f46/16/46/08/41/rss_br13.png) no-repeat right;
}
.lastpost{
margin: 3px;
sam_hameed;
width : auto;
sam_hameed;
border : 2px solid #EEE;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
sam_hameed;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;}
fieldset {
-moz-border-radius-topright: 30px;
-webkit-border-radius-topright:30px;
-moz-border-radius-bottomleft: 30px;
-webkit-border-radius-bottomleft: 30px;
border-radius-topright: 30px;
border-radius-bottomleft: 30px;
width:90%;
}
th,sam hameed {
-moz-border-radius-topleft: 20%;
-moz-border-radius-topright: 20%;
sam_hameed,sam hameed;
border-top-left-radius: 20%;
border-top-right-radius: 20%;
}
/*-----Programming code by sam hameed-----*/
a[href="/search?search_id=activetopics"] {
background-image: url(http://i64.servimg.com/u/f64/15/54/04/99/untitl10.png);
background-repeat: no-repeat;
sam_hameed,sam hameed;
background-position: top right;
padding-right: 18px;
}
a[href="/memberlist?mode=today_posters"] {
background-image: url(http://i64.servimg.com/u/f64/15/54/04/99/untitl10.png);
background-repeat: no-repeat;
sam_hameed,sam hameed;
background-position: top right;
padding-right: 18px;
}
a[href="/memberlist?mode=overall_posters"] {
background-image: url(http://i64.servimg.com/u/f64/15/54/04/99/untitl10.png);
background-repeat: no-repeat;
sam_hameed,sam hameed;
background-position: top right;
padding-right: 18px;
}
a[href="/forum?mode=delete_cookies"] {
background-image: url();
background-repeat: no-repeat;
sam_hameed,sam hameed;
background-position: top right;
padding-right: 18px;
}
/*-----End Code-----*/
/*-----Programming code by Sam Hameed-----*/
.align_gauche,sam_hameed {
padding: 0;
,sam hameed
line-height: 2.0em;
color: #000000;
,sam hameed
width: 100%;
float: right;
clear: both;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/sam_ha11.png');
background-repeat: no-repeat;
background-position: left 0;
}
/*-----End Code-----*/
/*-----Programming code by Sam Hameed-----*/
.poll-ballot,sam hameed{
text-align: right ;
font-size : 1px;
background-color : #fafafa;
font-weight : bold;
background-image : url('http://i62.servimg.com/u/f62/14/92/70/14/sans_t28.jpg');
sam_hameed,sam_hameed;
border : 1px dotted #808080;
border-left : medium solid #808080;
border-right : medium solid #808080;
-moz-border-radius: 10px;
padding : 10px;
font-weight:bold;
}
/*-----End Code-----*/
.vote .vote-no-bar {
display:none;
}
.vote {
width: auto;
}
.vote-button {
width: auto;
font-size: 0px;
}
.quote {
text-align: center;
margin: auto;
padding: 2px;
height: auto;
width:100%;
font-family: tahoma;
font-size: 12px;
color: #F06F0F;
background-color: #F7F7F7;
border-top-style: dotted;
border-right-style: solid;
border-bottom-style: dotted;
border-top-width: 2px;
border-right-width: 5px;
border-bottom-width: 2px;
border-top-color: #CCCCCC;
border-right-color: #148D9F;
border-bottom-color: #CCCCCC;
float: left;
-moz-border-radius: 2px 2px 2px 2px;
border-radius: 10px 10px 10px 10px;
}
td.row1.over:hover{
background:#fff url(http://i50.tinypic.com/2dw5mag.jpg) repeat-x top;
}
body:before {
content: "";
position: fixed;
top: -10px;
left: 0;
width: 100%;
height: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
z-index: 999;
}
.postbody img {
max-width:600px;
}
.thin {
line-height: 150%;
margin: 2px 0pt;
padding: 6px 0pt;
background-color:#F0F0F0;
}
.thin a
{
border:1px dashed #000000;
padding:0px 15px 0px 20px;
}
.24-hours a
{
border:1px dashed #000000;
padding:0px 15px 0px 10px;
}.
.vote .vote-no-bar {
display:none;
}
.vote {
width: auto;
}
.vote-button {
width: auto;
font-size: 0px;
}
/*----- essa_elgn -----*/
.row1.over span.gensmall {
display: block;
background-image: url("http://www.tarooti.net/upfiles/NHG53357.gif");
border:1px solid #D9D9D9;
text-align: left;
essa_elgn;
}
/*-----Programming code by Sam Hameed-----*/
td.row3.over span.gensmall,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width: 100%;
float: right;
clear: both;
background-image: url('http://i46.servimg.com/u/f46/12/36/04/46/oo1310.png');
sam_hameed,sam_hameed
background-position: right0;
background-repeat: no-repeat;
background-position: right 0;
font-size: 10px;
}
/*-----Programming code by Sam Hameed-----*/
.post {
background: url(http://img42.imageshack.us/img42/7761/13023610.png);
padding : 1px 3px 1px 3px;
-moz-border-radius: 4px;
border: 1px solid #FFEFDB;
sam_hameed,sam_hameed;
border-left : medium solid #3896B5;
border-right : medium solid #3896B5;
-moz-box-shadow: 0px 0px 1px #595959;
}
a.button1, input.button1,sam hameed, a.button2, input.button2,button.button2 {
background: url(http://img42.imageshack.us/img42/7761/13023610.png);
padding : 1px 3px 1px 3px;-moz-border-radius: 4px;
border: 1px solid #FFEFDB;
border-left : medium solid #3896B5;
sam_hameed,sam_hameed;
border-right : medium solid #3896B5;
-moz-box-shadow: 0px 0px 1px #595959;
}
input,input.liteoption,input.mainoption{
background: url(http://img42.imageshack.us/img42/7761/13023610.png);
padding : 1px 3px 1px 3px;
-moz-border-radius: 4px;
border: 1px solid #FFEFDB;
border-left : medium solid #3896B5;
sam_hameed,sam_hameed;
border-right : medium solid #3896B5;
-moz-box-shadow: 0px 0px 1px #595959;
}
input:hover, input.liteoption:hover, input.mainoption:hover, button.button2:hover, input.button2:hover, textarea:hover, select:hover {
background: url(http://img42.imageshack.us/img42/7761/13023610.png);
padding : 1px 3px 1px 3px;
-moz-border-radius: 4px;
border: 1px solid #FFEFDB;
sam_hameed,sam_hameed;
border-left : medium solid #3896B5;
border-right : medium solid #3896B5;
-moz-box-shadow: 0px 0px 1px #595959;
}
form#quick_reply textarea#text_editor_textarea{
width: 780px;
height: 100%; }
form#quick_reply iframe#text_editor_iframe {
width: 780px;
}
* html form#quick_reply iframe#text_editor_iframe {
width: 780px;
}
*+html form#quick_reply iframe#text_editor_iframe {
width: 780px;
}
form#quick_reply{
background:url(http://i27.servimg.com/u/f27/12/27/99/96/icon_c10.png) no-repeat right ;
padding:100px 10px 10px 10px;
background-position: top center;
}
p {
text-align: center ;
}
/*-----End Code-----*/
/*-----Programming code by Sam Hameed-----*/
.poll-ballot,sam hameed{
text-align: right ;
font-size : 1px;
background-color : #fafafa;
font-weight : bold;
background-image : url('http://i62.servimg.com/u/f62/14/92/70/14/sans_t28.jpg');
sam_hameed,sam_hameed;
border : 1px dotted #808080;
border-left : medium solid #808080;
border-right : medium solid #808080;
-moz-border-radius: 10px;
padding : 10px;
font-weight:bold;
}
/*-----End Code-----*/
#page-footer {
background : #ffefe7 url(http://www.topforums.net/gallery/files/1/0/0/0/0/3/7/3/0/1/16.jpg);
}
a[href="javascript:showhide(document.getElementById('plus_menu'))"]:before,sam hameed {
content:"أدوات الموضوع";
font-size:16px;
}
a[href="javascript:showhide(document.getElementById('plus_menu'))"],sam hameed{
text-align: center;
font-size: 0px ;
}
.addthis_button,sam hameed{
text-align: center;
font-size: 0px ;
}
.addthis_button:before,sam hameed{
content:"أنشر الموضوع";
font-size:16px;
}
/*-----Programming code by sam hameed-----*/
#profile_field_3_-10,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/7777710.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#profile_field_3_-15,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/55555510.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#profile_field_3_-16,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/44444412.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#profile_field_3_-17,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/33333311.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#profile_field_3_-18,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/22222210.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#profile_field_3_-19,sam_hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:400px;
height:25px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/11111111.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
/*-----End Code-----*/
/*-----Programming code by sam hameed-----*/
#username_reg,sam hameed {
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/33310.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#email,sam hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/email10.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#password_reg,sam hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/222210.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
/*-----End Code-----*/
a[href="/chatbox/index.forum?"]:before,sam hameed {
content:"ادخل على دردشة azoza4all ";
font-size:14px;
}
a[href="/chatbox/index.forum?"],sam hameed {
text-align: center;
font-size: 0px ;
}
/*-----Programming code by Sam Hameed-----*/
a.cattitle,sam hameed{
background:url('http://i46.servimg.com/u/f46/16/46/08/41/r4s88810.png') no-repeat ;
sam_hameed;
background-position: center right;
padding: 120px;
sam_hameed;
font-size: 0px ;
}
td.catHead,sam hameed{
border: none !important;
sam_hameed;
text-align: center;
}
.thin {
line-height: 150%;
margin: 2px 0pt;
padding: 6px 0pt;
background-color:#F0F0F0;
}
.thin a
{
border:1px
dashed #000000;
padding:0px 15px 0px 20px;
}
.24-hours a
{
border:1px
dashed #000000;
padding:0px 15px 0px 10px;
}
body.chatbox {
background-image : url(http://i67.servimg.com/u/f67/13/57/76/76/untitl35.png);
background-color
: #dddddd;
border : 2px dotted #0db4fc;
}
#chatbox_members a[href="/u#"]{
padding-left: 13px;
background: url(http://i46.servimg.com/u/f46/12/36/04/46/uooo1010.png ) no-repeat left;}
/*----- essa_elgn -----*/
.name {
height:0px;
text-align:left;
text-shadow:0 0 15px;
}
a.mainmenu {
height:0px;
text-align:left;
text-shadow:0 0 15px;
}
a.nav {
height:0px;
text-align:left;
text-shadow:0 0 15px;
}
/*-----Programming code by sam hameed-----*/
#username_reg,sam hameed {
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/33310.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#email,sam hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/email10.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
#password_reg,sam hameed{
padding: 0;
line-height: 2.0em;
color: #000000;
width:300px;
height:20px;
float: right;
clear: both;
text-align: right ;
sam_hameed,sam hameed;
background-image: url('http://i44.servimg.com/u/f44/15/54/04/99/222210.png');
background-position: right0;
background-repeat: no-repeat;
background-position: left0;
}
/*-----End Code-----*/
رد: اريد حذف كود
اخي العزيز اذهب الى
css
وقم بحذف جميع الاكود
وشوف هل المشكله حلت
اذا نعم
اوك ارجع الصفحة css
وقوم بحذف كود كود منها
وانشاء التحل المشكله
+
هل لديك حق تعديل التموبلات
css
وقم بحذف جميع الاكود
وشوف هل المشكله حلت
اذا نعم
اوك ارجع الصفحة css
وقوم بحذف كود كود منها
وانشاء التحل المشكله
+
هل لديك حق تعديل التموبلات
مواضيع مماثلة
» اريد جعل ازرار المنتدى (التسجيل _ الرئيسية .... الخ ) اريد جعله من الأستايل
» اريد كود لهذآ الكلآم .. >> يعني اريد تبديله بكلام من عندي ق1
» عندما اريد كتابة موضوع جديد اريد ان احذف لغة html
» اريد طريقة او شئ اذا سجل العضو الدخول للمنتدى لا يتم تحويله للرئيسية اريد ان يحوله لصفحة هتمل.......؟
» بالله عليكم اريد شراء دومين ( اريد المساعدة )
» اريد كود لهذآ الكلآم .. >> يعني اريد تبديله بكلام من عندي ق1
» عندما اريد كتابة موضوع جديد اريد ان احذف لغة html
» اريد طريقة او شئ اذا سجل العضو الدخول للمنتدى لا يتم تحويله للرئيسية اريد ان يحوله لصفحة هتمل.......؟
» بالله عليكم اريد شراء دومين ( اريد المساعدة )
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى