طلب استخراج صوره
4 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
طلب استخراج صوره
السلام عليكم و رحمة الله
هنا توجد صوره في الكود التالي
اريد التعديل عليها ممكن رابط الصوره + توضع اسم ضع هنا الصور بعد التعديل عليها
الكود
هنا توجد صوره في الكود التالي
اريد التعديل عليها ممكن رابط الصوره + توضع اسم ضع هنا الصور بعد التعديل عليها
الكود
- الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar">
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<!-- CSS Stylesheet -->
<head>
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'استايل سما العرب المطور'; Style ID: 4
*/
body
{
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
text-decoration: none;
}
a:visited, body_avisited
{
text-decoration: none;
}
a:hover, a:active, body_ahover
{
text-decoration: underline;
}
.page
{
font: bold 15pt "Droid Arabic Kufi";;
}
td, th, p, li
{
font: 8pt "Droid Arabic Kufi";;
}
.tborder
{
background: rgb(238, 238, 238);;
color: #666666;
border: 1px solid #eee;
}
.tcat
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #FFFFFF;
border-radius: 15px 15px 0 0;
border-right: 1px solid #EEE;
border-left: 1px solid #EEE;
border-top: 4px solid #373737;
}
.tcat a:link, .tcat_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.thead
{
color: #FFFFFF;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.tfoot
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";;
}
.tfoot a:link, .tfoot_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.alt1, .alt1Active
{
background: #ffffff;
color: #015fa9;
font: bold 17px "Droid Arabic Kufi";;
border: 1px solid #ffffff;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #015fa9;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #015fa9;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #666666;
}
.alt2, .alt2Active
{
color: #F96E5B;
font: 14px "Droid Arabic Kufi";;
border: 1px solid #ffffff;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #F96E5B;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #F96E5B;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #015fa9;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
}
.wysiwyg
{
color: #666666;
font: bold 16px arial;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #666666;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #666666;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #015fa9;
}
select
{
font: 11px "Droid Arabic Kufi";;
}
option, optgroup
{
font-size: 11px;
font-family: "Droid Arabic Kufi";;
}
.smallfont
{
color: #000;
font: 11px "Droid Arabic Kufi";;
}
.time
{
color: #015fa9;
}
.navbar
{
font: 13px "Droid Arabic Kufi";;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #666666;
color: #CCCCCC;
}
.fjdpth0
{
background: #666666;
color: #CCCCCC;
}
.panel
{
background: #f9f9f9;
color: #5a595b;
padding: 10px;
background: #f9f9f9!important;
border: 10px #E6E6E6 solid;
}
.panelsurround
{
background: #f9f9f9;
color: #5a595b;
font: bold 16px arial,verdana,helvetica;;
}
legend
{
color: #015fa9;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";;
padding: 3px 6px 3px 6px;
white-space: nowrap;
border-radius: 10px 10px 0 0;
border-top: 3px solid #373737;
border-bottom: 1px solid #373737;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #ffffff;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #ffffff;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
}
.vbmenu_option
{
background: #BBC7CE;
color: #000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #8A949E;
color: #FFFFFF;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
border: 1px solid #000000;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #333333;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/************ start - Postbit_Userinfo **************/
.postbit_info {
background-color: #F3FBFE;
color: #46535c;
font: regular 11px 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-top: none;
border-bottom:none;
border-right: 3px solid #279ff5;
border-left: 3px solid #279ff5;
-moz-border-radius:6px;-webkit-border-radius:11px;border-radius:6px;
}
.postbit_info:hover {
background-color: #FCFEFF;
color: #46535c;
font: regular 11px 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-top: none;
border-bottom:none;
border-right: 3px solid #f5bd27;
border-left: 3px solid #f5bd27;
-moz-border-radius:6px;-webkit-border-radius:11px;border-radius:6px;
}
/* Signature Postbit & Postbit_legacy */
.postbit_sig {
background-color:rgb(243, 251, 254);
border-top:1px solid rgb(197, 222, 228);
border-bottom: 1px solid rgb(197, 222, 228);
border-left: 1px solid rgb(39, 159, 245);
border-right: 1px solid rgb(39, 159, 245);
border-radius:6px;
-moz-border-radius:8px;-webkit-border-radius:8px;
}
.postbit_sig:hover {
background-color:#FFF4EC;
border-top:1px solid #FFE1CA;
border-bottom: 1px solid #FFE1CA;
border-left: 1px solid #f5bd27;
border-right: 1px solid #f5bd27;
border-radius:10px;
-moz-border-radius:8x;-webkit-border-radius:8px;
}
/* End - Postbit_Userinfo */
.postbit-mini-box {
background:#F3FBFE;
border:1px;
border-color:#C5DEE4;
border-style:solid;
border-left:1px;
border-left-color:#C5DEE4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#C5DEE4;
color:#333;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
}
.myavatar:hover {
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease; transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg); position:relative;
}
.postbit-box {
background-color: #F3FBFE;
border:1px;
border-color:#C5DEE4;
border-style:solid;
border-left:1px;
border-left-color:#C5DEE4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#C5DEE4;
color:#333;
font-family:'Droid Arabic Kufi';
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
border-right: 1px solid #279ff5;
border-left: 1px solid #279ff5;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.postbit-box:hover {
background-color: #FCFEFF;
border:1px;
border-color:#D4D4D4;
border-style:solid;
border-left:1px;
border-left-color:#D4D4D4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#D4D4D4;
color:#333;
font-family:'Droid Arabic Kufi';
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
border-right: 1px solid #f5bd27;
border-left: 1px solid #f5bd27;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.qoute
{
-webkit-border-radius: 5px;
border-radius: 5px;
}
.alt-Active {
background: none repeat scroll 0% 0% rgb(248, 248, 248);
color: rgb(0, 0, 0);
font-family: 'Droid Arabic Kufi',serif;
}
.forum-main {
background-color: #FFFFFF;
border: 1px solid rgb(223, 223, 223);
border-radius: 5px;
overflow: hidden;
padding: 4px;
}
.forum-icon {
float: right;
margin-top: 5px;
}
.alt3 {
background: none repeat scroll 0% 0% rgb(243, 251, 254);
border: 1px solid rgb(197, 222, 228);
border-radius: 5px;
height: 40px;
}
.alt4 {
background: none repeat scroll 0% 0% rgb(243, 251, 254);
border: 1px solid rgb(197, 222, 228);;
border-radius: 5px;
height: 30px;
}
.drp2{
width: 131px;
float: left;
}
.drp2 .dropdown{min-height:22px}
.drp2 .wrapper-dropdown-3 {
text-align: center;
text-indent: 10px;
line-height: 20px;
font-family: 'Droid Arabic Kufi';
font-size: 9pt;
font-weight: normal;
color: #146D8D;
background-image: none !important;
background-color:transparent !important;
height: 22px;
}
.drp2 .wrapper-dropdown-3:after {
width: 0;
height: 0;
position: absolute;
left: 10px;
top: 50%;
margin-top: -3px;
border-width: 4px 4px 0 4px;
border-style: solid;
border-color: #404040 transparent;
}
.drp2 .wrapper-dropdown-3 .dropdown:after {
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 100%;
left: 15px;
border-width: 0 6px 6px 6px;
border-style: solid;
border-color: #fff transparent;
}
.drp2 .wrapper-dropdown-3 .dropdown:before {
content: "";
border-left:8px solid 0.1); border-right:8px solid 0; border-top:0 solid rgba(0; border-bottom:8px solid 0; width: 0;
height: 0;
position: absolute;
bottom: 100%;
left: 13px;
}
.forum {
background-color: rgb(243, 251, 254);
color: rgb(70, 83, 92);
font-size: 11px;
letter-spacing: 0px;
margin: 0px 9px 5px 2px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-width: 1px 3px;
border-style: solid;
border-color: rgb(197, 222, 228) rgb(39, 159, 245);
border-radius: 6px;
}
.mod {
background-color: rgb(243, 251, 254);
color: rgb(70, 83, 92);
font-family: 'Droid Arabic Kufi';
}
.small-font {
font: 8pt 'Droid Arabic Kufi';
color: rgb(20, 109, 141);
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_important.css?v=387" />
<link rel="stylesheet" type="text/css" media="all" href="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/3arb5.css" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_menu.js?v=387"></script>
</head>
<body>
<link rel="stylesheet" href="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/carousel.css"/>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.mousewheel.js"></script>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.carousel.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.carousel').carousel({carouselWidth:930, carouselHeight:240, frontWidth: 220,hMargin: 0.7, vMargin: 0.2,
frontHeight: 220, buttonNav:'bullets', slidesPerScroll: 6, directionNav:true, shadow:true, autoplay: true, reflection:false });
});
</script>
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<div class="header">
<div class="header_right">
<div class="but2">
<div id="but" class="main">
<ul>
<li>
<a href="/">
الرئيسية
</a>
</li>
<li>
<a href="/">
المنتدى
</a>
</li>
<li>
<a href="/">
مركز رفع الصور
</a>
</li>
<li>
<a href="/">
الدعم الفنى والتصميم
</a>
</li>
<div class="clear"></div>
</ul>
</div>
</div>
</div>
<div class="logo"></div>
<a class="ads1" href="#"></a>
<a class="ads2" href="#"></a>
<div class="twasol"></div>
<div class="social">
<a href="/rss" class="social1" title="RSS"></a>
<a href="https://www.youtube.com/" class="social2" title="youtube"></a>
<a href="https://www.twitter.com/" class="social3" title="Twitter"></a>
<a href="https://www.facebook.com/" class="social4" title="Facebook"></a>
</div>
<div class="header_left">
<div class="from-search">
<form method="get" class="searchform" action="/search" >
<input type="text" size="24" value="ادخل كلمة البحث..." name="s" onfocus="if(this.value=='ادخل كلمة البحث...'){this.value=''};" onblur="if(this.value==''){this.value='ادخل كلمة البحث...'};" class="text-search" />
<input type="submit" title="ابدأ البحث" class="searchsubmit" value="" />
</form>
</div>
<div class="h">
<a class="rab1" href="/" title="الرئيسية"></a>
<a class="rab3" href="/register" title="انضم الينـا"></a>
<a class="rab2" href="/contact" title="اتصل بنـا"></a>
</div>
</div>
</div>
<!-- BEGIN switch_user_logged_out -->
<div class="login-user">
<div class="rememberr">
<input type="checkbox" name="cookieuser" value="1" tabindex="103" accesskey="c" /></div>
<form action="/login.forum?redirect=/" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_md5.js?v=387"></script>
<input type="text" class="usernamee" name="username" value="اسم العضو" onfocus="if(this.value=='اسم العضو'){this.value=''};" onblur="if(this.value==''){this.value='اسم العضو'};" size="10" accesskey="u" tabindex="101" />
<input type="password" class="passwordd" name="password" size="10" tabindex="102" />
<input type="submit" name="login" class="login-enter" value="" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div class="login-cp">
<div class="usernameee">
<strong>
أهلا وسهلا بكـ
<br />
<a>
{LOGGED_AS}
<a/>
</strong>
</div>
<div class="infoo">
<div>
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
</div>
</div>
<br />
</div>
<!-- END switch_user_logged_in -->
</div>
<br />
</td>
</tr>
</table>
<div class="list-wrap">
<div id="atab">
<div class="carousel">
<div class="slides">
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide1.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide2.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide3.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide4.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide5.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide6.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide7.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide8.png" alt="" /></a></div>
</div>
</div>
</div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><a href="/" accesskey="1"><img class="inlineimg" src="http://www.abokarim.---ممنوع الاشهار---/vb/samael3arb/misc/navbits_start.gif" alt="" border="0" /></a> <strong>منتـديات الشــارف</strong></div>
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="/" rel="nofollow">الرئيسية</a></td>
<td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمات</a></td>
<td class="vbmenu_control"><a id="community" href="/groups" rel="nofollow" accesskey="6">المجموعات</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a href="/calendar">التقويم</a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></td>
<!-- END switch_user_logged_in -->
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td>
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">البحث</a> </td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
<!-- END switch_user_logged_in -->
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<!-- NAVBAR POPUP MENUS -->
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">روابط المنتدى</td></tr>
<tr><td class="vbmenu_option"><a href="/memberlist">قائمة الأعضاء</a></td></tr>
</table>
</div>
<!-- / community link menu -->
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">البحث في المنتدى</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/search" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div>
<div style="margin-top:6px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض المواضيع</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض المشاركات</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/tags" rel="nofollow">بحث بالكلمة الدليلية </a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/search" accesskey="4" rel="nofollow">البحث المتقدم</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="إذهب" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
<!-- BEGIN switch_user_logged_out -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="center"> أهلا وسهلا بك عزيزي الزائر في <a href="/">الشــارف</a></td>
</tr>
<tr>
<td class="thead" >أهلا وسهلا بكم في منتديات الشـــارف</td>
</tr>
<tr>
<td class="alt1">
</td>
</tr>
</table>
<!-- بداية اطار سفلي -->
<!-- / نهاية اطار سفلي -->
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<table style="width: 100%;" _moz_resizing="true" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1">
<thead>
<tr>
<td class="tcat" colspan="6">
اهلا ومرحبا بكم في منتديات الشـــارف
</td>
</tr>
<tr>
<td class="alt1" colspan="6">
اهلا ومرحبا بك عضونا الكريم , حياك الله معنا مرة اخرى في منتدانا , يمكنك تصفح جديد المشاركات <a href="/search?search_id=newposts">من هنــا</a> , او الاطلاع على مشاركاتك <a href="/search?search_id=egosearch">من هنــا</a> , كما يمكنك طرح اراءك وتعليقاتك <a href="/search?search_id=unanswered">من هنــا</a><br />
</td>
</tr>
</thead>
</table>
<!-- بداية اطار سفلي -->
<!-- / نهاية اطار سفلي -->
<!-- END switch_user_logged_in -->
<br />
<br />
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
</tr>
</table>
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
رد: طلب استخراج صوره
اعني كل يوم جايبه ستايل لمنتدى شكل
===========
القالب به اكواد على شكل روابط
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery-1.4.4.min.js
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.mousewheel.js
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.carousel.js
وايضا اكواد مشفرة
لايوجد صورة حسب طلبك في الكود بحثت ولم اجدها
===========
القالب به اكواد على شكل روابط
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery-1.4.4.min.js
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.mousewheel.js
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.carousel.js
وايضا اكواد مشفرة
لايوجد صورة حسب طلبك في الكود بحثت ولم اجدها
رد: طلب استخراج صوره
ايوا هي دي ارجو منك تعديل الكود ووضع اسم ضع الصوره هنا لكي اضيف الصوره بعد التعديل عليها
رد: طلب استخراج صوره
شكرا علي ردك
تفضل الكود
تفضل الكود
- الكود:
body {
margin: 0;
padding: 0;
}
a:link, body_alink {
text-decoration: none;
}
a:visited, body_avisited {
text-decoration: none;
}
a:hover, a:active, body_ahover {
text-decoration: underline;
}
.page {
font: bold 15pt "Droid Arabic Kufi";
}
td, th, p, li {
font: 8pt "Droid Arabic Kufi";
}
.tborder {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #EEEEEE;
color: #666666;
}
.tcat {
background: url("http://www.abokarim.---ممنوع الاشهار---/vb/samael3arb/el3arb_img/tcat.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border-left: 1px solid #EEEEEE;
border-radius: 15px 15px 0 0;
border-right: 1px solid #EEEEEE;
border-top: 4px solid #373737;
color: #FFFFFF;
}
.tcat a:link, .tcat_alink {
color: #FFFFFF;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited {
color: #FFFFFF;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover {
color: #CCCCCC;
text-decoration: none;
}
.thead {
color: #FFFFFF;
}
.thead a:link, .thead_alink {
color: #FFFFFF;
}
.thead a:visited, .thead_avisited {
color: #FFFFFF;
}
.tfoot {
background: url("http://www.abokarim.---ممنوع الاشهار---/vb/samael3arb/el3arb_img/tcat.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";
}
.tfoot a:link, .tfoot_alink {
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited {
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover {
color: #CCCCCC;
text-decoration: none;
}
.alt1, .alt1Active {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFFFFF;
color: #015FA9;
font: bold 17px "Droid Arabic Kufi";
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink {
color: #015FA9;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited {
color: #015FA9;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover {
color: #666666;
}
.alt2, .alt2Active {
border: 1px solid #FFFFFF;
color: #F96E5B;
font: 14px "Droid Arabic Kufi";
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink {
color: #F96E5B;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited {
color: #F96E5B;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover {
color: #015FA9;
}
.inlinemod {
background: none repeat scroll 0 0 #FFFFCC;
color: #000000;
}
.wysiwyg {
color: #666666;
font: bold 16px arial;
margin: 5px 10px 10px;
padding: 0;
}
.wysiwyg a:link, .wysiwyg_alink {
color: #666666;
}
.wysiwyg a:visited, .wysiwyg_avisited {
color: #666666;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover {
color: #015FA9;
}
select {
font: 11px "Droid Arabic Kufi";
}
option, optgroup {
font-family: "Droid Arabic Kufi";
font-size: 11px;
}
.smallfont {
color: #000000;
font: 11px "Droid Arabic Kufi";
}
.time {
color: #015FA9;
}
.navbar {
font: 13px "Droid Arabic Kufi";
}
.highlight {
color: #FF0000;
font-weight: bold;
}
.fjsel {
background: none repeat scroll 0 0 #666666;
color: #CCCCCC;
}
.fjdpth0 {
background: none repeat scroll 0 0 #666666;
color: #CCCCCC;
}
.panel {
background: none repeat scroll 0 0 #F9F9F9 !important;
border: 10px solid #E6E6E6;
color: #5A595B;
padding: 10px;
}
.panelsurround {
background: none repeat scroll 0 0 #F9F9F9;
color: #5A595B;
font: bold 16px arial,verdana,helvetica;
}
legend {
color: #015FA9;
font: bold 11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
.vbmenu_control {
background: url("http://www.abokarim.---ممنوع الاشهار---/vb/samael3arb/el3arb_img/tcat.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #373737;
border-radius: 10px 10px 0 0;
border-top: 3px solid #373737;
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";
padding: 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink {
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited {
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover {
color: #CCCCCC;
text-decoration: none;
}
.vbmenu_popup {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
}
.vbmenu_option {
background: none repeat scroll 0 0 #BBC7CE;
color: #000000;
cursor: pointer;
font: 11px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
white-space: nowrap;
}
.vbmenu_option a:link, .vbmenu_option_alink {
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited {
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite {
background: none repeat scroll 0 0 #8A949E;
border: 1px solid #000000;
color: #FFFFFF;
cursor: pointer;
font: 11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
white-space: nowrap;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink {
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {
color: #333333;
text-decoration: none;
}
.bigusername {
font-size: 14pt;
}
td.thead, th.thead, div.thead {
padding: 4px;
}
.pagenav a {
text-decoration: none;
}
.pagenav td {
padding: 2px 4px;
}
.shade, a.shade:link, a.shade:visited {
color: #777777;
text-decoration: none;
}
a.shade:active, a.shade:hover {
color: #FF4400;
text-decoration: underline;
}
.tcat .shade, .thead .shade, .tfoot .shade {
color: #DDDDDD;
}
.fieldset {
margin-bottom: 6px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li {
font-size: 11px;
}
.postbit_info {
background-color: #F3FBFE;
border-color: -moz-use-text-color #279FF5;
border-radius: 6px;
border-style: none solid;
border-width: medium 3px;
color: #46535C;
font-family: 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
}
.postbit_info:hover {
background-color: #FCFEFF;
border-color: -moz-use-text-color #F5BD27;
border-radius: 6px;
border-style: none solid;
border-width: medium 3px;
color: #46535C;
font-family: 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
}
.postbit_sig {
background-color: #F3FBFE;
border-color: #C5DEE4 #279FF5;
border-radius: 6px;
border-style: solid;
border-width: 1px;
}
.postbit_sig:hover {
background-color: #FFF4EC;
border-color: #FFE1CA #F5BD27;
border-radius: 10px;
border-style: solid;
border-width: 1px;
}
.postbit-mini-box {
background: none repeat scroll 0 0 #F3FBFE;
border: 1px solid #C5DEE4;
color: #333333;
font-family: Tahoma,Geneva,sans-serif;
font-size: 11px;
margin-top: 2px;
padding: 5px;
}
.myavatar:hover {
position: relative;
transform: rotate(360deg);
transition: all 3s ease 0s;
}
.postbit-box {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #F3FBFE;
border-color: #C5DEE4 #279FF5;
border-image: none;
border-radius: 5px;
border-style: solid;
border-width: 1px;
color: #333333;
font-family: 'Droid Arabic Kufi';
font-size: 11px;
margin-top: 2px;
padding: 5px;
}
.postbit-box:hover {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #FCFEFF;
border-color: #D4D4D4 #F5BD27;
border-image: none;
border-radius: 5px;
border-style: solid;
border-width: 1px;
color: #333333;
font-family: 'Droid Arabic Kufi';
font-size: 11px;
margin-top: 2px;
padding: 5px;
}
.qoute {
border-radius: 5px;
}
.alt-Active {
background: none repeat scroll 0 0 #F8F8F8;
color: #000000;
font-family: 'Droid Arabic Kufi',serif;
}
.forum-main {
background-color: #FFFFFF;
border: 1px solid #DFDFDF;
border-radius: 5px;
overflow: hidden;
padding: 4px;
}
.forum-icon {
float: right;
margin-top: 5px;
}
.alt3 {
background: none repeat scroll 0 0 #F3FBFE;
border: 1px solid #C5DEE4;
border-radius: 5px;
height: 40px;
}
.alt4 {
background: none repeat scroll 0 0 #F3FBFE;
border: 1px solid #C5DEE4;
border-radius: 5px;
height: 30px;
}
.drp2 {
float: left;
width: 131px;
}
.drp2 .dropdown {
min-height: 22px;
}
.drp2 .wrapper-dropdown-3 {
background-color: rgba(0, 0, 0, 0) !important;
background-image: none !important;
color: #146D8D;
font-family: 'Droid Arabic Kufi';
font-size: 9pt;
font-weight: normal;
height: 22px;
line-height: 20px;
text-align: center;
text-indent: 10px;
}
.drp2 .wrapper-dropdown-3:after {
border-color: #404040 rgba(0, 0, 0, 0);
border-style: solid;
border-width: 4px 4px 0;
height: 0;
left: 10px;
margin-top: -3px;
position: absolute;
top: 50%;
width: 0;
}
.drp2 .wrapper-dropdown-3 .dropdown:after {
border-color: #FFFFFF rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0 6px 6px;
bottom: 100%;
content: "";
height: 0;
left: 15px;
position: absolute;
width: 0;
}
.drp2 .wrapper-dropdown-3 .dropdown:before {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0 8px 8px;
bottom: 100%;
content: "";
height: 0;
left: 13px;
position: absolute;
width: 0;
}
.forum {
background-color: #F3FBFE;
border-color: #C5DEE4 #279FF5;
border-radius: 6px;
border-style: solid;
border-width: 1px 3px;
color: #46535C;
font-family: 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 9px 5px 2px;
padding: 4px 5px;
}
.mod {
background-color: #F3FBFE;
color: #46535C;
font-family: 'Droid Arabic Kufi';
}
.small-font {
color: #146D8D;
font: 8pt 'Droid Arabic Kufi';
}
رد: طلب استخراج صوره
اختي هل يمكنك التعديل على هذا الرابط ؟؟
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/3arb5.css
هنا توجد به الصورة
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/3arb5.css
هنا توجد به الصورة
رد: طلب استخراج صوره
اختي هذا الـcss
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/3arb5.css
الذي يقوم الكود بإستحضاره وهو يالي موجود فيه css الخاص بالصورة
وهذا كود css الخص باللغو وهو موجود داخل 3arb5.css
عدلي عليه وانا سأتكفل بالباقي
https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/3arb5.css
الذي يقوم الكود بإستحضاره وهو يالي موجود فيه css الخاص بالصورة
وهذا كود css الخص باللغو وهو موجود داخل 3arb5.css
- الكود:
.logo {
background: url("ضعي ربط الصورة هنا") no-repeat scroll center top transparent;
width: 245px;
height: 300px;
float: right;
margin: 60px -574px 0px 0px;
}
عدلي عليه وانا سأتكفل بالباقي
SaLEm Hen!CHE-
-
عدد المساهمات : 567
معدل النشاط : 7072
السُمعة : 60
رد: طلب استخراج صوره
المصممه ملاك العسوله كتب:شكرا علي ردك اخي الكريم جاري تعديل علي الصوره و رفعا الك
للاتمام العمل
خذي وقتك أختي الفاضلة
أنا في الانتظار
أنا في الانتظار
SaLEm Hen!CHE-
-
عدد المساهمات : 567
معدل النشاط : 7072
السُمعة : 60
رد: طلب استخراج صوره
تم العمل علي الصوره
واذا فيحدا يمكلك خطوط جميله ياريت يكتب عليها
الانمي الضائع
http://im71.gulfup.com/46HE3l.gif
حسوب اتفرمت و كل الخطوط اتمسحت
رابط الصوره المراد حطها
http://im68.gulfup.com/aE0RQB.gif
واذا فيحدا يمكلك خطوط جميله ياريت يكتب عليها
الانمي الضائع
http://im71.gulfup.com/46HE3l.gif
حسوب اتفرمت و كل الخطوط اتمسحت
رابط الصوره المراد حطها
http://im68.gulfup.com/aE0RQB.gif
رد: طلب استخراج صوره
تفصلي اختي الغالية ها هو كودك جاهز بالصورة يالي طلبتيها
- الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar">
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<!-- CSS Stylesheet -->
<head>
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'استايل سما العرب المطور'; Style ID: 4
*/
body
{
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
text-decoration: none;
}
a:visited, body_avisited
{
text-decoration: none;
}
a:hover, a:active, body_ahover
{
text-decoration: underline;
}
.page
{
font: bold 15pt "Droid Arabic Kufi";;
}
td, th, p, li
{
font: 8pt "Droid Arabic Kufi";;
}
.tborder
{
background: rgb(238, 238, 238);;
color: #666666;
border: 1px solid #eee;
}
.tcat
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #FFFFFF;
border-radius: 15px 15px 0 0;
border-right: 1px solid #EEE;
border-left: 1px solid #EEE;
border-top: 4px solid #373737;
}
.tcat a:link, .tcat_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.thead
{
color: #FFFFFF;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.tfoot
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";;
}
.tfoot a:link, .tfoot_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.alt1, .alt1Active
{
background: #ffffff;
color: #015fa9;
font: bold 17px "Droid Arabic Kufi";;
border: 1px solid #ffffff;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #015fa9;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #015fa9;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #666666;
}
.alt2, .alt2Active
{
color: #F96E5B;
font: 14px "Droid Arabic Kufi";;
border: 1px solid #ffffff;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #F96E5B;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #F96E5B;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #015fa9;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
}
.wysiwyg
{
color: #666666;
font: bold 16px arial;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #666666;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #666666;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #015fa9;
}
select
{
font: 11px "Droid Arabic Kufi";;
}
option, optgroup
{
font-size: 11px;
font-family: "Droid Arabic Kufi";;
}
.smallfont
{
color: #000;
font: 11px "Droid Arabic Kufi";;
}
.time
{
color: #015fa9;
}
.navbar
{
font: 13px "Droid Arabic Kufi";;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #666666;
color: #CCCCCC;
}
.fjdpth0
{
background: #666666;
color: #CCCCCC;
}
.panel
{
background: #f9f9f9;
color: #5a595b;
padding: 10px;
background: #f9f9f9!important;
border: 10px #E6E6E6 solid;
}
.panelsurround
{
background: #f9f9f9;
color: #5a595b;
font: bold 16px arial,verdana,helvetica;;
}
legend
{
color: #015fa9;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: url(https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/el3arb_img/tcat.png) repeat-x;
color: #CCCCCC;
font: bold 11px "Droid Arabic Kufi";;
padding: 3px 6px 3px 6px;
white-space: nowrap;
border-radius: 10px 10px 0 0;
border-top: 3px solid #373737;
border-bottom: 1px solid #373737;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #ffffff;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #ffffff;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #CCCCCC;
text-decoration: none;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
}
.vbmenu_option
{
background: #BBC7CE;
color: #000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #8A949E;
color: #FFFFFF;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
border: 1px solid #000000;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #333333;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/************ start - Postbit_Userinfo **************/
.postbit_info {
background-color: #F3FBFE;
color: #46535c;
font: regular 11px 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-top: none;
border-bottom:none;
border-right: 3px solid #279ff5;
border-left: 3px solid #279ff5;
-moz-border-radius:6px;-webkit-border-radius:11px;border-radius:6px;
}
.postbit_info:hover {
background-color: #FCFEFF;
color: #46535c;
font: regular 11px 'Droid Arabic Kufi';
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-top: none;
border-bottom:none;
border-right: 3px solid #f5bd27;
border-left: 3px solid #f5bd27;
-moz-border-radius:6px;-webkit-border-radius:11px;border-radius:6px;
}
/* Signature Postbit & Postbit_legacy */
.postbit_sig {
background-color:rgb(243, 251, 254);
border-top:1px solid rgb(197, 222, 228);
border-bottom: 1px solid rgb(197, 222, 228);
border-left: 1px solid rgb(39, 159, 245);
border-right: 1px solid rgb(39, 159, 245);
border-radius:6px;
-moz-border-radius:8px;-webkit-border-radius:8px;
}
.postbit_sig:hover {
background-color:#FFF4EC;
border-top:1px solid #FFE1CA;
border-bottom: 1px solid #FFE1CA;
border-left: 1px solid #f5bd27;
border-right: 1px solid #f5bd27;
border-radius:10px;
-moz-border-radius:8x;-webkit-border-radius:8px;
}
/* End - Postbit_Userinfo */
.postbit-mini-box {
background:#F3FBFE;
border:1px;
border-color:#C5DEE4;
border-style:solid;
border-left:1px;
border-left-color:#C5DEE4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#C5DEE4;
color:#333;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
}
.myavatar:hover {
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease; transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg); position:relative;
}
.postbit-box {
background-color: #F3FBFE;
border:1px;
border-color:#C5DEE4;
border-style:solid;
border-left:1px;
border-left-color:#C5DEE4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#C5DEE4;
color:#333;
font-family:'Droid Arabic Kufi';
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
border-right: 1px solid #279ff5;
border-left: 1px solid #279ff5;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.postbit-box:hover {
background-color: #FCFEFF;
border:1px;
border-color:#D4D4D4;
border-style:solid;
border-left:1px;
border-left-color:#D4D4D4;
border-left-style:solid;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#D4D4D4;
color:#333;
font-family:'Droid Arabic Kufi';
font-size:11px;
padding:5px 5px 5px 5px;
margin-top:2px;
border-right: 1px solid #f5bd27;
border-left: 1px solid #f5bd27;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.qoute
{
-webkit-border-radius: 5px;
border-radius: 5px;
}
.alt-Active {
background: none repeat scroll 0% 0% rgb(248, 248, 248);
color: rgb(0, 0, 0);
font-family: 'Droid Arabic Kufi',serif;
}
.forum-main {
background-color: #FFFFFF;
border: 1px solid rgb(223, 223, 223);
border-radius: 5px;
overflow: hidden;
padding: 4px;
}
.forum-icon {
float: right;
margin-top: 5px;
}
.alt3 {
background: none repeat scroll 0% 0% rgb(243, 251, 254);
border: 1px solid rgb(197, 222, 228);
border-radius: 5px;
height: 40px;
}
.alt4 {
background: none repeat scroll 0% 0% rgb(243, 251, 254);
border: 1px solid rgb(197, 222, 228);;
border-radius: 5px;
height: 30px;
}
.drp2{
width: 131px;
float: left;
}
.drp2 .dropdown{min-height:22px}
.drp2 .wrapper-dropdown-3 {
text-align: center;
text-indent: 10px;
line-height: 20px;
font-family: 'Droid Arabic Kufi';
font-size: 9pt;
font-weight: normal;
color: #146D8D;
background-image: none !important;
background-color:transparent !important;
height: 22px;
}
.drp2 .wrapper-dropdown-3:after {
width: 0;
height: 0;
position: absolute;
left: 10px;
top: 50%;
margin-top: -3px;
border-width: 4px 4px 0 4px;
border-style: solid;
border-color: #404040 transparent;
}
.drp2 .wrapper-dropdown-3 .dropdown:after {
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 100%;
left: 15px;
border-width: 0 6px 6px 6px;
border-style: solid;
border-color: #fff transparent;
}
.drp2 .wrapper-dropdown-3 .dropdown:before {
content: "";
border-left:8px solid 0.1); border-right:8px solid 0; border-top:0 solid rgba(0; border-bottom:8px solid 0; width: 0;
height: 0;
position: absolute;
bottom: 100%;
left: 13px;
}
.forum {
background-color: rgb(243, 251, 254);
color: rgb(70, 83, 92);
font-size: 11px;
letter-spacing: 0px;
margin: 0px 9px 5px 2px;
padding: 4px 5px;
font-family: 'Droid Arabic Kufi';
border-width: 1px 3px;
border-style: solid;
border-color: rgb(197, 222, 228) rgb(39, 159, 245);
border-radius: 6px;
}
.mod {
background-color: rgb(243, 251, 254);
color: rgb(70, 83, 92);
font-family: 'Droid Arabic Kufi';
}
.small-font {
font: 8pt 'Droid Arabic Kufi';
color: rgb(20, 109, 141);
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_important.css?v=387" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.uploadhosting.co/uploads/213.140.59.133/assoulamalak.css" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_menu.js?v=387"></script>
</head>
<body>
<link rel="stylesheet" href="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/carousel.css"/>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.mousewheel.js"></script>
<script type="text/javascript" src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/jquery.carousel.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.carousel').carousel({carouselWidth:930, carouselHeight:240, frontWidth: 220,hMargin: 0.7, vMargin: 0.2,
frontHeight: 220, buttonNav:'bullets', slidesPerScroll: 6, directionNav:true, shadow:true, autoplay: true, reflection:false });
});
</script>
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<div class="header">
<div class="header_right">
<div class="but2">
<div id="but" class="main">
<ul>
<li>
<a href="/">
الرئيسية
</a>
</li>
<li>
<a href="/">
المنتدى
</a>
</li>
<li>
<a href="/">
مركز رفع الصور
</a>
</li>
<li>
<a href="/">
الدعم الفنى والتصميم
</a>
</li>
<div class="clear"></div>
</ul>
</div>
</div>
</div>
<div class="logo"></div>
<a class="ads1" href="#"></a>
<a class="ads2" href="#"></a>
<div class="twasol"></div>
<div class="social">
<a href="/rss" class="social1" title="RSS"></a>
<a href="https://www.youtube.com/" class="social2" title="youtube"></a>
<a href="https://www.twitter.com/" class="social3" title="Twitter"></a>
<a href="https://www.facebook.com/" class="social4" title="Facebook"></a>
</div>
<div class="header_left">
<div class="from-search">
<form method="get" class="searchform" action="/search" >
<input type="text" size="24" value="ادخل كلمة البحث..." name="s" onfocus="if(this.value=='ادخل كلمة البحث...'){this.value=''};" onblur="if(this.value==''){this.value='ادخل كلمة البحث...'};" class="text-search" />
<input type="submit" title="ابدأ البحث" class="searchsubmit" value="" />
</form>
</div>
<div class="h">
<a class="rab1" href="/" title="الرئيسية"></a>
<a class="rab3" href="/register" title="انضم الينـا"></a>
<a class="rab2" href="/contact" title="اتصل بنـا"></a>
</div>
</div>
</div>
<!-- BEGIN switch_user_logged_out -->
<div class="login-user">
<div class="rememberr">
<input type="checkbox" name="cookieuser" value="1" tabindex="103" accesskey="c" /></div>
<form action="/login.forum?redirect=/" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="http://www.abokarim.---ممنوع الاشهار---/vb/clientscript/vbulletin_md5.js?v=387"></script>
<input type="text" class="usernamee" name="username" value="اسم العضو" onfocus="if(this.value=='اسم العضو'){this.value=''};" onblur="if(this.value==''){this.value='اسم العضو'};" size="10" accesskey="u" tabindex="101" />
<input type="password" class="passwordd" name="password" size="10" tabindex="102" />
<input type="submit" name="login" class="login-enter" value="" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div class="login-cp">
<div class="usernameee">
<strong>
أهلا وسهلا بكـ
<br />
<a>
{LOGGED_AS}
<a/>
</strong>
</div>
<div class="infoo">
<div>
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
</div>
</div>
<br />
</div>
<!-- END switch_user_logged_in -->
</div>
<br />
</td>
</tr>
</table>
<div class="list-wrap">
<div id="atab">
<div class="carousel">
<div class="slides">
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide1.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide2.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide3.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide4.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide5.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide6.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide7.png" alt="" /></a></div>
<div><a href="#"><img src="https://almajd-samael3arb.googlecode.com/svn/trunk/samael3arb/carousel/images/slide8.png" alt="" /></a></div>
</div>
</div>
</div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><a href="/" accesskey="1"><img class="inlineimg" src="http://www.abokarim.---ممنوع الاشهار---/vb/samael3arb/misc/navbits_start.gif" alt="" border="0" /></a> <strong>منتـديات الشــارف</strong></div>
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="/" rel="nofollow">الرئيسية</a></td>
<td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمات</a></td>
<td class="vbmenu_control"><a id="community" href="/groups" rel="nofollow" accesskey="6">المجموعات</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a href="/calendar">التقويم</a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></td>
<!-- END switch_user_logged_in -->
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td>
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">البحث</a> </td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
<!-- END switch_user_logged_in -->
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<!-- NAVBAR POPUP MENUS -->
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">روابط المنتدى</td></tr>
<tr><td class="vbmenu_option"><a href="/memberlist">قائمة الأعضاء</a></td></tr>
</table>
</div>
<!-- / community link menu -->
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">البحث في المنتدى</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/search" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div>
<div style="margin-top:6px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض المواضيع</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض المشاركات</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/tags" rel="nofollow">بحث بالكلمة الدليلية </a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/search" accesskey="4" rel="nofollow">البحث المتقدم</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="إذهب" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
<!-- BEGIN switch_user_logged_out -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="center"> أهلا وسهلا بك عزيزي الزائر في <a href="/">الشــارف</a></td>
</tr>
<tr>
<td class="thead" >أهلا وسهلا بكم في منتديات الشـــارف</td>
</tr>
<tr>
<td class="alt1">
</td>
</tr>
</table>
<!-- بداية اطار سفلي -->
<!-- / نهاية اطار سفلي -->
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<table style="width: 100%;" _moz_resizing="true" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1">
<thead>
<tr>
<td class="tcat" colspan="6">
اهلا ومرحبا بكم في منتديات الشـــارف
</td>
</tr>
<tr>
<td class="alt1" colspan="6">
اهلا ومرحبا بك عضونا الكريم , حياك الله معنا مرة اخرى في منتدانا , يمكنك تصفح جديد المشاركات <a href="/search?search_id=newposts">من هنــا</a> , او الاطلاع على مشاركاتك <a href="/search?search_id=egosearch">من هنــا</a> , كما يمكنك طرح اراءك وتعليقاتك <a href="/search?search_id=unanswered">من هنــا</a><br />
</td>
</tr>
</thead>
</table>
<!-- بداية اطار سفلي -->
<!-- / نهاية اطار سفلي -->
<!-- END switch_user_logged_in -->
<br />
<br />
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
</tr>
</table>
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
SaLEm Hen!CHE-
-
عدد المساهمات : 567
معدل النشاط : 7072
السُمعة : 60
رد: طلب استخراج صوره
نعم بالتاكيد هذا كود الهيدرالمصممه ملاك العسوله كتب:هذا كود الهيدر
SaLEm Hen!CHE-
-
عدد المساهمات : 567
معدل النشاط : 7072
السُمعة : 60
رد: طلب استخراج صوره
شكرا لك تم الحلSaLEm Hen!CHE كتب:نعم بالتاكيد هذا كود الهيدرالمصممه ملاك العسوله كتب:هذا كود الهيدر
انا افتخر بمعاملتك معي و حل مشكلتي شكرا للالك كتير
و شكرا للمشرف الرائع الي دائما وجوده جنبي الكل
مواضيع مماثلة
» لو سمحتم ممكن كوود اضع بيه صوره في زاريه المنتدى (يوجد صوره)
» عايز كود لوضع صوره انتظار (يوجد صوره)
» استخراج كود
» طلب استخراج كود
» طلب استخراج كود
» عايز كود لوضع صوره انتظار (يوجد صوره)
» استخراج كود
» طلب استخراج كود
» طلب استخراج كود
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى