كيف اغير لون خلفية الأقسام
2 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
كيف اغير لون خلفية الأقسام
ذهبت الى مظهر المنتدى - الصور و الألوان - ألوان لم أجد هذا اللون لأغيره
اريد تغييره للأبيض
رد: كيف اغير لون خلفية الأقسام
رابط المنتدى من فضلك ؟
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
رد: كيف اغير لون خلفية الأقسام
اذا كان قصدك تغيير لون خلفية الخاصه بالاقسام فقط دون خانة عدد المواضيع والمساهمات
ستجد هذا الكود في ال css الذي يضع الخلفيه
https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif
والذي يعطل خاصية الخلفيه من لوحة الاداره
بالتوفيق
ستجد هذا الكود في ال css الذي يضع الخلفيه
https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif
والذي يعطل خاصية الخلفيه من لوحة الاداره
- الكود:
.row1 {
/* background-image: url(http://i22.servimg.com/u/f22/11/52/62/01/4d413110.gif); */
border: 3px double #d6d6d6;
}
بالتوفيق
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
رد: كيف اغير لون خلفية الأقسام
تمام اذا قوم بحذف
وايضا
وطبعا ستجدهم في اكواد ال css
بالتوفيق
- الكود:
.row2, .row3, td.row3Right, td.spaceRow {
background-image: url(http://i22.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border: 1px groove #d5d5d5;
}
وايضا
- الكود:
.row2 {
background-image: url(http://i22.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border: 3px #d6d6d6;
}
وطبعا ستجدهم في اكواد ال css
بالتوفيق
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
رد: كيف اغير لون خلفية الأقسام
ممكن اكواد الcss
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
رد: كيف اغير لون خلفية الأقسام
تفضل اخي
/*---------- www.haya-m.net ----------- */
.profileback{
background-color:#f3f9fd;
border-color:#0fa3f8;
border-radius:23px 23px 23px 23px;
border-style:solid dashed;
border-width:medium 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: center;
}
.profile {
background-color:#fff;
border-color:#0fa3f8;
border-radius:3px 5px 3px 5px;
border-style:dashed solid ;
border-width: 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: right;
}
td {
text-align: center;
}
---------------------------------------------
.bodyline{
background:#ffffff url;
border:0;
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
bodyline{
width:73%;
border:0px solid #EDE6CC;
padding:0PX;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
.forumline{
border:2px solid #EDE6CC;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 6px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
#page-footer {
background-image:url();
background-position:center bottom;
background-repeat:no-repeat;
height:199px;
margin:0;
padding:0;
width:700px;
}
.spoiler_closed {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.spoiler_closed.hidden {
display:none;
}
.spoiler_content {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.body.chatbox {
background-image : url(http://im31.gulfup.com/xSJd7.png);
background-color : #dddddd;
}
.postdetails.poster-profile a img {
margin: 7px;
padding: 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-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;
max-width:197 px;
}
.postdetails{
background: url(http://im31.gulfup.com/xSJd7.png)repeat;
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;
}
/*----- خلفيه للأقسام -----*/
.bodyline{
background-color: #×××××;
border:0;EDE6CC
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:focus{
outline:none;
}
a.forumlink:hover{
text-decoration:none;
}
.row1 {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
.row3 {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
td.row3Right,td.spaceRow {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
.mainmenu
{
margin-bottom:
20px;
}
body.chatbox {
background-image : url(http://im34.gulfup.com/Hnpmv.png);
background-color : #dddddd;
border : 1px dotted #0db4fc;
}
a[href="/search?search_id=newposts"]
,a[href="/search?search_id=egosearch"]
,a[href="/search?search_id=unanswered"]
,a[href="/search?search_id=activetopics"]
,a[href="/memberlist?mode=today_posters"]
,a[href="/memberlist?mode=overall_posters"]
,a[href="/?mode=delete_cookies"]
,a[href="/?mark=forums"]
,a[href="/privmsg?folder=savebox"]
{display:none;}
.postdetails.poster-profile a img {
max-width:700px;
max-height:600px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background-color: #feffc4 ;
background-image: url('http://im34.gulfup.com/Hnpmv.png');
background-repeat: repeat;
border: 5px solid #FFFFFF;
}
body.chatbox{
text-align: center;
}
/*----- prince kimo-----*/
.postdetails.poster-profile a img{
background: white;
color: #000;
padding: 1px; margin: 1px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 1px;
-moz-border-radius-bottomleft: 0px;
border: 1px dashed #000000;
#profile-advanced-details .stats-field
border:1px dashed #ff0000;
}
/*----- prince kimo-----*/
---------------------------------------
/*Bebo awad*/
#page-body, .forumline {
border:2px solid #EEE;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-khtml-box-shadow: 0px 0px 5px #000;
}
table.forumline {
background: #00CCFF url(http://im36.gulfup.com/sAZjp.png);
padding: 2px 4px 13px 2px;
background-position: bottom;
}
------------
/* By Bebo*/
/*-----mytet1-----*/
.postbody{font-size:11px;font-weight:700}
.postbody img{max-width:700 px}
hr{-moz-border-radius:1px;
background:url(http://im31.gulfup.com/xSJd7.png);
border:1px solid #fff;
border-top-width:1px;
height:1px
}
/*-----mytet1-----*/
#fa_toolbar, #fa_toolbar_hidden {
background-color: #00c674 !important;
}
#fa_search {
display: none !important;
}
#fa_notifications.unread #notif_unread {
color: #c86e31;
margin-left: 5px;
font-weight: bold;
}
#fa_share {
display: none !important;
}
------------------
body {
margin-top: 40px;
}
#fa_toolbar, #fa_toolbar_hidden {
background-color: transparent !important;
}
#fa_search {
display: none !important;
}
#fa_share {
display: none !important;
}
#fa_left {
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-moz-box-shadow: -1px 1px 5px #000000;
-webkit-box-shadow: -1px 1px 5px #000000;
box-shadow: -1px 1px 5px #000000;
padding-right: 10px;
}
#fa_right {
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-moz-box-shadow: 1px 1px 5px #000000;
-webkit-box-shadow: 1px 1px 5px #000000;
box-shadow: 1px 1px 5px #000000;
padding-left: 10px;
}
#fa_menulist, #notif_list {
font-size: 12px !important;
margin-top: 3px !important;
border-color: transparent !important;
border-radius: 6px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-box-shadow: -1px 3px 5px #000000;
-webkit-box-shadow: -1px 3px 5px #000000;
box-shadow: -1px 3px 5px #000000;
background-color: #F2F6FA !important;
text-decoration: none !important;
}
#fa_left, #fa_right {
background: transparent url(https://i.servimg.com/u/f75/16/54/26/99/vkwv10.png) repeat !important;
}
#fa_left a, #fa_right a {
text-decoration: none !important;
}
li.see_all, li.see_all a {
background-color: transparent !important;
color: #666666 !important;
}
#fa_left, #fa_notifications, #fa_welcome {
text-shadow: 1px 1px 1px #666666 !important;
}
#fa_menulist a, #fa_menulist a:link, #fa_menulist a:visited, #notif_list a {
color: #666666 !important;
text-decoration: none !important;
}
#fa_menulist a:hover {
color: #BE0B12 !important;
}
#fa_toolbar > #fa_right.notification > #fa_notifications, #fa_right.welcome #fa_menu #fa_welcome {
background-color: #828F99 !important;
color: white !important;
}
#fa_notifications.unread #notif_unread {
color: #FA0E21;
margin-left: 5px;
font-weight: bold;
}
tr.post span.gensmall { display: none; }
#add-google-bottom {
display: none !important;
}
.module-advert{display:none;}
.bodylinewidth {
width: 85%;
}
.profileback{
background-color:#f3f9fd;
border-color:#0fa3f8;
border-radius:23px 23px 23px 23px;
border-style:solid dashed;
border-width:medium 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: center;
}
.profile {
background-color:#fff;
border-color:#0fa3f8;
border-radius:3px 5px 3px 5px;
border-style:dashed solid ;
border-width: 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: right;
}
td {
text-align: center;
}
---------------------------------------------
.bodyline{
background:#ffffff url;
border:0;
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
bodyline{
width:73%;
border:0px solid #EDE6CC;
padding:0PX;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
.forumline{
border:2px solid #EDE6CC;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 6px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
#page-footer {
background-image:url();
background-position:center bottom;
background-repeat:no-repeat;
height:199px;
margin:0;
padding:0;
width:700px;
}
.spoiler_closed {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.spoiler_closed.hidden {
display:none;
}
.spoiler_content {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.body.chatbox {
background-image : url(http://im31.gulfup.com/xSJd7.png);
background-color : #dddddd;
}
.postdetails.poster-profile a img {
margin: 7px;
padding: 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-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;
max-width:197 px;
}
.postdetails{
background: url(http://im31.gulfup.com/xSJd7.png)repeat;
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;
}
/*----- خلفيه للأقسام -----*/
.bodyline{
background-color: #×××××;
border:0;EDE6CC
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:focus{
outline:none;
}
a.forumlink:hover{
text-decoration:none;
}
.row1 {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
.row3 {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
td.row3Right,td.spaceRow {
background-image : url(https://i.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border : 3px double #d6d6d6;
}
.mainmenu
{
margin-bottom:
20px;
}
body.chatbox {
background-image : url(http://im34.gulfup.com/Hnpmv.png);
background-color : #dddddd;
border : 1px dotted #0db4fc;
}
a[href="/search?search_id=newposts"]
,a[href="/search?search_id=egosearch"]
,a[href="/search?search_id=unanswered"]
,a[href="/search?search_id=activetopics"]
,a[href="/memberlist?mode=today_posters"]
,a[href="/memberlist?mode=overall_posters"]
,a[href="/?mode=delete_cookies"]
,a[href="/?mark=forums"]
,a[href="/privmsg?folder=savebox"]
{display:none;}
.postdetails.poster-profile a img {
max-width:700px;
max-height:600px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background-color: #feffc4 ;
background-image: url('http://im34.gulfup.com/Hnpmv.png');
background-repeat: repeat;
border: 5px solid #FFFFFF;
}
body.chatbox{
text-align: center;
}
/*----- prince kimo-----*/
.postdetails.poster-profile a img{
background: white;
color: #000;
padding: 1px; margin: 1px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 1px;
-moz-border-radius-bottomleft: 0px;
border: 1px dashed #000000;
#profile-advanced-details .stats-field
border:1px dashed #ff0000;
}
/*----- prince kimo-----*/
---------------------------------------
/*Bebo awad*/
#page-body, .forumline {
border:2px solid #EEE;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-khtml-box-shadow: 0px 0px 5px #000;
}
table.forumline {
background: #00CCFF url(http://im36.gulfup.com/sAZjp.png);
padding: 2px 4px 13px 2px;
background-position: bottom;
}
------------
/* By Bebo*/
/*-----mytet1-----*/
.postbody{font-size:11px;font-weight:700}
.postbody img{max-width:700 px}
hr{-moz-border-radius:1px;
background:url(http://im31.gulfup.com/xSJd7.png);
border:1px solid #fff;
border-top-width:1px;
height:1px
}
/*-----mytet1-----*/
#fa_toolbar, #fa_toolbar_hidden {
background-color: #00c674 !important;
}
#fa_search {
display: none !important;
}
#fa_notifications.unread #notif_unread {
color: #c86e31;
margin-left: 5px;
font-weight: bold;
}
#fa_share {
display: none !important;
}
------------------
body {
margin-top: 40px;
}
#fa_toolbar, #fa_toolbar_hidden {
background-color: transparent !important;
}
#fa_search {
display: none !important;
}
#fa_share {
display: none !important;
}
#fa_left {
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-moz-box-shadow: -1px 1px 5px #000000;
-webkit-box-shadow: -1px 1px 5px #000000;
box-shadow: -1px 1px 5px #000000;
padding-right: 10px;
}
#fa_right {
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-moz-box-shadow: 1px 1px 5px #000000;
-webkit-box-shadow: 1px 1px 5px #000000;
box-shadow: 1px 1px 5px #000000;
padding-left: 10px;
}
#fa_menulist, #notif_list {
font-size: 12px !important;
margin-top: 3px !important;
border-color: transparent !important;
border-radius: 6px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-box-shadow: -1px 3px 5px #000000;
-webkit-box-shadow: -1px 3px 5px #000000;
box-shadow: -1px 3px 5px #000000;
background-color: #F2F6FA !important;
text-decoration: none !important;
}
#fa_left, #fa_right {
background: transparent url(https://i.servimg.com/u/f75/16/54/26/99/vkwv10.png) repeat !important;
}
#fa_left a, #fa_right a {
text-decoration: none !important;
}
li.see_all, li.see_all a {
background-color: transparent !important;
color: #666666 !important;
}
#fa_left, #fa_notifications, #fa_welcome {
text-shadow: 1px 1px 1px #666666 !important;
}
#fa_menulist a, #fa_menulist a:link, #fa_menulist a:visited, #notif_list a {
color: #666666 !important;
text-decoration: none !important;
}
#fa_menulist a:hover {
color: #BE0B12 !important;
}
#fa_toolbar > #fa_right.notification > #fa_notifications, #fa_right.welcome #fa_menu #fa_welcome {
background-color: #828F99 !important;
color: white !important;
}
#fa_notifications.unread #notif_unread {
color: #FA0E21;
margin-left: 5px;
font-weight: bold;
}
tr.post span.gensmall { display: none; }
#add-google-bottom {
display: none !important;
}
.module-advert{display:none;}
.bodylinewidth {
width: 85%;
}
رد: كيف اغير لون خلفية الأقسام
انا ارى انك لم تقم بحذف الاكواد كما ذكرت ليك اعلاه
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
رد: كيف اغير لون خلفية الأقسام
اخي قلت لك اني حذفتها اذا كنت تقصد هذه
و يا ريت تعدل على الكود و تعطيني اياه لألصقه
- الكود:
.row2, .row3, td.row3Right, td.spaceRow {
background-image: url(http://i22.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border: 1px groove #d5d5d5;
}
وايضا
الكود: ---------تضليل المحتوى
- الكود:
.row2 {
background-image: url(http://i22.servimg.com/u/f22/11/52/62/01/4d413110.gif);
border: 3px #d6d6d6;
}
رد: كيف اغير لون خلفية الأقسام
اعتذر عن التأخير
والان اسبتدل اكواد ال css لديك بهذه
ولتغيير خلفية الاقسام كما تريد من (لوحة الاداره>>مظهر المنتدى>>الصور والالوان>>الوان>>
لون الخلفية رقم 1 :
لون الخلفية رقم 2 :
لون الخلفية رقم 3 :
وغير كما تريد
بالتوفيق
والان اسبتدل اكواد ال css لديك بهذه
- الكود:
/*---------- www.haya-m.net ----------- */
.profileback{
background-color:#f3f9fd;
border-color:#0fa3f8;
border-radius:23px 23px 23px 23px;
border-style:solid dashed;
border-width:medium 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: center;
}
.profile {
background-color:#fff;
border-color:#0fa3f8;
border-radius:3px 5px 3px 5px;
border-style:dashed solid ;
border-width: 1px;
display:block;
font-size:11px;
margin:5px;padding:5px;
text-align: right;
}
td {
text-align: center;
}
---------------------------------------------
.bodyline{
background:#ffffff url;
border:0;
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
bodyline{
width:73%;
border:0px solid #EDE6CC;
padding:0PX;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
.forumline{
border:2px solid #EDE6CC;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 6px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-khtml-box-shadow: 0px 0px 10px #000;
}
#page-footer {
background-image:url();
background-position:center bottom;
background-repeat:no-repeat;
height:199px;
margin:0;
padding:0;
width:700px;
}
.spoiler_closed {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.spoiler_closed.hidden {
display:none;
}
.spoiler_content {
display:block;
background-image : url(http://im34.gulfup.com/Hnpmv.png);
border: 2px solid #d6ae6f;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
}
.body.chatbox {
background-image : url(http://im31.gulfup.com/xSJd7.png);
background-color : #dddddd;
}
.postdetails.poster-profile a img {
margin: 7px;
padding: 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-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;
max-width:197 px;
}
.postdetails{
background: url(http://im31.gulfup.com/xSJd7.png)repeat;
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;
}
/*----- خلفيه للأقسام -----*/
.bodyline{
background-color: #×××××;
border:0;EDE6CC
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:focus{
outline:none;
}
a.forumlink:hover{
text-decoration:none;
}
.mainmenu
{
margin-bottom:
20px;
}
body.chatbox {
background-image : url(http://im34.gulfup.com/Hnpmv.png);
background-color : #dddddd;
border : 1px dotted #0db4fc;
}
a[href="/search?search_id=newposts"]
,a[href="/search?search_id=egosearch"]
,a[href="/search?search_id=unanswered"]
,a[href="/search?search_id=activetopics"]
,a[href="/memberlist?mode=today_posters"]
,a[href="/memberlist?mode=overall_posters"]
,a[href="/?mode=delete_cookies"]
,a[href="/?mark=forums"]
,a[href="/privmsg?folder=savebox"]
{display:none;}
.postdetails.poster-profile a img {
max-width:700px;
max-height:600px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background-color: #feffc4 ;
background-image: url('http://im34.gulfup.com/Hnpmv.png');
background-repeat: repeat;
border: 5px solid #FFFFFF;
}
body.chatbox{
text-align: center;
}
/*----- prince kimo-----*/
.postdetails.poster-profile a img{
background: white;
color: #000;
padding: 1px; margin: 1px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 1px;
-moz-border-radius-bottomleft: 0px;
border: 1px dashed #000000;
#profile-advanced-details .stats-field
border:1px dashed #ff0000;
}
/*----- prince kimo-----*/
---------------------------------------
/*Bebo awad*/
#page-body, .forumline {
border:2px solid #EEE;
width:98%;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-khtml-box-shadow: 0px 0px 5px #000;
}
table.forumline {
background: #00CCFF url(http://im36.gulfup.com/sAZjp.png);
padding: 2px 4px 13px 2px;
background-position: bottom;
}
------------
/* By Bebo*/
/*-----mytet1-----*/
.postbody{font-size:11px;font-weight:700}
.postbody img{max-width:700 px}
hr{-moz-border-radius:1px;
background:url(http://im31.gulfup.com/xSJd7.png);
border:1px solid #fff;
border-top-width:1px;
height:1px
}
/*-----mytet1-----*/
#fa_toolbar, #fa_toolbar_hidden {
background-color: #00c674 !important;
}
#fa_search {
display: none !important;
}
#fa_notifications.unread #notif_unread {
color: #c86e31;
margin-left: 5px;
font-weight: bold;
}
#fa_share {
display: none !important;
}
------------------
body {
margin-top: 40px;
}
#fa_toolbar, #fa_toolbar_hidden {
background-color: transparent !important;
}
#fa_search {
display: none !important;
}
#fa_share {
display: none !important;
}
#fa_left {
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-moz-box-shadow: -1px 1px 5px #000000;
-webkit-box-shadow: -1px 1px 5px #000000;
box-shadow: -1px 1px 5px #000000;
padding-right: 10px;
}
#fa_right {
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-moz-box-shadow: 1px 1px 5px #000000;
-webkit-box-shadow: 1px 1px 5px #000000;
box-shadow: 1px 1px 5px #000000;
padding-left: 10px;
}
#fa_menulist, #notif_list {
font-size: 12px !important;
margin-top: 3px !important;
border-color: transparent !important;
border-radius: 6px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-box-shadow: -1px 3px 5px #000000;
-webkit-box-shadow: -1px 3px 5px #000000;
box-shadow: -1px 3px 5px #000000;
background-color: #F2F6FA !important;
text-decoration: none !important;
}
#fa_left, #fa_right {
background: transparent url(http://i75.servimg.com/u/f75/16/54/26/99/vkwv10.png) repeat !important;
}
#fa_left a, #fa_right a {
text-decoration: none !important;
}
li.see_all, li.see_all a {
background-color: transparent !important;
color: #666666 !important;
}
#fa_left, #fa_notifications, #fa_welcome {
text-shadow: 1px 1px 1px #666666 !important;
}
#fa_menulist a, #fa_menulist a:link, #fa_menulist a:visited, #notif_list a {
color: #666666 !important;
text-decoration: none !important;
}
#fa_menulist a:hover {
color: #BE0B12 !important;
}
#fa_toolbar > #fa_right.notification > #fa_notifications, #fa_right.welcome #fa_menu #fa_welcome {
background-color: #828F99 !important;
color: white !important;
}
#fa_notifications.unread #notif_unread {
color: #FA0E21;
margin-left: 5px;
font-weight: bold;
}
tr.post span.gensmall { display: none; }
#add-google-bottom {
display: none !important;
}
.module-advert{display:none;}
.bodylinewidth {
width: 85%;
}
ولتغيير خلفية الاقسام كما تريد من (لوحة الاداره>>مظهر المنتدى>>الصور والالوان>>الوان>>
لون الخلفية رقم 1 :
لون الخلفية رقم 2 :
لون الخلفية رقم 3 :
وغير كما تريد
بالتوفيق
أدوات الصيانة لأحلى المنتديات / طريقة طلب كلمة سر/ قائمة بكل مواضيع الاســئلة الشائعة
--------------------------------------------------
تنبيه: لا تضع أبداً ايميل الإنشاء في مساهماتك و لا تعطيه لأحد!
لا يتم المساعدة على الخاص!
Mohamed- احلى إدارة
-
عدد المساهمات : 11350
معدل النشاط : 15982
السُمعة : 454
مواضيع مماثلة
» كود css لتلوين خلفية عنوان الأقسام+ عناوين المواضيع بشكل رآئع
» كيف اغير لون خلفية التوقيع
» كيف اغير لون خلفية الموضوعات ؟
» كيف اغير لون خلفية الموضوع
» كيف اغير خلفية الدردشة
» كيف اغير لون خلفية التوقيع
» كيف اغير لون خلفية الموضوعات ؟
» كيف اغير لون خلفية الموضوع
» كيف اغير خلفية الدردشة
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى