.post blockquote {
max-height: 400px !important;
clear: both !important;
padding: 0 10px 10px 10px !important;
border: 1px solid #DDD !important;
color: #666 !important;
direction: rtl !important;
text-align: right !important;
border-radius: 4px !important;
font: 12px "Courier New", "MS Sans Serif", sans-serif, serif !important;
line-height: 1.6em !important;
-ms-overflow-x: auto !important;
overflow-x: auto !important;
position: relative !important;
z-index: 50 !important;
background: #FFF !important;
}
.post blockquote:before {
content: " الكود <-- يمكنك نسخ هذا الكود الذي على المربع --> ";
padding: 0px 20px;
margin: 0 -10px 5px -10px;
border-bottom: 3px solid #A4D3DF;
display: block;
background: #E5F8FD url(https://jetara.googlecode.com/files/%D8%AA%D9%86%D8%B2%D9%8A%D9%84.png) left 2px top 2px no-repeat;
color: #A4B1B8;
}