MediaWiki:Gadget-ListingEditor.css

来自维基导游

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* BEGIN: responsive grid CSS */
/* Responsive grid CSS from http://www.responsivegridsystem.com/calculator/
   by Graham Miller (CC-SA 3.0 license) */
.listing-col {
	display: block;
	float:left;
	margin: 1% 0 0 3%;
}
.listing-col:first-child {
	margin-left: 0;
}
.listing-span_1_of_2 {
	width: 48.5%;
}
/* Use a single column at less than 640px */
@media only screen and (max-width: 640px) {
	.listing-col {
		margin: 1% 0 0 0;
	}
}
@media only screen and (max-width: 640px) {
	.listing-span_1_of_2 { width: 100%; }
}
/* END: responsive grid CSS */
/* BEGIN: listing editor form CSS */
.editor-fullwidth {
	width: 100%;
}
.editor-partialwidth {
	width: 55%;
}
.editor-label-col {
	width: 80px;
}
.listing-tooltip {
	border-bottom: 1px dotted;
	cursor: help;
}
#span-minor, #span-last-edit, #span-wikidata-wp, #span-wikidata-img, #span-wikidata-link {
	margin-left: 15px;
}
.listing-divider {
	border-width: 1px 0 0 0;
	border-color: #ccc;
	margin: 10px 0;
	border-style: dotted;
}
/* END: listing editor form CSS */
/* BEGIN: listing editor misc CSS */
@media screen {
  span.vcard-edit-button a {
    color: #969696;
  }
  body .ui-dialog .ui-widget-header {
    background: #a9c8d6 !important;
  }
  #progress-dialog {
    font-size:large;
    padding-top:22px;
    text-align:center;
  }
  #listing-editor {
    padding: 0em 1.5em 1em;
  }
  #listing-help {
    margin-right: 30px;
  }
  .listingeditor-add {
    margin-left: 0.25em;
  }
  .listing-license {
    width: 60%;
    padding-top: 0.8em;
    font-size: 0.8em;
  }
  .listing-editor-dialog {
    margin: 0 5%;
  }
  .listing-editor-dialog a:hover, .listing-editor-dialog a:focus {
    text-decoration: underline;
  }
  .listing-sister {
  	padding-bottom: 0.1em;
  }
  .listing-sister:hover {
  	border-bottom: 1px solid #0645ad
  }
  .listing-sister-icons {
    padding-right: 0.2em;
  }
  .wikidata-update {
  	display: inline-block;
  	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/16px-Wikidata-logo.svg.png);
  	width: 10px;
  	height: 9px;
  	margin: 0 5px 0 2px;
  }
  label .wikidata-update {
  	margin-bottom: 3px;
  }
}
/* END: listing editor misc CSS */