Differenze tra le versioni di "MediaWiki:Common.css"
m |
m |
||
(77 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 20: | Riga 20: | ||
color: #313840; | color: #313840; | ||
font-weight: 600; | font-weight: 600; | ||
} | |||
.mw-body h1, .mw-body-content h1 { | |||
font-size: 2.0em; | |||
} | |||
.mw-body h2, .mw-body-content h2 { | |||
font-size: 1.8em; | |||
} | |||
.mw-body h3, .mw-body-content h3 { | |||
font-size: 1.6em; | |||
} | |||
.mw-body h4, .mw-body-content h4 { | |||
font-size: 1.4em; | |||
} | |||
.mw-body h5, .mw-body-content h5 { | |||
font-size: 1.2em; | |||
} | } | ||
Riga 32: | Riga 52: | ||
} | } | ||
*/ | */ | ||
.mw-body .firstHeading { | |||
font-weight:normal; | |||
} | |||
.content .mw-parser-output > h1, .content .mw-parser-output > h2, .content .mw-parser-output > h3, .content .mw-parser-output > h4, .content .mw-parser-output > h5 { | .content .mw-parser-output > h1, .content .mw-parser-output > h2, .content .mw-parser-output > h3, .content .mw-parser-output > h4, .content .mw-parser-output > h5 { | ||
display: block; | display: block; | ||
Riga 97: | Riga 119: | ||
.toc { | .toc { | ||
border: 1px solid #eaecf0; | border: 1px solid #eaecf0; | ||
padding: | padding: 15px 20px 10px 20px; | ||
margin-top: 30px; | |||
border-radius: 5px; | |||
} | } | ||
.toc ul { | |||
margin-left: 0px; | |||
} | |||
.toc .toctitle { | |||
text-align: left; | |||
} | |||
.toc .tocnumber { | |||
font-weight: bold; | |||
color:#313840; | |||
} | |||
.vector-toc-enabled .mw-sidebar { | .vector-toc-enabled .mw-sidebar { | ||
Riga 200: | Riga 239: | ||
width:100%; | width:100%; | ||
border-bottom: 1px solid #eaecf0; | border-bottom: 1px solid #eaecf0; | ||
padding | padding: 10px 0px; | ||
} | } | ||
/*--------- Num box */ | |||
.NumbBoxContainer { | .NumbBoxContainer { | ||
display:table; | |||
width:100%; | |||
border-bottom: 1px solid #eaecf0; | |||
padding: 10px 0px; | |||
} | } | ||
Riga 226: | Riga 271: | ||
height: 100%; | height: 100%; | ||
color: #ccc; | color: #ccc; | ||
border-right: 1px solid #eee; | |||
/* border-left: 1px solid #eee; | /* border-left: 1px solid #eee; | ||
border-top: 1px solid #eee; | border-top: 1px solid #eee; | ||
Riga 236: | Riga 282: | ||
background-color: #fff; | background-color: #fff; | ||
min-height: 105px; | min-height: 105px; | ||
border-left: 1px solid #eee; | /*border-left: 1px solid #eee;*/ | ||
} | } | ||
Riga 246: | Riga 292: | ||
border: 1px solid #cccccc; | border: 1px solid #cccccc; | ||
color: #313840; | color: #313840; | ||
font-size: 16px; | /*font-size: 16px;*/ | ||
border-radius: 0px 5px 5px 0px; | border-radius: 0px 5px 5px 0px; | ||
} | } | ||
Riga 307: | Riga 353: | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
color: #313840; | color: #313840; | ||
font-size: calc(1em * 0.875); | /*font-size: calc(1em * 0.875);*/ | ||
padding-top: 10px; | padding-top: 10px; | ||
} | } | ||
/* --------- TIMELINE ------*/ | /* --------- TIMELINE ------*/ | ||
.timelineContainer { | .timelineContainer { | ||
margin: 120px 20px | margin: 120px 20px 120px 50px; | ||
display: block; | display: block; | ||
} | } | ||
Riga 345: | Riga 391: | ||
display: inline-block; | display: inline-block; | ||
content: attr(data-year); | content: attr(data-year); | ||
font-size: | font-size: 16px; | ||
font-weight: 600; | |||
position: absolute; | position: absolute; | ||
left: 50%; | left: 50%; | ||
Riga 352: | Riga 399: | ||
.timeline li:nth-child(odd):before { | .timeline li:nth-child(odd):before { | ||
top: - | top: -65px; | ||
} | } | ||
.timeline li:nth-child(even):before { | .timeline li:nth-child(even):before { | ||
bottom: - | bottom: -65px; | ||
} | } | ||
Riga 361: | Riga 408: | ||
display: inline-block; | display: inline-block; | ||
content: attr(data-text); | content: attr(data-text); | ||
font-size: | font-size: 12px; | ||
position: absolute; | position: absolute; | ||
min-width: 120px; | |||
left: 50%; | left: 50%; | ||
Riga 377: | Riga 424: | ||
margin-top: -10px; | margin-top: -10px; | ||
transform: translate(-50%, -100%); | transform: translate(-50%, -100%); | ||
} | |||
/* ------- MULTIBOX ---------------------- */ | |||
.multibox { | |||
width: 100%; | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
border-radius: 10px; | |||
display: flex; | |||
flex-direction: row; | |||
margin: 15px 0px 10px 0px; | |||
} | |||
.box-img-column { | |||
background-color: white; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
/*width:100px;*/ | |||
border-radius: 10px 0px 0px 10px; | |||
border-right: 1px solid #eaecf0; | |||
min-width: 70px; | |||
} | |||
.box-icon { | |||
background-image: url(https://wiki.acquistinretepa.it/images/e/e5/ICO_Info.svg); | |||
/*background-image: url(https://wiki.acquistinretepa.it/images/c/c6/ICO_ANI_info-bubble.gif);*/ | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
width: 40px; /* Imposta la larghezza desiderata per l'immagine */ | |||
height: 44px; /* Imposta l'altezza desiderata per l'immagine */ | |||
margin: 15px; | |||
} | |||
.box-img-text { | |||
text-transform: uppercase; | |||
transform: rotate(270deg); | |||
transform-origin: 0 0; | |||
white-space: nowrap; | |||
} | |||
.box-content-column { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.box-header { | |||
/* Aggiungi stili per l'header della casella */ | |||
margin: 15px 15px -10px 15px; | |||
font-family: 'Titillium Web', sans-serif; | |||
font-weight: bold; | |||
font-size:16px; | |||
} | |||
.multibox .box-body { | |||
margin: 15px 15px 15px 15px; | |||
} | |||
.multibox .box-icon.idea { | |||
background-image: url(https://wiki.acquistinretepa.it/images/0/03/ICO_idea.svg); | |||
fill: #313840; | |||
width: 30px; | |||
height: 45px; | |||
} | |||
.multibox .box-icon.normativa { | |||
background-image: url(https://wiki.acquistinretepa.it/images/a/ab/ICO_Normativa.svg); | |||
fill: #313840; | |||
width: 40px; | |||
height: 41px; | |||
} | |||
.multibox .box-icon.tool { | |||
background-image: url(https://wiki.acquistinretepa.it/images/c/ce/ICO_Tool.svg); | |||
fill: #313840; | |||
width: 40px; | |||
height: 40px; | |||
} | |||
.multibox .box-icon.ricorda { | |||
background-image: url(https://wiki.acquistinretepa.it/images/e/e3/ICO_remember.svg); | |||
fill: #313840; | |||
width: 28px; | |||
height: 45px; | |||
} | |||
.multibox .box-icon.danger { | |||
background-image: url(https://wiki.acquistinretepa.it/images/b/b1/ICO_Danger.svg); | |||
fill: #313840; | |||
width: 40px; | |||
height: 40px; | |||
} | |||
.multibox .box-icon.info { | |||
background-image: url(https://wiki.acquistinretepa.it/images/e/e5/ICO_Info.svg); | |||
fill: #313840; | |||
width: 40px; | |||
height: 44px; | |||
} | |||
.multibox .box-icon.news { | |||
background-image: url(https://wiki.acquistinretepa.it/images/f/f6/ICO_News.svg); | |||
fill: #313840; | |||
width: 40px; | |||
height: 35px; | |||
} | |||
/* ----------------- TAG BOX -------------*/ | |||
.tagbox { | |||
width: 100%; | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
border-radius: 0px 0px 10px 10px; | |||
display: flex; | |||
flex-direction: row-reverse; | |||
/*margin: 15px 0px 10px 0px;*/ | |||
margin: -18px 0px 20px 0px; | |||
} | |||
.tagbox-label-column { | |||
background-color: white; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
/*width:100px;*/ | |||
border-radius: 0px 0px 0px 10px; | |||
border-right: 1px solid #eaecf0; | |||
min-width: 70px; | |||
} | |||
.tagbox-label { | |||
margin: 5px 10px; | |||
font-weight:normal; | |||
font-size:12px; | |||
} | |||
.tagbox-tags-column { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.tagbox-tags-body { | |||
margin: 5px 10px; | |||
} | |||
/* --------------- CATLINKS ------------------*/ | |||
.catlinks { | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
border-radius: 10px; | |||
padding: 5px 10px; | |||
} | } |
Versione attuale delle 17:39, 14 mar 2024
/*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Titillium+Web:wght@400;600;700&display=swap');
/* BODY */
body {
font-family: 'Open Sans', sans-serif;
color: #313840;
}
.mw-body, .parsoid-body {
font-family: 'Open Sans', sans-serif;
color: #313840;
}
.mw-body h1, .mw-body-content h1 {
margin-bottom: 0.25em;
padding: 0 0 5px 0;
font-family: 'Titillium Web', sans-serif;
line-height: 1.3;
color: #313840;
font-weight: 600;
}
.mw-body h1, .mw-body-content h1 {
font-size: 2.0em;
}
.mw-body h2, .mw-body-content h2 {
font-size: 1.8em;
}
.mw-body h3, .mw-body-content h3 {
font-size: 1.6em;
}
.mw-body h4, .mw-body-content h4 {
font-size: 1.4em;
}
.mw-body h5, .mw-body-content h5 {
font-size: 1.2em;
}
/* Modded 16/06/2022
/* .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
margin-bottom: 0.6em;
padding: 0;
/* font-family: inherit; *//*
font-family: 'Titillium Web', sans-serif;
line-height: 1.3;
color: #313840;
}
*/
.mw-body .firstHeading {
font-weight:normal;
}
.content .mw-parser-output > h1, .content .mw-parser-output > h2, .content .mw-parser-output > h3, .content .mw-parser-output > h4, .content .mw-parser-output > h5 {
display: block;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
padding: 20px 0px 0px 0px;
font-family: 'Titillium Web', sans-serif;
color: #313840;
font-weight: normal;
}
.vector-body h2, .vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 {
/*padding: 20px 0px 0px 0px;*/
font-family: 'Titillium Web', sans-serif;
color: #313840;
font-weight: 600;
padding: 20px 0 5px 0;
}
.content ul {
list-style-type: disc;
padding-left: 2em;
margin-bottom: 1em;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
margin: 0.5em 0 0 1.6em;
padding: 0;
}
ul li::marker {
color: #821b4c;
font-weight: bold;
display: inline-block;
width: 1em;
}
li {
margin-bottom: 0.5em;
}
img.TagStrumento {
margin-left: 10px;
margin-bottom: 2px;
}
.BoxSapere {
border: 1px solid #eaecf0;
background-color: #f8f9fa;
padding: 5px 15px 5px 65px;
margin-bottom: 20px;
background-image: url(https://wiki.acquistinretepa.it/images/1/10/Info2.svg);
background-position: 20px 15px;
background-repeat: no-repeat;
background-size: 25px 25px;
border-left: 8px solid #eaecf0;
font-size: 95%;
}
.BS_title{
color: #313840;
font-weight:700;
font-size: 14px;
}
.toc {
border: 1px solid #eaecf0;
padding: 15px 20px 10px 20px;
margin-top: 30px;
border-radius: 5px;
}
.toc ul {
margin-left: 0px;
}
.toc .toctitle {
text-align: left;
}
.toc .tocnumber {
font-weight: bold;
color:#313840;
}
.vector-toc-enabled .mw-sidebar {
width: 13.75em;
padding: 12px 19px 12px 9px;
margin-top: -2.5em;
background-image: none;
background-color: #f8f9fa;
}
h1, h2 {
border-bottom: 1px solid #eaecf0;
}
/* RIMOZIONE TAB DISCUSSIONE */
li#ca-talk { display:none!important; }
body.page-Main_Page li#ca-talk { display: none !important; }
li#pt-mytalk { display:none!important; }
/* Nascondo Special Pages per anonimi */
#t-specialpages {display:none}
.HelpBox {
display:none;
}
#footer-info-lastmod {
display:none;
}
.toccolours {
/* border: 1px solid #a2a9b1; */
background-color: #f8f9fa;
padding: 5px 10px;
font-size: 95%;
margin-bottom: 5px;
border: 0px;
}
.AIR-Toogle {
cursor: pointer;
background-color: #f8f9fa;
padding: 5px 10px;
font-weight:600;
margin-bottom: 10px;
border: 0px;
}
.AIR-Toogle img {
margin: 10px 15px 10px 15px;
}
.AIR-Collapsible {
background-color: #f8f9fa;
padding: 10px 10px 10px 85px;
margin-bottom: 25px;
margin-top: -30px;
border: 0px;
}
/* Minerva */
/* HEADER */
.minerva-header,.header-container .branding-box a img {
vertical-align: middle;
margin-right: 20px;
}
.imgFullwidth {
width: 100%;
height:auto;
}
ul.gallery.mw-gallery-slideshow {
display: block;
margin: 0;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons {
opacity: 0.5;
padding: 0px 0px 5px 0px;
white-space: nowrap;
}
.oo-ui-stackLayout-continuous > .oo-ui-panelLayout {
display: block;
position: relative;
background-color: #f8f9fa;
}
.AIRHalfBox {
width:49%;
display:inline-block;
vertical-align:top;
}
img.DSC_ImgTopLeft {
margin-top: 5px;
margin-right: 5px;
}
/* Riposiziono indicatore ultima modifica */
.mw-body .mw-indicators {
padding-top: 15px;
}
/* Blocco orizzontale per guide */
div.BloccoOrizzontale {
display:table;
width:100%;
border-bottom: 1px solid #eaecf0;
padding: 10px 0px;
}
/*--------- Num box */
.NumbBoxContainer {
display:table;
width:100%;
border-bottom: 1px solid #eaecf0;
padding: 10px 0px;
}
.NumbBoxRow {
display: flex;
align-items: center;
background-color: #f8f9fa;
width: 100%;
/* border-bottom: 1px solid #eaecf0;
padding-top: 10px;*/
}
.NumbBoxNumber {
background-color: #f8f9fa;
padding: 20px;
font-weight: bold;
font-size: 40px;
height: 100%;
color: #ccc;
border-right: 1px solid #eee;
/* border-left: 1px solid #eee;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee; */
}
.NumbBoxRowText {
flex: 1;
padding-left: 10px;
background-color: #fff;
min-height: 105px;
/*border-left: 1px solid #eee;*/
}
/*--------------------------- ALERT --------*/
.alert {
position: relative;
padding: 1rem 1rem 1rem 4em;
margin-bottom: 1rem;
border: 1px solid #cccccc;
color: #313840;
/*font-size: 16px;*/
border-radius: 0px 5px 5px 0px;
}
.alert-info {
/*background-image: url(https://cdn-assets-cloud.frontify.com/s3/frontify-cloud-files-us/eyJwYXRoIjoiZnJvbnRpZnlcL2FjY291bnRzXC9lMVwvMTY1MTkzXC9wcm9qZWN0c1wvMzA3Nzc5XC9hc3NldHNcLzQxXC81NjYwOTgwXC8wYTNiNzNiNTZhNGExYzQ3ODI5ZDZjNTNiMGYzZDQ3OC0xNjI2MTA0ODU3LnN2ZyJ9:frontify:AmzJPvybnsHqSj5BioQtunl4m-XUrRfxuzaTdTaWRig?width=64);*/
background-image: url(https://wiki.acquistinretepa.it/images/e/e1/Info.svg);
background-position: 20px 19px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-color: #e2e3e5;
display:block;
border-left: 8px solid #979899;
}
.alert-success {
background-image: url(https://wiki.acquistinretepa.it/images/a/ac/Success.svg);
background-position: 20px 19px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-color: #d4edda;
display:block;
border-left: 8px solid #008758;
}
.alert-warning {
background-image: url(https://wiki.acquistinretepa.it/images/1/17/Warning.svg);
background-position: 20px 19px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-color: #fff3cd;
display:block;
border-left: 8px solid #a66300; /*ACTUAL #a66300- TO DO #fcc10a*/
}
.alert-danger {
background-image: url(https://wiki.acquistinretepa.it/images/2/24/Danger.svg);
background-position: 20px 13px;
background-position: 20px 19px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-color: #f8d7da;
display:block;
border-left: 8px solid #d9364f;
}
.alert .icon {
width: 25px;
height: 25px;
vertical-align: middle;
}
.alert-heading {
font-size: 24px;
font-weight: 600;
color: #313840;
padding-bottom: 1.0rem;
font-family: 'Titillium Web', sans-serif;
}
.alert p {
margin-top: 0;
margin-bottom: 1rem;
color: #313840;
/*font-size: calc(1em * 0.875);*/
padding-top: 10px;
}
/* --------- TIMELINE ------*/
.timelineContainer {
margin: 120px 20px 120px 50px;
display: block;
}
.timeline {
width:90%;
height: 20px;
list-style: none;
text-align: justify;
margin: 80px auto;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}
.timeline:after {
display: inline-block;
content: "";
width: 100%;
}
.timeline li {
display: inline-block;
width: 20px;
height: 20px;
background: #F2BB13;
text-align: center;
line-height: 1.2;
position: relative;
border-radius: 50%;
}
.timeline li:before {
display: inline-block;
content: attr(data-year);
font-size: 16px;
font-weight: 600;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.timeline li:nth-child(odd):before {
top: -65px;
}
.timeline li:nth-child(even):before {
bottom: -65px;
}
.timeline li:after {
display: inline-block;
content: attr(data-text);
font-size: 12px;
position: absolute;
min-width: 120px;
left: 50%;
transform: translateX(-50%);
}
.timeline li:nth-child(odd):after {
bottom: 0;
margin-bottom: -10px;
transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
top: 0;
margin-top: -10px;
transform: translate(-50%, -100%);
}
/* ------- MULTIBOX ---------------------- */
.multibox {
width: 100%;
background-color: #f8f9fa;
border: 1px solid #eaecf0;
border-radius: 10px;
display: flex;
flex-direction: row;
margin: 15px 0px 10px 0px;
}
.box-img-column {
background-color: white;
display: flex;
justify-content: center;
align-items: center;
/*width:100px;*/
border-radius: 10px 0px 0px 10px;
border-right: 1px solid #eaecf0;
min-width: 70px;
}
.box-icon {
background-image: url(https://wiki.acquistinretepa.it/images/e/e5/ICO_Info.svg);
/*background-image: url(https://wiki.acquistinretepa.it/images/c/c6/ICO_ANI_info-bubble.gif);*/
background-size: contain;
background-repeat: no-repeat;
width: 40px; /* Imposta la larghezza desiderata per l'immagine */
height: 44px; /* Imposta l'altezza desiderata per l'immagine */
margin: 15px;
}
.box-img-text {
text-transform: uppercase;
transform: rotate(270deg);
transform-origin: 0 0;
white-space: nowrap;
}
.box-content-column {
display: flex;
flex-direction: column;
}
.box-header {
/* Aggiungi stili per l'header della casella */
margin: 15px 15px -10px 15px;
font-family: 'Titillium Web', sans-serif;
font-weight: bold;
font-size:16px;
}
.multibox .box-body {
margin: 15px 15px 15px 15px;
}
.multibox .box-icon.idea {
background-image: url(https://wiki.acquistinretepa.it/images/0/03/ICO_idea.svg);
fill: #313840;
width: 30px;
height: 45px;
}
.multibox .box-icon.normativa {
background-image: url(https://wiki.acquistinretepa.it/images/a/ab/ICO_Normativa.svg);
fill: #313840;
width: 40px;
height: 41px;
}
.multibox .box-icon.tool {
background-image: url(https://wiki.acquistinretepa.it/images/c/ce/ICO_Tool.svg);
fill: #313840;
width: 40px;
height: 40px;
}
.multibox .box-icon.ricorda {
background-image: url(https://wiki.acquistinretepa.it/images/e/e3/ICO_remember.svg);
fill: #313840;
width: 28px;
height: 45px;
}
.multibox .box-icon.danger {
background-image: url(https://wiki.acquistinretepa.it/images/b/b1/ICO_Danger.svg);
fill: #313840;
width: 40px;
height: 40px;
}
.multibox .box-icon.info {
background-image: url(https://wiki.acquistinretepa.it/images/e/e5/ICO_Info.svg);
fill: #313840;
width: 40px;
height: 44px;
}
.multibox .box-icon.news {
background-image: url(https://wiki.acquistinretepa.it/images/f/f6/ICO_News.svg);
fill: #313840;
width: 40px;
height: 35px;
}
/* ----------------- TAG BOX -------------*/
.tagbox {
width: 100%;
background-color: #f8f9fa;
border: 1px solid #eaecf0;
border-radius: 0px 0px 10px 10px;
display: flex;
flex-direction: row-reverse;
/*margin: 15px 0px 10px 0px;*/
margin: -18px 0px 20px 0px;
}
.tagbox-label-column {
background-color: white;
display: flex;
justify-content: center;
align-items: center;
/*width:100px;*/
border-radius: 0px 0px 0px 10px;
border-right: 1px solid #eaecf0;
min-width: 70px;
}
.tagbox-label {
margin: 5px 10px;
font-weight:normal;
font-size:12px;
}
.tagbox-tags-column {
display: flex;
flex-direction: column;
}
.tagbox-tags-body {
margin: 5px 10px;
}
/* --------------- CATLINKS ------------------*/
.catlinks {
background-color: #f8f9fa;
border: 1px solid #eaecf0;
border-radius: 10px;
padding: 5px 10px;
}