Khác biệt giữa bản sửa đổi của “MediaWiki:Gadget-ListingEditor.css”

Nội dung được xóa Nội dung được thêm vào
von https://en.wikivoyage.org/w/index.php?title=MediaWiki:Gadget-ListingEditor.css
(Không có sự khác biệt)

Phiên bản lúc 14:54, ngày 26 tháng 9 năm 2015

/* BEGIN: responsive grid CSS */
/* Responsive grid CSS from http://www.responsivegridsystem.com/calculator/
   by Graham Miller (CC-SA 3.0 license) */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 0 3%;
}
.col:first-child {
	margin-left: 0;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 */
}
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48.5%;
}
/* Use a single column at less than 640px */
@media only screen and (max-width: 640px) {
	.col {
		margin: 1% 0 0 0%;
	}
}
@media only screen and (max-width: 640px) {
	.span_2_of_2, .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;
}
#span-last-edit label, #span-closed label, #span-minor label {
	border-bottom: 1px dotted;
	cursor: help;
}
#span-minor, #span-last-edit {
	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%;
  }
}
/* END: listing editor misc CSS */