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

Da Wiki Acquisti in rete PA.
m
m
Riga 26: Riga 26:


.content h2, .content h3, .content h4, .content h5, .content h6 {
.content h2, .content h3, .content h4, .content h5, .content h6 {
    padding: 0.1em 0;
font-family: 'Titillium Web', sans-serif;
color: #313840;
}
.vector h2, .vector h3, .vector h4, .vector h5, .vector h6 {
     padding: 0.1em 0;
     padding: 0.1em 0;
font-family: 'Titillium Web', sans-serif;
font-family: 'Titillium Web', sans-serif;

Versione delle 16:54, 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;
}
.vector h2, .vector h3, .vector h4, .vector h5, .vector h6 {
    padding: 0.1em 0;
font-family: 'Titillium Web', sans-serif;
color: #313840;
}

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

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;
}
.mw-customtoggle, .mw-collapsible-toggle {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 5px 10px;
   font-weight:600;
    margin-bottom: 10px;
    border: 0px;
}
.mw-customtoggle img {
    margin: 10px 15px 10px 15px;
}
.mw-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;
}