মিডিয়াউইকি:Gadget-ListingEditor.css

উইকিমিডিয়া বাংলাদেশ থেকে
পরিভ্রমণে চলুন অনুসন্ধানে চলুন

লক্ষ্য করুন: প্রকাশ করার পর, পরিবর্তনগুলো দেখতে আপনাকে আপনার ব্রাউজারের ক্যাশে পরিষ্কার করার প্রয়োজন হতে পারে।

  • ফায়ারফক্স / সাফারি: পুনরায় লোড-এ ক্লিক করার সময় শিফট টিপে ধরে রাখুন, অথবা হয় Ctrl-F5 বা Ctrl-R টিপুন (ম্যাকে ⌘-R টিপুন)
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাকে ⌘-Shift-R) টিপুন
  • ইন্টারনেট এক্সপ্লোরার / এজ: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 টিপুন
  • অপেরা: 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 */