ميدياويكي:Gadget-Cat-a-lot.css
ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.
- فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
- جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
- إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
- أوبرا: اضغط Ctrl-F5.
#cat_a_lot
{
bottom: 0;
display: block;
position: fixed;
left: 0;
z-index: 100;
padding: 5px;
box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
background-color: #fef6e7;
background: -moz-linear-gradient(top, rgba(254, 246, 221, 0.9), #fef6e7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(254, 246, 221, 0.9)), to(#fef6e7));
}
#cat_a_lot_data, #cat_a_lot_mark_counter
{
display: none;
}
#cat_a_lot_data ul
{
list-style-image: none;
list-style-type: none;
margin: 0px 0px 0px 5px;
}
#cat_a_lot_category_list
{
max-height: 450px;
overflow: auto;
}
#cat_a_lot_selections, #cat_a_lot_mark_counter
{
background: url(/w/skins/Vector/images/portal-break.png) no-repeat;
padding: 5px;
}
a {
cursor:pointer;
}
.cat_a_lot_action
{
float:left;
}
.cat_a_lot_move
{
float:left;
margin-right: 5px;
}
.cat_a_lot_feedback
{
border: 1px #fc3 solid !important;
background: #fef6e7 url(/static/current/resources/src/mediawiki.legacy/images/ajax-loader.gif) no-repeat 8px 14px !important;
padding-right: 2.85em !important;
padding-top: 10px !important;
font-size: 1.1em !important;
}
.cat_a_lot_done {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Dialog-apply.svg/50px-Dialog-apply.svg.png)!important;
background-position: 8px 50% !important;
padding-top: 0px !important;
}
#cat_a_lot_searchcatname {
font-size: 112%;
margin: -5px 0px 5px -5px;
width: 102%;
}
.skin-vector #cat_a_lot {
font-size: .75em;
}
.cat_a_lot_markAsDone {
background-color: #a2a9b1;
}
.cat_a_lot_selected
{
background-color: #fc3;
}
#cat_a_lot_no_found {
font-weight:bold;
}