هاست لینوکس

آخرین بسته‌ی MyBB: نسخه‌ی 1.8.27 MyBB منتشر شد


امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
تغییر فونت انجمن به Comic sans
#1
درود دوستان

من میخوام فونت انجمنم رو به Comic sans تغییر بدم

باید چیکار کنم؟


لطفا کامل و جامع توضیح بدید Smile

سپاس
پاسخ
#2
به پنل مدیریت بروید > قالب ها و پوسته ها > پوسته ها > پوسته مورد نظر > global.css

کد php:
@font-face {
       
font-family'name font';
       
srcurl(fonts/name font.eot)

در آخر کد ها بیفزایید

سپس فونت های خط های font-family: در تنظیمات پیشرفته global.css را به
کد php:
font-familyComic sansName Font
تبدیل کنید
پاسخ
 سپاس شده توسطfirstboy000 (۱۳۹۳/۴/۸، ۰۸:۴۲:۵۵ صبح) ، پسر پاییزی (۱۳۹۳/۴/۸، ۱۰:۴۵:۴۳ صبح)
#3
فکر کنم این این فونت به طور پیشفرض توی کامپیوتر ها باشه و نیاز به لود از سایت نباشه.
همین که اسمشو توی اول فونت فمیلی های کلاس ها بیارید کافیه به نظرم.
نصب و آپدیت انجمن مای بی بی | پلاگین و پوسته | تغییرات داخلی انجمن
نصب و بروزرسانی وردپرس طراحی پوسته های وردپرسی سبک با سئوی بالا
شخصی سازی پوسته های مای بی بی و وردپرس
طراحی سیستم مدیریت محتوای اختصاصی و خاص با برترین زبان های برنامه نویسی دنیا
جهت سفارش در تلگرام: firstboy000@
پاسخ
 سپاس شده توسطپسر پاییزی (۱۳۹۳/۴/۸، ۱۰:۴۵:۴۴ صبح) ، Gh-Moradi (۱۳۹۳/۴/۸، ۱۸:۰۷:۲۴ عصر)
#4
ببخشید من هر کاری کردم نشدSad


این کد کل گلوبالم:

کد:
/***************************************
    Nesil 1.0
    soniquake - huseyinemanet.com - hsynemanet@gmail.com
    RTL by mybbfree.ir
    09 Aralik 2010 Persembe
    ie7, ie8, ff, opera, chrome, safari
***************************************/

body {
    background: #d0d1c9 url(images/nesil/arkaplan1.jpg) repeat;
    color: #333;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

a:link, a:visited {
    color: #1359AE;
    text-decoration: none;
    outline: 0;
}

a:hover, a:active {
    color: #C62222;
    text-decoration: none;
    outline: 0;
}

#container {
    background: #fff;
    width: 950px;
    color: #333;
    border: 1px solid #5d5d5d;
    border-top: 0;
    margin: 0 auto;
    text-align: right;
}

#content {
    width: auto !important;
    padding: 15px 20px;
}

#panel {
    background: #efefef;
    color: #000;
    font-size: 11px;
    border: 1px solid #D4D4D4;
    padding: 8px;
}

table {
    color: #333;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.6;
}

.tborder {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

acronym, abbr {
    cursor: help;
    border-bottom: 1px dashed #555;
}

.thead {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    border-bottom: 1px solid #bebebe;
    padding: 7px 15px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    font-weight: bold;
}

.thead a:link, .thead a:visited {
    color: #fff;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #fff;
    text-decoration: none;
}

.tcat {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #666;
    border-bottom: 1px solid #bebebe;
    font-size: 11px;
    padding: 5px 8px;
    text-shadow: 1px 1px 0 #fff;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
    color: #333;
}

.trow1 {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.trow2 {
    background: #efefef;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e6e6e6;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
    border-bottom: 1px solid #F7E86A;
}

.trow_sep {
    background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-bottom: 1px solid #bebebe;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    padding: 7px 15px;
    border-top: 1px solid #bebebe;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.tfoot a:link, .tfoot a:visited {
    color: #fff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #fff;
    text-decoration: none;
}

.bottommenu {
    background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-top: 1px solid #bebebe;
    padding: 6px;
}

.bottommenu div span.smalltext a {
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 15px;
    margin-right: 15px;
    text-decoration: none;
}

.iletisim {background-image: url(images/nesil/ikon/iletisim.png);}
.anasayfa {background-image: url(images/nesil/ikon/anasayfa.png);}
.yukari {background-image: url(images/nesil/ikon/yukari.png);}
.arsiv {background-image: url(images/nesil/ikon/arsiv.png);}
.rss {background-image: url(images/nesil/ikon/rss.png);}

.navigation {
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.navigation a:link, .navigation a:visited {
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
    text-decoration: none;
}

.navigation .active {
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

textarea {
    background: #fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    border: 1px solid gray;
    padding: 0;
    line-height: 1.4;
    font-family: Tahoma;
    font-size: 12px;
}

select {
    background: #fff;
    border: 1px solid gray;
    font-family: Tahoma;
    font-size: 12px;
}

input.textbox {
    background: #fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    border: 1px solid gray;
    padding: 2px;
    font-family: Tahoma;
    font-size: 12px;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #333;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: right;
}

.popup_menu .popup_item {
    background: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #ccc;
    outline: 1px solid #f5f5f5;
    padding: 3px 13px;
}

.popup_menu a.popup_item:hover {
    background: #1192d5;
    color: #fff;
    text-decoration: none;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-right: 22px;
}

.validation_success {
    background: url(images/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-right: 22px;
}

.validation_loading {
    background: url(images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.expcolimage {
    float: left;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000;
    color: #000;
    height: 1px;
    border: 0;
}

#copyright {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    margin: 0;
    padding: 6px;
    border-top: 1px solid #003366;
    height: 35px;
    text-align: left;
}

#copyright a {
    color: #fff;
    font-weight: bold;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    background: #fafcfe;
    margin: 0;
    padding: 4px;
    border-left: 4px solid #8394B2;
    border-top: 1px dotted #333;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

blockquote cite {
    background: #fafcfe url(images/nesil/alinti.gif) no-repeat right center;
    display: block;
    padding: 3px;
    font-style: normal;
    font-weight: bold;
}

blockquote cite span {
    float: left;
    font-weight: normal;
}

.codeblock {
    background: #fafcfe;
    margin: 0 auto;
}

.codeblock .title {
    background: #fddbcc url(images/nesil/kod.gif) no-repeat right;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    margin: 0 auto;
    font-weight: bold;
}

.codeblock code {
    color: #465584;
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    padding: 4px;
    border: 1px dotted #999;
    font-family: Monaco, Consolas, Courier, Monospace;
    font-size: 12px;
    direction: ltr;
    text-align: left;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-right: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
    margin-right: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    background: #eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
    padding: 3px 8px;
    margin-bottom: 3px;
}

.pagination a {
    border: 1px solid #bbb;
    text-shadow: 1px 1px 0 #fff;
}

.pagination .pagination_current {
    background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
    border: 1px solid #101b31;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.pagination a:hover, .pagination a:active {
    background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
    border: 1px solid #101b31;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #444;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: right;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: right;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
    text-align: justify;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-right: 13px;
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.logo {
    height: 185px;
    position: relative;
    border-bottom: 1px solid #194a6c;
}

.logo a {
    background: url(images/nesil/logo.jpg) top left repeat-x;
    height: 185px;
    width: 950px;
    display: block;
    text-indent: -9999px;
}

.lower_panel a.login {
    background: url(images/nesil/ikon/giris.png) no-repeat right center;;
    padding: 1px 20px 1px 0px;
    margin-right: 15px;
    margin-left: 15px;
}

.lower_panel a.register {
    background: url(images/nesil/ikon/kayitol.png) no-repeat right center;;
    padding: 1px 20px 1px 0px;
    margin-right: 5px;
}

.lower_panel a.admincp {
    background: url(images/nesil/ikon/adminkp.png) no-repeat right center;
    padding: 1px 20px 1px 0px;
}

.lower_panel a.modcp {
    background: url(images/nesil/ikon/modkp.png) no-repeat right center;
    padding: 1px 20px 1px 0px;
}

.lower_panel a.usercp {
    background: url(images/nesil/ikon/kullanicikp.png) no-repeat right center;
    padding: 1px 20px 1px 0px;
}

.lower_panel {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #000;
    border-bottom: 1px solid #bebebe;
    padding: 6px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.lower_panel a {
    color: #626262;
    margin-right: 15px;
    text-shadow: 1px 1px 0 #fff;
}

.lower_panel a:hover, .lower_panel a:active {
    color: #333;
    text-decoration: none;
}

.upper_panel {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-bottom: 1px solid #bebebe;
    padding: 6px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.upper_panel a {
    padding-left: 20px;
    margin-right: 15px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

.upper_panel a.logout {
    background: url(images/nesil/ikon/logout.gif) no-repeat right;
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
}

#golge {
    background: url(images/nesil/golge.png) repeat-y;
    width: 986px;
    position: relative;
    margin: 0 auto;
    height: auto;
}

#golge_alt {
    background: url(images/nesil/golge_alt.png) no-repeat;
    height: 18px;
    width: 986px;
    margin: 0 auto;
}

.alt_forumlar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alt_forumlar li {
    width: 33%;
    float: left;
    line-height: 20px;
}

#menu {
background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
position: absolute;
top: 150px;
width: 92%;
right: 18px;
padding-left: 41px;
font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
list-style: none;
margin: 0;
padding: 0;
height: 34px;
}

#menu li {
    float: right;
    margin-top: 4px;
    margin-right: 10px;
}

#menu li a {
    color: #fff;
    padding: 4px 10px 1px;
    text-decoration: none;
    display: block;
    border-bottom: 0;
}

#menu li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

#menu li.active a, #menu li.active a:hover {
    background: url(images/nesil/menu_bg_aktif.png) no-repeat top left;
    color: #333;
    padding: 4px 10px 4px 13px;
    border-bottom: 2px solid #fff;
}

#menu li.active {
    background: url(images/nesil/menu_bg_aktif2.png) no-repeat top right;
    padding-right: 4px;
    position: relative;
    bottom: -2px;
}

.yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
    color: #333;
    text-decoration: none;
}

form#lang_select {
    margin-top: -4px;
}

.author {
    background: url(images/nesil/nav_bit.gif) no-repeat center right;
    padding-right: 20px;
}

.remember_me input {
    vertical-align: sub;
}

.messageEditor .toolbar_button {
    cursor: pointer;
}

.post_avatar img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1px;
}

.button {
    cursor: pointer;
        font-family: Tahoma;
        font-size: 11px;
}
        
        
        








.postbited {
    height: 35px;
    line-height: 3;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
    background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
    -moz-box-shadow: 0 -1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
    box-shadow: 0 -1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}
.postbited:hover {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(224,224,224,1) 100%);
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(224,224,224,1) 100%);
    background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(224,224,224,1) 100%);
}
.postbit-style {
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 100% / 33px;
    -moz-border-radius: 100% / 33px;
    border-radius: 100% / 33px;
    -webkit-box-shadow: 0 8px 3px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 3px -5px rgba(0,0,0,.2);
    box-shadow: 0 8px 3px -5px rgba(0,0,0,.2);
}
.postbited:hover > .postbit-style {
    -webkit-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.22);
}
.postbit2 {
    width: 100%;
    height: 45px;
}
.postbitsmall {
    float: right;
    margin-left: 4%;
    width: 48%;
}
.postbitsanllleft {
    width: 48%;
    float: right;
}
.postbited img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}










#breadcrumb{
background:#e0e0e0 url(http://my-bb.ir/images/MyBB/breadcru.png) repeat-x 0 0;
border:1px solid #d6d6d6;
text-shadow:#fff 0px 1px 0px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.05) 0px 1px 2px;
-moz-box-shadow:rgba(0,0,0,0.05) 0px 1px 2px;
box-shadow:rgba(0,0,0,0.05) 0px 1px 2px;
overflow:hidden;
line-height:37px;
margin-bottom:4px;
clear:right;
direction:ltr;
}

#breadcrumb a{
color:#757575;
line-height:37px;
height:37px;
direction:ltr;
}

#breadcrumb a:hover{
color:#222;
}

#breadcrumb #nbar li{
float:right;
}
#breadcrumb #nbar li a{
padding-right:12px;
margin-right:-9px;
background:url(http://my-bb.ir/images/MyBB/breadcrv.png) no-repeat 100% 0;
display:block;
outline:none;
text-decoration:none;
direction:ltr;
}

#breadcrumb #nbar li.first a{
margin-right:0;
background:none;
padding-right:0px;
}

#breadcrumb #nbar li span{
display:block;
padding-left:17px;
padding-right:4px;
background:url(http://my-bb.ir/images/MyBB/breadcrv.png) no-repeat 0 0;
}

#breadcrumb #nbar li>span{
padding-right:4px;
background:none transparent;
direction:ltr;
}

#breadcrumb #nbar li.first a span{
padding-right:12px;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
-moz-border-radius:0 3px 3px 0;
border-radius:0 3px 3px 0;
}

#breadcrumb #nbar li a:hover{
background-position:100% -43px;
}

#breadcrumb #nbar li a:hover span{
background-position:0 -43px;
}

#breadcrumb #nbar li a:active{
background-position:100% -86px;
}

#breadcrumb #nbar li a:active span{
background-position:0 -86px;
}
body, ul, li, div, span, a {
margin:0;
}








#clickable_smilies_wrapper {
   width: 180px;
   height: 165px;
   overflow-y: scroll;
}

اگر زحمتی نیست خودتون حلش کنیدSmile
پاسخ
#5
در اصل اسم فونتو باید بنویسی Comic Sans MS


کد php:
/***************************************
    Nesil 1.0
    soniquake - huseyinemanet.com - hsynemanet@gmail.com
    RTL by mybbfree.ir
    09 Aralik 2010 Persembe
    ie7, ie8, ff, opera, chrome, safari
***************************************/

body {
    
background#d0d1c9 url(images/nesil/arkaplan1.jpg) repeat;
    
color#333;
    
font-familyComic Sans MSTahomaVerdanaArialSans-Serif;
    
font-size12px;
    
text-aligncenter;
    
line-height1.6;
    
margin0 0 25px 0;
}

a:linka:visited {
    
color#1359AE;
    
text-decorationnone;
    
outline0;
}

a:hovera:active {
    
color#C62222;
    
text-decorationnone;
    
outline0;
}

#container {
    
background#fff;
    
width950px;
    
color#333;
    
border1px solid #5d5d5d;
    
border-top0;
    
margin0 auto;
    
text-alignright;
}

#content {
    
widthauto !important;
    
padding15px 20px;
}

#panel {
    
background#efefef;
    
color#000;
    
font-size11px;
    
border1px solid #D4D4D4;
    
padding8px;
}

table {
    
color#333;
    
font-familyComic Sans MSTahomaVerdanaArialSans-Serif;
    
font-size12px;
    
line-height1.6;
}

.
tborder {
    
background#fff;
    
width100%;
    
margin0 auto;
    
border1px solid #C0C0C0;
    
-moz-border-radius6px;
    -
webkit-border-radius6px;
}

acronymabbr {
    
cursorhelp;
    
border-bottom1px dashed #555;
}

.
thead {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
border-bottom1px solid #bebebe;
    
padding7px 15px;
    -
moz-border-radius-topleft6px;
    -
moz-border-radius-topright6px;
    -
webkit-border-top-left-radius6px;
    -
webkit-border-top-right-radius6px;
    
font-weightbold;
}

.
thead a:link, .thead a:visited {
    
color#fff;
    
text-decorationnone;
}

.
thead a:hover, .thead a:active {
    
color#fff;
    
text-decorationnone;
}

.
tcat {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#666;
    
border-bottom1px solid #bebebe;
    
font-size11px;
    
padding5px 8px;
    
text-shadow1px 1px 0 #fff;
}

.
tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
    
color#333;
}

.
trow1 {
    
background#f5f5f5;
    
border-bottom1px solid #e6e6e6;
    
border-right1px solid #e6e6e6;
}

.
trow2 {
    
background#efefef;
    
border-bottom1px solid #e0e0e0;
    
border-right1px solid #e6e6e6;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
background#FFFBD9;
    
border-bottom1px solid #F7E86A;
}

.
trow_sep {
    
background#f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-bottom1px solid #bebebe;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
padding7px 15px;
    
border-top1px solid #bebebe;
    
-moz-border-radius-bottomleft6px;
    -
moz-border-radius-bottomright6px;
    -
webkit-border-bottom-left-radius6px;
    -
webkit-border-bottom-right-radius6px;
}

.
tfoot a:link, .tfoot a:visited {
    
color#fff;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#fff;
    
text-decorationnone;
}

.
bottommenu {
    
background#f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-top1px solid #bebebe;
    
padding6px;
}

.
bottommenu div span.smalltext a {
    
background-repeatno-repeat;
    
background-positionleft;
    
padding0 0 0 15px;
    
margin-right15px;
    
text-decorationnone;
}

.
iletisim {background-imageurl(images/nesil/ikon/iletisim.png);}
.
anasayfa {background-imageurl(images/nesil/ikon/anasayfa.png);}
.
yukari {background-imageurl(images/nesil/ikon/yukari.png);}
.
arsiv {background-imageurl(images/nesil/ikon/arsiv.png);}
.
rss {background-imageurl(images/nesil/ikon/rss.png);}

.
navigation {
    
color#333;
    
font-size11px;
    
font-weightbold;
}

.
navigation a:link, .navigation a:visited {
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
text-decorationnone;
}

.
navigation .active {
    
color#333;
    
font-size11px;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

.
largetext {
    
font-size16px;
    
font-weightbold;
}

textarea {
    
background#fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    
border1px solid gray;
    
padding0;
    
line-height1.4;
    
font-familyComic Sans MSTahoma;
    
font-size12px;
}

select {
    
background#fff;
    
border1px solid gray;
    
font-familyComic Sans MSTahoma;
    
font-size12px;
}

input.textbox {
    
background#fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    
border1px solid gray;
    
padding2px;
    
font-familyComic Sans MSTahoma;
    
font-size12px;
}

.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #0f5c8e;
}

.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}

.
autocomplete_selected {
    
background#adcee7;
    
color#333;
}

.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignright;
}

.
popup_menu .popup_item {
    
background#fff;
    
displayblock;
    
text-decorationnone;
    
white-spacenowrap;
    
border1px solid #ccc;
    
outline1px solid #f5f5f5;
    
padding3px 13px;
}

.
popup_menu a.popup_item:hover {
    
background#1192d5;
    
color#fff;
    
text-decorationnone;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
}

.
valid_field {
    
border1px solid #0c0;
}

.
validation_error {
    
backgroundurl(images/invalid.gifno-repeat center left;
    
color#f30;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-right22px;
}

.
validation_success {
    
backgroundurl(images/valid.gifno-repeat center left;
    
color#00b200;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-right22px;
}

.
validation_loading {
    
backgroundurl(images/spinner.gifno-repeat center left;
    
color#555;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

/* Additional CSS (Master) */
img {
    
bordernone;
    
vertical-alignmiddle;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
expcolimage {
    
floatleft;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
}

img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}

hr {
    
background-color#000;
    
color#000;
    
height1px;
    
border0;
}

#copyright {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
margin0;
    
padding6px;
    
border-top1px solid #003366;
    
height35px;
    
text-alignleft;
}

#copyright a {
    
color#fff;
    
font-weightbold;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}

blockquote {
    
background#fafcfe;
    
margin0;
    
padding4px;
    
border-left4px solid #8394B2;
    
border-top1px dotted #333;
    
border-right1px dotted #333;
    
border-bottom1px dotted #333;
}

blockquote cite {
    
background#fafcfe url(images/nesil/alinti.gif) no-repeat right center;
    
displayblock;
    
padding3px;
    
font-stylenormal;
    
font-weightbold;
}

blockquote cite span {
    
floatleft;
    
font-weightnormal;
}

.
codeblock {
    
background#fafcfe;
    
margin0 auto;
}

.
codeblock .title {
    
background#fddbcc url(images/nesil/kod.gif) no-repeat right;
    
border-bottom1px solid #ccc;
    
padding3px;
    
margin0 auto;
    
font-weightbold;
}

.
codeblock code {
    
color#465584;
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
padding4px;
    
border1px dotted #999;
    
font-familyComic Sans MSMonacoConsolasCourierMonospace;
    
font-size12px;
    
directionltr;
    
text-alignleft
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}

form {
    
margin0;
    
padding0;
}

.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
text-decorationnone;
    
white-spacenowrap;
}

.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}

.
pm_alert {
    
background#FFF6BF;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
red_alert {
    
background#FBE3E4;
    
border1px solid #A5161A;
    
color#A5161A;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

div.error p {
    
margin0;
    
color#000;
    
font-weightnormal;
}

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-right24px;
    
displayblock;
    
color#C00;
    
backgroundurl(images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-right24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom10px;
}

.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}

.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
background#eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
    
padding3px 8px;
    
margin-bottom3px;
}

.
pagination a {
    
border1px solid #bbb;
    
text-shadow1px 1px 0 #fff;
}

.
pagination .pagination_current {
    
background#182846 url(images/nesil/tablo.gif) repeat-x left top;
    
border1px solid #101b31;
    
color#fff;
    
text-decorationnone;
    
font-weightbold;
}

.
pagination a:hover, .pagination a:active {
    
background#182846 url(images/nesil/tablo.gif) repeat-x left top;
    
border1px solid #101b31;
    
color#fff;
    
text-decorationnone;
    
text-shadow1px 1px 0 #444;
}

.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}

.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}

.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}

.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
}

.
forum_legend dd {
    
floatright;
    
margin-right10px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatright;
}

.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
post_body {
    
padding5px;
    
text-alignjustify;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-right13px;
    
vertical-alignmiddle;
    
bordernone;
}

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}

.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border:1px solid #980201;
}

.
_plus {
    
background-color:#E8FCDC;
    
color#008800;
    
border:1px solid #008800;
}

.
pagination_breadcrumb {
    
background-color#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}

.
logo {
    
height185px;
    
positionrelative;
    
border-bottom1px solid #194a6c;
}

.
logo a {
    
backgroundurl(images/nesil/logo.jpgtop left repeat-x;
    
height185px;
    
width950px;
    
displayblock;
    
text-indent: -9999px;
}

.
lower_panel a.login {
    
backgroundurl(images/nesil/ikon/giris.pngno-repeat right center;;
    
padding1px 20px 1px 0px;
    
margin-right15px;
    
margin-left15px;
}

.
lower_panel a.register {
    
backgroundurl(images/nesil/ikon/kayitol.pngno-repeat right center;;
    
padding1px 20px 1px 0px;
    
margin-right5px;
}

.
lower_panel a.admincp {
    
backgroundurl(images/nesil/ikon/adminkp.pngno-repeat right center;
    
padding1px 20px 1px 0px;
}

.
lower_panel a.modcp {
    
backgroundurl(images/nesil/ikon/modkp.pngno-repeat right center;
    
padding1px 20px 1px 0px;
}

.
lower_panel a.usercp {
    
backgroundurl(images/nesil/ikon/kullanicikp.pngno-repeat right center;
    
padding1px 20px 1px 0px;
}

.
lower_panel {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#000;
    
border-bottom1px solid #bebebe;
    
padding6px;
    
font-familyComic Sans MSTahomaVerdanaArialSans-Serif;
}

.
lower_panel a {
    
color#626262;
    
margin-right15px;
    
text-shadow1px 1px 0 #fff;
}

.
lower_panel a:hover, .lower_panel a:active {
    
color#333;
    
text-decorationnone;
}

.
upper_panel {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-bottom1px solid #bebebe;
    
padding6px;
    
font-familyComic Sans MSTahomaVerdanaArialSans-Serif;
}

.
upper_panel a {
    
padding-left20px;
    
margin-right15px;
    
text-shadow1px 1px 0 #fff;
    
font-weightbold;
}

.
upper_panel a.logout {
    
backgroundurl(images/nesil/ikon/logout.gifno-repeat right;
    
padding-right20px;
    
margin-left0;
    
padding-left0;
    
margin-right0;
}

#golge {
    
backgroundurl(images/nesil/golge.pngrepeat-y;
    
width986px;
    
positionrelative;
    
margin0 auto;
    
heightauto;
}

#golge_alt {
    
backgroundurl(images/nesil/golge_alt.pngno-repeat;
    
height18px;
    
width986px;
    
margin0 auto;
}

.
alt_forumlar {
    list-
stylenone;
    
margin0;
    
padding0;
}

.
alt_forumlar li {
    
width33%;
    
floatleft;
    
line-height20px;
}

#menu {
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
positionabsolute;
top150px;
width92%;
right18px;
padding-left41px;
font-familyComic Sans MSTahoma'Trebuchet MS'Arialsans-serif;


#menu ul {
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
list-stylenone;
margin0;
padding0;
height34px;


#menu li {
    
floatright;
    
margin-top4px;
    
margin-right10px;
}

#menu li a {
    
color#fff;
    
padding4px 10px 1px;
    
text-decorationnone;
    
displayblock;
    
border-bottom0;
}

#menu li a:hover {
    
color#fff;
    
border-bottom2px solid #fff;
    
text-decorationnone;
}

#menu li.active a, #menu li.active a:hover {
    
backgroundurl(images/nesil/menu_bg_aktif.pngno-repeat top left;
    
color#333;
    
padding4px 10px 4px 13px;
    
border-bottom2px solid #fff;
}

#menu li.active {
    
backgroundurl(images/nesil/menu_bg_aktif2.pngno-repeat top right;
    
padding-right4px;
    
positionrelative;
    
bottom: -2px;
}

.
yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
    
color#333;
    
text-decorationnone;
}

form#lang_select {
    
margin-top: -4px;
}

.
author {
    
backgroundurl(images/nesil/nav_bit.gifno-repeat center right;
    
padding-right20px;
}

.
remember_me input {
    
vertical-alignsub;
}

.
messageEditor .toolbar_button {
    
cursorpointer;
}

.
post_avatar img {
    
background#fff;
    
border1px solid #ddd;
    
padding1px;
}

.
button {
    
cursorpointer;
        
font-familyComic Sans MSTahoma;
        
font-size11px;
}
        
        
        








.
postbited {
    
height35px;
    
line-height3;
    
background#f6f6f6;
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(240,240,240,1)));
    
background: -webkit-linear-gradient(toprgba(249,249,249,150%, rgba(240,240,240,1100%);
    
background: -moz-linear-gradient(toprgba(249,249,249,150%, rgba(240,240,240,1100%);
    
background: -ms-linear-gradient(toprgba(249,249,249,150%, rgba(240,240,240,1100%);
    
background: -o-linear-gradient(toprgba(249,249,249,150%, rgba(240,240,240,1100%);
    
backgroundlinear-gradient(toprgba(249,249,249,150%, rgba(240,240,240,1100%);
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    -
webkit-box-shadow-1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
    -
moz-box-shadow-1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
    
box-shadow-1px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}
.
postbited:hover {
    
background#f0f0f0;
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(224,224,224,1)));
    
background: -webkit-linear-gradient(toprgba(249,249,249,150%, rgba(224,224,224,1100%);
    
background: -moz-linear-gradient(toprgba(249,249,249,150%, rgba(224,224,224,1100%);
    
background: -ms-linear-gradient(toprgba(249,249,249,150%, rgba(224,224,224,1100%);
    
background: -o-linear-gradient(toprgba(249,249,249,150%, rgba(224,224,224,1100%);
    
backgroundlinear-gradient(toprgba(249,249,249,150%, rgba(224,224,224,1100%);
}
.
postbit-style {
    
margin-bottom10px;
    
bordernone;
    -
webkit-border-radius100% / 33px;
    -
moz-border-radius100% / 33px;
    
border-radius100% / 33px;
    -
webkit-box-shadow0 8px 3px -5px rgba(0,0,0,.2);
    -
moz-box-shadow0 8px 3px -5px rgba(0,0,0,.2);
    
box-shadow0 8px 3px -5px rgba(0,0,0,.2);
}
.
postbited:hover > .postbit-style {
    -
webkit-box-shadow0 8px 3px -5px rgba(0000.22);
    -
moz-box-shadow0 8px 3px -5px rgba(0000.22);
    
box-shadow0 8px 3px -5px rgba(0000.22);
}
.
postbit2 {
    
width100%;
    
height45px;
}
.
postbitsmall {
    
floatright;
    
margin-left4%;
    
width48%;
}
.
postbitsanllleft {
    
width48%;
    
floatright;
}
.
postbited img {
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
}










#breadcrumb{
background:#e0e0e0 url(http://my-bb.ir/images/MyBB/breadcru.png) repeat-x 0 0;
border:1px solid #d6d6d6;
text-shadow:#fff 0px 1px 0px;
-moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
-
webkit-box-shadow:rgba(0,0,0,0.050px 1px 2px;
-
moz-box-shadow:rgba(0,0,0,0.050px 1px 2px;
box-shadow:rgba(0,0,0,0.050px 1px 2px;
overflow:hidden;
line-height:37px;
margin-bottom:4px;
clear:right;
direction:ltr;
}

#breadcrumb a{
color:#757575;
line-height:37px;
height:37px;
direction:ltr;
}

#breadcrumb a:hover{
color:#222;
}

#breadcrumb #nbar li{
float:right;
}
#breadcrumb #nbar li a{
padding-right:12px;
margin-right:-9px;
background:url(http://my-bb.ir/images/MyBB/breadcrv.png) no-repeat 100% 0;
display:block;
outline:none;
text-decoration:none;
direction:ltr;
}

#breadcrumb #nbar li.first a{
margin-right:0;
background:none;
padding-right:0px;
}

#breadcrumb #nbar li span{
display:block;
padding-left:17px;
padding-right:4px;
background:url(http://my-bb.ir/images/MyBB/breadcrv.png) no-repeat 0 0;
}

#breadcrumb #nbar li>span{
padding-right:4px;
background:none transparent;
direction:ltr;
}

#breadcrumb #nbar li.first a span{
padding-right:12px;
-
webkit-border-top-right-radius:3px;
-
webkit-border-bottom-right-radius:3px;
-
moz-border-radius:0 3px 3px 0;
border-radius:0 3px 3px 0;
}

#breadcrumb #nbar li a:hover{
background-position:100% -43px;
}

#breadcrumb #nbar li a:hover span{
background-position:-43px;
}

#breadcrumb #nbar li a:active{
background-position:100% -86px;
}

#breadcrumb #nbar li a:active span{
background-position:-86px;
}
bodyullidivspan{
margin:0;
}








#clickable_smilies_wrapper {
   
width180px;
   
height165px;
   
overflow-yscroll;



موفق باشی
نصب و آپدیت انجمن مای بی بی | پلاگین و پوسته | تغییرات داخلی انجمن
نصب و بروزرسانی وردپرس طراحی پوسته های وردپرسی سبک با سئوی بالا
شخصی سازی پوسته های مای بی بی و وردپرس
طراحی سیستم مدیریت محتوای اختصاصی و خاص با برترین زبان های برنامه نویسی دنیا
جهت سفارش در تلگرام: firstboy000@
پاسخ
 سپاس شده توسطپسر پاییزی (۱۳۹۳/۴/۸، ۱۲:۱۳:۵۵ عصر)
#6
یه دنیا سپاس
پاسخ
#7
حالا خوبه اونور تذکر میدی اسپم ممنوعBig Grin

ممنون.HeartHeartHeart
دوستان اگر میبینن که سپاس و اعتبار برای کاری که میبینن کافی نیست میتونن از طریق پیغام خصوصی تشکر خودشونو اعلام کنن.Heart

صرفا برای شما نبود بلکه برای همه گفتم اینو.عمومی.Heart
نصب و آپدیت انجمن مای بی بی | پلاگین و پوسته | تغییرات داخلی انجمن
نصب و بروزرسانی وردپرس طراحی پوسته های وردپرسی سبک با سئوی بالا
شخصی سازی پوسته های مای بی بی و وردپرس
طراحی سیستم مدیریت محتوای اختصاصی و خاص با برترین زبان های برنامه نویسی دنیا
جهت سفارش در تلگرام: firstboy000@
پاسخ
 سپاس شده توسطپسر پاییزی (۱۳۹۳/۴/۸، ۱۲:۱۸:۳۱ عصر) ، Gh-Moradi (۱۳۹۳/۴/۸، ۱۸:۰۷:۵۴ عصر)
#8
نه من منظورم از این سپاس گفتن اینه که مشکلم با پاسخ شما حل شد


اگر اینو نگم دوستان دیگه هم میان و به این تاپیک پاسخ میدن و به زحمت میوفتن

در هر جال معذرت میخوامBig Grin
پاسخ
 سپاس شده توسطfirstboy000 (۱۳۹۳/۴/۸، ۱۲:۲۰:۴۱ عصر) ، شماره مجازی (۱۴۰۱/۸/۲۶، ۰۱:۵۶:۲۸ صبح) ، گراف مسنجر (۱۴۰۱/۱۰/۳، ۰۴:۱۸:۱۲ صبح) ، چارتر ۴۲۴ (۱۴۰۲/۹/۱۲، ۱۵:۲۱:۳۱ عصر)


موضوع‌های مشابه…
موضوع نویسنده پاسخ بازدید آخرین ارسال
Sad نحوه تغییر فونت انجمن مای بی بی ؟ nabinin 19 13,702 ۱۳۹۴/۱/۱۰، ۱۶:۴۴:۲۹ عصر
آخرین ارسال: m.zareii
  تغییر فونت انجمن پسر پاییزی 10 5,248 ۱۳۹۳/۴/۳، ۱۷:۱۷:۴۷ عصر
آخرین ارسال: صالح غلامیان
  تغییر فونت انجمن ashkanzp 1 2,375 ۱۳۹۲/۵/۳۰، ۱۶:۲۷:۵۶ عصر
آخرین ارسال: jan123

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان