Différences entre versions de « MediaWiki:Common.css »
De Documentation Polaris
Ligne 65 : | Ligne 65 : | ||
.depuis_version { color: white; background-color: MediumSeaGreen; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} | .depuis_version { color: white; background-color: MediumSeaGreen; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} | ||
.obsolete_version { color: white; background-color: IndianRed; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} | .obsolete_version { color: white; background-color: IndianRed; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} | ||
+ | |||
+ | |||
+ | |||
+ | .fil-ariane .ariane-sep { | ||
+ | margin-left: 0.2em; | ||
+ | margin-right: 0.2em; | ||
+ | } | ||
+ | |||
+ | .carto-tab | ||
+ | { | ||
+ | border-collapse: collapse; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .carto-tab td { | ||
+ | /* padding: 0.2ex 0.5em; */ | ||
+ | padding: 1ex 0.5em; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-no { | ||
+ | border-left: 2px solid black; | ||
+ | border-right: 1px solid black; | ||
+ | border-top: 2px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | |||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | background-color: lightblue; | ||
+ | padding: 0.4ex 0.5em; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lib { | ||
+ | border-left: 1px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-top: 2px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | text-align: left; | ||
+ | font-weight: bold; | ||
+ | background-color: aliceblue; | ||
+ | padding: 0.4ex 0.5em; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-desc { | ||
+ | border: 1px solid black; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | height: 10ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-space { | ||
+ | border-top: 2px solid black; | ||
+ | height: 3ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions { | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | font-size: 90%; | ||
+ | padding-right: 1em; | ||
+ | border-left: 1px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-top: 1px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions ul { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions li { | ||
+ | margin: 0 0.5em 0 0.5em; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions li:before { | ||
+ | content: '→ '; | ||
+ | color: #aaa; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions .carto-depuis-lib { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions .carto-obsolete-lib { | ||
+ | display: block; | ||
+ | color: crimson; | ||
+ | font-weight: bold; | ||
+ | padding-top: 2ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-versions .carto-obsolete-versions li:before { | ||
+ | content: '× '; | ||
+ | color: red; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lbl { | ||
+ | font-size: 80%; | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | border-left: 2px solid black; | ||
+ | border-right: 1px solid black; | ||
+ | border-top: 1px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | font-weight: bold; | ||
+ | max-width: 3ex; | ||
+ | width: 3ex; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lbl .txt { | ||
+ | -webkit-transform-origin: 50% 50%; | ||
+ | -moz-transform-origin: 50% 50%; | ||
+ | -ms-transform-origin: 50% 50%; | ||
+ | -o-transform-origin: 50% 50%; | ||
+ | transform-origin: 50% 50%; | ||
+ | -webkit-transform: rotate(-90deg); | ||
+ | -moz-transform: rotate(-90deg); | ||
+ | -ms-transform: rotate(-90deg); | ||
+ | -o-transform: rotate(-90deg); | ||
+ | transform: rotate(-90deg); | ||
+ | |||
+ | text-overflow: ellipsis; | ||
+ | display: block; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lbl-cli { | ||
+ | background: LightBlue; | ||
+ | height: 8ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lbl-qlt { | ||
+ | background: palegreen; | ||
+ | height: 10ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-lbl-dev { | ||
+ | background: orange; | ||
+ | height: 4x; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-col-little { | ||
+ | width: 1px; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-title { | ||
+ | font-weight: bold; | ||
+ | font-size: 90%; | ||
+ | text-align: left; | ||
+ | border: 1px solid black; | ||
+ | vertical-align: top; | ||
+ | background: #eee; | ||
+ | color: #777; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-parametrable { | ||
+ | padding-right: 2em; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-type-func { | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-doc { | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-casdetest { | ||
+ | border-left: 1px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-top: 1px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | |||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-casdetest ul { | ||
+ | padding: 0; | ||
+ | margin: 0 0 0 1em; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-liennf525 { | ||
+ | border-left: 1px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-top: 1px solid black; | ||
+ | border-bottom: 1px solid black; | ||
+ | |||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .carto-tab .dev-namespace { | ||
+ | color: #777; | ||
+ | } | ||
+ | .carto-tab .dev-file { | ||
+ | color: darkgray; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-extended { | ||
+ | margin-top: 1ex; | ||
+ | margin-bottom: 0.5ex; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-extended a { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .carto-tab .carto-extended span { | ||
+ | font-size: 80%; | ||
+ | font-weight: bold; | ||
+ | font-style: italic; | ||
+ | padding: 2px 1em; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | |||
+ | .etat-fonction { | ||
+ | font-size: 90%; | ||
+ | font-weight: bold; | ||
+ | padding: 2px 1em; | ||
+ | border-radius: 4px; | ||
+ | color: black; | ||
+ | background-color: Gainsboro; | ||
+ | } | ||
+ | |||
+ | .bug-status { | ||
+ | padding: 2px 1em; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | |||
+ | .bug-status a { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .etat-fonction-4 { | ||
+ | background-color: YellowGreen; | ||
+ | } | ||
+ | |||
+ | .etat-fonction-0 { | ||
+ | background-color: Gainsboro; | ||
+ | } | ||
+ | |||
+ | .etat-fonction-1 { | ||
+ | background-color: Salmon; | ||
+ | } | ||
+ | |||
+ | .etat-fonction-2 { | ||
+ | background-color: Moccasin; | ||
+ | } | ||
+ | |||
+ | .etat-fonction-3 { | ||
+ | background-color: LightSteelBlue; | ||
+ | } | ||
+ | |||
+ | .nf525-no { | ||
+ | clear: both; | ||
+ | display: inline; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .nf525-no:before { | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .nf525-no:after { | ||
+ | content:' — '; | ||
+ | } | ||
+ | |||
+ | .nf525-desc { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .nf525-link { | ||
+ | display: block; | ||
+ | margin-left: 6em; | ||
+ | } | ||
+ | |||
+ | .nf525-link:before { | ||
+ | content: '⤍ '; | ||
+ | } | ||
+ | |||
+ | .licence-id { | ||
+ | clear: both; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .licence-id:before { | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .licence-id:after { | ||
+ | content:' — '; | ||
+ | } | ||
+ | |||
+ | .licence-nom { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .doc-link-id { | ||
+ | clear: both; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .doc-link-id:before { | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .doc-link-id:after { | ||
+ | content:' — '; | ||
+ | } | ||
+ | |||
+ | .doc-link-page { | ||
+ | display: inline; | ||
+ | } |
Version du 8 septembre 2017 à 13:36
/* Le CSS placé ici sera appliqué à tous les habillages. */ /* couleur des approbations et révision */ #mw-revision-info { color: white; background-color: indianRed; padding: 0.5ex 0.5em; margin: 0 0 1ex 0; border-radius: 4px; display: inline-block;} #mw-revision-nav { color: black; background-color: #dedede; padding: 0.5ex 0.5em; margin: 0 0 1ex 0; border-radius: 4px; display: inline-block;} #mw-revision-info a { color: white; } .approvedAndLatestMsg { color: white; background-color: MediumSeaGreen; padding: 0.5ex 0.5em; margin: 0 0 1ex 0; border-radius: 4px; } .notApprovedRevision { color: white; background-color: IndianRed; padding: 0.5ex 0.5em; margin: 0 0 1ex 0; border-radius: 4px; } .notLatestMsg { color: white; background-color: darkorange; padding: 0.5ex 0.5em; margin: 0 0 1ex 0; border-radius: 4px; } .noApprovedRevision a, .notLatestMsg a { color: white; text-decoration: underline; } .noApprovedRevision a:hover, .notLatestMsg a:hover { text-decoration: none; } .approbation { position: fixed; top: 64px; right: 16px; } .approbation .btn-success { opacity: 0.8; } .approbation a { color: white; } @media print { .footer-icons, .footer-places, .footer-info, .p-tb, .approbation, .approbation * { display: none !important; } } img { max-width:100%; height: auto; page-break-before: auto; page-break-after: auto; page-break-inside: avoid !important; } p { page-break-inside: avoid; } h1, h2, h3, h4, h5, h6, h7, h8, h9 { page-break-after: avoid; } #catlinks { display: block; } .mw-normal-catlinks{ display: none; } .catlinks { border: 0 !important; background: white !important; margin-top: 0 !important; } #tweeki-cat hr { display: none; } .depuis_version { color: white; background-color: MediumSeaGreen; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} .obsolete_version { color: white; background-color: IndianRed; padding: 0.5ex 0.5em; margin: 0 0 2ex 0; border-radius: 4px; display: inline-block;} .fil-ariane .ariane-sep { margin-left: 0.2em; margin-right: 0.2em; } .carto-tab { border-collapse: collapse; width: 100%; } .carto-tab td { /* padding: 0.2ex 0.5em; */ padding: 1ex 0.5em; } .carto-tab .carto-no { border-left: 2px solid black; border-right: 1px solid black; border-top: 2px solid black; border-bottom: 1px solid black; text-align: center; font-weight: bold; background-color: lightblue; padding: 0.4ex 0.5em; } .carto-tab .carto-lib { border-left: 1px solid black; border-right: 2px solid black; border-top: 2px solid black; border-bottom: 1px solid black; text-align: left; font-weight: bold; background-color: aliceblue; padding: 0.4ex 0.5em; } .carto-tab .carto-desc { border: 1px solid black; text-align: left; vertical-align: top; height: 10ex; } .carto-tab .carto-space { border-top: 2px solid black; height: 3ex; } .carto-tab .carto-versions { text-align: left; vertical-align: top; font-size: 90%; padding-right: 1em; border-left: 1px solid black; border-right: 2px solid black; border-top: 1px solid black; border-bottom: 1px solid black; white-space: nowrap; } .carto-tab .carto-versions ul { list-style-type: none; margin: 0; } .carto-tab .carto-versions li { margin: 0 0.5em 0 0.5em; } .carto-tab .carto-versions li:before { content: '→ '; color: #aaa; } .carto-tab .carto-versions .carto-depuis-lib { font-weight: bold; } .carto-tab .carto-versions .carto-obsolete-lib { display: block; color: crimson; font-weight: bold; padding-top: 2ex; } .carto-tab .carto-versions .carto-obsolete-versions li:before { content: '× '; color: red; } .carto-tab .carto-lbl { font-size: 80%; vertical-align: middle; text-align: center; border-left: 2px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; font-weight: bold; max-width: 3ex; width: 3ex; margin: 0; padding: 0; } .carto-tab .carto-lbl .txt { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); text-overflow: ellipsis; display: block; margin: 0; padding: 0; } .carto-tab .carto-lbl-cli { background: LightBlue; height: 8ex; } .carto-tab .carto-lbl-qlt { background: palegreen; height: 10ex; } .carto-tab .carto-lbl-dev { background: orange; height: 4x; } .carto-tab .carto-col-little { width: 1px; } .carto-tab .carto-title { font-weight: bold; font-size: 90%; text-align: left; border: 1px solid black; vertical-align: top; background: #eee; color: #777; } .carto-tab .carto-parametrable { padding-right: 2em; border: 1px solid black; } .carto-tab .carto-type-func { border: 1px solid black; } .carto-tab .carto-doc { border: 1px solid black; } .carto-tab .carto-casdetest { border-left: 1px solid black; border-right: 2px solid black; border-top: 1px solid black; border-bottom: 1px solid black; vertical-align: top; } .carto-tab .carto-casdetest ul { padding: 0; margin: 0 0 0 1em; } .carto-tab .carto-liennf525 { border-left: 1px solid black; border-right: 2px solid black; border-top: 1px solid black; border-bottom: 1px solid black; vertical-align: top; } .carto-tab .dev-namespace { color: #777; } .carto-tab .dev-file { color: darkgray; font-style: italic; } .carto-tab .carto-extended { margin-top: 1ex; margin-bottom: 0.5ex; } .carto-tab .carto-extended a { color: black; } .carto-tab .carto-extended span { font-size: 80%; font-weight: bold; font-style: italic; padding: 2px 1em; border-radius: 4px; } .etat-fonction { font-size: 90%; font-weight: bold; padding: 2px 1em; border-radius: 4px; color: black; background-color: Gainsboro; } .bug-status { padding: 2px 1em; border-radius: 4px; } .bug-status a { color: black; } .etat-fonction-4 { background-color: YellowGreen; } .etat-fonction-0 { background-color: Gainsboro; } .etat-fonction-1 { background-color: Salmon; } .etat-fonction-2 { background-color: Moccasin; } .etat-fonction-3 { background-color: LightSteelBlue; } .nf525-no { clear: both; display: inline; font-weight: bold; } .nf525-no:before { content: ' '; display: block; } .nf525-no:after { content:' — '; } .nf525-desc { display: inline; } .nf525-link { display: block; margin-left: 6em; } .nf525-link:before { content: '⤍ '; } .licence-id { clear: both; display: inline; } .licence-id:before { content: ' '; display: block; } .licence-id:after { content:' — '; } .licence-nom { display: inline; } .doc-link-id { clear: both; display: inline; } .doc-link-id:before { content: ' '; display: block; } .doc-link-id:after { content:' — '; } .doc-link-page { display: inline; }