|
|
Ligne 1 : |
Ligne 1 : |
| /* Le CSS placé ici sera appliqué à tous les habillages. */ | | /* Le CSS placé ici sera appliqué à tous les habillages. */ |
| | /** Style de l'ancienne maquette **/ |
| | @import url("themes/wikimar/style.css"); |
| | |
| /** Nouvelle maquette **/ | | /** Nouvelle maquette **/ |
| @import url("themes/wikimaraicher_v1/polices/polices.css"); | | @import url("themes/wikimaraicher_v1/polices/polices.css"); |
|
| |
|
| |
| .p-navbar .navbar-brand.p-logo {
| |
| padding-left: 2rem;
| |
| padding-right:3rem;
| |
| }
| |
| .p-navbar,
| |
| nav#mw-navigation {
| |
| background-color: white;
| |
| }
| |
|
| |
| .nav-item a,
| |
| .nav-link {
| |
| font-weight:500 !important;
| |
| }
| |
|
| |
| .fa-home::before, .n-Homepage::before, .n-mainpage-description::before, .n-mainpage::before, .pt-userpage::before {
| |
| content: "";
| |
| }
| |
| a.n-mainpage-description::before {
| |
| margin-right: 0;
| |
| display: inline;
| |
| text-decoration: none;
| |
| }
| |
| div#toc, div.card-info {
| |
| font-size:80%;
| |
| margin-bottom:1rem;
| |
| }
| |
| div.card-info .card-title {
| |
| background-color: rgba(40,91,52,.50);
| |
| text-align:center;
| |
| font-weight:bold;
| |
| color:white;
| |
| }
| |
| .tocnumber {
| |
| display: none !important;
| |
| }
| |
|
| |
| .blockquote {
| |
| font-size:90%;
| |
| margin:1rem 2rem;
| |
| background-color:rgba(40,91,52,.20);
| |
| padding:1rem;
| |
| }
| |
|
| |
| .no-label .fileupload-container label {
| |
| display:none;
| |
| }
| |
|
| |
|
| |
| div.thumb .gallerytextwrapper {
| |
| width:100% !important;
| |
| }
| |
|
| |
|
| |
| /** Bouton photo upload **/
| |
| span.fileinput-button {
| |
| display:block;
| |
| min-height:200px;
| |
| }
| |
|
| |
| /** Demande de Ghislain pour les org etc. **/
| |
| #contentSub.contentSub {
| |
| visibility:hidden;
| |
| }
| |
|
| |
| #contentSub .mw-redirectedfrom,
| |
| #contentSub .mw-redirectedfrom span,
| |
| #contentSub .mw-redirectedfrom a,
| |
| #contentSub #redirectsub
| |
| {
| |
| visibility:visible;
| |
| }
| |
|
| |
| div#ca-linkedwiki-purge {
| |
| display:none;
| |
| }
| |
|
| |
| .leaflet-top, .leaflet-bottom {
| |
| z-index: 400 !important;
| |
| }
| |
| .srf-listwidget .lm-wrapper,
| |
| .srf-listwidget .lm-wrapper .lm-menu {
| |
| background-color: white;
| |
| }
| |
| #catlinks {
| |
| visibility:hidden;
| |
| }
| |
| .mandatoryFieldSpan {
| |
| font-weight: bold;
| |
| }
| |
|
| |
| div.cs-comments {
| |
| margin-top: 36px;
| |
| font-size: .75rem;
| |
| width: 75%;
| |
| }
| |
| .cs-comment-body {
| |
| background-color: white;
| |
| padding: 0 1rem;
| |
| margin-bottom: .5rem;
| |
| }
| |
|
| |
| .skin-chameleon .mw-echo-ui-overlay {
| |
| z-index:800;
| |
| }
| |
|
| |
| .mw-collapsible-toggle {
| |
| margin-top:-1.4rem;
| |
| }
| |
| .mw-collapsible-toggle-default::before,
| |
| .mw-collapsible-toggle-default::after {
| |
| display:none;
| |
| }
| |
|
| |
| span.new a[href] {
| |
| color: #9b1b2f !important;
| |
| // text-decoration: none;//
| |
| background-color: transparent;
| |
| }
| |
|
| |
| p[contenteditable="false"],
| |
| span[contenteditable="false"],
| |
| div[contenteditable="false"] {
| |
| visibility:hidden;
| |
| }
| |
| div.afficheImage[contenteditable="false"] {
| |
| visibility:visible !important;
| |
| }
| |
|
| |
| div.ml-n3.margin-edit {
| |
| margin-left:.5rem !important;
| |
| }
| |
|
| |
| /** Formulaire Item TDM **/
| |
|
| |
| div.page-active span.inputSpan input,
| |
| div.page-active span.inputSpan select option {
| |
| font-weight: bold;
| |
| }
| |
|
| |
|
| |
| /** Pour la section Autoconstruction **/
| |
| .autoconstruction #content,
| |
| .Autoconstruction #content {
| |
| border:2px solid green;
| |
| }
| |
|
| |
|
| |
| /** Checkbox alignement **/
| |
| #pfForm label.checkboxLabel {
| |
| display:block;
| |
| }
| |
| .oo-ui-checkboxInputWidget {
| |
| margin-right:1rem;
| |
| }
| |
| /** Largeur tableau **/
| |
| .table {
| |
| width: 98%;
| |
| }
| |
|
| |
| .jq-ry-group-wrapper {
| |
| z-index:0;
| |
| }
| |