والى مصر مؤسس المنتدى
محل الاقامة : منشأة نظيف
الجنس :
عدد المساهمات : 668
| موضوع: كود تغيير شكل الصندوق الماسى للمواضبع والردود 23/9/2015, 7:54 am | |
| - الكود:
-
/* بداية كود وضع اطار وخلفية الصندوق والازرار الصندوق الماسي -hamsa-haq*/ /*شريط الازرار */ div.sceditor-toolbar { background: #111 url(http://i79.servimg.com/u/f79/17/37/83/89/hjk10.jpg) bottom center repeat-x !important; border-bottom: none !important; }
/* محرر الصندوق */ .sceditor-container { background: ##ff9999!important; width: 98% ##ff9999!important; } /* خلفية الازرار */ .sceditor-group { background: #111 url(http://i79.servimg.com/u/f79/17/37/83/89/dfg10.jpg) center repeat !important; border-bottom: none !important; -moz-box-shadow: 0 0 3px #666; -webkit-box-shadow: 0 0 3px #666; box-shadow: 0 0 3px #666; margin: 3px !important; } /* الازرار */ .sceditor-button { margin: 3px !important; border: 3px solid transparent !important; outline-color: transparent !important; } /* ازرار التحويم*/ .sceditor-button:hover { background-color: #000 !important; border: 3px solid ##ff9999 !important; } /* اضغط*/ .sceditor-button.active, .sceditor-button.sceditor-button-source.hover { background-color: #000 !important; border: 1px solid #163242 !important; } /* النوافذ*/ div.sceditor-dropdown { background-color: #666 !important; -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.72); border: 1px solid #CCC; box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.79); } div.sceditor-dropdown label { color: #C8CDE6 !important; } div.sceditor-container.ltr.wysiwygMode { background: #666 !important; } div.sceditor-toolbar { background-color:#ff9999; } div.sceditor-toolbar { border: 2px dotted #ff9999; } a.sceditor-button { background-color:#ff9999; } /*نهاية كود وضع اطار وخلفية الصندوق والازرار الصندوق الماسي -hamsa-haq*/
| |
|