Differenze tra le versioni di "MediaWiki:Common.css"

Da Wiki Acquisti in rete PA.
m
m
Riga 140: Riga 140:
     padding: 10px 10px 10px 85px;
     padding: 10px 10px 10px 85px;
     margin-bottom: 25px;
     margin-bottom: 25px;
     margin-top: -10px;
     margin-top: -30px;
     border: 0px;
     border: 0px;
      
      

Versione delle 18:03, 24 mag 2022

/*@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, .mw-body-content h2 {
    margin-bottom: 0.25em;
    padding: 0;
    /* font-family: inherit; */
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.3;
    color: #313840;
}
.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: 0.1em 0;
	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: 0.1em 0;
	font-family: 'Titillium Web', sans-serif;
	color: #313840;
	font-weight: 600;
}

.content ul {
    list-style-type: disc;
    padding-left: 2em;
	margin-bottom: 1em;
}

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;
}
.BS_title{
	color: #821b4c;
	font-weight:700;
}
.toc {
	border: 1px solid #eaecf0;
	padding: 10px 20px 10px 20px;
}

.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;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	margin-bottom: 0.6em;
    padding: 0 0 5px 0;
    /*font-family: 'Linux Libertine','Georgia','Times',serif;*/
    line-height: 1.3;
}

body  {
color: #313840;
}
/* 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;
}