টেমপ্লেট:Wikidata Infobox/styles.css

উইকিসংকলন থেকে
/* @noflip */
#wdinfobox.mw-content-ltr {
	float: right; /* override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t */
	clear: right; /* override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t */
	margin-right: 0;
	margin-left: 1em;
}
/* @noflip */
#wdinfobox.mw-content-rtl {
	float: left; /* override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t */
	clear: left; /* override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t */
	margin-right: 1em;
	margin-left: 0;
}
#wdinfobox {
	width: 350px;
	font-size: 95%;
	padding: 0;
}

#wdinfobox .image img {
	max-height:250px;
	width:auto;
}
#wdinfoboxcaption {
	background-color:white;
}
/* @noflip */
#wdinfobox.mw-content-ltr #wdinfoboxcaption {
	margin-left: 0;
}
/* @noflip */
#wdinfobox.mw-content-rtl #wdinfoboxcaption {
	margin-right: 0;
}

#wdinfobox th, #wdinfo_taxon th {
	vertical-align: top;
	word-wrap: break-word;
	hyphens: auto;
}

#wdinfobox td, #wdinfo_taxon td {
	word-wrap: break-word;
	hyphens: auto;
}

#wdinfobox li:not(:last-child) {
    margin-bottom: 3px;
}

#wdinfo_taxon {
	font-size: 95%;
	table-layout: fixed;
	padding: 0;
}

.taxontree-lcell, .wikidatainfobox-lcell {
	background-color: #F1F1DE;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight:bold;
}
.taxontree-rcell, .wikidatainfobox-rcell {
	word-wrap: break-word;
	hyphens: auto;
}

/* @noflip */
#wdinfobox.mw-content-ltr .taxontree-lcell,
#wdinfobox.mw-content-ltr .wikidatainfobox-lcell {
	text-align: right;
	word-wrap: break-word;
	hyphens: auto;
}
/* @noflip */
#wdinfobox.mw-content-rtl .taxontree-lcell,
#wdinfobox.mw-content-rtl .wikidatainfobox-lcell {
	text-align: left;
	word-wrap: break-word;
	hyphens: auto;
}

.taxontree-fullcell {
	text-align: center;
}

.taxontree-hdrcell {
	text-align: center;
	background-color: #cfe3ff;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight:bold;
}

.taxontree-row {
	
}

@media screen and (max-width: 600px) {
  .wdinfo_nomobile {
  	display: none;
  	visibility: hidden;
  	height: 0;
  }
}

.wdinfobox_horizontal {
	width: 100% !important;
	clear: both !important;
	display: block;
	column-count: 4;
}

.wdinfobox_hide {
	display: none;
}

#wdcreator {
	display: none;
}

.wdcreator_show {
	display: block !important;
}

#wdinfo_taxon ul {
	list-style: none;
	list-style-position: inside;
}
/* @noflip */
#wdinfobox.mw-content-ltr #wdinfo_taxon ul {
	padding-left: 0;
	margin-left: 0;
}
/* @noflip */
#wdinfobox.mw-content-rtl #wdinfo_taxon ul {
	padding-right: 0;
	margin-right: 0;
}

.wikidatainfoboxVN ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.wikidatainfoboxVN ul {
	margin-left: 0;
}

.wikidatainfoboxVN {
	padding: 0;
	margin: 0;
}