الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
اذهب إلى التصفح
Darkworrior (نقاش | مساهمات) لا ملخص تعديل |
Darkworrior (نقاش | مساهمات) لا ملخص تعديل |
||
سطر ٢٥: | سطر ٢٥: | ||
opacity:0.7; | opacity:0.7; | ||
filter:alpha(opacity=70); | filter:alpha(opacity=70); | ||
} | |||
.kingrfv{ | |||
-webkit-transition: all 1s ease; | |||
-moz-transition: all 1s ease; | |||
-o-transition: all 1s ease; | |||
-ms-transition: all 1s ease; | |||
transition: all 1s ease; | |||
} | |||
.kingrfv:hover { | |||
-webkit-transform: rotate(-10deg); | |||
-moz-transform: rotate(-10deg); | |||
-o-transform: rotate(-10deg); | |||
-ms-transform: rotate(-10deg); | |||
transform: rotate(-10deg); | |||
} | |||
.kingtgb{ | |||
-webkit-transition: all 1s ease; | |||
-moz-transition: all 1s ease; | |||
-o-transition: all 1s ease; | |||
-ms-transition: all 1s ease; | |||
transition: all 1s ease; | |||
} | |||
.kingtgb:hover { | |||
-webkit-transform: rotate(10deg); | |||
-moz-transform: rotate(10deg); | |||
-o-transform: rotate(10deg); | |||
-ms-transform: rotate(10deg); | |||
transform: rotate(10deg); | |||
} | |||
.kingyhn{ | |||
-webkit-transition: all 1s ease; | |||
-moz-transition: all 1s ease; | |||
-o-transition: all 1s ease; | |||
-ms-transition: all 1s ease; | |||
transition: all 1s ease; | |||
} | |||
.kingyhn:hover { | |||
-webkit-transform: translate(0px,-10px); | |||
-moz-transform: translate(0px,-10px); | |||
-o-transform: translate(0px,-10px); | |||
-ms-transform: translate(0px,-10px); | |||
transform: translate(0px,-10px); | |||
} | |||
a.external { | |||
background-position: left center; | |||
padding-left: 13px; | |||
padding-right: 0px; | |||
} | } |
مراجعة ٠١:٤٣، ٢٧ أبريل ٢٠١٤
/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */ #kinqaz{ background-image:url('http://help.tribalwars.ae/images/5/50/Home_page4.png'); } #kingwsx{ height:51px; background-image:url('http://help.tribalwars.ae/images/d/db/Home_page2.png'); color:#ffffff; } .kingedc{ background-image:url('http://help.tribalwars.ae/images/d/da/Home_page3.png'); width: 141px; height: 27px; text-align: center; display: inline-block; margin-right: 120px; padding-top: 5px; } .kingedc:hover { opacity:0.7; filter:alpha(opacity=70); } .kingrfv{ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .kingrfv:hover { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); } .kingtgb{ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .kingtgb:hover { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); -ms-transform: rotate(10deg); transform: rotate(10deg); } .kingyhn{ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .kingyhn:hover { -webkit-transform: translate(0px,-10px); -moz-transform: translate(0px,-10px); -o-transform: translate(0px,-10px); -ms-transform: translate(0px,-10px); transform: translate(0px,-10px); } a.external { background-position: left center; padding-left: 13px; padding-right: 0px; }