الكتابة في المنتى تظهر بيضآء | مالعمل ؟
2 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
الكتابة في المنتى تظهر بيضآء | مالعمل ؟
السلام عليكم و رحمة الله تعالى و بركاته
أعتذر مسبقا من الأخ أمير على إزعاجي له في الموضوع السابق
وأريد حلا كذلك لهذه المشكلة :
عندما أرسل ردا كما كتبته أي بدون تنسيق أو أي تغيير ،، يظهر أبيضا ولا يظهر للقارئ
ولا نستطيع دراسته ،، حاولت الدخول إلى جزء الألوان فوجدت أنه ينبغي أن يظهر أسودا ،
رد: الكتابة في المنتى تظهر بيضآء | مالعمل ؟
اهلين
من لوحة التحكم=مظهر المنتدى
تحت
الوان ثم لون الكتابه اعلى شي
============
اذا لم يتغير معك ضعي ورقةcss
هناء لتعديل عليها
من لوحة التحكم=مظهر المنتدى
تحت
الوان ثم لون الكتابه اعلى شي
============
اذا لم يتغير معك ضعي ورقةcss
هناء لتعديل عليها
رد: الكتابة في المنتى تظهر بيضآء | مالعمل ؟
لم يتعدل أخي ،، أنا حاطة الأسود [ #000000 ] ،، تفضل أخي ورقة سي اس اس :
- الكود:
/* كود الأزرار ------ haya.123.st -------*/
input[type="submit"], input[type=reset], .button {
display: inline-block;
margin: 0;
margin-right: 12px;
cursor: pointer;
border: 1px solid #bbb;
overflow: visible;
color: #fff;
padding: 5px 8px;
font-size: 12px;
font-family:Tahoma;
line-height: 1.55em;
vertical-align: middle;
text-decoration: none;
white-space: nowrap;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
transition: all .15s linear;
text-shadow: 1px 0 0 rgba(0,0,0,0.35);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
background-color: #f6863b;
border-color: #c9743b;
}
input[type="submit"]:hover, input[type=reset]:hover, .button:hover {
background-color: #fd954f;
}
input[type="submit"]:active, input[type=reset]:active, .button:active {
box-shadow: 0 1px 1px rgba(0,0,0,0.35) inset;
background-color: #df7b39;
}
/* كود الأزرار ------ haya.123.st -------*/
/*----- كود حذف سبب التعديل فِ المشآركآت -----*/
tr.post span.gensmall { display: none; }
/*---------- www.haya-m.net ----------- */
.colorsh-no , .colorsf-no{
background:#2b2b2b;}
.no-color , .no-color .profile{
border-color: #2b2b2b;
color: #2b2b2b;}
.colorsh:after , .colorsh-no:after {
content: "بيانات اضافيه";}
.colorsf:before , .colorsf-no:before{
content: "لوني المفضل :";}
/* كود اتغيير شكل التقييم */
.vote {
float: right;
width: 9px;
margin-right: 4px;
}
.vote .ebneleslam {
margin-right:-12px;
white-space:nowrap;
}
/* كود الدردشة المطورة */
#chatbox_main_options, #chatbox_main_options a, #chatbox_main_options span{
color: #9a9a9a;
text-shadow: 1px 1px 1px #ffffff;
text-decoration:none;
font-family: Arial Black;
text-transform: uppercase;
}
#chatbox_main_options a:hover{
color: grey;
text-shadow: 1px 1px 1px #b8b8b8;
text-decoration:none !important;
font-family: Arial Black;
text-transform: uppercase;
}
#chatbox_main_options {
background: url(http://i25.servimg.com/u/f25/14/45/99/41/untitl21.jpg) repeat-x;
float: right;
border: 1px solid #c9c9c9;
margin-right: 50px;
margin-top: -17px;
padding: 2px 3px 1px 5px;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-box-shadow: 0px 0px 4px #c6c6c6;
box-shadow: 0px 0px 4px #c6c6c6;
-moz-box-shadow: 0px 0px 4px #c6c6c6;
}
#chatbox_main_options:hover {
margin-top: -7px;
}
/*----------------Members----------------*/
#chatbox_members {
background: url(http://i25.servimg.com/u/f25/14/45/99/41/50347510.png);
margin-bottom: -30px;
border-right: 1px solid #c9c9c9;
background-color: #ffffff;
}
#chatbox_members:hover {
border-right: 1px solid #b7b7b7;
background-color: #fcfcfc;
}
h4.member-title{
background: url(http://i25.servimg.com/u/f25/14/45/99/41/untitl23.jpg) repeat-x !important;
font-family: Arial Black;
text-transform: uppercase;
color: #ffffff !important;
text-shadow: 0px 0px 3px black;
margin-top: -1px;
cursor: default;
letter-spacing: 0.5em;
}
/* css قالب الشريط السفلي */
.afoot , .afoot a:link , .afoot_alink{
background: url('http://i38.servimg.com/u/f38/16/61/49/25/310.jpg');
color: #FFFFFF;
font: bold 11px tahoma;
text-decoration: none;
}
/* كود ظل خفيف للكلام */
td {
text-shadow:1px 1px 0px #cfcfcf;
}
/*---------- www.haya-m.net ----------- */
/* css قالب الفئات */
.tborder{
color: #000000;
font: 11px tahoma;
border: 0px solid #f3edf0;
}
.tcat{
background: url('http://barbie-des.com/Summer/1.png');
color: #FFFFFF;
font: bold 14px Simplified Arabic;
text-align: center;
}
.tcat a:link, .tcat_alink{
color: #ffffff;
text-decoration: none;
}
.thead , .thead a:link, .thead_alink{
background: url('http://barbie-des.com/Summer/1.png');
color: #FFFFFF;
font: 11px tahoma;
text-decoration: none;
}
.tfoot , .tfoot a:link, .tfoot_alink{
background: url('http://barbie-des.com/Summer/1.png');
color: #FFFFFF;
font: bold 11px tahoma;
text-decoration: none;
}
.alt1, .alt1Active {
background: #fcfcfc;
color: #70c1c4;
font: bold 15px Simplified Arabic;
border-bottom: 1px dashed #FFFFFF;
text-decoration: none;
}
.alt2, .alt2Active {
background: #fcfcfc;
color: #70c1c4;
font: bold 11px tahoma;
border-bottom: 1px dashed #70c1c4;
text-decoration: none;
}
/* أكواد مهمة عدم اللمس */
a:link
{
text-decoration: none;
}
a:visited
{
text-decoration: none;
}
a:active
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
tr.post td {
text-align: center;
}
a strong {
background : url(http://www.5jl-des.com/vb/images/pic/sendpmonline.gif) no-repeat right;
padding : 0 18px 0 8px;
}
/* أكواد مهمة عدم اللمس */
td {
text-align: center;
}
#A7medvirus {
background-image: url("http://i66.servimg.com/u/f66/12/46/69/62/ice10.png");
border: 1px solid #C0C0C0;
border-radius: 15px 15px 15px 15px;
margin: 0 auto;
padding-bottom: 1px;
padding-top: 1px;
width: 20%;
}
#HiMa-ElMaSrY {
background-image: url("http://i66.servimg.com/u/f66/12/46/69/62/ice10.png");
border: 1px solid #C0C0C0;
border-radius: 15px 15px 15px 15px;
margin: 0 auto;
padding-bottom: 1px;
padding-top: 1px;
width: 20%;
}
رد: الكتابة في المنتى تظهر بيضآء | مالعمل ؟
الورقة ليس لها دخل ب الالوان على المنتدى
تم وضعها على منتدى تجريبي ولم يظهر كما ذكرت
=============
تفضلي كود يوضع في ورقةcss
يغير الون وحجم الخط يمكنك اختيار الحجم من الرقم
والون بلون اخر
تم وضعها على منتدى تجريبي ولم يظهر كما ذكرت
=============
تفضلي كود يوضع في ورقةcss
يغير الون وحجم الخط يمكنك اختيار الحجم من الرقم
والون بلون اخر
- الكود:
.postbody {
font-size: 22px;
color: #0033FF;
}
رد: الكتابة في المنتى تظهر بيضآء | مالعمل ؟
لقد تم تعديل المشكلة أخي ،، شكرآ لك ،، لكن المساهمات السابقة [ قبل وضع الكود ] أصبحت جد كبيرة ،،
و أفسدت مظهر المنتدى
و أفسدت مظهر المنتدى
مواضيع مماثلة
» في صندوق الرد الكتابة تظهر شفافة
» كيف اعدل الكتابة بحيث لا تظهر الاكواد
» لماذا الكتابة العربية تظهر بالمجلة على هذا النحو
» الكتابة في المواضيع والردود لا تظهر أرجوا المسآعدة " ضروري "
» يازعيم مالعمل من أجل الدومين
» كيف اعدل الكتابة بحيث لا تظهر الاكواد
» لماذا الكتابة العربية تظهر بالمجلة على هذا النحو
» الكتابة في المواضيع والردود لا تظهر أرجوا المسآعدة " ضروري "
» يازعيم مالعمل من أجل الدومين
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى