مدیاویکی:Gadget-Cat-a-lot.css: تفاوت میان نسخه‌ها

از ویکی حج
(صفحه‌ای تازه حاوی «#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...» ایجاد کرد)
 
بدون خلاصۀ ویرایش
 
خط ۱: خط ۱:
#cat_a_lot
#cat_a_lot {
{
bottom: 0;
bottom: 0;
display: block;
display: block;
خط ۷: خط ۶:
z-index: 100;
z-index: 100;
padding: 5px;
padding: 5px;
box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
box-shadow: 0 2px 4px rgba(0,0,0,0.5);  
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
background-color: #FEF6E7;
-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
#cat_a_lot_data, #cat_a_lot_mark_counter {
{
display: none;
display: none;
}
}
#cat_a_lot_data ul
#cat_a_lot_data ul {
{
list-style-image: none;
list-style-image: none;
list-style-type: none;
list-style-type: none;
margin: 0px 0px 0px 5px;
margin: 0 0 0 5px;
}
}
#cat_a_lot_category_list
#cat_a_lot_selections, #cat_a_lot_mark_counter, #cat_a_lot_settings {
{
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;
background: url(/w/skins/Vector/images/portal-break.png) no-repeat;
padding: 5px;
padding: 5px;
}
#cat_a_lot_remove {
font-weight: bold;
display: block;
}
}
a {
a {
cursor:pointer;
cursor:pointer;
}
}
.cat_a_lot_action
.cat_a_lot_move, .cat_a_lot_action {
{
font-weight: bold;
float:left;
}
.cat_a_lot_move
{
float:left;
margin-right: 5px;
}
}
.cat_a_lot_feedback  
.cat_a_lot_feedback {
{
border: 1px #A9DE16 solid !important;
border: 1px #fc3 solid !important;
background: #EAF2CB /*url(//upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif)*/ no-repeat 8px 14px !important;
background: #fef6e7 url(/static/current/resources/src/mediawiki.legacy/images/ajax-loader.gif) no-repeat 8px 14px !important;
padding-left: 2.85em !important;
padding-right: 2.85em !important;
padding-top: 10px !important;
padding-top: 10px !important;
font-size: 1.1em !important;
font-size: 1.1em !important;
خط ۵۶: خط ۴۰:


.cat_a_lot_done {
.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-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Dialog-apply.svg/50px-Dialog-apply.svg.png) !important;
background-position: 8px 50% !important;
background-position: 8px 50% !important;
padding-top: 0px !important;
padding-top: 0 !important;
}
}
#cat_a_lot_searchcatname {
#cat_a_lot_searchcatname {
font-size: 112%;
font-size: 112%;
margin: -5px 0px 5px -5px;
margin: -5px 0 5px -5px;
width: 102%;
width: 100%;
}
}
.skin-vector #cat_a_lot {
.skin-vector #cat_a_lot {
خط ۶۹: خط ۵۳:
}
}
.cat_a_lot_markAsDone {
.cat_a_lot_markAsDone {
background-color: #a2a9b1;
background-color: #BBB !important;
}
.cat_a_lot_selected {
background-color: #DF6 !important;
}
}
.cat_a_lot_selected
#cat_a_lot_no_found, #cat_a_lot_last_selected, #cat_a_lot_settings {
{
font-weight:bold;
}
#cat_a_lot_last_selected {
outline:1px dotted #999;
}
#cat_a_lot_category_list table {
border-collapse: collapse;
}
#cat_a_lot_category_list tr:hover {
background-color: #fc3;
background-color: #fc3;
}
}
#cat_a_lot_no_found {
#cat_a_lot_category_list {
font-weight:bold;
overflow: auto;
}
}

نسخهٔ کنونی تا ‏۲۹ ژوئن ۲۰۲۰، ساعت ۱۳:۴۴

#cat_a_lot {
	bottom: 0;
	display: block;
	position: fixed;
	left: 0;
	z-index: 100;
	padding: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5); 
	background-color: #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: 0 0 0 5px;
}
#cat_a_lot_selections, #cat_a_lot_mark_counter, #cat_a_lot_settings {
	background: url(/w/skins/Vector/images/portal-break.png) no-repeat;
	padding: 5px;
}
#cat_a_lot_remove {
	font-weight: bold;
	display: block;
}
a {
	cursor:pointer;
}
.cat_a_lot_move, .cat_a_lot_action {
	font-weight: bold;
}
.cat_a_lot_feedback {
	border: 1px #A9DE16 solid !important;
	background: #EAF2CB /*url(//upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif)*/ no-repeat 8px 14px !important;
	padding-left: 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: 0 !important;
}
#cat_a_lot_searchcatname {
	font-size: 112%;
	margin: -5px 0 5px -5px;
	width: 100%;
}
.skin-vector #cat_a_lot {
	font-size: .75em;
}
.cat_a_lot_markAsDone {
	background-color: #BBB !important;
}
.cat_a_lot_selected {
	background-color: #DF6 !important;
}
#cat_a_lot_no_found, #cat_a_lot_last_selected, #cat_a_lot_settings {
	font-weight:bold;
}
#cat_a_lot_last_selected {
	outline:1px dotted #999;
}
#cat_a_lot_category_list table {
	border-collapse: collapse;
}
#cat_a_lot_category_list tr:hover {
	background-color: #fc3;
}
#cat_a_lot_category_list {
	overflow: auto;
}