مدیاویکی:Gadget-quickedit.css: تفاوت میان نسخهها
ok>Admin جز (۱ نسخه واردشده) |
جز (۱ نسخه واردشده) |
(بدون تفاوت)
|
نسخهٔ کنونی تا ۲ اوت ۲۰۲۳، ساعت ۱۸:۰۲
/* * * *
* QuickEdit.css for MediaWiki QuickEdit 2.4
*
* [[:de:Benutzer:ASM/quickedit.js]]
*/
ul.qeTabs {
list-style: none;
white-space: nowrap;
font-size: 11.3px;
position: relative;
bottom: 0px;
border-collapse: collapse;
margin: 0.3em 0 0 1.5em !important;
}
li.qeTabs {
border: 1px solid #aaa;
border-bottom: 1px none #aaa !important;
padding-bottom: 0.2em;
margin-right: 6px;
display: inline;
z-index: 1;
position: relative;
top: 0.1em;
background-color: #fafafa;
}
li.qeTabsSelected {
border: 1px solid #888;
font-weight: bold;
z-index: 3;
}
li.qeTabs:hover {
background-color: #fff;
border-color: #888;
z-index: 3;
}
li.qeTabs a {
text-decoration: none;
padding: 0em 0.8em;
}
li.qeTabsSpace {
margin-left: 1.5em;
}
li.qeTabsVersion {
float: right;
margin-right: 10px;
color: #aaa;
display: inline;
cursor: default;
}
#framediv {
border: 1px solid #aaa;
padding: 6px;
overflow: hidden;
clear: both;
position: relative;
z-index: 2;
background-color: #fafafa;
}
#wpTextbox1 {
height: 300px;
width: 99%;
border: 1px solid #ddd;
}
#qePreview {
width: 98%;
clear: both;
padding: 5px;
border: 1px solid #ddd;
}
#qeLoadPrevMsg {
padding: 10em 0;
text-align: center;
color: #aaa;
cursor: default;
}
#qeDiff {
width: 97%;
overflow: scroll;
clear: both;
padding: 10px;
border: 1px solid #ddd;
background-color: #fafafa;
}
#qeToolbar {
display: block;
min-height: 0.4em;
}
#wpSummary {
width: 40em !important;
margin: 0 0 0 5px !important;
}
img#qeClose {
float: right;
width: 10px;
height: 10px;
margin-top: 0.5em;
cursor: pointer;
}
img#icon-search, img#icon-specialchars {
cursor: pointer;
padding: 0 0.3em 0 0.3em;
}
#qeSearch {
margin: 0.4em;
}
#specialchars-containter {
overflow: hidden;
margin-bottom: 0.2em;
}
label.qeLabel {
font-size: 8pt;
font-weight: bold;
position: relative;
bottom: 2px;
}
#qeResizeBar {
height: 4px;
background-color: #f0f0f0;
cursor: n-resize;
padding: 4px 0px 0px 0px;
margin-bottom: 5px;
text-align: center;
}
#qeResizeBar span {
line-height: 0px;
font-size: 90%;
color: #999;
}
@media print {
div#contentSub span { display: none; }
}