هاست لینوکس

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


امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
راهنمایی در باره پست بیت
#1
سلام

من میخوام پست بیتم این حالتی باشه

[تصویر:  41466697458252221708.png]

و وفتی که موس میره روش مثله اون بالا گوشش اونجوری شه Huh
پاسخ
#2
درود :‌آدرس همون صفحه رو بدید تا بتونیم بهتر راهنمایی کنیم .
پاسخ
 سپاس شده توسطصالح غلامیان (۱۳۹۲/۸/۲۳، ۱۱:۱۵:۴۶ صبح)
#3
باید از css3 animations استفاده کنید

اول یک animation تعریف کنید:
کد php:
@keyframes myanimation
{
from {border-radius:5px;}
to {border-radius:15px;}
}
@-
webkit-keyframes myanimation /* Safari and Chrome */
{
from {border-radius:5px;}
to {border-radius:15px;}


بعد تعریف کنید که وقتی موس روی div رفت این animation اجرا بشه:
کد php:
div:hover{
animation:myanimation 1s;
-
webkit-animation:myanimation 5s/* Safari and Chrome */

پاسخ
 سپاس شده توسطصالح غلامیان (۱۳۹۲/۸/۲۳، ۱۵:۰۱:۵۶ عصر) ، MohamadReza (۱۳۹۲/۸/۲۳، ۱۸:۱۰:۰۶ عصر) ، firstboy000 (۱۳۹۲/۸/۲۳، ۱۸:۵۱:۰۹ عصر) ، a.armaney (۱۳۹۲/۱۰/۴، ۲۱:۱۲:۰۷ عصر)
#4
اینو باید کجا بزارم؟
پاسخ
#5
میشه انیمیشنی که باید تعریف بشه و اینکه کجا باید بزارمو بگین؟Huh
پاسخ
#6
اون کد ها باید توی global گذاشته بشن و براشون از پست بیت کلاسیک class تعریف بشه

البته میشه به جز انیمیشن از hover با transition استفاده کرد.
Designs : Mellat Graph - Mellat Modern - Mellat Pro - Mellat Metro - Mybbiran - Assasins - Mellat Special- Mellat 3d - Mellat Ziba - Shahrsaz -Mellat awesome - Mellat Civil - Mellat Slim - Mellat 2014 - Mellat Fun - Mellat Tech - Mellat World - Mellat Electric  - کره تی وی - ایران لیگ - تهران پاتوق -
Translations : Glowing-Drakice-Techorina-Blueshire
---------

Coming Soon :  Flex
سامانه سیتی گرام|CityGram





پاسخ
 سپاس شده توسطMohamadReza (۱۳۹۲/۹/۲۶، ۲۱:۰۲:۵۹ عصر) ، firstboy000 (۱۳۹۲/۹/۲۷، ۱۲:۲۱:۰۹ عصر)
#7
@keyframes myanimation
{
from {border-radius:5px;}
to {border-radius:15px;}
}
@-webkit-keyframes myanimation /* Safari and Chrome */
{
from {border-radius:5px;}
to {border-radius:15px;}
}

div:hover{
animation:myanimation 1s;
-webkit-animation:myanimation 5s; /* Safari and Chrome */
}

یعنی به جای myanimation
hover بزارم بعد بزارمش توی css ؟
پاسخ
 سپاس شده توسطfirstboy000 (۱۳۹۲/۹/۲۷، ۱۲:۲۱:۱۱ عصر)
#8
شما از همین استفاده کنید به این صورت :

کد:
@keyframes post_field
{
from {border-radius:5px;}
to {border-radius:15px;}
}
@-webkit-keyframes post_field /* Safari and Chrome */
{
from {border-radius:5px;}
to {border-radius:15px;}
}
.post_field:hover{
animation:myanimation 1s;
-webkit-animation:myanimation 5s; /* Safari and Chrome */
}

به اخر global.css اضافه کنید

این کد رو به جای global.css بذار !

کد قبلیت مشکل داره »

کد:
body {
     background:#efefef url(images/elmisland/bg-woc.png)  ;
            background-attachment:fixed;
    color: #000;
    font-family: Tahoma;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
}

a:link {
    color: #026CB1;
    text-decoration: none;
}

a:visited {
    color: #026CB1;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: underline;
}

#container {
background-color: #ffffff;
border: 2px solid #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 2px solid #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
    width: 90%;
    color: blue#;
    text-align: right;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
    border: 1px solid #b7b7b7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 12px;
}

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

.menu {
    background: #0A537C url(images/elmisland/navBG_blue.gif) repeat-x;
    border-bottom: 1px solid #BFBFBF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    margin: -13px -13px 5px;
    text-align: center;
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 12px #000000;
    -webkit-box-shadow: inset 0px 0px 12px #000000;
    box-shadow: inset 0px 0px 12px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d17ff', endColorstr = '#1212ff');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d17ff', endColorstr = '#1212ff')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -ms-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -o-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2d17ff), to(#1212ff));
    background-image: -webkit-linear-gradient(top, #2d17ff, #1212ff);
    background-image: linear-gradient(top, #2d17ff, #1212ff);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.menu ul {
color: #ffffff;
font-size: 11px;
padding: 0 15px;
}

.menu ul a:link {
color: #ffffff;
padding: 6px;
text-decoration: none;
}

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

.menu ul a:hover, .menu ul a:active {
background: #f6f6f6 url(images/elmisland/navBG_blue.gif) repeat-x;
color: #ffffff;
padding: 5px;
border: 1px solid #dddddd;
border-radius: 5px 5px 5px 5px;    
text-decoration: none;
}

#panel {
    background: #ffffff;
    width: 90%;
    color: #000000;
    margin: auto auto 4px;
    padding: 12px;
    text-align: right;
    border: 1px solid #b7b7b7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 20px #000000;
    -webkit-box-shadow: inset 0px 0px 20px #000000;
    box-shadow: inset 0px 0px 20px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf0', endColorstr = '#fcfff0');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf0', endColorstr = '#fcfff0')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -ms-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -o-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffdf0), to(#fcfff0));
    background-image: -webkit-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: linear-gradient(top, #fffdf0, #fcfff0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
    opacity: 0.79;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 79);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 79);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
    
    font-size: 11px;
}

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

table {
color: #000000;
font-family: Tahoma;
font-size: 13px;
}

.tborder {
background: #81A2C4;
width: 100%;
margin: auto auto;
border: 1px solid #0F5C8E;
}

.tb {
background:;
width: 100%;
margin: auto auto;
}

.thead {
    color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #7633ff;
    -moz-border-radius: 18px 18px 0px 0px;
    -webkit-border-radius: 18px 18px 0px 0px;
    border-radius: 18px 18px 0px 0px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 18px #000000;
    -webkit-box-shadow: inset 0px 0px 18px #000000;
    box-shadow: inset 0px 0px 18px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c1cff', endColorstr = '#7257ff');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c1cff', endColorstr = '#7257ff')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -ms-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -o-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3c1cff), to(#7257ff));
    background-image: -webkit-linear-gradient(top, #3c1cff, #7257ff);
    background-image: linear-gradient(top, #3c1cff, #7257ff);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    opacity: 0.88;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 88);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 88);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
}

.th {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
height: 35px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #ffffff;
border: 1px solid #316897;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}

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

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

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

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

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

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

.tcat {
background: #ebebeb top left repeat-x;
color: #000000;
font-size: 12px;
}

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

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

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

.trow1 {
background: #fbfbfb url(images/elmisland/grey-up.png) repeat-x 0% 100%;
border-left: 1px solid lightGrey;
border-right: 1px solid lightGrey;
}

.trow2 {
background: #fbfbfb url(images/elmisland/grey-up.png) repeat-x 0% 100%;
border-left: 1px solid lightGrey;
border-right: 1px solid lightGrey;
}

.trow_shaded {
background: #ffdde0;
}

.trow_selected td {
background: #FFFBD9;
}

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

.tfoot {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
color: #ffffff;
}

.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 {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
color: #000000;
border: 1px solid #4874a3;
padding: 10px;
}

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

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

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

.navigation {
color: #000000;
font-size: 13px;
font-weight: bold;
}

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

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

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

.navigation .active {
color: #000000;
font-size: 13px;
font-weight: bold;
}

.smalltext {
font-size: 11px;
}

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

input.textbox {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 1px;
font-family: Tahoma;
font-size: 11px;
}

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

select {
background: #ffffff;
border: 1px solid #0f5c8e;
font-family: Tahoma;
font-size: 11px;
}

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

.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;
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.float_right {
    float: right;
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 32px 0px;
    -webkit-border-radius: 32px 0px 32px 0px;/*This is the correct shorthand for webkit*/
    border-radius: 32px 0px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

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

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

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

#panel .links {
    margin: 0;
    float: left;
    
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.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;
margin: 0;
padding: 10px 0 0 0;
text-align: left;
}

#debug {
float: right;
text-align: right;
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: left;
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: Tahoma;
font-size: 13px;
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: 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-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: 5px;
}

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

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

.pagination .pagination_current, .pagination a {
padding: 2px 6px;
margin-bottom: 3px;
}

.pagination a {
border: 1px solid #81A2C4;
}

.pagination .pagination_current {
background: #F5F5F5;
border: 1px solid #81A2C4;
font-weight: bold;
color: #000;
}

.pagination a:hover {
background: #F5F5F5;
text-decoration: none;
}

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

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

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

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

#new{
width: 90%;
background: #ffffff;
color: #000000;
margin: auto auto 4px;
padding: 12px;
text-align: center;
border: 1px solid #b7b7b7;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;


background-color: #ffffff;
border: 2px solid #4247ff;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: inset 0px 0px 12px #000000;
-webkit-box-shadow: inset 0px 0px 12px #000000;
box-shadow: inset 0px 0px 12px #000000;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
opacity: 0.79;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 79);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 79);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}

.post_field {
background:url(images/elmisland/top-highlight.png) repeat-x scroll left top #F1F1F1;
border:1px solid #CCC;
color:#000;
font-size:13px;
border-bottom:0;
padding:5px;
width:180px
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;padding:5px
}

.me {
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
-webkit-border-top-left-radius: 5px; /* pour Chrome */
-webkit-border-top-right-radius: 5px; /* pour Chrome */
-webkit-border-top-top-radius: 5px; /* pour Chrome */
-webkit-border-top-bottom-radius:5 px; /* pour Chrome */
background-color:#F1F4F7;
color:#F722EE;
margin-top:5px;
}


.post_field
{

transition-property:width;
transition-duration:1s;
/* Safari */
-webkit-transition-property:width;
-webkit-transition-duration:1s;
transition-property:transform;
transition-duration:1s;
-moz-transition-property:-moz-transform;
-moz-transition-duration:1s;
-webkit-transition-property:-webkit-transform;
-webkit-transition-duration:1s;
-o-transition-property:-o-transform;
-o-transition-duration:1s;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
}

.post_field:hover
{
background:url(images/elmisland/top-highlight.png) repeat-x scroll left top #FFE6FF;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-moz-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-webkit-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-o-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-ms-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
padding:12px;
}


[/quote]
[hr]
این کد رو به جای global.css بذار !

کد قبلیت مشکل داره »

[quote]
body {
     background:#efefef url(images/elmisland/bg-woc.png)  ;
            background-attachment:fixed;
    color: #000;
    font-family: Tahoma;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
}

a:link {
    color: #026CB1;
    text-decoration: none;
}

a:visited {
    color: #026CB1;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: underline;
}

#container {
background-color: #ffffff;
border: 2px solid #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 2px solid #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
    width: 90%;
    color: blue#;
    text-align: right;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
    border: 1px solid #b7b7b7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 12px;
}

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

.menu {
    background: #0A537C url(images/elmisland/navBG_blue.gif) repeat-x;
    border-bottom: 1px solid #BFBFBF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    margin: -13px -13px 5px;
    text-align: center;
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 12px #000000;
    -webkit-box-shadow: inset 0px 0px 12px #000000;
    box-shadow: inset 0px 0px 12px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d17ff', endColorstr = '#1212ff');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d17ff', endColorstr = '#1212ff')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -ms-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -o-linear-gradient(top, #2d17ff, #1212ff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2d17ff), to(#1212ff));
    background-image: -webkit-linear-gradient(top, #2d17ff, #1212ff);
    background-image: linear-gradient(top, #2d17ff, #1212ff);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.menu ul {
color: #ffffff;
font-size: 11px;
padding: 0 15px;
}

.menu ul a:link {
color: #ffffff;
padding: 6px;
text-decoration: none;
}

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

.menu ul a:hover, .menu ul a:active {
background: #f6f6f6 url(images/elmisland/navBG_blue.gif) repeat-x;
color: #ffffff;
padding: 5px;
border: 1px solid #dddddd;
border-radius: 5px 5px 5px 5px;    
text-decoration: none;
}

#panel {
    background: #ffffff;
    width: 90%;
    color: #000000;
    margin: auto auto 4px;
    padding: 12px;
    text-align: right;
    border: 1px solid #b7b7b7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 20px #000000;
    -webkit-box-shadow: inset 0px 0px 20px #000000;
    box-shadow: inset 0px 0px 20px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf0', endColorstr = '#fcfff0');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf0', endColorstr = '#fcfff0')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -ms-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -o-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffdf0), to(#fcfff0));
    background-image: -webkit-linear-gradient(top, #fffdf0, #fcfff0);
    background-image: linear-gradient(top, #fffdf0, #fcfff0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
    opacity: 0.79;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 79);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 79);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
    
    font-size: 11px;
}

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

table {
color: #000000;
font-family: Tahoma;
font-size: 13px;
}

.tborder {
background: #81A2C4;
width: 100%;
margin: auto auto;
border: 1px solid #0F5C8E;
}

.tb {
background:;
width: 100%;
margin: auto auto;
}

.thead {
    color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #7633ff;
    -moz-border-radius: 18px 18px 0px 0px;
    -webkit-border-radius: 18px 18px 0px 0px;
    border-radius: 18px 18px 0px 0px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: inset 0px 0px 18px #000000;
    -webkit-box-shadow: inset 0px 0px 18px #000000;
    box-shadow: inset 0px 0px 18px #000000;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c1cff', endColorstr = '#7257ff');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c1cff', endColorstr = '#7257ff')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -ms-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -o-linear-gradient(top, #3c1cff, #7257ff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3c1cff), to(#7257ff));
    background-image: -webkit-linear-gradient(top, #3c1cff, #7257ff);
    background-image: linear-gradient(top, #3c1cff, #7257ff);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    opacity: 0.88;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 88);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 88);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
}

.th {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
height: 35px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #ffffff;
border: 1px solid #316897;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}

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

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

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

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

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

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

.tcat {
background: #ebebeb top left repeat-x;
color: #000000;
font-size: 12px;
}

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

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

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

.trow1 {
background: #fbfbfb url(images/elmisland/grey-up.png) repeat-x 0% 100%;
border-left: 1px solid lightGrey;
border-right: 1px solid lightGrey;
}

.trow2 {
background: #fbfbfb url(images/elmisland/grey-up.png) repeat-x 0% 100%;
border-left: 1px solid lightGrey;
border-right: 1px solid lightGrey;
}

.trow_shaded {
background: #ffdde0;
}

.trow_selected td {
background: #FFFBD9;
}

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

.tfoot {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
color: #ffffff;
}

.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 {
background: #d35e00 url(images/elmisland/navBG_blue.gif) repeat-x 0% 0%;
color: #000000;
border: 1px solid #4874a3;
padding: 10px;
}

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

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

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

.navigation {
color: #000000;
font-size: 13px;
font-weight: bold;
}

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

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

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

.navigation .active {
color: #000000;
font-size: 13px;
font-weight: bold;
}

.smalltext {
font-size: 11px;
}

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

input.textbox {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 1px;
font-family: Tahoma;
font-size: 11px;
}

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

select {
background: #ffffff;
border: 1px solid #0f5c8e;
font-family: Tahoma;
font-size: 11px;
}

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

.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;
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.float_right {
    float: right;
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-border-radius: 32px 0px;
    -webkit-border-radius: 32px 0px 32px 0px;/*This is the correct shorthand for webkit*/
    border-radius: 32px 0px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

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

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

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

#panel .links {
    margin: 0;
    float: left;
    
    
    
    background-color: #29ffe3;
    border: 2px solid #aca3ff;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffef7', endColorstr = '#fffff2')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #fffef7, #fffff2);
    background-image: -ms-linear-gradient(top, #fffef7, #fffff2);
    background-image: -o-linear-gradient(top, #fffef7, #fffff2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fffef7), to(#fffff2));
    background-image: -webkit-linear-gradient(top, #fffef7, #fffff2);
    background-image: linear-gradient(top, #fffef7, #fffff2);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.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;
margin: 0;
padding: 10px 0 0 0;
text-align: left;
}

#debug {
float: right;
text-align: right;
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: left;
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: Tahoma;
font-size: 13px;
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: 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-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: 5px;
}

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

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

.pagination .pagination_current, .pagination a {
padding: 2px 6px;
margin-bottom: 3px;
}

.pagination a {
border: 1px solid #81A2C4;
}

.pagination .pagination_current {
background: #F5F5F5;
border: 1px solid #81A2C4;
font-weight: bold;
color: #000;
}

.pagination a:hover {
background: #F5F5F5;
text-decoration: none;
}

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

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

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

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

#new{
width: 90%;
background: #ffffff;
color: #000000;
margin: auto auto 4px;
padding: 12px;
text-align: center;
border: 1px solid #b7b7b7;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;


background-color: #ffffff;
border: 2px solid #4247ff;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: inset 0px 0px 12px #000000;
-webkit-box-shadow: inset 0px 0px 12px #000000;
box-shadow: inset 0px 0px 12px #000000;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
opacity: 0.79;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 79);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 79);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}

.post_field {
background:url(images/elmisland/top-highlight.png) repeat-x scroll left top #F1F1F1;
border:1px solid #CCC;
color:#000;
font-size:13px;
border-bottom:0;
padding:5px;
width:180px
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;padding:5px
}

.me {
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
-webkit-border-top-left-radius: 5px; /* pour Chrome */
-webkit-border-top-right-radius: 5px; /* pour Chrome */
-webkit-border-top-top-radius: 5px; /* pour Chrome */
-webkit-border-top-bottom-radius:5 px; /* pour Chrome */
background-color:#F1F4F7;
color:#F722EE;
margin-top:5px;
}


.post_field
{

transition-property:width;
transition-duration:1s;
/* Safari */
-webkit-transition-property:width;
-webkit-transition-duration:1s;
transition-property:transform;
transition-duration:1s;
-moz-transition-property:-moz-transform;
-moz-transition-duration:1s;
-webkit-transition-property:-webkit-transform;
-webkit-transition-duration:1s;
-o-transition-property:-o-transform;
-o-transition-duration:1s;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
}

.post_field:hover
{
background:url(images/elmisland/top-highlight.png) repeat-x scroll left top #FFE6FF;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-moz-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-webkit-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-o-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
-ms-transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
transform: scale(1.1) rotate(-5deg) translate(0px, 0px) skew(0deg, 0deg);
padding:12px;
}
Designs : Mellat Graph - Mellat Modern - Mellat Pro - Mellat Metro - Mybbiran - Assasins - Mellat Special- Mellat 3d - Mellat Ziba - Shahrsaz -Mellat awesome - Mellat Civil - Mellat Slim - Mellat 2014 - Mellat Fun - Mellat Tech - Mellat World - Mellat Electric  - کره تی وی - ایران لیگ - تهران پاتوق -
Translations : Glowing-Drakice-Techorina-Blueshire
---------

Coming Soon :  Flex
سامانه سیتی گرام|CityGram





پاسخ
 سپاس شده توسطMohamadReza (۱۳۹۲/۹/۲۶، ۲۱:۲۸:۵۳ عصر) ، firstboy000 (۱۳۹۲/۹/۲۷، ۱۲:۲۱:۱۴ عصر)
#9
div:hover{
animation:myanimation 1s;
-webkit-animation:myanimation 5s; /* Safari and Chrome */
}

رو هم میشه برام تنظیم کنید لطفا؟
پاسخ
#10
این animatione یک مدل دیگس

میشه مثل عکسی که بالا گذاشتم بدید بهم؟Huh
پاسخ


پرش به انجمن:


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