«ميدياويكي:Common.css»: الفرق بين المراجعتين
سطر ١٥٤: | سطر ١٥٤: | ||
.mw-content-ltr { | .mw-content-ltr { | ||
direction: rtl !important; | direction: rtl !important; | ||
+ | } | ||
+ | |||
+ | /* *********************************************************************** */ | ||
+ | /* DESKTOP VERSION */ | ||
+ | /* *********************************************************************** */ | ||
+ | @media only screen and (min-width: 801px){ | ||
+ | |||
+ | body { | ||
+ | background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.jpg') no-repeat fixed center top #000; | ||
+ | background-size: 100%; | ||
} | } |
مراجعة ١٢:٤٢، ٢٧ مارس ٢٠٢١
/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */
* { font-family: Tahoma}
body.page-الصفحة_الرئيسية #catlinks,
body.page-الصفحة_الرئيسية h1.firstHeading{
display: none;
}
/*Gallery Box */
div.thumb {
background-color: transparent;
border-color: transparent;
}
li.gallerybox {
background-color: transparent;
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background-color:transparent;
border: 1px solid rgb(150, 150, 150);
}
html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent;
border: 1px solid #88283a;
}
div.thumbinner {background-color:transparent;}
div.thumb {border-color: transparent;}
.transparentbackground {
background: url("http://wiki.metin2.com.pt/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
}
#bodyContent a.external, #bodyContent a.external[href^="gopher://"] {
background: url("http://metin2wiki.de/images/a/af/External-link.png") no-repeat scroll right center transparent;
padding-left: 13px;
}
.drachenstein_colhead {
width: 120px;
border: 1px solid #5d0505;
border-radius: 10px;
box-shadow: 2px 2px 5px #000000;
background: #5d0505;
color: #dadada;
font-weight: bold;
padding: 5px;
}
.drachenstein_head {
width: 425px;
border: 1px solid #5d0505;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-shadow:2px 2px 5px #000000;
background: #5d0505;
color: #f0d9a2;
font-weight: bold;
padding: 5px 15px;
}
.drachenstein_reinheit {
width: 110px;
height: 92px;
border-radius: 55px;
font-size: 20px;
color: #f0d9a2;
padding-top: 18px;
line-height: 30px;
align: center;
text-align: center;
background: #5d0505;
box-shadow: 2px 2px 5px #000000;
}
.drachenstein_level {
width: 50px;
height: 50px;
border-radius: 25px;
font-size: 20px;
color: #dadada;
line-height: 50px;
text-align: center;
background: #5d0505;
box-shadow: 2px 2px 5px #000000;
}
.drachenstein_bonus {
color: #5d0505;
font-size: 17px;
border-top: 1px dashed #5d0505;
border-Bottom: 1px dashed #5d0505;
}
.drachenstein_eBonus {
color: #5d0505;
font-size: 15px;
}
.drachenstein_td1 {
border-left: 1px dashed #5d0505;
border-top: 1px dashed #5d0505;
border-bottom: 1px dashed #5d0505;
}
.drachenstein_td2 {
border-right: 1px dashed #5d0505;
border-top: 1px dashed #5d0505;
border-bottom: 1px dashed #5d0505;
}
.drachenstein_table {
border: 1px solid #5d0505;
padding-right: 10px;
padding-bottom: 10px;
}
table.collapsed tr.collapsible {
display: none;
}
.ds_head {
background-color:#5d0505;
color:#f0d9a2;
border:1px solid transparent;
border-top-left-radius:7px;
border-top-right-radius:7px;
text-align:center;
padding:2px;
}
.ds_colhead {
background-color:#820707;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
margin-top:1px;
}
/*to be removed later*/
.mw-content-ltr {
direction: rtl !important;
}
/* *********************************************************************** */
/* DESKTOP VERSION */
/* *********************************************************************** */
@media only screen and (min-width: 801px){
body {
background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.jpg') no-repeat fixed center top #000;
background-size: 100%;
}