تغییر رنگ لینک

  • نویسنده موضوع arz
  • تاریخ شروع

arz

کاربر عضو
سلام.تو قالب سایت من،همه ی بخش ها بجز منو ها استایل لینک دارن.یعنی با رفتن روی لینک ،لینک سایه دار میشه.اما منو ها اینطوری نیست.مشکل از کجاست؟

آدرس: tfun.ir

 

kasraa

کاربر عضو
سلام

باید فایل css رو ویرایش کنید و به کلاسی که برای منوهاتون هستش سایه بدین مثلن :


کد:
text-shadow:0 3px 5px #000;
 

arz

کاربر عضو
کردم.درست نشد.میشه کامل تر توضیح بدین؟

 

kasraa

کاربر عضو
توضیح خاصی نداره

شما باید ببینید به منوهایی که میگین چه کلاسی داده شده

بعد برین توی css پیداش کنید و از کد سایه براش استفاده کنید

مثلن من یک کلاس دارم به این شکل :


کد:
<div class="menu">
mohtava
</div>
حالا توی css بهش به این شکل سایه میدم :


کد:
.menu{
text-shadow:0 3px 5px #ff6600;
}
 

arz

کاربر عضو
من برا متن های معمولی نمیخوام.فقط واسه لینک ها میخوام.

 

kasraa

کاربر عضو
دوست عزیز شما پست های من رو میخونید ؟

فرقی نداره برای لینک یا ....

شما باید ببینید به اون قسمت چه کلاسی داده شده و بهش سایه بدین

اگر برای همه لینک ها بود الآنباید درست نشون میداد اما معلومه برای هر قسمتی جداگونه سایه گذاشتن که باید پیدا کنید

خواهشن برید امتحان کنید بعد پست بدید :|:|

 

AHK95

تازه وارد
آقا اگه فقط میخوای استایل روی لینک ها اجرا یشه سی اس اس رو اینطور تعریف کن


کد:
.menu a{ text-shadow:0 3px 5px #ff6600; }
 

Mohammad

مدیر انجمن
پرسنل مدیریت
باید ظوری تعریف کنید که a ها (لینک ها) اون استایل رو بگیرن

یعنی میشه


کد:
.menu a
{
text-shadow:0 3px 5px #ff6600;
}
 

arz

کاربر عضو
بذارید اینطور بگم:

من میخوام لینک رو طوری بکنم که وقتی میرم روی اون بشه قرمز.چطوری میشه یه لینک رو اینطوری کرد؟

 

kasraa

کاربر عضو
بالااخره رنگ لینک یا سایه :-s

رنگ میشه این :


کد:
.menu a:hover{
color:red;
}
 

arz

کاربر عضو
انجام دادم نشد.

کد html ساده ای واسه تغییر رنگ لینک وجود نداره؟

 

AHK95

تازه وارد
شما خوب چک کن اگر کاری که گفت رو انجام بدی حتما میشه

ببین شاید بین کدهات یه تداخلی پیش اومده باشه

 

kasraa

کاربر عضو
دوست عزیز تمام راه هایی که برای تغییر بود رو هم من و هم دوستان گفتیم

اگر نمیشه مشکل از شماست

یا نمیتونید استفاده کنید یا با یک استایلی جداگونه داده شده که شما باید اون رو داخل فایل های css پیدا کنید

 

AHK95

تازه وارد
لطفا فایل css رو بزارید تا یه نگاه بهش بندازیم و مشکلتون رو حل کنیم

 

arz

کاربر عضو
بفرمایید کد:


کد:
/*
Theme Name: C115
Theme URI: http://m-graphic.ir
Description:C115 Template template of graphical effects that made ​​the agency name and the Template has been injured.
Version: 1.0.1
Author: Milad abbasi
Author URI: http://www.m-graphic.ir
*/

body  { 
background : url(images/bg.jpg) repeat-x #e7e9e7; 
font : 11px tahoma; 
margin : 0; 
padding : 0; 
direction : rtl; 
 } 
 img  { 
border : none; 
 } 
 #mbody  { 
background : url(images/header.jpg) center top no-repeat transparent; 
height : 205px; 
 } 
 font  { 
margin : 0; 
padding : 0; 
border : 0; 
outline : 0; 
font-size : 100%; 
background : transparent; 
 } 
 a:link, a:active, a:focus, a:visited  { 
color : #FF0000; 
text-decoration : none; 
 } 
 a:hover  { 
color : #FF0000; 
text-shadow : #ababab 0 0 3px; 
text-decoration : none; 
 } 
 input, select, table, button  { 
font : 11px tahoma; 
 } 
 textarea  { 
border : 1px solid #ebebeb; 
background-color : #fff; 
font : 11px tahoma; 
color : #000; 
 } 
 input  { 
border : 1px solid #ebebeb; 
color : #000; 
background-color : #fff; 
 } 
 #h  { 
display : inline; 
 } 
 h1  { 
font-size : 16px; 
 } 
 h2  { 
display : none; 
width : 1px; 
height : 1px; 
 } 
 h3  { 
font-size : 14px; 
 } 
 h4  { 
font-size : 13px; 
 } 
 h5  { 
font-size : 12px; 
 } 
 h6  { 
font-size : 11px; 
 } 
 .hide  { 
display : none; 
 } 
#nav ul {
list-style : none;
font-size : 8pt;
line-height : normal;
margin : 0;
text-align : right;
padding : 0;
}
#nav ul li {
display : inline;
margin : 0;
padding : 0;
}
#nav ul a {
float : right;
background : url('images/nav-left.png') no-repeat left top;
margin : 0;
padding : 0 0 0 7px;
text-decoration : none;
cursor : pointer;
}
#nav ul a span {
float : left;
display : block;
background : url('images/nav-right.png') no-repeat right top;
color : #666;
margin: 0px;
padding-top: 3px;
padding-right: 14px;
padding-bottom: 18px;
padding-left: 5px;
text-shadow : 1px 1px 0px #fcfdce;
}
#nav ul a:hover span {
color : #FFF;
text-shadow : 1px 1px 0px #000;
background-position : 100% -43px;
}
#nav ul a:hover {
background-position : 0% -43px;
}
#nav ul a:hover span {
background-position : 100% -43px;
}
.top_ads {
width:477px;
float:left;
margin-top: 37px;
margin-left: 7px;
height:123px;
}
.top_ads img{
margin:15px 0 0 0;
}
 #content  { 
height : auto; 
width : 958px; 
overflow : hidden !important ; 
overflow : visible; 
margin : 0 auto 10px auto; 
 } 
 #content-up  { 
height : 38px; 
width : 958px; 
overflow : hidden !important ; 
overflow : visible; 
 } 
 #search  { 
background : url(images/search.png) left no-repeat; 
float : left; 
height : 34px; 
width : 271px; 
margin-left : 9px; 
margin-top : -3px; 
 } 
 .search-input  { 
background : none; 
height : 15px; 
width : 220px; 
margin-right : 3px; 
color : #555; 
border : none; 
padding-top : 3px !important ; 
padding-top : 5px; 
font-size : 10px; 
padding-right : 9px; 
 } 
 .search-button  { 
background : none; 
height : 20px; 
width : 20px; 
border : none; 
padding-top : 4px !important ; 
padding-top : 10px; 
padding-right : 3px; 
cursor :  pointer; 
 } 
 #content-side  { 
background-color : #f6f6f6; 
height : 100%; 
width : 958px; 
border-radius:5px 4px 5px 5px;
-webkit-border-radius:5px 4px 5px 5px;
-moz-border-radius:5px 4px 5px 5px;
margin-bottom : 10px;
overflow : hidden !important ; 
overflow : visible; 
 } 
 .nav-c115  { 
list-style : none; 
font-size : 8pt; 
line-height : normal; 
margin : 0; 
text-align : right; 
float : left; 
height : 45px; 
width : 958px; 
padding-top : 12px; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
text-shadow : #fff 1px 1px 0; 
background-image : url(images/nav.png); 
background-repeat : no-repeat; 
background-position : center top; 
 } 
 .menu  { 
height : 25px;  
display : block; 
 } 
 .menu ul  { 
list-style : none; 
padding : 0px 20px 0px 0px; 
margin : 0; 
 } 
 .menu ul li  { 
float : right; 
overflow : hidden; 
position : relative; 
text-align : center; 
line-height : 22px; 
 } 
 .menu ul li a  { 
position : relative; 
display : block; 
width : 91px; 
height : 35px; 
font-family : Tahoma, Arial, Helvetica, Georgia, Sans-serif; 
font-size : 11px; 
letter-spacing : 0; 
text-transform : uppercase; 
text-decoration : none; 
cursor :  pointer; 
 } 
 .menu ul li a span  { 
position : absolute; 
left : 0; 
width : 91px; 
 } 
 .menu ul li a span.out  { 
top : 0; 
 } 
 .menu ul li a span.over, .menu ul li a span.bg  { 
top : -35px; 
 } 
 #menu ul li a  { 
color : #393939; 
 } 
 #menu ul li a span.over  { 
color : #000; 
 } 
 #menu ul li span.bg  { 
height : 25px; 
background : url('images/bg_over.gif') center center no-repeat; 
 } 
 #rightcol  { 
height : auto; 
width : 146px; 
float : right; 
padding : 10px 4px 10px 8px; 
color : #060; 
text-align : right; 
 } 
 #rightcol-up  { 
background : url(images/rightcol-up.gif) no-repeat; 
height : 35px; 
width : 154px; 
 } 
 #rightcol-uptext  { 
float : right; 
color : #1e1e1e; 
padding : 8px 10px 0 0;
text-shadow:0 3px 5px #3dee; 
 } 
 #rightcol-uptext-en  { 
float : left; 
color : #f1f1f1; 
text-align : left; 
padding : 8px 9px 9px 10px; 
 } 
 #rightcol-body  { 
height : auto; 
text-align : right; 
width : 154px; 
color : #777777; 
background-color : #efefef; 
 } 
 #rightcol-btext  { 
padding : 2px 12px; 
text-align : right; 
 } 
 #rightcol-btext li  { 
list-style : none; 
padding : 0 12px 0 0; 
font-weight : bold; 
text-shadow : #fff 1px 1px 0; 
 } 
 #rightcol-btext ul li  { 
font-weight : normal; 
list-style : none; 
padding : 0 10px 0 0; 
text-shadow : #fff 0 0 0; 
 } 
 #rightcol ul  { 
list-style-type : none; 
margin : 0; 
padding : 0; 
 } 
 #rightcol li ul  { 
display : block; 
list-style-type : none; 
 } 
 #rightcol ul li  { 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
padding : 0 8px 0 0; 
 } 
 #rightcol li  { 
padding : 0 8px 0 0; 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
 } 
 #rightcol ul li ul li  { 
background : url(images/point.gif) right 5px no-repeat; 
padding : 0 10px 0 0; 
margin : 0 10px 0 0; 
font-weight : 100; 
 } 
 #rightcol a  { 
color : #666; 
text-decoration : none; 
 } 
 #rightcol a:hover  { 
text-shadow : #fff 1px 1px 1px; 
text-decoration : none; 
 } 
 #rightcol-down  { 
background-color : #efefef; 
margin-bottom : 5px; 
height : 8px; 
width : 154px; 
 } 
 .news  { 
width:508px;
background:#fcf5d9;
border:1px #ffcc00 solid;
border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
margin:10px 3px 5px 0px;
padding:5px 8px 5px 0px;
text-align:right;
direction:rtl;
 } 
 #centercol  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
float : right; 
padding : 10px 5px 10px 5px !important ; 
padding : 10px 4px 10px 6px; 
color : #595959; 
 } 
 #centercol-body  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
border-right : 1px solid #ccc; 
border-left : 1px solid #ccc; 
 } 
 #centercol a  { 
color : #1e1e1e; 
text-decoration : none; 
 } 
 #centercol a:hover  { 
color : #141414; 
text-decoration : none; 
 } 
 #leftcol  { 
text-align : right; 
height : auto; 
width : 258px; 
float : left; 
padding : 10px 4px 10px 6px; 
color : #060; 
 } 
 #leftcol-up  { 
background : url(images/leftcol-up.gif) no-repeat; 
height : 35px; 
width : 258px; 
 } 
 #leftcol-uptext  { 
float : right; 
color : #1e1e1e; 
padding : 8px 10px 0 0; 
 } 
 #leftcol-uptext-en  { 
float : left; 
color : #f1f1f1; 
text-align : left; 
padding : 8px 9px 9px 10px; 
 } 
 #leftcol-body  { 
height : auto; 
text-align : right; 
width : 258px; 
color : #777777; 
background-color : #efefef; 
 } 
 #leftcol-btext  { 
text-align : right; 
padding : 5px; 
 } 
 #leftcol-bttext  { 
text-align : right; 
padding : 5px; 
 } 
 #leftcol ul  { 
list-style-type : none; 
margin : 0; 
padding : 0; 
 } 
 #leftcol li ul  { 
display : block; 
list-style-type : none; 
 } 
 #leftcol ul li  { 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
padding : 0 8px 0 0; 
 } 
 #leftcol li  { 
padding : 0 8px 0 0; 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
 } 
 #leftcol ul li ul li  { 
background : url(images/point.gif) right 5px no-repeat; 
padding : 0 10px 0 0; 
margin : 0 10px 0 0; 
font-weight : 100; 
 } 
 #leftcol a  { 
color : #666; 
text-decoration : none; 
 } 
 #leftcol a:hover  { 
text-shadow : #fff 1px 1px 1px; 
text-decoration : none; 
 } 
 #leftcol-down  { 
background-color : #efefef; 
margin-bottom : 5px; 
height : 8px; 
width : 258px; 
 } 
 #entry  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
 } 
 .entry  { 
padding : 5px !important ; 
padding : 0; 
height : auto; 
width : 510px; 
 } 
 .entry-header  { 
padding : 5px; 
height : auto; 
width : 510px; 
font-weight : bold; 
 } 
 .entry-body  { 
padding : 5px; 
height : auto; 
width : 500px; 
 } 
 .entry-hit  { 
font-size : 10px; 
text-align : left; 
padding-left : 4px !important ; 
padding-left : 4px; 
width : 500px !important ; 
width : 500px; 
border-top : 1px dotted #ccc; 
color : #666; 
 } 
 .entry-footer  { 
height : auto; 
width : 510px !important ; 
width : 500px; 
border-top : 1px dotted #ccc; 
font-size : 10px; 
color : #666; 
 } 
 .post  { 
height : auto; 
width : 522px; 
display : table; 
 } 
 .post-top  { 
background : url(images/post-top.png) no-repeat; 
height : 28px; 
color : #676767; 
padding : 12px 10px 0 0; 
 } 
 .post-bot  { 
background : url(images/post-bot.png) no-repeat; 
height : 40px; 
padding : 12px 0 0 10px; 
text-align : left; 
 } 
 .post-bg  { 
background : url(images/post-bg.png) repeat-y; 
height : auto; 
padding-bottom : 10px; 
padding-top : 1px; 
margin-top : 0; 
 } 
 .post-det  { 
width : 500px; 
height : auto; 
float : left; 
margin-top : 5px; 
margin-left : 14px; 
margin-bottom : 10px; 
text-align : left; 
display : block; 
 } 
 .post-entry  { 
width : 490px; 
padding-top : 5px; 
margin : 0 14px 0 14px; 
line-height : normal; 
 } 
.post-entry img {
max-width: 495px;
 }
 .post-tag  { 
width:493px;
background:#dadadb;
border:1px #c6c6c6 solid;
border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
margin-top:10px;
padding-top:5px;
padding-bottom:5px;
text-align:right;
direction:rtl;
 } 
 .page-center  { 
display : block; 
width : 510px; 
height : auto; 
padding : 5px; 
 } 
 .footer  { 
float : right; 
width : 958px; 
padding-top : 30px; 
background-image : url(images/footer.jpg); 
background-repeat : no-repeat; 
background-position : center bottom; 
height : 82px; 
 } 
 .footer-text  { 
color : #333; 
text-align : right; 
padding-top : 5px; 
padding-right : 10px; 
text-decoration : none; 
font-weight : normal; 
font-style : normal; 
font-variant : normal; 
font-family : Tahoma, Geneva, sans-serif; 
font-size : 10px; 
 } 
 .footer-text a  { 
color : #00a4e8; 
text-shadow : #fff 1px 1px 0; 
font-weight : bold; 
text-decoration : none; 
font-size : 10px; 
 } 
 .comments-template  { 
width : 500px; 
height : auto; 
margin : 0 5px 0 0; 
display : table; 
padding-right : 5px; 
padding-left : 0; 
font-family : Tahoma, Geneva, sans-serif; 
float : left; 
 } 
.wp-pagenavi {
clear: both;
padding:0px 5px 15px 5px;
direction:rtl
}
.wp-pagenavi h3 {
font-weight:normal
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
background:#f8f8f8;
border: 1px solid #b8b8b8;
padding: 5px;
float :right;
margin: 2px;
-moz-border-radius: 3px;
}
.wp-pagenavi span.current {
background:#fff;
color:#666666;
border: 1px solid #b8b8b8;
}
.wp-pagenavi a:hover {
background:#e4e4e4;
border-color: #4c4c4c;
color:#fff
}
.wp-pagenavi span.current {
font-weight: bold;
}
#commentform input{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:none repeat scroll 0 0 #fff;
border:1px solid #C5C0B0;
color:#3F3F3F;
font-family:Tahoma;
font-size:12px;
margin-right:15px;
padding:5px;
width:250px;
}
#commentform small{
font-size:12px;
padding-right:10px;
}
ol.commentlist{
list-style:none;
margin:0;
padding:0;
text-indent:0;
}
ol.commentlist li{
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;        
border:3px solid #2F2F2F;
margin:0 0 10px;
padding:5px 57px 5px 7px;
position:relative;
background:#141616;
}
ol.commentlist li div.comment-author{
padding:0 170px 0 0;
}
ol.commentlist li div.vcard{
font:bold 16px times New Roman;
padding:5px 0;
}
ol.commentlist li div.vcard cite.fn{
font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url{
color:#18BFF6;
text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover{
color:#000;
}
div.vcard img.avatar{
border:5px solid #ddd;
right:7px;
position:absolute;
top:7px;
}
ol.commentlist li div.comment-meta{
font:11px Tahoma, helvetica,arial,sans-serif;
right:20px;
text-align:right;
}
ol.commentlist li div.comment-meta a{
color:#0083DB;
text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover{
color:#D66901;
}
ol.commentlist li p{
color:#3F3F3F;
font:12px/18px Tahoma,helvetica,arial,sans-serif;
margin:10px 0 1em;
}
ol.commentlist li p a{
color:#0083DB;
}
ol.commentlist li p a:hover{
color:#D66901;
}
ol.commentlist li ul{
font:normal 12px/1.4 helvetica,arial,sans-serif;
list-style:square;
margin:0 0 1em;
padding:0;
text-indent:0;
}
#cancel-comment-reply{
padding:10px 0 0;
}
#cancel-comment-reply-link{
color:#fff;
font-size:10px;
line-height:15px;
font-family:Tahoma, Georgia,arial,sans-serif;
padding:4px 10px;
margin:0 0 0 12px;
background:#8B979F;
border:2px solid #666;
}
ol.commentlist li div.reply{
background:#269BCF;
border:1px solid #0a7caf;
color:#fff;
font:bold 9px/1 Tahoma, Georgia,arial,sans-serif;
padding:5px 10px;
text-align:center;
width:50px;
}
ol.commentlist li ul.children{
list-style:none;
margin:1em 0 0;
text-indent:0;
}
ol.commentlist li ul.children li.depth-2{
margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-3{
margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-4{
margin:0 0 .25em;
}
ol.commentlist li.even{
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #CFCFCF;
}
#commentform p{
margin-bottom:5px;
font-size:12px;
line-height:18px;
}
ol.commentlist li.odd{
background:none repeat scroll 0 0 #f6f6f6;
border:1px solid #CFCFCF;
}
ol.commentlist li.pingback div.vcard{
padding:0 170px 0 0;
}
.comments input#submit{
background:none repeat scroll 0 0 #C5C0B0;
border:1px solid #59554A;
color:#000;
font-family:tahoma,Century gothic,Arial,Helvetica,sans-serif;
line-height:25px;
padding:3px 5px;
width:auto;
}
#commentform textarea{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:none repeat scroll 0 0 #f6f6f6;
border:1px solid #a4a4a4;
color:#3F3F3F;
font-size:13px;
width:500px;
}
.lmenu a:hover{
color:red;
}
 

AHK95

تازه وارد
مشکلی تو کدها ندیدم البته خوب دقت نکردم.

شما تغییراتی که اعمال کردین فقط روی منو اجرا نیمشه یا کلا این روشی که گفته شده در هیچ جای سایت کار نمیکنه ؟

 

arz

کاربر عضو
کلا من میخوام که لینک هایی که با متغییر های موضوعات و لینک دوستان ایجاد میشه با رفتن موس روی اون به رنگ قرمز بشن.اگه بشه این کارو توی کدهاانجام بدین و بعدش بهم بگین تا چه تغییری تو قالب انجام بدم.

 

AHK95

تازه وارد
این کد رو یه تست بکن ببین جواب میگیری


کد:
/*
Theme Name: C115
Theme URI: http://m-graphic.ir
Description:C115 Template template of graphical effects that made ??the agency name and the Template has been injured.
Version: 1.0.1
Author: Milad abbasi
Author URI: http://www.m-graphic.ir
*/

body  { 
background : url(images/bg.jpg) repeat-x #e7e9e7; 
font : 11px tahoma; 
margin : 0; 
padding : 0; 
direction : rtl; 
 } 
 img  { 
border : none; 
 } 
 #mbody  { 
background : url(images/header.jpg) center top no-repeat transparent; 
height : 205px; 
 } 
 font  { 
margin : 0; 
padding : 0; 
border : 0; 
outline : 0; 
font-size : 100%; 
background : transparent; 
 } 
 a:link, a:active, a:focus, a:visited  { 
color : #FF0000; 
text-decoration : none; 
 } 
 a:hover  { 
color : #FFF000; 
text-shadow : 0px 0px 3px #ababab; 
text-decoration : none; 
 } 
 input, select, table, button  { 
font : 11px tahoma; 
 } 
 textarea  { 
border : 1px solid #ebebeb; 
background-color : #fff; 
font : 11px tahoma; 
color : #000; 
 } 
 input  { 
border : 1px solid #ebebeb; 
color : #000; 
background-color : #fff; 
 } 
 #h  { 
display : inline; 
 } 
 h1  { 
font-size : 16px; 
 } 
 h2  { 
display : none; 
width : 1px; 
height : 1px; 
 } 
 h3  { 
font-size : 14px; 
 } 
 h4  { 
font-size : 13px; 
 } 
 h5  { 
font-size : 12px; 
 } 
 h6  { 
font-size : 11px; 
 } 
 .hide  { 
display : none; 
 } 
#nav ul {
list-style : none;
font-size : 8pt;
line-height : normal;
margin : 0;
text-align : right;
padding : 0;
}
#nav ul li {
display : inline;
margin : 0;
padding : 0;
}
#nav ul a {
float : right;
background : url('images/nav-left.png') no-repeat left top;
margin : 0;
padding : 0 0 0 7px;
text-decoration : none;
cursor : pointer;
color:FF0000;
}
#nav ul a span {
float : left;
display : block;
background : url('images/nav-right.png') no-repeat right top;
color : #666;
margin: 0px;
padding-top: 3px;
padding-right: 14px;
padding-bottom: 18px;
padding-left: 5px;
text-shadow : 1px 1px 0px #fcfdce;
}
#nav ul a:hover span {
color : #FFF;
text-shadow : 1px 1px 0px #000;
background-position : 100% -43px;
}
#nav ul a:hover {
background-position : 0% -43px;
}
#nav ul a:hover span {
background-position : 100% -43px;
}
.top_ads {
width:477px;
float:left;
margin-top: 37px;
margin-left: 7px;
height:123px;
}
.top_ads img{
margin:15px 0 0 0;
}
 #content  { 
height : auto; 
width : 958px; 
overflow : hidden !important ; 
overflow : visible; 
margin : 0 auto 10px auto; 
 } 
 #content-up  { 
height : 38px; 
width : 958px; 
overflow : hidden !important ; 
overflow : visible; 
 } 
 #search  { 
background : url(images/search.png) left no-repeat; 
float : left; 
height : 34px; 
width : 271px; 
margin-left : 9px; 
margin-top : -3px; 
 } 
 .search-input  { 
background : none; 
height : 15px; 
width : 220px; 
margin-right : 3px; 
color : #555; 
border : none; 
padding-top : 3px !important ; 
padding-top : 5px; 
font-size : 10px; 
padding-right : 9px; 
 } 
 .search-button  { 
background : none; 
height : 20px; 
width : 20px; 
border : none; 
padding-top : 4px !important ; 
padding-top : 10px; 
padding-right : 3px; 
cursor :  pointer; 
 } 
 #content-side  { 
background-color : #f6f6f6; 
height : 100%; 
width : 958px; 
border-radius:5px 4px 5px 5px;
-webkit-border-radius:5px 4px 5px 5px;
-moz-border-radius:5px 4px 5px 5px;
margin-bottom : 10px;
overflow : hidden !important ; 
overflow : visible; 
 } 
 .nav-c115  { 
list-style : none; 
font-size : 8pt; 
line-height : normal; 
margin : 0; 
text-align : right; 
float : left; 
height : 45px; 
width : 958px; 
padding-top : 12px; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
text-shadow : #fff 1px 1px 0; 
background-image : url(images/nav.png); 
background-repeat : no-repeat; 
background-position : center top; 
 } 
 .menu  { 
height : 25px;  
display : block; 
 } 
 .menu ul  { 
list-style : none; 
padding : 0px 20px 0px 0px; 
margin : 0; 
 } 
 .menu ul li  { 
float : right; 
overflow : hidden; 
position : relative; 
text-align : center; 
line-height : 22px; 
 } 
 .menu ul li a  { 
position : relative; 
display : block; 
width : 91px; 
height : 35px; 
font-family : Tahoma, Arial, Helvetica, Georgia, Sans-serif; 
font-size : 11px; 
letter-spacing : 0; 
text-transform : uppercase; 
text-decoration : none; 
cursor :  pointer; 
 } 
 .menu ul li a span  { 
position : absolute; 
left : 0; 
width : 91px; 
 } 
 .menu ul li a span.out  { 
top : 0; 
 } 
 .menu ul li a span.over, .menu ul li a span.bg  { 
top : -35px; 
 } 
 #menu ul li a  { 
color : #393939; 
 } 
 #menu ul li a span.over  { 
color : #000; 
 } 
 #menu ul li span.bg  { 
height : 25px; 
background : url('images/bg_over.gif') center center no-repeat; 
 } 
 #rightcol  { 
height : auto; 
width : 146px; 
float : right; 
padding : 10px 4px 10px 8px; 
color : #060; 
text-align : right; 
 } 
 #rightcol-up  { 
background : url(images/rightcol-up.gif) no-repeat; 
height : 35px; 
width : 154px; 
 } 
 #rightcol-uptext  { 
float : right; 
color : #1e1e1e; 
padding : 8px 10px 0 0;
text-shadow:0 3px 5px #3dee; 
 } 
 #rightcol-uptext-en  { 
float : left; 
color : #f1f1f1; 
text-align : left; 
padding : 8px 9px 9px 10px; 
 } 
 #rightcol-body  { 
height : auto; 
text-align : right; 
width : 154px; 
color : #777777; 
background-color : #efefef; 
 } 
 #rightcol-btext  { 
padding : 2px 12px; 
text-align : right; 
 } 
 #rightcol-btext li  { 
list-style : none; 
padding : 0 12px 0 0; 
font-weight : bold; 
text-shadow : #fff 1px 1px 0; 
 } 
 #rightcol-btext ul li  { 
font-weight : normal; 
list-style : none; 
padding : 0 10px 0 0; 
text-shadow : #fff 0 0 0; 
 } 
 #rightcol ul  { 
list-style-type : none; 
margin : 0; 
padding : 0; 
 } 
 #rightcol li ul  { 
display : block; 
list-style-type : none; 
 } 
 #rightcol ul li  { 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
padding : 0 8px 0 0; 
 } 
 #rightcol li  { 
padding : 0 8px 0 0; 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
 } 
 #rightcol ul li ul li  { 
background : url(images/point.gif) right 5px no-repeat; 
padding : 0 10px 0 0; 
margin : 0 10px 0 0; 
font-weight : 100; 
 } 
 #rightcol a  { 
color : #666; 
text-decoration : none; 
 } 
 #rightcol a:hover  { 
text-shadow : #fff 1px 1px 1px; 
text-decoration : none; 
 } 
 #rightcol-down  { 
background-color : #efefef; 
margin-bottom : 5px; 
height : 8px; 
width : 154px; 
 } 
 .news  { 
width:508px;
background:#fcf5d9;
border:1px #ffcc00 solid;
border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
margin:10px 3px 5px 0px;
padding:5px 8px 5px 0px;
text-align:right;
direction:rtl;
 } 
 #centercol  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
float : right; 
padding : 10px 5px 10px 5px !important ; 
padding : 10px 4px 10px 6px; 
color : #595959; 
 } 
 #centercol-body  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
border-right : 1px solid #ccc; 
border-left : 1px solid #ccc; 
 } 
 #centercol a  { 
color : #1e1e1e; 
text-decoration : none; 
 } 
 #centercol a:hover  { 
color : #141414; 
text-decoration : none; 
 } 
 #leftcol  { 
text-align : right; 
height : auto; 
width : 258px; 
float : left; 
padding : 10px 4px 10px 6px; 
color : #060; 
 } 
 #leftcol-up  { 
background : url(images/leftcol-up.gif) no-repeat; 
height : 35px; 
width : 258px; 
 } 
 #leftcol-uptext  { 
float : right; 
color : #1e1e1e; 
padding : 8px 10px 0 0; 
 } 
 #leftcol-uptext-en  { 
float : left; 
color : #f1f1f1; 
text-align : left; 
padding : 8px 9px 9px 10px; 
 } 
 #leftcol-body  { 
height : auto; 
text-align : right; 
width : 258px; 
color : #777777; 
background-color : #efefef; 
 } 
 #leftcol-btext  { 
text-align : right; 
padding : 5px; 
 } 
 #leftcol-bttext  { 
text-align : right; 
padding : 5px; 
 } 
 #leftcol ul  { 
list-style-type : none; 
margin : 0; 
padding : 0; 
 } 
 #leftcol li ul  { 
display : block; 
list-style-type : none; 
 } 
 #leftcol ul li  { 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
padding : 0 8px 0 0; 
 } 
 #leftcol li  { 
padding : 0 8px 0 0; 
display : block; 
background : url(images/arrow.gif) right 5px no-repeat; 
 } 
 #leftcol ul li ul li  { 
background : url(images/point.gif) right 5px no-repeat; 
padding : 0 10px 0 0; 
margin : 0 10px 0 0; 
font-weight : 100; 
 } 
 #leftcol a  { 
color : #666; 
text-decoration : none; 
 } 
 #leftcol a:hover  { 
text-shadow : #fff 1px 1px 1px; 
text-decoration : none; 
 } 
 #leftcol-down  { 
background-color : #efefef; 
margin-bottom : 5px; 
height : 8px; 
width : 258px; 
 } 
 #entry  { 
height : auto; 
width : 510px !important ; 
width : 510px; 
 } 
 .entry  { 
padding : 5px !important ; 
padding : 0; 
height : auto; 
width : 510px; 
 } 
 .entry-header  { 
padding : 5px; 
height : auto; 
width : 510px; 
font-weight : bold; 
 } 
 .entry-body  { 
padding : 5px; 
height : auto; 
width : 500px; 
 } 
 .entry-hit  { 
font-size : 10px; 
text-align : left; 
padding-left : 4px !important ; 
padding-left : 4px; 
width : 500px !important ; 
width : 500px; 
border-top : 1px dotted #ccc; 
color : #666; 
 } 
 .entry-footer  { 
height : auto; 
width : 510px !important ; 
width : 500px; 
border-top : 1px dotted #ccc; 
font-size : 10px; 
color : #666; 
 } 
 .post  { 
height : auto; 
width : 522px; 
display : table; 
 } 
 .post-top  { 
background : url(images/post-top.png) no-repeat; 
height : 28px; 
color : #676767; 
padding : 12px 10px 0 0; 
 } 
 .post-bot  { 
background : url(images/post-bot.png) no-repeat; 
height : 40px; 
padding : 12px 0 0 10px; 
text-align : left; 
 } 
 .post-bg  { 
background : url(images/post-bg.png) repeat-y; 
height : auto; 
padding-bottom : 10px; 
padding-top : 1px; 
margin-top : 0; 
 } 
 .post-det  { 
width : 500px; 
height : auto; 
float : left; 
margin-top : 5px; 
margin-left : 14px; 
margin-bottom : 10px; 
text-align : left; 
display : block; 
 } 
 .post-entry  { 
width : 490px; 
padding-top : 5px; 
margin : 0 14px 0 14px; 
line-height : normal; 
 } 
.post-entry img {
max-width: 495px;
 }
 .post-tag  { 
width:493px;
background:#dadadb;
border:1px #c6c6c6 solid;
border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
margin-top:10px;
padding-top:5px;
padding-bottom:5px;
text-align:right;
direction:rtl;
 } 
 .page-center  { 
display : block; 
width : 510px; 
height : auto; 
padding : 5px; 
 } 
 .footer  { 
float : right; 
width : 958px; 
padding-top : 30px; 
background-image : url(images/footer.jpg); 
background-repeat : no-repeat; 
background-position : center bottom; 
height : 82px; 
 } 
 .footer-text  { 
color : #333; 
text-align : right; 
padding-top : 5px; 
padding-right : 10px; 
text-decoration : none; 
font-weight : normal; 
font-style : normal; 
font-variant : normal; 
font-family : Tahoma, Geneva, sans-serif; 
font-size : 10px; 
 } 
 .footer-text a  { 
color : #00a4e8; 
text-shadow : #fff 1px 1px 0; 
font-weight : bold; 
text-decoration : none; 
font-size : 10px; 
 } 
 .comments-template  { 
width : 500px; 
height : auto; 
margin : 0 5px 0 0; 
display : table; 
padding-right : 5px; 
padding-left : 0; 
font-family : Tahoma, Geneva, sans-serif; 
float : left; 
 } 
.wp-pagenavi {
clear: both;
padding:0px 5px 15px 5px;
direction:rtl
}
.wp-pagenavi h3 {
font-weight:normal
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
background:#f8f8f8;
border: 1px solid #b8b8b8;
padding: 5px;
float :right;
margin: 2px;
-moz-border-radius: 3px;
}
.wp-pagenavi span.current {
background:#fff;
color:#666666;
border: 1px solid #b8b8b8;
}
.wp-pagenavi a:hover {
background:#e4e4e4;
border-color: #4c4c4c;
color:#fff
}
.wp-pagenavi span.current {
font-weight: bold;
}
#commentform input{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:none repeat scroll 0 0 #fff;
border:1px solid #C5C0B0;
color:#3F3F3F;
font-family:Tahoma;
font-size:12px;
margin-right:15px;
padding:5px;
width:250px;
}
#commentform small{
font-size:12px;
padding-right:10px;
}
ol.commentlist{
list-style:none;
margin:0;
padding:0;
text-indent:0;
}
ol.commentlist li{
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;        
border:3px solid #2F2F2F;
margin:0 0 10px;
padding:5px 57px 5px 7px;
position:relative;
background:#141616;
}
ol.commentlist li div.comment-author{
padding:0 170px 0 0;
}
ol.commentlist li div.vcard{
font:bold 16px times New Roman;
padding:5px 0;
}
ol.commentlist li div.vcard cite.fn{
font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url{
color:#18BFF6;
text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover{
color:#000;
}
div.vcard img.avatar{
border:5px solid #ddd;
right:7px;
position:absolute;
top:7px;
}
ol.commentlist li div.comment-meta{
font:11px Tahoma, helvetica,arial,sans-serif;
right:20px;
text-align:right;
}
ol.commentlist li div.comment-meta a{
color:#0083DB;
text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover{
color:#D66901;
}
ol.commentlist li p{
color:#3F3F3F;
font:12px/18px Tahoma,helvetica,arial,sans-serif;
margin:10px 0 1em;
}
ol.commentlist li p a{
color:#0083DB;
}
ol.commentlist li p a:hover{
color:#D66901;
}
ol.commentlist li ul{
font:normal 12px/1.4 helvetica,arial,sans-serif;
list-style:square;
margin:0 0 1em;
padding:0;
text-indent:0;
}
#cancel-comment-reply{
padding:10px 0 0;
}
#cancel-comment-reply-link{
color:#fff;
font-size:10px;
line-height:15px;
font-family:Tahoma, Georgia,arial,sans-serif;
padding:4px 10px;
margin:0 0 0 12px;
background:#8B979F;
border:2px solid #666;
}
ol.commentlist li div.reply{
background:#269BCF;
border:1px solid #0a7caf;
color:#fff;
font:bold 9px/1 Tahoma, Georgia,arial,sans-serif;
padding:5px 10px;
text-align:center;
width:50px;
}
ol.commentlist li ul.children{
list-style:none;
margin:1em 0 0;
text-indent:0;
}
ol.commentlist li ul.children li.depth-2{
margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-3{
margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-4{
margin:0 0 .25em;
}
ol.commentlist li.even{
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #CFCFCF;
}
#commentform p{
margin-bottom:5px;
font-size:12px;
line-height:18px;
}
ol.commentlist li.odd{
background:none repeat scroll 0 0 #f6f6f6;
border:1px solid #CFCFCF;
}
ol.commentlist li.pingback div.vcard{
padding:0 170px 0 0;
}
.comments input#submit{
background:none repeat scroll 0 0 #C5C0B0;
border:1px solid #59554A;
color:#000;
font-family:tahoma,Century gothic,Arial,Helvetica,sans-serif;
line-height:25px;
padding:3px 5px;
width:auto;
}
#commentform textarea{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:none repeat scroll 0 0 #f6f6f6;
border:1px solid #a4a4a4;
color:#3F3F3F;
font-size:13px;
width:500px;
}
.lmenu a:hover{
color:red;
}
 
بالا