MediaWiki:Vector.css: differenze tra le versioni

Da Wiki of Mana, l'enciclopedia dedicata al Mana.
Vai alla navigazione Vai alla ricerca
Nessun oggetto della modifica
mNessun oggetto della modifica
 
(11 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */
body {
body {
background-color:#ADE888;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    background-color:#ADE888;
font-family: 'Source Sans Pro',Calibri,Helvetica,Arial,sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    line-height: normal;
    unicode-bidi: embed;
}
}
#mw-page-base {
#mw-page-base {
Riga 13: Riga 22:
     background-image: -moz-linear-gradient(top,rgba(173, 232, 136, 0),  50%,#ADE888 100%);
     background-image: -moz-linear-gradient(top,rgba(173, 232, 136, 0),  50%,#ADE888 100%);
     background-image: linear-gradient(rgba(173, 232, 136, 0),  50%,#ADE888 100%);
     background-image: linear-gradient(rgba(173, 232, 136, 0),  50%,#ADE888 100%);
    height: 80px;
}
}
#mw-panel {
    width: 160px;
}
.special li {
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
#p-personal {
    position: absolute;
    top: 0.33em;
    right: 0;
    z-index: 100;
}
#p-personal li {
    line-height: 1.125em;
    float: left;
    margin-left: 0.75em;
    margin-top: 0.5em;
    font-size: 0.75em;
    white-space: nowrap;
}
#p-personal ul {
    background: #fff;
    border: 1px solid #a7d7f9;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    height: 23px;
    padding: 2px 10px 2px 2px;
}
#pt-userpage a, #pt-anonuserpage {
    background: none;
    padding-left: 20px !important;
    position: relative;
}
#pt-userpage a:before, #pt-anonuserpage:before {
    content: '';
    display: inline-block;
    background-image: url(skins/Vector/images/icona-utente.png);
    height: 16px;
    width: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
}
#content {
    position: relative;
    background: #fcfcfc;
    border-top: 2px solid #135e00;
    border-bottom: 2px solid #bcbcbc;
    border-radius: 6px;
    padding: 10px;
    line-height: 25px !important;
    margin-top: 5px;
}
#mw-content-text ul {
    line-height: 1.7em;
}
.blacklink a, .blacklink a:hover, .blacklink a:visited {color: #000 !important;}
.whitelink a, .whitelink a:hover, .whitelink a:visited {color: #fff !important;}
.navtemplate.white tr:first-child th, .navtemplate.white tr:first-child th a {color: #fff !important;}
.navtemplate.black tr:first-child th, .navtemplate.black tr:first-child th a {color: #000 !important;}
.navtemplate tr th a, .navtemplate tr th a:visited, .navtemplate tr th a.new, .navtemplate tr th a.new:visited {color: #000000;}
.navigazione.white tr th, .navigazione.white tr th a {color: #fff !important;}
.navigazione.black tr th, .navigazione.black tr th a {color: #000 !important;}

Versione attuale delle 21:22, 31 ago 2021

/* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    background-color:#ADE888;
	font-family: 'Source Sans Pro',Calibri,Helvetica,Arial,sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    line-height: normal;
    unicode-bidi: embed;
}
#mw-page-base {
	background-color: transparent;
    background-image: url(https://manawiki.netsons.org/resources/assets/pattern.png);
    background-size: 32px 32px;
    background-position: top right;
    background-repeat: repeat;}
#mw-head {
    background-image: -webkit-linear-gradient(top,rgba(173, 232, 136, 0), 50%,#ADE888 100%);
    background-image: -moz-linear-gradient(top,rgba(173, 232, 136, 0),  50%,#ADE888 100%);
    background-image: linear-gradient(rgba(173, 232, 136, 0),  50%,#ADE888 100%);
    height: 80px;
}

#mw-panel {
    width: 160px;
}
.special li {
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

#p-personal {
    position: absolute;
    top: 0.33em;
    right: 0;
    z-index: 100;
}

#p-personal li {
    line-height: 1.125em;
    float: left;
    margin-left: 0.75em;
    margin-top: 0.5em;
    font-size: 0.75em;
    white-space: nowrap;
}

#p-personal ul {
    background: #fff;
    border: 1px solid #a7d7f9;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    height: 23px;
    padding: 2px 10px 2px 2px;
}

#pt-userpage a, #pt-anonuserpage {
    background: none;
    padding-left: 20px !important;
    position: relative;
}

#pt-userpage a:before, #pt-anonuserpage:before {
    content: '';
    display: inline-block;
    background-image: url(skins/Vector/images/icona-utente.png);
    height: 16px;
    width: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
}

#content {
    position: relative;
    background: #fcfcfc;
    border-top: 2px solid #135e00;
    border-bottom: 2px solid #bcbcbc;
    border-radius: 6px;
    padding: 10px;
    line-height: 25px !important;
    margin-top: 5px; 
}

#mw-content-text ul {
    line-height: 1.7em;
}

 .blacklink a, .blacklink a:hover, .blacklink a:visited {color: #000 !important;}
 .whitelink a, .whitelink a:hover, .whitelink a:visited {color: #fff !important;}
 .navtemplate.white tr:first-child th, .navtemplate.white tr:first-child th a {color: #fff !important;}
 .navtemplate.black tr:first-child th, .navtemplate.black tr:first-child th a {color: #000 !important;}
 .navtemplate tr th a, .navtemplate tr th a:visited, .navtemplate tr th a.new, .navtemplate tr th a.new:visited {color: #000000;}
 .navigazione.white tr th, .navigazione.white tr th a {color: #fff !important;}
 .navigazione.black tr th, .navigazione.black tr th a {color: #000 !important;}