قالب:بطاقة/infobox v3b/styles.css
اذهب إلى التنقل
اذهب إلى البحث
/* Infobox V3 */ div.infobox_v3b, .mainTable { padding: 0px; width: 25em; background: #f9f9f9; border: 1px solid #aaa; clear: left; float: left; font-size: 0.9em; line-height: 1.4; margin: 0 0 0.5em 1em; max-width: 325px; word-wrap: break-word; } .infobox_v3b .secTable{ border-radius: unset; color: inherit; margin: unset !important; border: unset; } .infobox_v3b .entete { display: table; height: 45px; width: 100%; font-weight: bold; text-align: center; font-size: 1.4em; line-height: 1.1; margin-bottom: 10px; background-color: #dfedff; } .infobox_v3b .entete > div { display: table-cell; vertical-align: middle; padding: 3px; } .infobox_v3b:not(.large) .entete.icon > div { padding: 3px 48px; } /* الصور */ .infobox_v3b .images { text-align: center; display: flex; justify-content: space-around; align-items: center; } .infobox_v3b .images a { max-width: 100%; flex: 0 0 auto; /* be kind ie11 */ } .infobox_v3b .deux-images a { max-width: 48%; } .infobox_v3b .images img { max-width: 100%; height: auto; } .infobox_v3b .legend { font-size: 0.9em; text-align: center; margin: 5px 0 8px 0; } /* الجداول */ .infobox_v3b table , .secTable{ width: 100%; margin: 2px 0; table-layout: fixed; border-collapse: separate; } .infobox_v3b th[scope="col"] { text-align: center; word-wrap: normal; } .infobox_v3b th[scope=row] { text-align: right; padding-right: 10px; width: 8em; max-width: 140px; word-wrap: normal; background-color:#F3F3F3; } .infobox_v3b th[scope=row], .infobox_v3b td { padding-top: 4px; vertical-align: super; } .infobox_v3b th[scope=row].middle { vertical-align: middle; } .infobox_v3b.bordered th[scope=row], .infobox_v3b.bordered td { padding-bottom: 4px; border-top: 1px solid #dfedff; } .infobox_v3b.bordered caption.bordered { margin: 0 0 -1px 0; } .infobox_v3b tr.left td { text-align: right; } .infobox_v3b tr.vborder td { border-left: 1px dotted #aaa; } .infobox_v3b tr.vborder td:first-child { border-left: none; } .infobox_v3b td.data { text-align: center; } .infobox_v3b tr:first-child ul:first-child { margin-top: 0; } .infobox_v3b .url { direction: ltr; text-align: left; font-size: 0.9em; } /* عناوين الأقسام والجداول */ .infobox_v3b p.bloc, .infobox_v3b caption { font-weight: bold; text-align: center; line-height: 1.1; margin: 0 0 2px 0; padding: 4px; background: #dfedff; } .infobox_v3b p.bloc { margin: 5px 0; } .infobox_v3b caption.bordered, .infobox_v3b p.bordered { border-top: 1px solid #dfedff; border-bottom: 1px solid #dfedff; background: transparent; } .infobox_v3b .bordered.navbar, .infobox_v3b .bordered.nav { padding-top: 4px; border-bottom: 0; } .infobox_v3b caption.hidden { margin: 0 !important; padding: 0 !important; } /* Séparateur */ .infobox_v3b .hr { font-size: 1px; line-height: 1px; margin: 5px 0; background-color: #dfedff; clear: both; } .infobox_v3b .hr.collapse { margin: 5px 0 -8px 0; } /* Tnavbar */ .infobox_v3b .navbar { text-align: right; font-size: 0.8em; line-height: 1.1; margin: 8px 0 0; } .infobox_v3b .navbar .plainlinks { float: right; } /* Navigateur */ .infobox_v3b .overflow { overflow: hidden; } .infobox_v3b .prev a, .infobox_v3b .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:70%; /* 40%;*/ padding: 3px 18px 3px 3px; text-align: right; background-color:#F3F3F3; margin : 3px; } .infobox_v3b .next a, .infobox_v3b .next_bloc { background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png") no-repeat left center; float: left; max-width:70%; /* 40%;*/ padding: 3px 3px 3px 18px; text-align: left; background-color:#F3F3F3; direction:ltr; margin : 3px; } /* Divers */ .infobox_v3b table.maillot-equipe td { padding: 0; } .infobox_v3b table.maillot-equipe { table-layout: auto; } .infobox_v3b a.NavToggle { position: unset; } .mwe-math-mathml-a11y { width: auto !important; height: auto !important; }