LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-Cat-a-lot.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(// Edit via Wikiplus)
 
(未显示2个用户的8个中间版本)
第1行: 第1行:
#cat_a_lot {
@import url("//commons.org/w/index.php?action=raw&ctype=text/css&title=MediaWiki:Gadget-Cat-a-lot.css");
bottom: 0;
top: auto !important;
height: auto !important;
display: block;
position: fixed;
right: 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 {
background: url(/mediawiki/skins/Vector/images/portal-separator.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 no-repeat 8px 14px !important;
padding-left: 2.85em !important;
padding-top: 10px !important;
font-size: 1.1em !important;
}
.cat_a_lot_done {
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 {
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;
}
#cat_a_lot_overcat {
display: block;
text-align: center;
}

2021年8月24日 (二) 09:36的最新版本

#cat_a_lot {
	bottom: 0;
	top: auto !important;
	height: auto !important;
	display: block;
	position: fixed;
	right: 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 {
	background: url(/mediawiki/skins/Vector/images/portal-separator.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 no-repeat 8px 14px !important;
	padding-left: 2.85em !important;
	padding-top: 10px !important;
	font-size: 1.1em !important;
}
.cat_a_lot_done {
	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 {
	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;
}
#cat_a_lot_overcat {
	display: block;
	text-align: center;
}