[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
السسسلام عليكم
الكود هو
strong a{<BR>text-decoration:none;<BR>border:1px dashed #FFA34F;</STRONG></P>
<P align=center><STRONG>}<BR>a.copyright<BR>{<BR>border:0;<BR>background:none;<BR>}<BR>a.name {<BR>text-decoration:none;<BR>border:1px dashed #FFA34F;</STRONG></P>
<P align=center><STRONG>}<BR>a.coloradmin{<BR>text-decoration:none;<BR>border:1px dashed #FFA34F;</STRONG></P>
<P align=center><STRONG>}</STRONG></P>
<P align=center><STRONG>.box-content.profile {<BR>background: url([URL=http://arabsh.com/tv8pws758a2o.html][IMG]http://dc10.arabsh.com/i/01291/tv8pws758a2o_t.jpg[/IMG][/URL]);</STRONG></P>
<P align=center><STRONG>}</STRONG></P>
<P align=center><BR><STRONG>.postprofile dt a img {<BR>background: transparent <BR>url('http://i82.servimg.com/u/f82/14/52/48/85/avatar15.png');<BR>width:<BR> <BR>135px;<BR>height: 135px;<BR>background-position: center center;<BR>background-repeat:<BR> no-repeat;<BR>padding: 10px;<BR>}<BR>.popmenubutton-new-out a {<BR>display:<BR> block; margin-left: auto; margin-right: auto;<BR>text-align: center;<BR>}<BR>.postprofile-details<BR> {<BR>margin: 0px;<BR>}<BR>.postprofile-details dt {<BR>font-weight: <BR>bold;<BR>text-align:<BR> center;<BR>margin-bottom: 10px;<BR>padding-bottom: <BR>10px;<BR>border-bottom:<BR> 1px dashed #000;<BR>}<BR>.postprofile-details dt<BR> img {<BR>margin: <BR>5px 0;<BR>}<BR>.postprofile-details dd {<BR>padding: 0<BR> 5px;<BR>}<BR>.postprofile-details<BR> dd span {<BR>font-weight: bold;<BR>}<BR>.postprofile<BR> {<BR>padding: <BR>0px;<BR>overflow: hidden;<BR> border-top: 1px dashed <BR>#000;<BR> <BR> border-right: 1px dashed #000;<BR> border-bottom: 1px <BR>dashed <BR>#000;<BR> border-left: 1px dashed #000;<BR>}</STRONG></P>
<P align=center><BR><STRONG>table.forumline {<BR>background: url(</STRONG><A href="http://i27.tinypic.com/1zez2pv.jpg"><STRONG>http://i27.tinypic.com/1zez2pv.jpg</STRONG></A><STRONG>);<BR>padding: 102px 0px 0px 0px;<BR>background-position: c;<BR>border: 0px dashed #0DB4FC;<BR>}</STRONG></P>
<P align=center><STRONG>/*============================================<BR>=====================================Arbchamel css*/<BR>#page-footer<BR>{<BR>border:9px width: 190%; height: 8.5em; ridge #120D0B;<BR>background:#100C0A url(</STRONG><A href="http://i27.tinypic.com/1zez2pv.jpg"><STRONG>http://i27.tinypic.com/1zez2pv.jpg</STRONG></A><STRONG>);<BR>}<BR>====================================================<BR>===============================End script Arbchamel code Css==*/</STRONG></P>
<P align=center><STRONG>/*============================================<BR>=====================================Arbchamel css*/</STRONG></P>
<P align=center><STRONG>.forumline{<BR>background-color: #32194E;<BR>border: 2px #32194E solid;<BR>}<BR>.bodyline{<BR>background-color: none;<BR>border: 0;<BR>padding:0;<BR>}</STRONG></P>
<P align=center><STRONG>.row1<BR>{<BR>border:2px solid #32194E;</STRONG></P>
<P align=center><STRONG>border-collapse: separate;<BR>}<BR>.row2<BR>{<BR>border:2px solid #32194E;<BR>}<BR>.row3<BR>{<BR>border:2px solid #32194E;</STRONG></P>
<P align=center><STRONG>}<BR>====================================================<BR>===============================End script Arbchamel code Css==*/</STRONG></P>
<P align=center><STRONG>[b].forumline{<BR>background-color: #DDDDDD;<BR>border: 2px #F3F3F3 solid;<BR>}<BR>.bodyline{<BR>background-color: none;<BR>border: 0;<BR>padding:0;<BR>}<BR>.row1<BR>{<BR>border:2px solid #F2F2F2;</STRONG></P>
<P align=center><STRONG>border-collapse: separate;<BR>}<BR>.row2<BR>{<BR>border:2px solid #F2F2F2;<BR>}<BR>.row3<BR>{<BR>border:2px solid #F2F2F2;</STRONG></P>
<P align=center><STRONG>}[/b]</STRONG></P>
<P align=center><STRONG>.bodyline{<BR> background-color: #;<BR> border: 1px dotted #CFCFCF;<BR> }</STRONG></P>
<P align=center><STRONG> </STRONG></P>
<P align=center><BR><STRONG>var rate = 20; // Increase amount(The degree of the transmutation)</STRONG></P>
<P align=center><STRONG>////////////////////////////////////////////////////////////////////<BR>// Main routine<BR>if (document.getElementById)<BR>window.onerror=new Function("return true")<BR>var objActive; // The object which event occured in<BR>var act = 0; // Flag during the action<BR>var elmH = 0; // Hue<BR>var elmS = 128; // Saturation<BR>var elmV = 255; // Value<BR>var clrOrg; // A color before the change<BR>var TimerID; // Timer ID</STRONG></P>
<P align=center><STRONG>if (document.all) {<BR> document.onmouseover = doRainbowAnchor;<BR> document.onmouseout = stopRainbowAnchor;<BR>}<BR>else if (document.getElementById) {<BR> document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);<BR> document.onmouseover = Mozilla_doRainbowAnchor;<BR> document.onmouseout = Mozilla_stopRainbowAnchor;<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// doRainbow<BR>// This function begins to change a color.<BR>//=============================================================================<BR>function doRainbow(obj)<BR>{<BR> if (act == 0) {<BR> act = 1;<BR> if (obj)<BR> objActive = obj;<BR> else<BR> objActive = event.srcElement;<BR> clrOrg = objActive.style.color;<BR> TimerID = setInterval("ChangeColor()",100);<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// stopRainbow<BR>// This function stops to change a color.<BR>//=============================================================================<BR>function stopRainbow()<BR>{<BR> if (act) {<BR> objActive.style.color = clrOrg;<BR> clearInterval(TimerID);<BR> act = 0;<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// doRainbowAnchor<BR>// This function begins to change a color. (of a anchor, automatically)<BR>//=============================================================================<BR>function doRainbowAnchor()<BR>{<BR> if (act == 0) {<BR> var obj = event.srcElement;<BR> while (obj.tagName != 'A' && obj.tagName != 'BODY') {<BR> obj = obj.parentElement;<BR> if (obj.tagName == 'A' || obj.tagName == 'BODY')<BR> break;<BR> }<BR> if (obj.tagName == 'A' && obj.href != '') {<BR> objActive = obj;<BR> act = 1;<BR> clrOrg = objActive.style.color;<BR> TimerID = setInterval("ChangeColor()",100);<BR> }<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// stopRainbowAnchor<BR>// This function stops to change a color. (of a anchor, automatically)<BR>//=============================================================================<BR>function stopRainbowAnchor()<BR>{<BR> if (act) {<BR> if (objActive.tagName == 'A') {<BR> objActive.style.color = clrOrg;<BR> clearInterval(TimerID);<BR> act = 0;<BR> }<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// Mozilla_doRainbowAnchor(for Netscape6 and Mozilla browser)<BR>// This function begins to change a color. (of a anchor, automatically)<BR>//=============================================================================<BR>function Mozilla_doRainbowAnchor(e)<BR>{<BR> if (act == 0) {<BR> obj = e.target;<BR> while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {<BR> obj = obj.parentNode;<BR> if (obj.nodeName == 'A' || obj.nodeName == 'BODY')<BR> break;<BR> }<BR> if (obj.nodeName == 'A' && obj.href != '') {<BR> objActive = obj;<BR> act = 1;<BR> clrOrg = obj.style.color;<BR> TimerID = setInterval("ChangeColor()",100);<BR> }<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// Mozilla_stopRainbowAnchor(for Netscape6 and Mozilla browser)<BR>// This function stops to change a color. (of a anchor, automatically)<BR>//=============================================================================<BR>function Mozilla_stopRainbowAnchor(e)<BR>{<BR> if (act) {<BR> if (objActive.nodeName == 'A') {<BR> objActive.style.color = clrOrg;<BR> clearInterval(TimerID);<BR> act = 0;<BR> }<BR> }<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// Change Color<BR>// This function changes a color actually.<BR>//=============================================================================<BR>function ChangeColor()<BR>{<BR> objActive.style.color = makeColor();<BR>}</STRONG></P>
<P align=center><STRONG>//=============================================================================<BR>// makeColor<BR>// This function makes rainbow colors.<BR>//=============================================================================<BR>function makeColor()<BR>{<BR> // Don't you think Color Gamut to look like Rainbow?<BR> // HSVtoRGB<BR> if (elmS == 0) {<BR> elmR = elmV; elmG = elmV; elmB = elmV;<BR> }<BR> else {<BR> t1 = elmV;<BR> t2 = (255 - elmS) * elmV / 255;<BR> t3 = elmH % 60;<BR> t3 = (t1 - t2) * t3 / 60;<BR> if (elmH < 60) {<BR> elmR = t1; elmB = t2; elmG = t2 + t3;<BR> }<BR> else if (elmH < 120) {<BR> elmG = t1; elmB = t2; elmR = t1 - t3;<BR> }<BR> else if (elmH < 180) {<BR> elmG = t1; elmR = t2; elmB = t2 + t3;<BR> }<BR> else if (elmH < 240) {<BR> elmB = t1; elmR = t2; elmG = t1 - t3;<BR> }<BR> else if (elmH < 300) {<BR> elmB = t1; elmG = t2; elmR = t2 + t3;<BR> }<BR> else if (elmH < 360) {<BR> elmR = t1; elmG = t2; elmB = t1 - t3;<BR> }<BR> else {<BR> elmR = 0; elmG = 0; elmB = 0;<BR> }<BR> }<BR> elmR = Math.floor(elmR).toString(16);<BR> elmG = Math.floor(elmG).toString(16);<BR> elmB = Math.floor(elmB).toString(16);<BR> if (elmR.length == 1) elmR = "0" + elmR;<BR> if (elmG.length == 1) elmG = "0" + elmG;<BR> if (elmB.length == 1) elmB = "0" + elmB;<BR> elmH = elmH + rate;<BR> if (elmH >= 360)<BR> elmH = 0;<BR> return '#' + elmR + elmG + elmB;<BR>}</STRONG></P>
<P align=center><BR><STRONG>/*-----essa_elgn -----*/<BR>.row2 {<BR>border:2px solid #E0C77E;<BR>background: url(</STRONG><A href="http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png"><STRONG>http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png</STRONG></A><STRONG>) ;<BR>-moz-border-radius-topright: 15px;<BR>-webkit-border-radius-topright: 15px;<BR>-moz-border-radius-bottomleft: 15px;<BR>-webkit-border-radius-bottomleft: 15px;<BR>border-radius-topright: 15px;<BR>border-radius-bottomleft: 15px;<BR>}<BR>.row1 {</STRONG></P>
<P align=center><STRONG>border:2px solid #E0C77E;<BR>background: url(</STRONG><A href="http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png"><STRONG>http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png</STRONG></A><STRONG>) ;border:2px solid #E0C77E;</STRONG></P>
<P align=center><STRONG>-moz-border-radius-topright: 15px;<BR>-webkit-border-radius-topright: 15px;<BR>-moz-border-radius-bottomleft: 15px;<BR>-webkit-border-radius-bottomleft: 15px;<BR>border-radius-topright: 15px;<BR>border-radius-bottomleft: 15px;</STRONG></P>
<P align=center><STRONG>}<BR>.row3 {<BR>border:2px solid #E0C77E;<BR>background: url(</STRONG><A href="http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png"><STRONG>http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png</STRONG></A><STRONG>) ;<BR>-moz-border-radius-topright: 15px;<BR>-webkit-border-radius-topright: 15px;<BR>-moz-border-radius-bottomleft: 15px;<BR>-webkit-border-radius-bottomleft: 15px;<BR>border-radius-topright: 15px;<BR>border-radius-bottomleft: 15px;<BR>}</STRONG></P>
<P align=center><STRONG></STRONG> </P>
<P align=center><BR><STRONG>div.maintitle {<BR> vertical-align: middle;<BR> padding: 5px 8px 0px 15px;<BR> background-image: url(</STRONG><A href="http://i35.servimg.com/u/f35/13/45/43/72/ououuu12.jpg"><STRONG>http://i35.servimg.com/u/f35/13/45/43/72/ououuu12.jpg</STRONG></A><STRONG>);<BR> background-repeat: repeat-x;<BR> height:78px;<BR> background-color:transparent;<BR> }</STRONG></P>
<P align=center><BR><STRONG>table.ipbtable tfoot td {<BR>background:transparent url(</STRONG><A href="http://i35.servimg.com/u/f35/13/45/43/72/oo10.jpg"><STRONG>http://i35.servimg.com/u/f35/13/45/43/72/oo10.jpg</STRONG></A><STRONG>) repeat-x ;<BR>height:78px;<BR>}</STRONG></P>
<P align=center><STRONG></STRONG> </P>
<P align=center><STRONG></STRONG> </P>
<P align=center><STRONG>
ضعه في ورقة تصميم css
و السسسلام عليكم
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]