الادارة القسم الاداري
الجنس : عدد المساهمات : 244
تاريخ التسجيل : 04/04/2012
| موضوع: كود css لعمل زر المشاركة rss -twitter.digg-facebook اسفل صفحات المنتدي الأربعاء مايو 16, 2012 2:32 pm | |
| كود css لعمل زر المشاركة rss -twitter.digg-facebook اسفل صفحات المنتدي
مُساهمة من طرف A7medvirus في 24/3/2011, 2:03 pm كود css لعمل زر المشاركة rss -twitter.digg-facebook اسفل صفحات المنتدي
قبل وضع الكود مثال عليه للنسخة :PhpBB2
الكود للنسخة : PhpBB2 طريقة الوضع : لوحة الادارة/مظهر المنتدي/الصور والالوان /الوان/ورقة تصميم css
- الكود:
-
.sharing-cl{ overflow:hidden; margin:-20px 0 0 0; padding:0; list-style:none; width:530px; } .sharing-cl
a{ overflow:hidden; width:75px; height:20px; float:left; margin-right:5px; text-indent:-200px; background:url(http://sd-2.archive-host.com/membres/up/24071559914142709/tuto_partager/partager.png)
no-repeat; } a.sh-su{background-position:-210px -40px;} a.sh-feed{background-position:-70px
-40px;} a.sh-tweet{background-position:-140px -40px;} a.sh-mail{background-position:0
-40px;} a.sh-digg{background-position:-280px -40px;} a.sh-face{ margin-right:0; background-position:-350px
-40px; } a.sh-mail:hover{background-position:0 1px;} a.sh-feed:hover{background-position:-70px
1px;} a.sh-tweet:hover{background-position:-140px 1px;} a.sh-su:hover{background-position:-210px
1px;} .sh-digg:hover{background-position:-280px 1px;} a.sh-face:hover{ background-position:-350px
1px; } #text{ margin-top:5px; font-weight:bold; font-family:helvetica,arial,sans-serif; } #text
a{ text-indent:0; height:auto; text-align:center; font-size:11px; padding-top:35px; color:#999; text-decoration:none; }
بعد ذلك نذهب الي لوحة الادارة/ادارة عامة/تشكيل/وصف المنتدي ثم نلصق هذا الكود فيه - الكود:
-
<script type=text/javascript src=http://sd-2.archive-host.com/membres/up/24071559914142709/tuto_partager/partagerphpbb2.js></script>
مثال علي الكود لباقي النسخ
طريقة الوضع : لوحة الادارة/مظهر المنتدي/الصور والالوان /الوان/ورقة تصميم css
الكود يعمل مع : PhpBB3 – PunBB – Invision
- الكود:
-
.sharing-cl{ overflow:hidden; margin:-20px 0 0 0; padding:0; list-style:none; width:530px; } .sharing-cl
a{ overflow:hidden; width:75px; height:20px; float:left; margin-right:5px; text-indent:-200px; background:url(http://sd-2.archive-host.com/membres/up/24071559914142709/tuto_partager/partager.png)
no-repeat; } a.sh-su{background-position:-210px -40px;} a.sh-feed{background-position:-70px
-40px;} a.sh-tweet{background-position:-140px -40px;} a.sh-mail{background-position:0
-40px;} a.sh-digg{background-position:-280px -40px;} a.sh-face{ margin-right:0; background-position:-350px
-40px; } a.sh-mail:hover{background-position:0 1px;} a.sh-feed:hover{background-position:-70px
1px;} a.sh-tweet:hover{background-position:-140px 1px;} a.sh-su:hover{background-position:-210px
1px;} .sh-digg:hover{background-position:-280px 1px;} a.sh-face:hover{ background-position:-350px
1px; } #text{ margin-top:5px; font-weight:bold; font-family:helvetica,arial,sans-serif; } #text
a{ text-indent:0; height:auto; text-align:center; font-size:11px; padding-top:35px; color:#999; text-decoration:none; }
بعد ذلك نذهب الي لوحة الادارة/ادارة عامة/تشكيل/وصف المنتدي ثم نلصق هذا الكود فيه الكود يعمل مع : PhpBB3 – PunBB – Invision - الكود:
-
<script type=text/javascript src=http://sd-2.archive-host.com/membres/up/24071559914142709/tuto_partager/partager.js></script> مع تحياتي لاتحرمونا من ردودكم | |
|
توتة عضو متميز
الجنس : عدد المساهمات : 209
تاريخ التسجيل : 11/12/2011
| موضوع: رد: كود css لعمل زر المشاركة rss -twitter.digg-facebook اسفل صفحات المنتدي الخميس مايو 31, 2012 5:48 pm | |
| | |
|