Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(پەڕەی دروست کرد بە «→CSS placed here will be applied to all skins: th { text-align:right; } ul#filetoc, .toc, .mw-warning { background: #f8f9fa; border: solid...»ەوە) |
|||
Line 47: | Line 47: | ||
} | } | ||
#ca-talk { display:none! important; } | #ca-talk { display:none! important; } | ||
div#mp-topbanner { | |||
clear: both; | |||
position: relative; | |||
box-sizing: border-box; | |||
width: 100%; | |||
margin-top: 1.2em; | |||
min-width: 47em; | |||
border-color: #ddd; | |||
background-color: #f9f9f9; | |||
white-space: nowrap; | |||
direction: rtl; | |||
text-align: right; | |||
} | |||
div#mp-welcomecount { | |||
margin: 0.4em; | |||
width: 22em; | |||
text-align: center; | |||
direction: rtl; | |||
} | |||
ul#mp-portals { | |||
position: absolute; | |||
left: -1em; | |||
top: 50%; | |||
margin-top: -2.4em; | |||
width: 38%; | |||
min-width: 25em; | |||
font-size: 95%; | |||
margin: 0.3em 0 0 1.6em; | |||
padding: 0; | |||
} | |||
div#mp-welcome { | |||
font-size: 162%; | |||
padding: 0.1em; | |||
} | |||
div#mp-free { | |||
font-size: 95%; | |||
} | |||
div#articlecount { | |||
font-size: 85%; | |||
} | |||
.mw-parser-output #mp-portals li { | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | |||
li.portal-vmid { | |||
top: 1.6em; | |||
} |
Revision as of 18:40, 2 October 2020
/* CSS placed here will be applied to all skins */
th {
text-align:right;
}
ul#filetoc, .toc, .mw-warning {
background: #f8f9fa;
border: solid #eaecf0;
min-width: 15em;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.25em 1.75em !important;
}
.toctitle {
border-bottom: solid 1px #c8ccd1;
}
.toctogglespan {
float: left;
}
.toc .toctitle {
text-align: right;
}
#p-navigation, #p-tb {
background: #fcfdff;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em !important;
margin: 1em 0 !important;
line-height: 1.125;
}
.babeti2, .derbare {
width:40%;
float:left;
}
.babeti2, .derbare {
width:40%;
float:left;
}
@media only screen and (max-width: 767px){
.babeti2, .derbare {
width:100%;
}
}
#ca-talk { display:none! important; }
div#mp-topbanner {
clear: both;
position: relative;
box-sizing: border-box;
width: 100%;
margin-top: 1.2em;
min-width: 47em;
border-color: #ddd;
background-color: #f9f9f9;
white-space: nowrap;
direction: rtl;
text-align: right;
}
div#mp-welcomecount {
margin: 0.4em;
width: 22em;
text-align: center;
direction: rtl;
}
ul#mp-portals {
position: absolute;
left: -1em;
top: 50%;
margin-top: -2.4em;
width: 38%;
min-width: 25em;
font-size: 95%;
margin: 0.3em 0 0 1.6em;
padding: 0;
}
div#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
div#mp-free {
font-size: 95%;
}
div#articlecount {
font-size: 85%;
}
.mw-parser-output #mp-portals li {
position: absolute;
left: 0;
top: 0;
}
li.portal-vmid {
top: 1.6em;
}