قالب:ب.ص.م/infobox v2b/styles.css

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
div.infobox_v2b, .mainTable {
 background:#f9f9f9;
 border:1px solid #aaa;
 font-size:0.9em;
 line-height:1.4;
 margin:0 1em 0.5em 0;
 word-wrap:break-word
}
.infobox_v2b.mainTable.infobox.pcs-collapse-table {
    width: 100% !important;
    height: auto !important;
}

@media only screen and (min-width: 600px) {
	div.infobox_v2b, .mainTable {
 width:280px !important;
 clear: left;
 float: left !important;
 max-width:325px;
	}
}
@media only screen and (max-width: 700px) {
	div.infobox_v2b {
 font-size:0.7em;
	}
	.infobox_v2b caption {
		display: table-caption;
		/*padding: 10px 10px !important;*/
	}
}
.infobox_v2b .entete {
 display:table-cell;
 height:45px;
 width:100%;
 font-weight:bold;
 text-align:center;
 font-size:1.4em;
 /*line-height:1.1;*/
 margin-bottom:4px;
 background-color:#dfedff;
 padding: unset;
}
.entete {
    background-position: right center;
    background-repeat: no-repeat;
}
.infobox_v2b .entete > div {
 display:table-cell;
 vertical-align:middle;
 padding:3px
}
.infobox_v2b:not(.large) .entete.icon > div {
 padding:3px 48px
}
.infobox_v2b .images {
 text-align:center;
 display:flex;
 justify-content:space-around;
 align-items:center
}
.infobox_v2b .images a {
 max-width:100%;
 flex:0 0 auto
}
.infobox_v2b .deux-images a {
 max-width:48%
}
.infobox_v2b .images img {
 max-width:100%;
 height:auto
}
.infobox_v2b .legend {
 font-size:0.9em;
 text-align:center;
 margin:5px 0 8px 0
}
.infobox_v2b table {
 width:100%;
 margin:5px 0;
 table-layout:fixed;
 /*border-collapse:collapse;*/
 border-collapse: separate;
 border : unset;
}
.infobox_v2b th[scope="col"] {
 text-align:center;
 word-wrap:normal
}
.infobox_v2b th[scope=row] {
 text-align:right;
 padding-right:10px;
 width:8em;
 max-width:140px;
 word-wrap:normal;
 background-color:#F3F3F3;
}
.infobox_v2b th[scope=row],.infobox_v2b td {
 padding-top:4px;
 vertical-align:super;
 border: unset !important;
}
.infobox_v2b th[scope=row].middle {
 vertical-align:middle
}
.infobox_v2b.bordered th[scope=row],.infobox_v2b.bordered td {
 padding-bottom:4px;
 border-top:1px solid #dfedff
}
.infobox_v2b.bordered caption.bordered {
 margin:0 0 -1px 0
}

.content table.infobox_v2b td{
 border : unset;
}
.infobox_v2b tr.left td {
 text-align:right
}
.infobox_v2b tr.vborder td {
 border-left:1px dotted #aaa
}
.infobox_v2b tr.vborder td:first-child {
 border-left:none
}
.infobox_v2b td.data {
 text-align:center
}
.infobox_v2b tr:first-child ul:first-child {
 margin-top:0
}
.infobox_v2b p.bloc,.infobox_v2b caption {
 font-weight:bold;
 text-align:center;
 line-height:1.1;
 margin:0 0 5px 0;
 padding:4px;
 background:#dfedff
}
.infobox_v2b p.bloc {
 margin:5px 0
}
.infobox_v2b caption.bordered,.infobox_v2b p.bordered {
 border-top:1px solid #dfedff;
 border-bottom:1px solid #dfedff;
 background:transparent
}
.infobox_v2b .bordered.navbar,.infobox_v2b .bordered.nav {
 padding-top:4px;
 border-bottom:0
}
.infobox_v2b caption.hidden {
 margin:0 !important;
 padding:0 !important
}
.infobox_v2b .hr {
 font-size:1px;
 line-height:1px;
 margin:5px 0;
 background-color:#dfedff
}
.infobox_v2b .hr.collapse {
 margin:5px 0 -8px 0
}
.infobox_v2b .navbar {
 text-align:right;
 font-size:0.8em;
 line-height:1.1;
 margin:8px 0 0
}
.infobox_v2b .navbar .plainlinks {
 float:right
}
.infobox_v2b .overflow {
 overflow:hidden
}
.infobox_v2b .next a,.infobox_v2b .next_bloc {
 background:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png) no-repeat left center;
 float:left;
 width:40%;
 max-width:45%;
 padding:10px 0px 10px 15px;
 text-align:left;
 background-color: #E1E1E1;
}
.infobox_v2b .prev a,.infobox_v2b .prev_bloc {
 background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/10/ArrowRightNavbox.svg/12px-ArrowRightNavbox.svg.png) no-repeat right center;
 float:right;
 max-width:45%;
 width:40%;
 padding:10px 15px 10px 0px;
 text-align:right;
 background-color: #E1E1E1;
}
.infobox_v2b .prev2 a,.infobox_v2b .prev_bloc2 {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Fleche-defaut-droite-gris-32.png/8px-Fleche-defaut-droite-gris-32.png) no-repeat center right;
	float:right;
	max-width:45%;
	width:40%;
	text-align:right;
	padding-right: 15px;
}
.infobox_v2b .next2 a,.infobox_v2b .next_bloc2 {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/27/Fleche-defaut-gauche-gris-32.png/8px-Fleche-defaut-gauche-gris-32.png) no-repeat center left;
	float:left;
	max-width:45%;
	width:40%;
	text-align:left;
	padding-left: 15px;
}
.infobox_v2b table.maillot-equipe td {
 padding:0
}
.infobox_v2b table.maillot-equipe {
 table-layout:auto
}