هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.



 
الرئيسيةسمآءء آلسحآبههأحدث الصورالتسجيلدخول

 

 جميع الاكواد معدله انسخ والصق

اذهب الى الأسفل 
كاتب الموضوعرسالة
????
زائر
Anonymous



جميع الاكواد معدله انسخ والصق  Empty
مُساهمةموضوع: جميع الاكواد معدله انسخ والصق    جميع الاكواد معدله انسخ والصق  Emptyالخميس نوفمبر 22, 2012 6:07 pm

جميع الاكواد معدله انسخ والصق

لوحة الادارة مظهر المنتدى اللوان ورقة CSS وبعدها قدم




strong a{
text-decoration:none;
border:1px dashed #FFA34F;
background: url(http://im9.gulfup.com/2012-05-07/1336396595301.gif);
}
#chatbox .user {
background: url(https://i.servimg.com/u/f80/14/20/95/39/butt1110.gif);
font: 11px georgia !important;
border-color : #2DB9E3 !important;
}
#chatbox .user-msg {
font-size:14px;
font-weight: bold;
}
.hr {
background: url(https://i.servimg.com/u/f63/11/53/34/85/f3al_c10.png) no-repeat;
background-position: top;
text-align: center;
vertical-align: text-bottom;
padding: 0px 325px 210px;
line-height: normal;
}
.poster-profile, .midotop{
color: Blue;
font: 20px/20px Baskerville, Palatino, "Palatino Linotype",
"Book Antiqua", Georgia, serif;
margin: 0;
text-shadow: #105FE8 5px 5px 5px;
}
.secondarytitle, .secondarytitle h2 {
background-image: url("https://2img.net/h/i306.photobucket.com/albums/nn266/rideem3/RowCategoryHeader.png");
background-position: center center;
background-repeat: no-repeat;
color: #30291F;
font-size: 14px;
margin: 0;
padding: 0;
font-family: Palatino Linotype,Trebuchet MS,Palatino,Times New Roman,Times,serif;
}

th {
background-image: url("https://2img.net/h/i306.photobucket.com/albums/nn266/rideem3/RowCategoryHeader.png");
background-position: center center;
background-repeat: no-repeat;
color: #30291F;
font-size: 14px;
text-align: center;
white-space: nowrap;
font-family: Palatino Linotype,Trebuchet MS,Palatino,Times New Roman,Times,serif;
}
#profile-advanced-details {
background-image:url('https://i.servimg.com/u/f62/15/52/93/00/100111.png');
}
#profile-advanced-details .stats-field {
border:1px dashed #ff0000;
}
.postbody img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.postbody img:hover
{
filter:alpha(opacity=70);
-moz-opacity: 0.65;
opacity: 0.65;
}
.clear {
background: url(https://i.servimg.com/u/f61/15/11/70/54/untitl16.png) no-repeat center;
padding: 50px;
}
.postbody{font-size:16px;font-weight:700}
.postbody img{max-width:650px}
hr{-moz-border-radius:7px;
background:url(https://i.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(https://i.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(https://i.servimg.com/u/f72/14/92/70/14/shanex12.png);
width: 110px;
height: 240px;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
}
a.forumlink:link, a.forumlink:visited {
font-family: serif;
background-color:#094ce8;
text-align: center;
font-size: 100%;
border-bottom: 3px double #164a5d;
color: #000000;
display: block;
-moz-border-radius:16px;
}
.postbody{
font-size: 16px;

font-weight: bold;
font-family:
Traditional Arabic;
}
if(document.location.protocol=='http:'){
var Tynt=Tynt||[];Tynt.push('dO4lSUu7ir4k0gadbi-bnq');Tynt.i={"ap":"http://shemaa.mam9.com:"};

(function(){var
s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var

h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
}

.postbody img {
background: #000000 url(http://im18.gulfup.com/pgxl1.gif) no-repeat;
padding: 0px 0px 27px 0px;
background-position: bottom;
max-width:600px;
}

{
// Get ID of code block
var e = jQuery(a).closest('tr').next().find('.cont_code')[0];

// Not IE
if (window.getSelection)
{
var s = window.getSelection();
// Safari
if (s.setBaseAndExtent)
{
s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
}
// Firefox and Opera
else
{
// workaround for bug # 42885
if (window.opera && e.innerHTML.substring(e.innerHTML.length - 4) == '
')
{
e.innerHTML = e.innerHTML + ' ';
}

var r = document.createRange();
r.selectNodeContents(e);
s.removeAllRanges();
s.addRange(r);
}
}
// Some older browsers
else if (document.getSelection)
{
var s = document.getSelection();
var r = document.createRange();
r.selectNodeContents(e);
s.removeAllRanges();
s.addRange(r);
}
// IE
else if (document.selection)
{
var r = document.body.createTextRange();
r.moveToElementText(e);
r.select();
}
}
jQuery(function(){

jQuery('div.postbody td.code').parent().prev().find('b').html('Code:
face="verdana" color="red"> Select Content ');
}

الرجوع الى أعلى الصفحة اذهب الى الأسفل
ّسحابه فوشيهّّ
مديرهه سحابهه
مديرهه سحابهه
ّسحابه فوشيهّّ


إبدآعآتيـﮯ ! : 581
تقيميَـﮯ : 13
آلآنميَـﮯ آلمفضَل : شوجو شارا
بدآيـﮧ إبدآعيـﮯ # : 28/07/2012
آلجنسً : انثى نقودي: : 1435

جميع الاكواد معدله انسخ والصق  Empty
مُساهمةموضوع: رد: جميع الاكواد معدله انسخ والصق    جميع الاكواد معدله انسخ والصق  Emptyالأحد نوفمبر 25, 2012 3:14 pm

حبيبتي ايش يعني ممكن توضيح ؟
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
جميع الاكواد معدله انسخ والصق
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» اكواد css للنسخة الثانية phpbb2 جميع الاكواد المهمة لمنتداك تجدها هنا
» اكواد css للنسخة الثانية phpbb2 جميع الاكواد المهمة لمنتداك تجدها هنا
» لطلبات الاكواد ارجو التثبيت < برعاية شلة منتدانا غير
» جميع الحروف بكل الاشكال
» ❁ جميع التحولات PreCures ابتسامة! [HD] ❁

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
 :: طلبًآت آلآعضآء :: ←دَعمَ المُنَتديَآت×-
انتقل الى: