Difference between revisions of "MediaWiki:Vector.css"

From WOI Encyclopedia Italia
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
h1, h2 {
 +
    margin-bottom: 0.6em;
 +
}
 +
h2 {
 +
    font-size: 150%;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    background-attachment: scroll;
 +
    background-clip: border-box;
 +
    background-color: rgba(0, 0, 0, 0);
 +
    background-image: none;
 +
    background-origin: padding-box;
 +
    background-position: 0 0;
 +
    background-repeat: repeat;
 +
    background-size: auto auto;
 +
    border-bottom-color: none;
 +
    border-bottom-style: solid;
 +
    border-bottom-width: 1px;
 +
    color: #CF5707;
 +
    font-weight: normal;
 +
    margin-bottom: 0;
 +
    margin-left: 0;
 +
    margin-right: 0;
 +
    margin-top: 0;
 +
    overflow-x: hidden;
 +
    overflow-y: hidden;
 +
    padding-bottom: 0.17em;
 +
    padding-top: 0.5em;
 +
    width: auto;
 +
}
 +
h1, h2 {
 +
    margin-bottom: 0.6em;
 +
}
 +
h2 {
 +
    font-size: 150%;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    background-attachment: scroll;
 +
    background-clip: border-box;
 +
    background-color: rgba(0, 0, 0, 0);
 +
    background-image: none;
 +
    background-origin: padding-box;
 +
    background-position: 0 0;
 +
    background-repeat: repeat;
 +
    background-size: auto auto;
 +
    border-bottom-color: none;
 +
    border-bottom-style: solid;
 +
    border-bottom-width: 1px;
 +
    color: #111111;
 +
    font-weight: normal;
 +
    margin-bottom: 0;
 +
    margin-left: 0;
 +
    margin-right: 0;
 +
    margin-top: 0;
 +
    overflow-x: hidden;
 +
    overflow-y: hidden;
 +
    padding-bottom: 0.17em;
 +
    padding-top: 0.5em;
 +
}

Latest revision as of 07:23, 29 October 2013

/* CSS placed here will affect users of the Vector skin */

h1, h2 {
    margin-bottom: 0.6em;
}
h2 {
    font-size: 150%;
}
h1, h2, h3, h4, h5, h6 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #CF5707;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.17em;
    padding-top: 0.5em;
    width: auto;
}
h1, h2 {
    margin-bottom: 0.6em;
}
h2 {
    font-size: 150%;
}
h1, h2, h3, h4, h5, h6 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #111111;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.17em;
    padding-top: 0.5em;
}