هاست لینوکس

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


امتیاز موضوع:
  • 1 رأی - میانگین امتیازات: 5
  • 1
  • 2
  • 3
  • 4
  • 5
تغییر رنگ انجمن!
#11
نه لازم نیست از هاست درش آوردم
Big Grin
خوب کد گلوبال رو با این عوض کن
کد:
body {
    background:url(../../../images/mywave/bg.png) repeat #efefef;
    color: #000;
    font-family: BYekan,tahoma;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
    dirction:rtl;
        margin:0 auto;
        overflow-x:hidden;
}

@
font-face {
  font-family:BKoodakBold;
  src: url(../../../images/mywave/fonts/BKoodakBold.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BKoodakBold.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BKoodakBold.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@
font-face {
  font-family: BYekan;
  src: url(../../../images/mywave/fonts/BYekan.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BYekan.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BYekan.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@
font-face {
  font-family:BNasimBold;
  src: url(../../../images/mywave/fonts/BBardiya.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BBardiya.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BBardiya.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

a {
    color: #008cd5;
    text-decoration: none;
}

a:hover {
    color: #aa4f67;
    text-decoration: none;
}

#header {
    background:url(../../../images/mywave/header-bg.png) repeat-x;
        height:337px;
}

#container {
         background: url(../../../images/mywave/bg-a.png);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 2px rgba(0, 0, 0, .32);
    width: 93%;
    color: #000000;
    margin: auto auto;
    padding: 20px;
    text-align: right; /* IE 5 fix */
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;
}

.navbar {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .44);
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.44);
box-shadow: inset 0 0 10px rgba(0, 0, 0, .44);
border: solid 2px #00a8ff;
background: #FFF;
position: relative;
height: 70px;
margin: 20px;
border-radius: 10px;
margin-top: 80px;
z-index:999;
}

.navbar a {
color:rgb(255, 255, 255);
}

.navbar a:hover {
color:rgb(255, 255, 255);
}

.navtabs li a.navtab {
display: block;
min-width: 150px;
text-align: center;
color: #FFF;
text-decoration: none;
line-height: 50px;
height: 70px;
margin-top: -31px;
margin-right: 10px;
font-family: BKoodakBold;
font-weight: normal;
font-size: 16px;
text-shadow: 0px 0px 2px #3D3D3D;
padding-top: 1px;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
list-style:none;
}

.navtabs li a.navtab:hover {
color: #F1F1F1;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}

.navtabs li a.active {
display: block;
min-width: 150px;
text-align: center;
color: #FFF;
text-decoration: none;
line-height: 50px;
height: 70px;
margin-top: -31px;
margin-right: 10px;
font-family: BKoodakBold;
font-weight: normal;
font-size: 16px;
text-shadow: 0px 0px 2px #3D3D3D;
padding-top: 1px;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
list-style:none;
}

.navtabs li a.active:hover {
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}

.navtabs {
position: absolute;
right: 50%;
margin-right: -485px;
padding: 0px 20px 0px 0px;
height: 26px;
}

.navtabs ul {
position: absolute;
top: 39px;
width: 100%;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin-left: -80px;
direction: ltr;
margin-right: -65px;
list-style:none;
}

.navtabs li {
    float:right;
list-style:none;
}

.navtabs ul li:first-child {
    margin-right: 20px;
    border-right: 0;
}

.navtabs ul li {
    border-left: 0;
    position: relative;
}

.navtabs li a {
    height:26px;
    line-height:26px;
    padding:0 10px;
}

.menu ul {
    color: #000000;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.menu ul a:link {
    color: #000000;
    text-decoration: none;
}

.menu ul a:visited {
    color: #000000;
    text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
    color: #4874a3;
    text-decoration: none;
}

#panel {
    background:#ffffff;
    margin-bottom:2px;
    box-shadow:0 0 25px rgba(0,0,0,0.1) inset;
    border-bottom:1px solid #cecece;
color: #000;
margin:0px auto;
font: 12px BYekan,tahoma;
padding: 8px;
text-align:right;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #000000;
    font-size: 14px;
}

.tborder {
    background: none;
    width: 100%;
    margin: 0 auto;
}

.thead-right-t {
position: absolute;
height: 64px;
width: 25px;
top:787px;
right: -6px;
margin-top: -10px;
padding-left: 20px;
}

.thead-left-t {
position: absolute;
height: 64px;
width: 25px;
left: 9px;
top:786px;
margin-top: -42px;
}

.thead {
    background: #026CB1 url(../../../images/mywave/thead-bg.png) 5px;
        height: 35px;
        width: 100%;
    color: #ffffff;
        border-radius:5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
       font-family:BKoodakBold;
}

.thead a {
    color: #ffffff;
    text-decoration: none;
}

.thead a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.forumbit {
    background:#ffffff;
    font-size:13px;
    width:100%;
    border:1px solid #cecece;
    border-radius:5px;
    margin-bottom:2px;
    box-shadow:0 0 25px rgba(0,0,0,0.1) inset;
}

.message {
    background: #0d66a5;
    border-radius: 5px;
    box-shadow: -1px -1px #0f75bb inset,1px 1px #005590 inset;
    padding: 2px 10px;
    display: inline-block;
}

.trow1 {
    background: #ffffff;
    border-bottom:1px solid #cccccc;
}

.trow2 {
    background: #f5f5f5;
    border-bottom:1px solid #cccccc;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    color: #FFF;
    background-image: -webkit-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -moz-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -o-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -ms-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: linear-gradient(to top, #007cd4, #66a8d6 50%, #77add3);
    clear: both;
    padding: 5px 10px 5px 0px;
    font: 13px BYekan;
    border-top: 2px solid rgba(151, 0, 0, 0.36);
    border-right: 1px solid #179ddb;
    border-left: 1px solid #179ddb;
    border-bottom: 2px solid #179ddb;
    border-radius: 0 0 10px 10px;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -moz-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -o-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -ms-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: linear-gradient(to top, #007cd4, #66a8d6 50%, #77add3);
    padding: 5px;
    moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-top: -25px;
}

.bottommenu a {
color:#fff;
}

.navigation {
background: #026CB1 url(../../../images/mywave/thead-bg.png) 5px;
height: 50px;
text-align:right;
width:100%;
float:center;
margin:0 auto;
font-size:18px;
color:#fff;
}


}

.navigation a {
    text-decoration: none;
position: absolute;
font-family: BYekan;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px #000;
right: 50px;
top: 767px;
}

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

.navigation .active {
position: absolute;
font-family: BYekan;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px #000;
right: 50px;
top: 767px;
}

#breadcrumb {
    font: 14px BKoodakbold;
    background-image:url(../../../images/mywave/thead-bg.png);
    background-repeat:repeat-x;
    height:42px;
    line-height:40px;
    color:#fff;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#breadcrumb li {
    list-style-type:none;
    float:right;
    padding-right:10px;
}

#breadcrumb a {
    height:42px;
    display:block;
    background-image:url(../../../images/mywave/bc_separator.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left: 15px;
    text-decoration: none;
    color:#fff;
}

.home {
    border:none;
    margin: 8px 0px;
    width:30px;
    height:30px;
}

#breadcrumb a:hover {
    color:#9a384c;
}

.smalltext {
    font-size: 11px;
}

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

.textbox, select, textarea, .invalid_field, .valid_field {
    background: #ffffff;
    color: #000000;
    border: 1px solid #1c58ba;
    padding: 2px;
    font-family:BKoodakBold;
    font-size:12px;
    margin:4px;
}

input[type=button], input[type=submit] {
    padding: 3px 8px;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background: #eee url(../../../images/mywave/buttons_bg.gif) repeat-x;
    border: 1px solid #bbb;
    color: #333;
}

input[type=button]:hover, input[type=submit]:hover {
    border-color: #aaa;
}

textarea {
    background: #ffffff;
    color: #000000;
    border: 1px solid #0f5c8e;
    padding: 2px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

select {
    background: #ffffff;
    border: 1px solid #0f5c8e;
}

.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: #000;
}

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.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 right;
    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 right;
    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 right;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-right: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.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;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-left: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: left;
}

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

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

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

#copyright {
    font: 11px Tahoma, Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
        display:none;
    float: left;
    text-align: left;
    margin-top: 0;
}

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

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

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.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: right;
}

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

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

.autocomplete {
    text-align: right;
}

.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-left: 24px;
    display: block;
    color: #C00;
    background: url(../../../images/error.gif) no-repeat 0;
}

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

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

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

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

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

.pagination .pagination_current, .pagination a {
    padding: 5px 6px;
    margin-bottom: 3px;
    display: inline-block;
}

.pagination a {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff, #f5f5f5); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ffffff, #f5f5f5); /* for firefox 3.6+ */
    border: 1px solid #d6d6d6;
    color: #747474;
    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;
    display: inline-block;
    padding: 4px 8px;
    text-transform: lowercase;
    font-size: 11px;
    font-weight: normal;
}

.pagination .pagination_current {
    background: #d02997;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px;
    padding: 4px 8px;
    cursor: default;
}

.pagination a:hover {
    background-color: #ededed;
    color: #747474;
    text-decoration: none;
}

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

.tcat {
    font-family:BKoodakBold;
        font-family:16px;
    background: #edeff0;
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff0), to(#e8eaec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #edeff0, #e8eaec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #edeff0, #e8eaec); /* for firefox 3.6+ */
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #DDDDDD;
}

.tcat a:link {
    color: #000000;
}

.tcat a:visited {
    color: #000000;
}

.tcat a:hover, .tcat a:active {
    color: #000000;
}

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

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

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

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

.forum_legend dt {
    margin-left: 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;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(../../../images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    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;
    white-space: nowrap;
}

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

.box-right {
position: relative;
width: 320px;
height: 410px;
float: right;
margin-top: -215px;
right: 16px;
}

.mywavetopiks {
border: 2px solid #00a8ff;
background: rgba(255, 255, 255, 0.85);
-webkit-box-shadow: 0 0 5px #737373;
-moz-box-shadow: 0 0 5px #737373;
box-shadow: 0 0 5px #737373;
overflow: hidden;
width:700px;
margin: 10px 243px 0 283px;
padding-bottom: 5px;
height:108px;
padding-top: 7px;
border-radius:6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
}

.mywavetopikstext span {
font: 14px BYekan;
color: #0084c8;
background: url(../../../images/mywave/onbesttopic.png) no-repeat right;
padding-top: 5px;
margin-right:-130px;
padding-bottom: 5px;
padding-right: 30px;
padding-left: 130px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-moz-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
}

.mywavetopikstext span:hover {
background: url(../../../images/mywave/offbesttopic.png) no-repeat right;
color: #808080;
}

.mywavetopikstext {
position: relative;
height: 8px;
top: -13px;
margin-top: 25px;
margin-right: 80px;
margin-left: -100px;
}

.beststop2 {
position: absolute;
height: 127px;
width: 132px;
right: -8px;
margin: -13px 320px 0 300px;
border-radius: 15px;
}

.beststop {
background-image: -webkit-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -moz-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -o-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -ms-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
position: absolute;
height: 30px;
width: 170px;
right: 150px;
margin-top: 0px;
margin-right: -50px;
}

.beststop-left {
background-image: -webkit-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -moz-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -o-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -ms-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
position: absolute;
height: 30px;
width: 250px;
right: 150px;
margin-top: 250px;
margin-right: -120px;
}

.beststop-left span {
position: absolute;
font-family: BYekan;
font-size: 13px;
color: #353535;
text-shadow: 1px 1px #DDD;
right: 52px;
top: 5px;
}

.beststop span {
position: absolute;
font-family: BYekan;
font-size: 13px;
color: #353535;
text-shadow: 1px 1px #DDD;
right: 45px;
top: 6px;
}

.bestuser {
height: 125px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
float: right;
}

.bestuseravatar {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFF;
border: solid 3px rgba(0, 0, 0, .3);
height: 100px;
width: 100px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
float: right;
margin-right: -5px;
margin-top: -3px;
padding: 3px;
}

.bestusertext {
position: absolute;
font: 16px Byekan;
line-height: 12px;
margin-right: 108px;
margin-top: 40px;
}

.bestusertext span {
-webkit-box-shadow: 0 0 4px #000;
-moz-box-shadow: 0 0 4px #000;
box-shadow: 0 0 4px #000;
background-image: -webkit-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -moz-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -o-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -ms-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: linear-gradient(to top, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
font: 16px Byekan;
padding: 1px 1px 1px 23px;
padding-right: 28px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}

.bestusertext a {
color: #177ea7;
text-decoration: none;
}

#mywavevbbests {
position: relative;
right: -25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 12px;
text-align: center;
right: 25px;
top: 225px;
}

.box-left {
position: absolute;
width: 320px;
height: 410px;
float: left;
margin-top: -370px;
left: -3px;
}

.forumbitlastpost {
    background:#eeeeee;
    border-radius:5px;
    padding:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.05) inset;
    font-family:BYekan;
    font-size:13px;
}

.footer-bg {
    background:url(../../../images/mywave/header-bg.png) repeat-x;
        height:320px;
}

.footerwave {
position: absolute;
background: none;
width: 900px;
height: 220px;
margin-top: 40px;
left: 50%;
margin-left: -450px;
}

.aboutwave {
height: 157px;
width: 271px;
margin-right: 0px;
box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
margin-top: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 10px;
position: absolute;
font: 15px BKoodakBold;
color: #165fc2;
line-height: 30px;
}

.copyright {
font: 15px BKoodakBold;
color: #165fc2;
height: 165px;
width: 279px;
margin-right: 608px;
box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
margin-top: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 6px;
position: absolute;
overflow: hidden;
}

.copyright a {
    color:#ffdfeb;
}

.friendswave {
height: 165px;
width: 279px;
margin-right: 304px;
box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
margin-top: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 6px;
position: absolute;
overflow: hidden;
}

.friendswave a {
background: #ff5db1;
background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c));
background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
background: linear-gradient(to bottom, #007cd4 0%,#4799d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );
font: 18px BYekan;
text-decoration: none;
line-height: 49px;
padding: 4px 21px 8px 21px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 4px;
color: #fcfcfc;
text-shadow: 1px 1px 5px #0a0a0a;
border-bottom: 5px solid #007cd4;
}

.foottitles {
    
height: 30px;
width: 290px;
background: rgba(0,0,0,0);
display: inline-block;
margin-top: 18px;
margin-bottom: -40px;
margin-right: 6px;
float: none;
font: 18px BYekan;
color: #fff;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active,
.postbit_button,
.button {
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #616161;
    text-shadow: #ffffff 0px 1px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    vertical-align:middle;
}

.postbit_buttons > a:hover,
.postbit_button:hover,
.button:hover {
    color: #000000;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff, #f7f7f7); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ffffff, #f7f7f7); /* for firefox 3.6+ */
}

.post_field {
    background: linear-gradient(to right, rgba(219, 219, 219, 1) 0%,rgba(237, 237, 237, 1) 100%);
    color: #3E3E3E;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ededed',GradientType=1 );
    padding: 5px 7px 9px 0px;
    margin-top: 15px;
    text-align: center;
    border-top: 2px solid #2bb6ff;
    border-bottom: 2px solid #2bb6ff;
    border-right: 3px solid #2bb6ff;
    border-left: 0px solid #2bb6ff;
    border-radius: 5px 0 7px 5px;
    -moz-border-radius: 5px 0 7px 5px;
    -webkit-border-radius: 5px 0 7px 5px;
    -o-border-radius: 5px 0 7px 5px;
    -ms-border-radius: 5px 0 7px 5px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    margin-right: -16px;
    
    font-family: Tahoma;
    font-size: 12px;
}

.post_field:hover {
    border-left: 20px solid #0087cd;
}

.postfield {
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(239,239,239,1) 0%, rgba(234,234,234,1) 59%, rgba(244,244,244,1) 61%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(59%,rgba(234,234,234,1)), color-stop(61%,rgba(244,244,244,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 0 7px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-o-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-ms-box-shadow: 0 0 7px rgba(0,0,0,0.4);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-bottom: 3px solid rgba(0,0,0,0.1);
padding-bottom: 5px;
padding-top: 5px;
margin:7px;
}

.mywavepostbitright {
background: url(../../../images/mywave/sideimgpostbit.png) no-repeat;
position: absolute;
height: 12px;
width: 12px;
margin-top: -18px;
margin-right: -11px;
}

.kogtopads {
    background: #FFF;
    -webkit-box-shadow: inset 0 0 10px #737373;
    -moz-box-shadow: inset 0 0 10px #737373;
    box-shadow: inset 0 0 10px #737373;
    border: solid 2px #00a8ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 25px;
    margin-top: 10px;
    text-align: center;
}

.search input[type=text] {
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    border: 1px solid #d0d0d0;
        font-family:tahoma;
    padding:1px 5px;
    color:#b40b82;
    width:46px;
        height:32px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    transition: width 1s;
        border-radius:7px;
        -moz-border-radius:7px;
}

.search input[type=text]:focus {
    width:180px;
}

.postbit { margin-top:3px; padding:8px; border-radius:3px; font:normal 14px BYekan;color:rgb(70,70,70); text-shadow:0px 1px rgb(255,255,255); text-align:center; min-height:25px; background:url(../../../images/post_field.png); background-size:18px 100%; height:35px; border:1px rgb(255,255,255) solid; border-bottom:0; box-shadow:0px 0px 1px; border-right:3px rgb(255,255,255) solid; border-left:3px rgb(255,255,255) solid; } .postbit:hover { position:relative; animation:postmove 2s infinite; -webkit-animation:postmove 2s infinite; border-color:#003399; } .postbit-img { border: medium none; vertical-align: middle; }
@keyframes postmove {
    0%{
top:0px
}

25%{
top:5px
}

75%{
top:0px
}

100%{
top:5px
}


}

@
-webkit-keyframes postmove {
    0%{
top:0px
}

25%{
top:5px
}

75%{
top:0px
}

100%{
top:5px
}


}
در مسیر http://bankshadi.netgig.ir/images/mywave
داخل فایل blue.css رو خالی کن وبا کد
کد:
.navtabs li a.navtab {
background: url(../../../images/mywave/sprite.png) -184px 1px;
}
.navtabs li a.navtab:hover {
background: url(../../../images/mywave/sprite.png) -360px 1px;
}
.navtabs li a.active {
background: url(../../../images/mywave/sprite.png) -360px 1px;
}
.navtabs li a.active:hover {
background: url(../../../images/mywave/sprite.png) -184px 1px;
}
.thead-right-t {
background: url(../../../images/mywave/sprite.png) -644px -263px;
}
.thead-left-t {
background: url(../../../images/mywave/sprite.png) -600px -263px;
}
.box-right {
background: url(../../../images/mywave/sprite.png) -955px -975px;
}
.beststop2 {
background: url(../../../images/mywave/sprite.png) -805px -252px;
}
.box-left {
background: url(../../../images/mywave/sprite.png) -955px -975px;
}
پرکن
در همون مسیر فایلیبه نام
orange.css
با محتویات
کد:
.navtabs li a.navtab {
background: url(../../../images/mywave/sprite1.png) -184px 1px;
}
.navtabs li a.navtab:hover {
background: url(../../../images/mywave/sprite1.png) -360px 1px;
}
.navtabs li a.active {
background: url(../../../images/mywave/sprite1.png) -360px 1px;
}
.navtabs li a.active:hover {
background: url(../../../images/mywave/sprite1.png) -184px 1px;
}
.thead-right-t {
background: url(../../../images/mywave/sprite1.png) -644px -263px;
}
.thead-left-t {
background: url(../../../images/mywave/sprite1.png) -600px -263px;
}
.box-right {
background: url(../../../images/mywave/sprite1.png) -955px -975px;
}
.beststop2 {
background: url(../../../images/mywave/sprite1.png) -805px -252px;
}
.box-left {
background: url(../../../images/mywave/sprite1.png) -955px -975px;
}
بساز
فایلی که برایتغییر رنگ دادمرو در روت آپ کن
برای تغییر رنگ به مسیر
http://bankshadi.netgig.ir/colorchange.php?color=orange
برو
برای بازگشت به رنگ اولیه به مسیر
http://bankshadi.netgig.ir/colorchange.php?color=blue
برو.
برای تقدیر از [تصویر:  postbit_reputation.gif]و یا[تصویر:  postbit_thx.gif] در پایین هر ارسال استفاده کنید.
آموزش مجازی دروس دوره راهنمایی

از این به بعد فقط دوروز درهفته می آیم به دلیل مشغله بسیار

نصب mybb وردپرس و طراحی قالب پذیرفته میشود .(باکمترین قیمت)
پاسخ
 سپاس شده توسطiman13 (۱۳۹۲/۶/۱۶، ۱۸:۳۹:۲۷ عصر)
#12
داداش شرمنده خسته ات کردیم اما وقتی روو لینک تغییر رنگ کلیک میکنم گیر میکنه و رنگشم عوض نمیشه؟مشکل کجاست؟
پاسخ
#13
داخل فایل blue.css رو خالی کن وبا کد
کد:
.navtabs li a.navtab {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -184px 1px;
}
.navtabs li a.navtab:hover {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -360px 1px;
}
.navtabs li a.active {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -360px 1px;
}
.navtabs li a.active:hover {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -184px 1px;
}
.thead-right-t {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -644px -263px;
}
.thead-left-t {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -600px -263px;
}
.box-right {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -955px -975px;
}
.beststop2 {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -805px -252px;
}
.box-left {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite.png) -955px -975px;
}
پرکن
داخل فایل orange.css رو خالی کن وبا کد
کد:
.navtabs li a.navtab {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -184px 1px;
}
.navtabs li a.navtab:hover {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -360px 1px;
}
.navtabs li a.active {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -360px 1px;
}
.navtabs li a.active:hover {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -184px 1px;
}
.thead-right-t {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -644px -263px;
}
.thead-left-t {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -600px -263px;
}
.box-right {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -955px -975px;
}
.beststop2 {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -805px -252px;
}
.box-left {
background: url(http://bankshadi.netgig.ir/images/mywave/sprite1.png) -955px -975px;
}
پرکن
بعد تغییر رنگ صفحه رو رفرش کن.
برای تقدیر از [تصویر:  postbit_reputation.gif]و یا[تصویر:  postbit_thx.gif] در پایین هر ارسال استفاده کنید.
آموزش مجازی دروس دوره راهنمایی

از این به بعد فقط دوروز درهفته می آیم به دلیل مشغله بسیار

نصب mybb وردپرس و طراحی قالب پذیرفته میشود .(باکمترین قیمت)
پاسخ
 سپاس شده توسطiman13 (۱۳۹۲/۶/۱۶، ۲۰:۵۷:۵۹ عصر)
#14
عامو نشد بازم
دسترسی فرستادم درست کن
ممنون
پاسخ
#15
درود
داداشی مارو انداختی لیست سیاه؟
خواستم پ.خ بدم دیدم نمیشه.شرمنده اسپم دادیم
دوستان من همین کد هارو جایگزین کردم ولی نمیشه!اشکال کجاست؟
پاسخ
#16
دوست عزیزctrl + f5 رو بزن بعد از تغییر کد ها !
پاسخ
#17
داداش گلم ممنون از پاسخت اما اصن اون صفحه تغییر رنگ به هیچ وجه رد نمیشه که بخوام ctrl+f5 رو بزنم اما بازم زدم نشد!
خواهشا یکی راهنمایی کنه من این قالبو با امکان تغییر رنگش لازم دارم!
تشکر
پاسخ
#18
درود
در دسترسی فرساده شده تغییر داده شد یک کد ناقس بود
کد
کد:
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/colorchange.php" />
به هدر ایندوکلید(برای فراخوانی CSS )اضافه شد.
معذرت به خاطر تاخیر در پاسخگویی.HeartWink
برای تقدیر از [تصویر:  postbit_reputation.gif]و یا[تصویر:  postbit_thx.gif] در پایین هر ارسال استفاده کنید.
آموزش مجازی دروس دوره راهنمایی

از این به بعد فقط دوروز درهفته می آیم به دلیل مشغله بسیار

نصب mybb وردپرس و طراحی قالب پذیرفته میشود .(باکمترین قیمت)
پاسخ
 سپاس شده توسطiman13 (۱۳۹۲/۶/۲۱، ۱۲:۴۵:۴۰ عصر)
#19
سلام
ممنون اقا جواد.دستت درد نکنه درست شد
اما یه سوال دیگه
این 2 عکس رو نگاه کنید!
http://bankshadi.netgig.ir/images/mywave/thead-bg.png
http://bankshadi.netgig.ir/images/mywave/thead-bg1.png

خب با کدایی که شما درست کردی من تونستم یه سری چیزای دیگرو هم تغییر بدم که با کلیک کردن اونا هم تغییر رنگ پیدا کنن ولی هر کار میکنم این درست نمیشه!
چیکار باید بکنم؟
پاسخ
#20
کد های گلوبال .css
رو با کدزیر
کد:
body {
    background:url(../../../images/mywave/bg.png) repeat #efefef;
    color: #000;
    font-family: BYekan,tahoma;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
    dirction:rtl;
        margin:0 auto;
        overflow-x:hidden;
}

@
font-face {
  font-family:BKoodakBold;
  src: url(../../../images/mywave/fonts/BKoodakBold.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BKoodakBold.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BKoodakBold.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@
font-face {
  font-family: BYekan;
  src: url(../../../images/mywave/fonts/BYekan.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BYekan.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BYekan.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@
font-face {
  font-family:BNasimBold;
  src: url(../../../images/mywave/fonts/BBardiya.eot?#) format('eot'),  /* IE6-8 */
       url(../../../images/mywave/fonts/BBardiya.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../../../images/mywave/fonts/BBardiya.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}


a:hover {
    color: #aa4f67;
    text-decoration: none;
}


#container {
         background: url(../../../images/mywave/bg-a.png);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 2px rgba(0, 0, 0, .32);
    width: 93%;
    color: #000000;
    margin: auto auto;
    padding: 20px;
    text-align: right; /* IE 5 fix */
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;
}


.navbar a {
color:rgb(255, 255, 255);
}

.navbar a:hover {
color:rgb(255, 255, 255);
}

.navtabs li a.navtab {
display: block;
min-width: 150px;
text-align: center;
color: #FFF;
text-decoration: none;
line-height: 50px;
height: 70px;
margin-top: -31px;
margin-right: 10px;
font-family: BKoodakBold;
font-weight: normal;
font-size: 16px;
text-shadow: 0px 0px 2px #3D3D3D;
padding-top: 1px;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
list-style:none;
}

.navtabs li a.navtab:hover {
color: #F1F1F1;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}

.navtabs li a.active {
display: block;
min-width: 150px;
text-align: center;
color: #FFF;
text-decoration: none;
line-height: 50px;
height: 70px;
margin-top: -31px;
margin-right: 10px;
font-family: BKoodakBold;
font-weight: normal;
font-size: 16px;
text-shadow: 0px 0px 2px #3D3D3D;
padding-top: 1px;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
list-style:none;
}

.navtabs li a.active:hover {
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}

.navtabs {
position: absolute;
right: 50%;
margin-right: -485px;
padding: 0px 20px 0px 0px;
height: 26px;
}

.navtabs ul {
position: absolute;
top: 39px;
width: 100%;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin-left: -80px;
direction: ltr;
margin-right: -65px;
list-style:none;
}

.navtabs li {
    float:right;
list-style:none;
}

.navtabs ul li:first-child {
    margin-right: 20px;
    border-right: 0;
}

.navtabs ul li {
    border-left: 0;
    position: relative;
}

.navtabs li a {
    height:26px;
    line-height:26px;
    padding:0 10px;
}

.menu ul {
    color: #000000;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.menu ul a:link {
    color: #000000;
    text-decoration: none;
}

.menu ul a:visited {
    color: #000000;
    text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
    color: #4874a3;
    text-decoration: none;
}

#panel {
    background:#ffffff;
    margin-bottom:2px;
    box-shadow:0 0 25px rgba(0,0,0,0.1) inset;
    border-bottom:1px solid #cecece;
color: #000;
margin:0px auto;
font: 12px BYekan,tahoma;
padding: 8px;
text-align:right;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #000000;
    font-size: 14px;
}

.tborder {
    background: none;
    width: 100%;
    margin: 0 auto;
}

.thead-right-t {
position: absolute;
height: 64px;
width: 25px;
top:787px;
right: -6px;
margin-top: -10px;
padding-left: 20px;
}

.thead-left-t {
position: absolute;
height: 64px;
width: 25px;
left: 9px;
top:786px;
margin-top: -42px;
}

.thead {
        height: 35px;
        width: 100%;
    color: #ffffff;
        border-radius:5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
       font-family:BKoodakBold;
}

.thead a {
    color: #ffffff;
    text-decoration: none;
}

.thead a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.forumbit {
    background:#ffffff;
    font-size:13px;
    width:100%;
    border:1px solid #cecece;
    border-radius:5px;
    margin-bottom:2px;
    box-shadow:0 0 25px rgba(0,0,0,0.1) inset;
}

.message {
    background: #0d66a5;
    border-radius: 5px;
    box-shadow: -1px -1px #0f75bb inset,1px 1px #005590 inset;
    padding: 2px 10px;
    display: inline-block;
}

.trow1 {
    background: #ffffff;
    border-bottom:1px solid #cccccc;
}

.trow2 {
    background: #f5f5f5;
    border-bottom:1px solid #cccccc;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    color: #FFF;
    background-image: -webkit-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -moz-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -o-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -ms-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: linear-gradient(to top, #007cd4, #66a8d6 50%, #77add3);
    clear: both;
    padding: 5px 10px 5px 0px;
    font: 13px BYekan;
    border-top: 2px solid rgba(151, 0, 0, 0.36);
    border-right: 1px solid #179ddb;
    border-left: 1px solid #179ddb;
    border-bottom: 2px solid #179ddb;
    border-radius: 0 0 10px 10px;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -moz-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -o-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: -ms-linear-gradient(bottom, #007cd4, #66a8d6 50%, #77add3);
    background-image: linear-gradient(to top, #007cd4, #66a8d6 50%, #77add3);
    padding: 5px;
    moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-top: -25px;
}

.bottommenu a {
color:#fff;
}

.navigation {
height: 50px;
text-align:right;
width:100%;
float:center;
margin:0 auto;
font-size:18px;
color:#fff;
}


}

.navigation a {
    text-decoration: none;
position: absolute;
font-family: BYekan;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px #000;
right: 50px;
top: 767px;
}

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

.navigation .active {
position: absolute;
font-family: BYekan;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px #000;
right: 50px;
top: 767px;
}

#breadcrumb {
    font: 14px BKoodakbold;
    background-repeat:repeat-x;
    height:42px;
    line-height:40px;
    color:#fff;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#breadcrumb li {
    list-style-type:none;
    float:right;
    padding-right:10px;
}

#breadcrumb a {
    height:42px;
    display:block;
    background-image:url(../../../images/mywave/bc_separator.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left: 15px;
    text-decoration: none;
    color:#fff;
}

.home {
    border:none;
    margin: 8px 0px;
    width:30px;
    height:30px;
}

#breadcrumb a:hover {
    color:#9a384c;
}

.smalltext {
    font-size: 11px;
}

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

.textbox, select, textarea, .invalid_field, .valid_field {
    background: #ffffff;
    color: #000000;
    border: 1px solid #1c58ba;
    padding: 2px;
    font-family:BKoodakBold;
    font-size:12px;
    margin:4px;
}

input[type=button], input[type=submit] {
    padding: 3px 8px;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background: #eee url(../../../images/mywave/buttons_bg.gif) repeat-x;
    border: 1px solid #bbb;
    color: #333;
}

input[type=button]:hover, input[type=submit]:hover {
    border-color: #aaa;
}

textarea {
    background: #ffffff;
    color: #000000;
    border: 1px solid #0f5c8e;
    padding: 2px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

select {
    background: #ffffff;
    border: 1px solid #0f5c8e;
}

.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: #000;
}

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.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 right;
    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 right;
    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 right;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-right: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.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;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-left: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: left;
}

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

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

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

#copyright {
    font: 11px Tahoma, Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
        display:none;
    float: left;
    text-align: left;
    margin-top: 0;
}

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

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

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.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: right;
}

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

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

.autocomplete {
    text-align: right;
}

.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-left: 24px;
    display: block;
    color: #C00;
    background: url(../../../images/error.gif) no-repeat 0;
}

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

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

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

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

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

.pagination .pagination_current, .pagination a {
    padding: 5px 6px;
    margin-bottom: 3px;
    display: inline-block;
}

.pagination a {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff, #f5f5f5); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ffffff, #f5f5f5); /* for firefox 3.6+ */
    border: 1px solid #d6d6d6;
    color: #747474;
    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;
    display: inline-block;
    padding: 4px 8px;
    text-transform: lowercase;
    font-size: 11px;
    font-weight: normal;
}

.pagination .pagination_current {
    background: #d02997;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px;
    padding: 4px 8px;
    cursor: default;
}

.pagination a:hover {
    background-color: #ededed;
    color: #747474;
    text-decoration: none;
}

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

.tcat {
    font-family:BKoodakBold;
        font-family:16px;
    background: #edeff0;
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff0), to(#e8eaec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #edeff0, #e8eaec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #edeff0, #e8eaec); /* for firefox 3.6+ */
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #DDDDDD;
}

.tcat a:link {
    color: #000000;
}

.tcat a:visited {
    color: #000000;
}

.tcat a:hover, .tcat a:active {
    color: #000000;
}

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

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

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

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

.forum_legend dt {
    margin-left: 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;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(../../../images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    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;
    white-space: nowrap;
}

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

.box-right {
position: relative;
width: 320px;
height: 410px;
float: right;
margin-top: -215px;
right: 16px;
}



.mywavetopikstext span {
font: 14px BYekan;
background: url(../../../images/mywave/onbesttopic.png) no-repeat right;
padding-top: 5px;
margin-right:-130px;
padding-bottom: 5px;
padding-right: 30px;
padding-left: 130px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-moz-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
}

.mywavetopikstext span:hover {
background: url(../../../images/mywave/offbesttopic.png) no-repeat right;
color: #808080;
}

.mywavetopikstext {
position: relative;
height: 8px;
top: -13px;
margin-top: 25px;
margin-right: 80px;
margin-left: -100px;
}

.beststop2 {
position: absolute;
height: 127px;
width: 132px;
right: -8px;
margin: -13px 320px 0 300px;
border-radius: 15px;
}

.beststop {
background-image: -webkit-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -moz-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -o-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -ms-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
position: absolute;
height: 30px;
width: 170px;
right: 150px;
margin-top: 0px;
margin-right: -50px;
}

.beststop-left {
background-image: -webkit-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -moz-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -o-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: -ms-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0));
position: absolute;
height: 30px;
width: 250px;
right: 150px;
margin-top: 250px;
margin-right: -120px;
}

.beststop-left span {
position: absolute;
font-family: BYekan;
font-size: 13px;
color: #353535;
text-shadow: 1px 1px #DDD;
right: 52px;
top: 5px;
}

.beststop span {
position: absolute;
font-family: BYekan;
font-size: 13px;
color: #353535;
text-shadow: 1px 1px #DDD;
right: 45px;
top: 6px;
}

.bestuser {
height: 125px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
float: right;
}

.bestuseravatar {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFF;
border: solid 3px rgba(0, 0, 0, .3);
height: 100px;
width: 100px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
float: right;
margin-right: -5px;
margin-top: -3px;
padding: 3px;
}

.bestusertext {
position: absolute;
font: 16px Byekan;
line-height: 12px;
margin-right: 108px;
margin-top: 40px;
}

.bestusertext span {
-webkit-box-shadow: 0 0 4px #000;
-moz-box-shadow: 0 0 4px #000;
box-shadow: 0 0 4px #000;
background-image: -webkit-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -moz-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -o-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: -ms-linear-gradient(bottom, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
background-image: linear-gradient(to top, #D6D6D6 23%, #D6D6D6 36%, #CBCBCB 50%, #D2D2D2 52%, #FFF 99%);
font: 16px Byekan;
padding: 1px 1px 1px 23px;
padding-right: 28px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}

.bestusertext a {
color: #177ea7;
text-decoration: none;
}

#mywavevbbests {
position: relative;
right: -25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 12px;
text-align: center;
right: 25px;
top: 225px;
}

.box-left {
position: absolute;
width: 320px;
height: 410px;
float: left;
margin-top: -370px;
left: -3px;
}

.forumbitlastpost {
    background:#eeeeee;
    border-radius:5px;
    padding:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.05) inset;
    font-family:BYekan;
    font-size:13px;
}


.footerwave {
position: absolute;
background: none;
width: 900px;
height: 220px;
margin-top: 40px;
left: 50%;
margin-left: -450px;
}



.copyright a {
    color:#ffdfeb;
}

.friendswave {
height: 165px;
width: 279px;
margin-right: 304px;
box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
margin-top: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 6px;
position: absolute;
overflow: hidden;
}



.foottitles {
    
height: 30px;
width: 290px;
background: rgba(0,0,0,0);
display: inline-block;
margin-top: 18px;
margin-bottom: -40px;
margin-right: 6px;
float: none;
font: 18px BYekan;
color: #fff;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active,
.postbit_button,
.button {
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #616161;
    text-shadow: #ffffff 0px 1px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    vertical-align:middle;
}

.postbit_buttons > a:hover,
.postbit_button:hover,
.button:hover {
    color: #000000;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff, #f7f7f7); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ffffff, #f7f7f7); /* for firefox 3.6+ */
}

.post_field {
    background: linear-gradient(to right, rgba(219, 219, 219, 1) 0%,rgba(237, 237, 237, 1) 100%);
    color: #3E3E3E;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ededed',GradientType=1 );
    padding: 5px 7px 9px 0px;
    margin-top: 15px;
    text-align: center;
    border-top: 2px solid #2bb6ff;
    border-bottom: 2px solid #2bb6ff;
    border-right: 3px solid #2bb6ff;
    border-left: 0px solid #2bb6ff;
    border-radius: 5px 0 7px 5px;
    -moz-border-radius: 5px 0 7px 5px;
    -webkit-border-radius: 5px 0 7px 5px;
    -o-border-radius: 5px 0 7px 5px;
    -ms-border-radius: 5px 0 7px 5px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    margin-right: -16px;
    
    font-family: Tahoma;
    font-size: 12px;
}

.post_field:hover {
    border-left: 20px solid #0087cd;
}

.postfield {
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(239,239,239,1) 0%, rgba(234,234,234,1) 59%, rgba(244,244,244,1) 61%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(59%,rgba(234,234,234,1)), color-stop(61%,rgba(244,244,244,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(239,239,239,1) 0%,rgba(234,234,234,1) 59%,rgba(244,244,244,1) 61%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 0 7px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-o-box-shadow: 0 0 7px rgba(0,0,0,0.4);
-ms-box-shadow: 0 0 7px rgba(0,0,0,0.4);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-bottom: 3px solid rgba(0,0,0,0.1);
padding-bottom: 5px;
padding-top: 5px;
margin:7px;
}

.mywavepostbitright {
background: url(../../../images/mywave/sideimgpostbit.png) no-repeat;
position: absolute;
height: 12px;
width: 12px;
margin-top: -18px;
margin-right: -11px;
}


.search input[type=text] {
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #f4f4f4, #ececec); /* for firefox 3.6+ */
    border: 1px solid #d0d0d0;
       &nbsp;font-family:tahoma;
    padding:1px 5px;
    color:#b40b82;
    width:46px;
        height:32px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    transition: width 1s;
        border-radius:7px;
        -moz-border-radius:7px;
}

.search input[type=text]:focus {
    width:180px;
}

.postbit { margin-top:3px; padding:8px; border-radius:3px; font:normal 14px BYekan;color:rgb(70,70,70); text-shadow:0px 1px rgb(255,255,255); text-align:center; min-height:25px; background:url(../../../images/post_field.png); background-size:18px 100%; height:35px; border:1px rgb(255,255,255) solid; border-bottom:0; box-shadow:0px 0px 1px; border-right:3px rgb(255,255,255) solid; border-left:3px rgb(255,255,255) solid; } .postbit:hover { position:relative; animation:postmove 2s infinite; -webkit-animation:postmove 2s infinite; border-color:#003399; } .postbit-img { border: medium none; vertical-align: middle; }
@keyframes postmove {
    0%{
top:0px
}

25%{
top:5px
}

75%{
top:0px
}

100%{
top:5px
}


}

@
-webkit-keyframes postmove {
    0%{
top:0px
}

25%{
top:5px
}

75%{
top:0px
}

100%{
top:5px
}


}
تعویض نماید
کد
کد:
#breadcrumb {
background-image:url(../../../images/mywave/thead-bg.png);
    }
.thead {
    background: #026CB1 url(../../../images/mywave/thead-bg.png) 5px;
    }
    .navigation {
    background: #026CB1 url(../../../images/mywave/thead-bg.png) 5px;
    }
رو به blue.css اضافه نمایید .(در مسیر قالب موجوده)پ
وکد
کد:
#breadcrumb {
background-image:url(../../../images/mywave/thead-bg1.png);
    }
.thead {
    background: #ffa200 url(../../../images/mywave/thead-bg1.png) 5px;
    }
    .navigation {
    background: #ffa200 url(../../../images/mywave/thead-bg1.png) 5px;
    }
رو به orange.css اضافه نمایید.(در مسیر قالب موجوده)
موفق باشید.Wink
برای تقدیر از [تصویر:  postbit_reputation.gif]و یا[تصویر:  postbit_thx.gif] در پایین هر ارسال استفاده کنید.
آموزش مجازی دروس دوره راهنمایی

از این به بعد فقط دوروز درهفته می آیم به دلیل مشغله بسیار

نصب mybb وردپرس و طراحی قالب پذیرفته میشود .(باکمترین قیمت)
پاسخ
 سپاس شده توسطiman13 (۱۳۹۲/۶/۲۲، ۱۳:۵۱:۰۳ عصر)


پرش به انجمن:


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