113
contributi
Modifiche
Jump to navigation
Jump to search
/**** Light box classes ****/
/**** Cose non divise ****/
#content {
background-color: #242425;
}
.overlay.search-overlay {
background-color: #242425;
}
.search-overlay .results li {
background-color: #72777d;
}
.search-overlay .results li h3, .search-overlay .results li a {
color: #232426;
}
.list-thumb.list-thumb-none {
filter: brightness(0.7);
}
#page-actions {
/*! border-color: #474747; */
/********** Copiate da Vector.css, alcune cose probabilmente inutili **********/
.vectorTabs li.selected a, .vectorTabs li.selected a:visited,
.search-types .current a, .tocnumber, .header .branding-box a span,
.search-overlay .results li {
#mw-panel .portal .body li a:visited, .vectorTabs li a, .vectorMenu li a {
a.new, #p-personal a.new, a.new:visited, #p-personal a.new:visited,{
.vectorTabs li.new a, .vectorTabs li.new a:visited {
#simpleSearch {
border-color: #38383c;
padding: 1px 20px 1px 5px;
margin-top: -4px;
#simpleSearch input {
color: #fff;
}
.vectorMenu h3 span:after {
content: '\2C5';
background: none;
opacity: 1;
top: 10px;
left: auto;
}
.vectorTabs {
background: none;
padding-left: 0;
height: 35px;
}
.vectorTabs ul {
border-top: 1px solid #38383c;
border-left: 1px solid #38383c;
}
.vectorTabs ul li {
background: #181818;
border-bottom: 1px solid #38383c;
border-right: 1px solid #38383c;
}
.vectorTabs li.selected {
background: #242425;
border-bottom: 1px solid #242425;
margin: 0;
}
.vectorTabs span {
background: none;
}
.vectorTabs span a {
padding-top: 8px;
}
.vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a {
margin: -6px 0 0 2px;
}
/**** Editor ****/
.editOptions {
background-color: #1c1c1c;
border: 1px solid #38383c;
border-top: 0;
color: #fff;
}
.wikiEditor-ui-toolbar {
background: #dadada;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid #38383c;
}
.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #2a549a;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
background-color: #161619;
color: #fff;
border: 1px solid #38383c;
}
.rcfilters-head .oo-ui-textInputWidget input {
background: #fff;
color: #000;
border: 1px solid #a2a9b1;
}
.rcfilters-container {
background: #f6f6f9;
padding: 10px;
border-radius: 8px;
border: 1px dashed #242425;
}
.tool-button.tool-active,
.tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
padding: 3px 3px 2px 4px;
background: #b5b5b5;
outline: none;
box-shadow: none;
}
.wikiEditor-ui-toolbar {
/* Fix rapido ma non ottimale per cambiare il colore dei file svg */
filter: invert(100%);
color: #753617;
}
.wikiEditor-ui-toolbar .sections .section {
background-color: #dadada;
border-top: 1px solid #c3c3c3;
}
.wikiEditor-ui-toolbar .booklet .index .current {
background-color: #e2e2e2;
}
.wikiEditor-ui-toolbar .booklet .index div,
.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #753617;
}
.wikiEditor-ui-toolbar .page-characters div span {
padding: 5px 8px 18px 8px;
}
.wikiEditor-ui textarea, .mw-editform #wpTextbox1 {
background: #161619;
color: #fff;
}
.mw-editform #wpTextbox1 {
border-color: #38383c;
}
.wikiEditor-ui .wikiEditor-ui-top {
border-bottom: 1px solid #38383c;
}
/**** Risultati della ricerca ****/
.mw-search-result-data {
color: #47ffab;
}
/**** Footer ****/
#footer ul li {
color: #aaa;
Stilata nera barra di navigazione, aggiunti gli stili "standard" (text-center, width responsive, ...)
@charset "UTF-8";
/**************************************************
Mobile CSS styles for Pokémon Central Wiki.
This file is compiled from SCSS sources:
project available on Pokémon Central GitHub,
at https://github.com/pokemoncentral/wiki-styles
**************************************************/
/**************************************************
Reset styles
**************************************************/
div {
display: block;
}
span {
display: inline;
}
table {
display: table;
}
tr {
display: table-row;
}
td, th {
display: table-cell;
}
/**************************************************
Root styles
**************************************************/
html, body {
font-family: "RooneySansWeb", Helvetica, Arial, sans-serif !important;
}
body {
font-size: 17px;
}
#mw-content-text *:not(.thumbinner) {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
th, .grid-header {
font-weight: bolder;
}
pre {
font-size: 90%;
}
/**************************************************
MediaWiki overriding styles
**************************************************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
font-family: "RooneySansWeb", Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
}
.page-Home #firstHeading, .page-Home #siteSub, .page-Home #contentSub {
display: none;
}
/**************************************************
Overused styles
**************************************************/
.black-text, .black-text a, .text-black, .text-black a {
color: #000000;
}
.height-100 {
height: 100%;
}
.white-bg, .white-rows tbody td, .std-table tbody td, .white-rows.grid > :not(:first-child) > :not(.grid-header), .grid.std-table > :not(:first-child) > :not(.grid-header), .bg-white {
background: #FFFFFF;
}
.white-text, .white-text a, .text-white, .text-white a {
color: #FFFFFF;
}
/**************************************************
Vertical alignment
**************************************************/
.vert-middle, .vert-center {
white-space: nowrap;
}
.vert-middle::before, .vert-center::before {
height: 100%;
content: '';
}
.vert-middle > *, .vert-center > * {
white-space: normal;
}
/**************************************************
Miscellaneous styles
**************************************************/
.sitenotice {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 1.5ex;
margin-bottom: 1.5ex;
padding: 0.5ex 1ex;
background: linear-gradient(to right, #D0E6FF, #7CBAFF);
}
.mw-collapsible-toggle {
padding-left: 0.4375rem;
}
.explain[title] {
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: initial;
}
/**************************************************
Border-radius classes
**************************************************/
.roundy-5 {
border-radius: 0.3125rem;
}
.roundytr-5, .roundytop-5, .roundyright-5 {
border-top-right-radius: 0.3125rem;
}
.roundybr-5, .roundyright-5, .roundybottom-5 {
border-bottom-right-radius: 0.3125rem;
}
.roundybl-5, .roundybottom-5, .roundyleft-5 {
border-bottom-left-radius: 0.3125rem;
}
.roundytl-5, .roundytop-5, .roundyleft-5 {
border-top-left-radius: 0.3125rem;
}
.roundy-10, .roundy, .std-table, .toc, li.gallerybox, li.gallerybox div.thumb {
border-radius: 0.625rem;
}
.roundytr-10, .roundytop-10, .roundytop, .roundy-header, .roundy-corners, .roundyright-10, .roundyright, .roundytr, .roundy-header thead tr:first-of-type td:last-child, .roundy-corners thead tr:first-of-type td:last-child, .roundy-header thead tr:first-of-type th:last-child, .roundy-corners thead tr:first-of-type th:last-child, .roundy-header tbody:only-child tr:first-of-type td:last-child, .roundy-corners tbody:only-child tr:first-of-type td:last-child, .roundy-header tbody:only-child tr:first-of-type th:last-child, .roundy-corners tbody:only-child tr:first-of-type th:last-child, .roundy-header.grid > :first-of-type > *:last-child, .grid.roundy-corners > :first-of-type > *:last-child {
border-top-right-radius: 0.625rem;
}
.roundybr-10, .roundyright-10, .roundyright, .roundybottom-10, .roundybottom, .roundy-footer, .std-table, .roundy-corners, .roundybr, .roundy-footer tbody tr:last-of-type td:last-child, .std-table tbody tr:last-of-type td:last-child, .roundy-corners tbody tr:last-of-type td:last-child, .roundy-footer tbody tr:last-of-type th:last-child, .std-table tbody tr:last-of-type th:last-child, .roundy-corners tbody tr:last-of-type th:last-child, .roundy-footer.grid > :last-of-type > *:last-child, .grid.std-table > :last-of-type > *:last-child, .grid.roundy-corners > :last-of-type > *:last-child {
border-bottom-right-radius: 0.625rem;
}
.roundybl-10, .roundybottom-10, .roundybottom, .roundy-footer, .std-table, .roundy-corners, .roundyleft-10, .roundyleft, .roundybl, .roundy-footer tbody tr:last-of-type td:first-child, .std-table tbody tr:last-of-type td:first-child, .roundy-corners tbody tr:last-of-type td:first-child, .roundy-footer tbody tr:last-of-type th:first-child, .std-table tbody tr:last-of-type th:first-child, .roundy-corners tbody tr:last-of-type th:first-child, .roundy-footer.grid > :last-of-type > *:first-child, .grid.std-table > :last-of-type > *:first-child, .grid.roundy-corners > :last-of-type > *:first-child {
border-bottom-left-radius: 0.625rem;
}
.roundytl-10, .roundytop-10, .roundytop, .roundy-header, .roundy-corners, .roundyleft-10, .roundyleft, .roundytl, .roundy-header thead tr:first-of-type td:first-child, .roundy-corners thead tr:first-of-type td:first-child, .roundy-header thead tr:first-of-type th:first-child, .roundy-corners thead tr:first-of-type th:first-child, .roundy-header tbody:only-child tr:first-of-type td:first-child, .roundy-corners tbody:only-child tr:first-of-type td:first-child, .roundy-header tbody:only-child tr:first-of-type th:first-child, .roundy-corners tbody:only-child tr:first-of-type th:first-child, .roundy-header.grid > :first-of-type > *:first-child, .grid.roundy-corners > :first-of-type > *:first-child {
border-top-left-radius: 0.625rem;
}
.roundy-15 {
border-radius: 0.9375rem;
}
.roundytr-15, .roundytop-15, .roundyright-15 {
border-top-right-radius: 0.9375rem;
}
.roundybr-15, .roundyright-15, .roundybottom-15 {
border-bottom-right-radius: 0.9375rem;
}
.roundybl-15, .roundybottom-15, .roundyleft-15 {
border-bottom-left-radius: 0.9375rem;
}
.roundytl-15, .roundytop-15, .roundyleft-15 {
border-top-left-radius: 0.9375rem;
}
.roundy-20, .sitenotice {
border-radius: 1.25rem;
}
.roundytr-20, .roundytop-20, .roundyright-20 {
border-top-right-radius: 1.25rem;
}
.roundybr-20, .roundyright-20, .roundybottom-20 {
border-bottom-right-radius: 1.25rem;
}
.roundybl-20, .roundybottom-20, .roundyleft-20 {
border-bottom-left-radius: 1.25rem;
}
.roundytl-20, .roundytop-20, .roundyleft-20 {
border-top-left-radius: 1.25rem;
}
.roundy-full {
border-radius: 50%;
}
.roundy-full-sides {
border-radius: 1000rem;
}
/**************************************************
Display classes
**************************************************/
.inline-block, .vert-middle::before, .vert-center::before, .vert-middle > *, .vert-center > *, .same-line {
display: inline-block;
}
.grid {
display: table;
}
.grid-row, .grid > * {
display: table-row;
}
.grid-cell, .grid > * > *, .grid-row > *, .grid-header {
display: table-cell;
}
/**************************************************
Element-aligning classes
**************************************************/
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.pull-center, .std-table, .sitenotice {
margin-left: auto;
margin-right: auto;
}
.align-top, .pull-top {
vertical-align: top;
}
.align-bottom, .pull-bottom {
vertical-align: bottom;
}
.align-middle, .vert-middle::before, .vert-center::before, .vert-middle > *, .vert-center > *, .align-center {
vertical-align: middle;
}
/**************************************************
Text-aligning classes
**************************************************/
.text-center, th, .grid-header, .std-table, .sitenotice, .center-text {
text-align: center;
}
.text-right, .right-text {
text-align: right;
}
.text-left, .left-text {
text-align: left;
}
/**************************************************
Font-size classes
**************************************************/
.font-small, .small-font, .text-small, .small-text {
font-size: smaller;
}
.font-big, .big-font, .text-big, .big-text {
font-size: larger;
}
.font-triple-big, .triple-big-font, .text-triple-big, .triple-big-text {
font-size: 198%;
}
/**************************************************
Clear related classes
**************************************************/
.clear-left {
clear: left;
}
.clear-right {
clear: right;
}
.clear-all, .clear-both {
clear: both;
}
/**************************************************
Spacing related classes
**************************************************/
.no-border-spacing, .std-table {
border-spacing: 0;
}
/**************************************************
Overflow related classes
**************************************************/
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
/**************************************************
Flexbox styles
**************************************************/
.inline-flex > *, .flex > *, .flex-row-stretch-around > *, .flex-row-center-around > *, .flex-row-center-stretch > * {
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
}
.inline-flex {
display: -webkit-inline-flex;
display: inline-flex;
}
.flex, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch {
display: -webkit-flex;
display: flex;
}
.flex-row, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch {
-webkit-flex-direction: row;
flex-direction: row;
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-column {
-webkit-flex-direction: column;
flex-direction: column;
}
.flex-column-reverse {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-nowrap, .flex-row-center-stretch {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-main-start {
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.flex-main-end {
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.flex-main-center {
-webkit-justify-content: center;
justify-content: center;
}
.flex-main-space-between {
-webkit-justify-content: space-between;
justify-content: space-between;
}
.flex-main-space-around, .flex-row-stretch-around, .flex-row-center-around {
-webkit-justify-content: space-around;
justify-content: space-around;
}
.flex-main-space-evenly {
-webkit-justify-content: space-evenly;
justify-content: space-evenly;
}
.flex-items-start {
-webkit-align-items: flex-start;
align-items: flex-start;
}
.flex-items-end {
-webkit-align-items: flex-end;
align-items: flex-end;
}
.flex-items-center, .flex-row-center-around, .flex-row-center-stretch {
-webkit-align-items: center;
align-items: center;
}
.flex-items-stretch, .flex-row-stretch-around {
-webkit-align-items: stretch;
align-items: stretch;
}
.flex-items-baseline {
-webkit-align-items: baseline;
align-items: baseline;
}
.flex-cross-start {
-webkit-align-content: flex-start;
align-content: flex-start;
}
.flex-cross-end {
-webkit-align-content: flex-end;
align-content: flex-end;
}
.flex-cross-center {
-webkit-align-content: center;
align-content: center;
}
.flex-cross-stretch {
-webkit-align-content: stretch;
align-content: stretch;
}
.flex-cross-space-between {
-webkit-align-content: space-between;
align-content: space-between;
}
.flex-cross-space-around {
-webkit-align-content: space-around;
align-content: space-around;
}
.flex-item-self-start {
-webkit-align-self: flex-start;
align-self: flex-start;
}
.flex-item-self-end {
-webkit-align-self: flex-end;
align-self: flex-end;
}
.flex-item-self-center {
-webkit-align-self: center;
align-self: center;
}
.flex-item-self-stretch {
-webkit-align-self: stretch;
align-self: stretch;
}
.flex-item-self-baseline {
-webkit-align-self: baseline;
align-self: baseline;
}
/* Makes a flex item fill all the available space on the main axis */
.flex-item-fill, .flex-main-equal > * {
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
/* Makes the elements fill the main axis */
.flex-main-stretch > *, .flex-row-center-stretch > * {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
/*
Makes all elements fill the main axis
and be equal sized
*/
/**************************************************
Responsive design classes
**************************************************/
/* xl responsive width classes */
/* width */
.width-xl-5 {
width: 5%;
}
.width-xl-10 {
width: 10%;
}
.width-xl-15 {
width: 15%;
}
.width-xl-20 {
width: 20%;
}
.width-xl-25 {
width: 25%;
}
.width-xl-30 {
width: 30%;
}
.width-xl-35 {
width: 35%;
}
.width-xl-40 {
width: 40%;
}
.width-xl-45 {
width: 45%;
}
.width-xl-50 {
width: 50%;
}
.width-xl-55 {
width: 55%;
}
.width-xl-60 {
width: 60%;
}
.width-xl-65 {
width: 65%;
}
.width-xl-70 {
width: 70%;
}
.width-xl-75 {
width: 75%;
}
.width-xl-80 {
width: 80%;
float: none;
}
.width-xl-85 {
width: 85%;
float: none;
}
.width-xl-90 {
width: 90%;
float: none;
}
.width-xl-95 {
width: 95%;
float: none;
}
.width-xl-100 {
width: 100%;
float: none;
}
.width-xl-33 {
width: 33%;
}
.width-xl-66 {
width: 66%;
}
.width-xl-auto {
width: auto;
}
/* min-width */
.min-width-xl-5 {
min-width: 5%;
}
.min-width-xl-10 {
min-width: 10%;
}
.min-width-xl-15 {
min-width: 15%;
}
.min-width-xl-20 {
min-width: 20%;
}
.min-width-xl-25 {
min-width: 25%;
}
.min-width-xl-30 {
min-width: 30%;
}
.min-width-xl-35 {
min-width: 35%;
}
.min-width-xl-40 {
min-width: 40%;
}
.min-width-xl-45 {
min-width: 45%;
}
.min-width-xl-50 {
min-width: 50%;
}
.min-width-xl-55 {
min-width: 55%;
}
.min-width-xl-60 {
min-width: 60%;
}
.min-width-xl-65 {
min-width: 65%;
}
.min-width-xl-70 {
min-width: 70%;
}
.min-width-xl-75 {
min-width: 75%;
}
.min-width-xl-80 {
min-width: 80%;
float: none;
}
.min-width-xl-85 {
min-width: 85%;
float: none;
}
.min-width-xl-90 {
min-width: 90%;
float: none;
}
.min-width-xl-95 {
min-width: 95%;
float: none;
}
.min-width-xl-100 {
min-width: 100%;
float: none;
}
.min-width-xl-33 {
min-width: 33%;
}
.min-width-xl-66 {
min-width: 66%;
}
.min-width-xl-auto {
min-width: auto;
}
/* max-width */
.max-width-xl-5 {
max-width: 5%;
}
.max-width-xl-10 {
max-width: 10%;
}
.max-width-xl-15 {
max-width: 15%;
}
.max-width-xl-20 {
max-width: 20%;
}
.max-width-xl-25 {
max-width: 25%;
}
.max-width-xl-30 {
max-width: 30%;
}
.max-width-xl-35 {
max-width: 35%;
}
.max-width-xl-40 {
max-width: 40%;
}
.max-width-xl-45 {
max-width: 45%;
}
.max-width-xl-50 {
max-width: 50%;
}
.max-width-xl-55 {
max-width: 55%;
}
.max-width-xl-60 {
max-width: 60%;
}
.max-width-xl-65 {
max-width: 65%;
}
.max-width-xl-70 {
max-width: 70%;
}
.max-width-xl-75 {
max-width: 75%;
}
.max-width-xl-80 {
max-width: 80%;
float: none;
}
.max-width-xl-85 {
max-width: 85%;
float: none;
}
.max-width-xl-90 {
max-width: 90%;
float: none;
}
.max-width-xl-95 {
max-width: 95%;
float: none;
}
.max-width-xl-100 {
max-width: 100%;
float: none;
}
.max-width-xl-33 {
max-width: 33%;
}
.max-width-xl-66 {
max-width: 66%;
}
.max-width-xl-auto {
max-width: auto;
}
/* xl responsive hidden class */
.hidden-xl {
display: none;
}
/* xl responsive flex classes */
.flex-xl-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
/* xl responsive-margins classes */
/*
!important because margins are
usually set in style tags
*/
.no-margin-xl {
margin-right: initial !important;
margin-left: initial !important;
}
/* xl responsive text align classes */
.text-left-xl {
text-align: left;
}
.text-center-xl {
text-align: center;
}
.text-right-xl {
text-align: right;
}
/* xl display classes */
.block-xl {
display: block;
}
.flex-xl {
display: -webkit-flex;
display: flex;
}
.inline-block-xl {
display: inline-block;
}
tr.flex-xl {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.white-rows tbody tr.block-xl, .std-table tbody tr.block-xl, .white-rows tbody tr.flex-xl, .std-table tbody tr.flex-xl {
overflow: hidden;
background: #FFFFFF;
}
@media (min-width: 1200px) {
/*
lg responsive visible class:
desktop-first approach means that elements
should be hidden from the immediately larger
breakpoint upwards, that leads to lg
being in xl media query.
*/
.visible-lg {
display: none;
}
}
@media (max-width: 1199.98px) {
/* lg responsive width classes */
/* width */
.width-lg-5 {
width: 5%;
}
.width-lg-10 {
width: 10%;
}
.width-lg-15 {
width: 15%;
}
.width-lg-20 {
width: 20%;
}
.width-lg-25 {
width: 25%;
}
.width-lg-30 {
width: 30%;
}
.width-lg-35 {
width: 35%;
}
.width-lg-40 {
width: 40%;
}
.width-lg-45 {
width: 45%;
}
.width-lg-50 {
width: 50%;
}
.width-lg-55 {
width: 55%;
}
.width-lg-60 {
width: 60%;
}
.width-lg-65 {
width: 65%;
}
.width-lg-70 {
width: 70%;
}
.width-lg-75 {
width: 75%;
}
.width-lg-80 {
width: 80%;
float: none;
}
.width-lg-85 {
width: 85%;
float: none;
}
.width-lg-90 {
width: 90%;
float: none;
}
.width-lg-95 {
width: 95%;
float: none;
}
.width-lg-100 {
width: 100%;
float: none;
}
.width-lg-33 {
width: 33%;
}
.width-lg-66 {
width: 66%;
}
.width-lg-auto {
width: auto;
}
/* min-width */
.min-width-lg-5 {
min-width: 5%;
}
.min-width-lg-10 {
min-width: 10%;
}
.min-width-lg-15 {
min-width: 15%;
}
.min-width-lg-20 {
min-width: 20%;
}
.min-width-lg-25 {
min-width: 25%;
}
.min-width-lg-30 {
min-width: 30%;
}
.min-width-lg-35 {
min-width: 35%;
}
.min-width-lg-40 {
min-width: 40%;
}
.min-width-lg-45 {
min-width: 45%;
}
.min-width-lg-50 {
min-width: 50%;
}
.min-width-lg-55 {
min-width: 55%;
}
.min-width-lg-60 {
min-width: 60%;
}
.min-width-lg-65 {
min-width: 65%;
}
.min-width-lg-70 {
min-width: 70%;
}
.min-width-lg-75 {
min-width: 75%;
}
.min-width-lg-80 {
min-width: 80%;
float: none;
}
.min-width-lg-85 {
min-width: 85%;
float: none;
}
.min-width-lg-90 {
min-width: 90%;
float: none;
}
.min-width-lg-95 {
min-width: 95%;
float: none;
}
.min-width-lg-100 {
min-width: 100%;
float: none;
}
.min-width-lg-33 {
min-width: 33%;
}
.min-width-lg-66 {
min-width: 66%;
}
.min-width-lg-auto {
min-width: auto;
}
/* max-width */
.max-width-lg-5 {
max-width: 5%;
}
.max-width-lg-10 {
max-width: 10%;
}
.max-width-lg-15 {
max-width: 15%;
}
.max-width-lg-20 {
max-width: 20%;
}
.max-width-lg-25 {
max-width: 25%;
}
.max-width-lg-30 {
max-width: 30%;
}
.max-width-lg-35 {
max-width: 35%;
}
.max-width-lg-40 {
max-width: 40%;
}
.max-width-lg-45 {
max-width: 45%;
}
.max-width-lg-50 {
max-width: 50%;
}
.max-width-lg-55 {
max-width: 55%;
}
.max-width-lg-60 {
max-width: 60%;
}
.max-width-lg-65 {
max-width: 65%;
}
.max-width-lg-70 {
max-width: 70%;
}
.max-width-lg-75 {
max-width: 75%;
}
.max-width-lg-80 {
max-width: 80%;
float: none;
}
.max-width-lg-85 {
max-width: 85%;
float: none;
}
.max-width-lg-90 {
max-width: 90%;
float: none;
}
.max-width-lg-95 {
max-width: 95%;
float: none;
}
.max-width-lg-100 {
max-width: 100%;
float: none;
}
.max-width-lg-33 {
max-width: 33%;
}
.max-width-lg-66 {
max-width: 66%;
}
.max-width-lg-auto {
max-width: auto;
}
/* lg responsive hidden class */
.hidden-lg {
display: none;
}
/* lg responsive flex classes */
.flex-lg-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
/* lg responsive-margins classes */
/*
!important because margins are
usually set in style tags
*/
.no-margin-lg {
margin-right: initial !important;
margin-left: initial !important;
}
/* lg responsive text align classes */
.text-left-lg {
text-align: left;
}
.text-center-lg {
text-align: center;
}
.text-right-lg {
text-align: right;
}
/* lg display classes */
.block-lg {
display: block;
}
.flex-lg {
display: -webkit-flex;
display: flex;
}
.inline-block-lg {
display: inline-block;
}
tr.flex-lg {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.white-rows tbody tr.block-lg, .std-table tbody tr.block-lg, .white-rows tbody tr.flex-lg, .std-table tbody tr.flex-lg {
overflow: hidden;
background: #FFFFFF;
}
}
@media (min-width: 992px) {
/*
md responsive visible class:
desktop-first approach means that elements
should be hidden from the immediately larger
breakpoint upwards, that leads to md
being in lg media query.
*/
.visible-md {
display: none;
}
}
@media (max-width: 991.98px) {
/* md responsive width classes */
/* width */
.width-md-5 {
width: 5%;
}
.width-md-10 {
width: 10%;
}
.width-md-15 {
width: 15%;
}
.width-md-20 {
width: 20%;
}
.width-md-25 {
width: 25%;
}
.width-md-30 {
width: 30%;
}
.width-md-35 {
width: 35%;
}
.width-md-40 {
width: 40%;
}
.width-md-45 {
width: 45%;
}
.width-md-50 {
width: 50%;
}
.width-md-55 {
width: 55%;
}
.width-md-60 {
width: 60%;
}
.width-md-65 {
width: 65%;
}
.width-md-70 {
width: 70%;
}
.width-md-75 {
width: 75%;
}
.width-md-80 {
width: 80%;
float: none;
}
.width-md-85 {
width: 85%;
float: none;
}
.width-md-90 {
width: 90%;
float: none;
}
.width-md-95 {
width: 95%;
float: none;
}
.width-md-100 {
width: 100%;
float: none;
}
.width-md-33 {
width: 33%;
}
.width-md-66 {
width: 66%;
}
.width-md-auto {
width: auto;
}
/* min-width */
.min-width-md-5 {
min-width: 5%;
}
.min-width-md-10 {
min-width: 10%;
}
.min-width-md-15 {
min-width: 15%;
}
.min-width-md-20 {
min-width: 20%;
}
.min-width-md-25 {
min-width: 25%;
}
.min-width-md-30 {
min-width: 30%;
}
.min-width-md-35 {
min-width: 35%;
}
.min-width-md-40 {
min-width: 40%;
}
.min-width-md-45 {
min-width: 45%;
}
.min-width-md-50 {
min-width: 50%;
}
.min-width-md-55 {
min-width: 55%;
}
.min-width-md-60 {
min-width: 60%;
}
.min-width-md-65 {
min-width: 65%;
}
.min-width-md-70 {
min-width: 70%;
}
.min-width-md-75 {
min-width: 75%;
}
.min-width-md-80 {
min-width: 80%;
float: none;
}
.min-width-md-85 {
min-width: 85%;
float: none;
}
.min-width-md-90 {
min-width: 90%;
float: none;
}
.min-width-md-95 {
min-width: 95%;
float: none;
}
.min-width-md-100 {
min-width: 100%;
float: none;
}
.min-width-md-33 {
min-width: 33%;
}
.min-width-md-66 {
min-width: 66%;
}
.min-width-md-auto {
min-width: auto;
}
/* max-width */
.max-width-md-5 {
max-width: 5%;
}
.max-width-md-10 {
max-width: 10%;
}
.max-width-md-15 {
max-width: 15%;
}
.max-width-md-20 {
max-width: 20%;
}
.max-width-md-25 {
max-width: 25%;
}
.max-width-md-30 {
max-width: 30%;
}
.max-width-md-35 {
max-width: 35%;
}
.max-width-md-40 {
max-width: 40%;
}
.max-width-md-45 {
max-width: 45%;
}
.max-width-md-50 {
max-width: 50%;
}
.max-width-md-55 {
max-width: 55%;
}
.max-width-md-60 {
max-width: 60%;
}
.max-width-md-65 {
max-width: 65%;
}
.max-width-md-70 {
max-width: 70%;
}
.max-width-md-75 {
max-width: 75%;
}
.max-width-md-80 {
max-width: 80%;
float: none;
}
.max-width-md-85 {
max-width: 85%;
float: none;
}
.max-width-md-90 {
max-width: 90%;
float: none;
}
.max-width-md-95 {
max-width: 95%;
float: none;
}
.max-width-md-100 {
max-width: 100%;
float: none;
}
.max-width-md-33 {
max-width: 33%;
}
.max-width-md-66 {
max-width: 66%;
}
.max-width-md-auto {
max-width: auto;
}
/* md responsive hidden class */
.hidden-md {
display: none;
}
/* md responsive flex classes */
.flex-md-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-md-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
/* md responsive-margins classes */
/*
!important because margins are
usually set in style tags
*/
.no-margin-md {
margin-right: initial !important;
margin-left: initial !important;
}
/* md responsive text align classes */
.text-left-md {
text-align: left;
}
.text-center-md {
text-align: center;
}
.text-right-md {
text-align: right;
}
/* md display classes */
.block-md {
display: block;
}
.flex-md {
display: -webkit-flex;
display: flex;
}
.inline-block-md {
display: inline-block;
}
tr.flex-md {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.white-rows tbody tr.block-md, .std-table tbody tr.block-md, .white-rows tbody tr.flex-md, .std-table tbody tr.flex-md {
overflow: hidden;
background: #FFFFFF;
}
}
@media (min-width: 768px) {
/*
sm responsive visible class:
desktop-first approach means that elements
should be hidden from the immediately larger
breakpoint upwards, that leads to sm
being in md media query.
*/
.visible-sm {
display: none;
}
}
@media (max-width: 767.98px) {
/* sm responsive width classes */
/* width */
.width-sm-5 {
width: 5%;
}
.width-sm-10 {
width: 10%;
}
.width-sm-15 {
width: 15%;
}
.width-sm-20 {
width: 20%;
}
.width-sm-25 {
width: 25%;
}
.width-sm-30 {
width: 30%;
}
.width-sm-35 {
width: 35%;
}
.width-sm-40 {
width: 40%;
}
.width-sm-45 {
width: 45%;
}
.width-sm-50 {
width: 50%;
}
.width-sm-55 {
width: 55%;
}
.width-sm-60 {
width: 60%;
}
.width-sm-65 {
width: 65%;
}
.width-sm-70 {
width: 70%;
}
.width-sm-75 {
width: 75%;
}
.width-sm-80 {
width: 80%;
float: none;
}
.width-sm-85 {
width: 85%;
float: none;
}
.width-sm-90 {
width: 90%;
float: none;
}
.width-sm-95 {
width: 95%;
float: none;
}
.width-sm-100 {
width: 100%;
float: none;
}
.width-sm-33 {
width: 33%;
}
.width-sm-66 {
width: 66%;
}
.width-sm-auto {
width: auto;
}
/* min-width */
.min-width-sm-5 {
min-width: 5%;
}
.min-width-sm-10 {
min-width: 10%;
}
.min-width-sm-15 {
min-width: 15%;
}
.min-width-sm-20 {
min-width: 20%;
}
.min-width-sm-25 {
min-width: 25%;
}
.min-width-sm-30 {
min-width: 30%;
}
.min-width-sm-35 {
min-width: 35%;
}
.min-width-sm-40 {
min-width: 40%;
}
.min-width-sm-45 {
min-width: 45%;
}
.min-width-sm-50 {
min-width: 50%;
}
.min-width-sm-55 {
min-width: 55%;
}
.min-width-sm-60 {
min-width: 60%;
}
.min-width-sm-65 {
min-width: 65%;
}
.min-width-sm-70 {
min-width: 70%;
}
.min-width-sm-75 {
min-width: 75%;
}
.min-width-sm-80 {
min-width: 80%;
float: none;
}
.min-width-sm-85 {
min-width: 85%;
float: none;
}
.min-width-sm-90 {
min-width: 90%;
float: none;
}
.min-width-sm-95 {
min-width: 95%;
float: none;
}
.min-width-sm-100 {
min-width: 100%;
float: none;
}
.min-width-sm-33 {
min-width: 33%;
}
.min-width-sm-66 {
min-width: 66%;
}
.min-width-sm-auto {
min-width: auto;
}
/* max-width */
.max-width-sm-5 {
max-width: 5%;
}
.max-width-sm-10 {
max-width: 10%;
}
.max-width-sm-15 {
max-width: 15%;
}
.max-width-sm-20 {
max-width: 20%;
}
.max-width-sm-25 {
max-width: 25%;
}
.max-width-sm-30 {
max-width: 30%;
}
.max-width-sm-35 {
max-width: 35%;
}
.max-width-sm-40 {
max-width: 40%;
}
.max-width-sm-45 {
max-width: 45%;
}
.max-width-sm-50 {
max-width: 50%;
}
.max-width-sm-55 {
max-width: 55%;
}
.max-width-sm-60 {
max-width: 60%;
}
.max-width-sm-65 {
max-width: 65%;
}
.max-width-sm-70 {
max-width: 70%;
}
.max-width-sm-75 {
max-width: 75%;
}
.max-width-sm-80 {
max-width: 80%;
float: none;
}
.max-width-sm-85 {
max-width: 85%;
float: none;
}
.max-width-sm-90 {
max-width: 90%;
float: none;
}
.max-width-sm-95 {
max-width: 95%;
float: none;
}
.max-width-sm-100 {
max-width: 100%;
float: none;
}
.max-width-sm-33 {
max-width: 33%;
}
.max-width-sm-66 {
max-width: 66%;
}
.max-width-sm-auto {
max-width: auto;
}
/* sm responsive hidden class */
.hidden-sm {
display: none;
}
/* sm responsive flex classes */
.flex-sm-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
/* sm responsive-margins classes */
/*
!important because margins are
usually set in style tags
*/
.no-margin-sm {
margin-right: initial !important;
margin-left: initial !important;
}
/* sm responsive text align classes */
.text-left-sm {
text-align: left;
}
.text-center-sm {
text-align: center;
}
.text-right-sm {
text-align: right;
}
/* sm display classes */
.block-sm {
display: block;
}
.flex-sm {
display: -webkit-flex;
display: flex;
}
.inline-block-sm {
display: inline-block;
}
tr.flex-sm {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.white-rows tbody tr.block-sm, .std-table tbody tr.block-sm, .white-rows tbody tr.flex-sm, .std-table tbody tr.flex-sm {
overflow: hidden;
background: #FFFFFF;
}
}
@media (min-width: 576px) {
/*
xs responsive visible class:
desktop-first approach means that elements
should be hidden from the immediately larger
breakpoint upwards, that leads to xs
being in sm media query.
*/
.visible-xs {
display: none;
}
}
@media (max-width: 575.98px) {
/* xs responsive width classes */
/* width */
.width-xs-5 {
width: 5%;
}
.width-xs-10 {
width: 10%;
}
.width-xs-15 {
width: 15%;
}
.width-xs-20 {
width: 20%;
}
.width-xs-25 {
width: 25%;
}
.width-xs-30 {
width: 30%;
}
.width-xs-35 {
width: 35%;
}
.width-xs-40 {
width: 40%;
}
.width-xs-45 {
width: 45%;
}
.width-xs-50 {
width: 50%;
}
.width-xs-55 {
width: 55%;
}
.width-xs-60 {
width: 60%;
}
.width-xs-65 {
width: 65%;
}
.width-xs-70 {
width: 70%;
}
.width-xs-75 {
width: 75%;
}
.width-xs-80 {
width: 80%;
float: none;
}
.width-xs-85 {
width: 85%;
float: none;
}
.width-xs-90 {
width: 90%;
float: none;
}
.width-xs-95 {
width: 95%;
float: none;
}
.width-xs-100 {
width: 100%;
float: none;
}
.width-xs-33 {
width: 33%;
}
.width-xs-66 {
width: 66%;
}
.width-xs-auto {
width: auto;
}
/* min-width */
.min-width-xs-5 {
min-width: 5%;
}
.min-width-xs-10 {
min-width: 10%;
}
.min-width-xs-15 {
min-width: 15%;
}
.min-width-xs-20 {
min-width: 20%;
}
.min-width-xs-25 {
min-width: 25%;
}
.min-width-xs-30 {
min-width: 30%;
}
.min-width-xs-35 {
min-width: 35%;
}
.min-width-xs-40 {
min-width: 40%;
}
.min-width-xs-45 {
min-width: 45%;
}
.min-width-xs-50 {
min-width: 50%;
}
.min-width-xs-55 {
min-width: 55%;
}
.min-width-xs-60 {
min-width: 60%;
}
.min-width-xs-65 {
min-width: 65%;
}
.min-width-xs-70 {
min-width: 70%;
}
.min-width-xs-75 {
min-width: 75%;
}
.min-width-xs-80 {
min-width: 80%;
float: none;
}
.min-width-xs-85 {
min-width: 85%;
float: none;
}
.min-width-xs-90 {
min-width: 90%;
float: none;
}
.min-width-xs-95 {
min-width: 95%;
float: none;
}
.min-width-xs-100 {
min-width: 100%;
float: none;
}
.min-width-xs-33 {
min-width: 33%;
}
.min-width-xs-66 {
min-width: 66%;
}
.min-width-xs-auto {
min-width: auto;
}
/* max-width */
.max-width-xs-5 {
max-width: 5%;
}
.max-width-xs-10 {
max-width: 10%;
}
.max-width-xs-15 {
max-width: 15%;
}
.max-width-xs-20 {
max-width: 20%;
}
.max-width-xs-25 {
max-width: 25%;
}
.max-width-xs-30 {
max-width: 30%;
}
.max-width-xs-35 {
max-width: 35%;
}
.max-width-xs-40 {
max-width: 40%;
}
.max-width-xs-45 {
max-width: 45%;
}
.max-width-xs-50 {
max-width: 50%;
}
.max-width-xs-55 {
max-width: 55%;
}
.max-width-xs-60 {
max-width: 60%;
}
.max-width-xs-65 {
max-width: 65%;
}
.max-width-xs-70 {
max-width: 70%;
}
.max-width-xs-75 {
max-width: 75%;
}
.max-width-xs-80 {
max-width: 80%;
float: none;
}
.max-width-xs-85 {
max-width: 85%;
float: none;
}
.max-width-xs-90 {
max-width: 90%;
float: none;
}
.max-width-xs-95 {
max-width: 95%;
float: none;
}
.max-width-xs-100 {
max-width: 100%;
float: none;
}
.max-width-xs-33 {
max-width: 33%;
}
.max-width-xs-66 {
max-width: 66%;
}
.max-width-xs-auto {
max-width: auto;
}
/* xs responsive hidden class */
.hidden-xs {
display: none;
}
/* xs responsive flex classes */
.flex-xs-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-xs-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
/* xs responsive-margins classes */
/*
!important because margins are
usually set in style tags
*/
.no-margin-xs {
margin-right: initial !important;
margin-left: initial !important;
}
/* xs responsive text align classes */
.text-left-xs {
text-align: left;
}
.text-center-xs {
text-align: center;
}
.text-right-xs {
text-align: right;
}
/* xs display classes */
.block-xs {
display: block;
}
.flex-xs {
display: -webkit-flex;
display: flex;
}
.inline-block-xs {
display: inline-block;
}
tr.flex-xs {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.white-rows tbody tr.block-xs, .std-table tbody tr.block-xs, .white-rows tbody tr.flex-xs, .std-table tbody tr.flex-xs {
overflow: hidden;
background: #FFFFFF;
}
}
/* Breakpoint-independent classes */
.img-fluid img, img.img-fluid {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}
/**************************************************
Zebra tooltip styles
**************************************************/
.Zebra_Tooltip_Message {
/*
!important to override Zebra_Tooltip default, imported after this file.
*/
box-shadow: none !important;
}
/******************************************
Overriding of system mobile styles
******************************************/
/*
The id in he selector is to make the selector more specific and be sure
that these styles override the built-in mediawiki ones.
*/
#mw-content-text table {
border-collapse: separate;
}
/******************************************
Light box classes
******************************************/
.light-box {
color: #222222;
}
/******************************************
Dark mobile theme (move to MediaWiki:Minerve neue.css?)
******************************************/
/**** unsorted ***/
#mw-mf-viewport, #content {
background-color: #242425;
}
.mw-ui-icon-minerva-language-switcher::before{
filter: brightness(10);
}
}
/**** Colore testo ****/
h1, h2, h3, h4, h5, h6, .mw-body, .parsoid-body, #mw-panel .portal h3,
.header .branding-box a span, .search-overlay .results li {
color: #fff;
}
/**** Colore link blu ****/
a, a:visited, #mw-panel .portal .body li a, .toctogglelabel,{
color: #6dd1ff;
}
/**** Colore link pagine vuote ****/
color: #ff6a99;
}
/**** Barra della ricerca ****/
.overlay.search-overlay {
background-color: #161619242425;
}
.search-overlay .results li {
background-color: #72777d;
}
.search-overlay .results li h3, .search-overlay .results li a {
color: #232426;
}
.list-thumb.list-thumb-none {
filter: brightness(0.7);
}
/**** Barra di navigazione (sidebar) ****/
#mw-mf-viewport, nav.navigation-drawer, nav.navigation-drawer ul.hlist li {
background-color: #242425;
}
nav.navigation-drawer ul li {
background-color: #444447;
}
nav.navigation-drawer ul li a {
color: #fff;
}
nav.navigation-drawer ul li a:before {
filter: brightness(2.5);
}
/********** Copiate da Vector.css, probabilmente molte sono inutili **********/
/**** Contenitore e barra superiore ****/
padding: 9px 11px 0 9px;
color: #fff;
}
border-color: #5a5a5d;
border-radius: 3px!important;
}
.diff-addedline .diffchange {
background: #6A89A6;
}