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

Aggiornati i colori dei tipi anche qui (+ rimossi un po' di vendor prefixes, che come dice Maze siamo nel 2020)
m (Annullate le modifiche di CiaobyDany (discussione), riportata alla versione precedente di Snorlite)
Etichetta: Rollback
(Aggiornati i colori dei tipi anche qui (+ rimossi un po' di vendor prefixes, che come dice Maze siamo nel 2020))
.explain[title] {
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: initial;
**************************************************/
.inline-flex > *, .flex > *, .flex-row-stretch-around > *, .flex-row-center-around > *, .flex-row-center-stretch > *, ul.gallery > * {
-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, ul.gallery {
display: -webkit-flex;
display: flex;
}
 
.flex-row, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, ul.gallery {
-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, ul.gallery {
-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, ul.gallery {
-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;
}
 
.horiz-grad-acciaio-acciaio, .horiz-grad-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #DFDFE1BDD1D9, #AAAABB5A8DA1);
}
 
.horiz-grad-acciaio-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #3399FF4F90D5);
}
 
.horiz-grad-acciaio-buio {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #7755445A5365);
}
 
.horiz-grad-acciaio-coleottero, .horiz-grad-acciaio-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #AABB2291C02E);
}
 
.horiz-grad-acciaio-drago {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #7766EE0A6DC2);
}
 
.horiz-grad-acciaio-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #FFCC33F4D23C);
}
 
.horiz-grad-acciaio-erba {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #77CC5562BB5A);
}
 
.horiz-grad-acciaio-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #FFAAFFEB8FE6);
}
 
.horiz-grad-acciaio-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #FF4422FE9C54);
}
 
.horiz-grad-acciaio-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #77DDFF73CEBF);
}
 
.horiz-grad-acciaio-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #BB5544CD406A);
}
 
.horiz-grad-acciaio-normale {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #BBBBAA9199A1);
}
 
.horiz-grad-acciaio-psico {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #FF5599F67177);
}
 
.horiz-grad-acciaio-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #BBAA66C5B78B);
}
 
.horiz-grad-acciaio-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #6666BB5269AC);
}
 
.horiz-grad-acciaio-terra {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #DDBB55D87844);
}
 
.horiz-grad-acciaio-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #AA5599A96AC8);
}
 
.horiz-grad-acciaio-volante {
background-size: 100%;
background-image: linear-gradient(to right, #AAAABB5A8DA1, #6699FF8EA8DE);
}
 
.horiz-grad-acqua-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #AAAABB5A8DA1);
}
 
.horiz-grad-acqua-acqua, .horiz-grad-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #9FCEFFB4D0EC, #3399FF4F90D5);
}
 
.horiz-grad-acqua-buio {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #7755445A5365);
}
 
.horiz-grad-acqua-coleottero, .horiz-grad-acqua-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #AABB2291C02E);
}
 
.horiz-grad-acqua-drago {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #7766EE0A6DC2);
}
 
.horiz-grad-acqua-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #FFCC33F4D23C);
}
 
.horiz-grad-acqua-erba {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #77CC5562BB5A);
}
 
.horiz-grad-acqua-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #FFAAFFEB8FE6);
}
 
.horiz-grad-acqua-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #FF4422FE9C54);
}
 
.horiz-grad-acqua-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #77DDFF73CEBF);
}
 
.horiz-grad-acqua-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #BB5544CD406A);
}
 
.horiz-grad-acqua-normale {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #BBBBAA9199A1);
}
 
.horiz-grad-acqua-psico {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #FF5599F67177);
}
 
.horiz-grad-acqua-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #BBAA66C5B78B);
}
 
.horiz-grad-acqua-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #6666BB5269AC);
}
 
.horiz-grad-acqua-terra {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #DDBB55D87844);
}
 
.horiz-grad-acqua-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #AA5599A96AC8);
}
 
.horiz-grad-acqua-volante {
background-size: 100%;
background-image: linear-gradient(to right, #3399FF4F90D5, #6699FF8EA8DE);
}
 
.horiz-grad-buio-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #AAAABB5A8DA1);
}
 
.horiz-grad-buio-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #3399FF4F90D5);
}
 
.horiz-grad-buio-buio, .horiz-grad-buio {
background-size: 100%;
background-image: linear-gradient(to right, #BDA396A29EA7, #7755445A5365);
}
 
.horiz-grad-buio-coleottero, .horiz-grad-buio-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #AABB2291C02E);
}
 
.horiz-grad-buio-drago {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #7766EE0A6DC2);
}
 
.horiz-grad-buio-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #FFCC33F4D23C);
}
 
.horiz-grad-buio-erba {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #77CC5562BB5A);
}
 
.horiz-grad-buio-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #FFAAFFEB8FE6);
}
 
.horiz-grad-buio-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #FF4422FE9C54);
}
 
.horiz-grad-buio-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #77DDFF73CEBF);
}
 
.horiz-grad-buio-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #BB5544CD406A);
}
 
.horiz-grad-buio-normale {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #BBBBAA9199A1);
}
 
.horiz-grad-buio-psico {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #FF5599F67177);
}
 
.horiz-grad-buio-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #BBAA66C5B78B);
}
 
.horiz-grad-buio-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #6666BB5269AC);
}
 
.horiz-grad-buio-terra {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #DDBB55D87844);
}
 
.horiz-grad-buio-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #AA5599A96AC8);
}
 
.horiz-grad-buio-volante {
background-size: 100%;
background-image: linear-gradient(to right, #7755445A5365, #6699FF8EA8DE);
}
 
.horiz-grad-coleottero-acciaio, .horiz-grad-coleot-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #AAAABB5A8DA1);
}
 
.horiz-grad-coleottero-acqua, .horiz-grad-coleot-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #3399FF4F90D5);
}
 
.horiz-grad-coleottero-buio, .horiz-grad-coleot-buio {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #7755445A5365);
}
 
.horiz-grad-coleottero-coleottero, .horiz-grad-coleottero, .horiz-grad-coleottero-coleot, .horiz-grad-coleot-coleottero, .horiz-grad-coleot-coleot, .horiz-grad-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #DAEC44D8F895, #AABB2291C02E);
}
 
.horiz-grad-coleottero-drago, .horiz-grad-coleot-drago {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #7766EE0A6DC2);
}
 
.horiz-grad-coleottero-elettro, .horiz-grad-coleot-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #FFCC33F4D23C);
}
 
.horiz-grad-coleottero-erba, .horiz-grad-coleot-erba {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #77CC5562BB5A);
}
 
.horiz-grad-coleottero-folletto, .horiz-grad-coleot-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #FFAAFFEB8FE6);
}
 
.horiz-grad-coleottero-fuoco, .horiz-grad-coleot-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #FF4422FE9C54);
}
 
.horiz-grad-coleottero-ghiaccio, .horiz-grad-coleot-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #77DDFF73CEBF);
}
 
.horiz-grad-coleottero-lotta, .horiz-grad-coleot-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #BB5544CD406A);
}
 
.horiz-grad-coleottero-normale, .horiz-grad-coleot-normale {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #BBBBAA9199A1);
}
 
.horiz-grad-coleottero-psico, .horiz-grad-coleot-psico {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #FF5599F67177);
}
 
.horiz-grad-coleottero-roccia, .horiz-grad-coleot-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #BBAA66C5B78B);
}
 
.horiz-grad-coleottero-spettro, .horiz-grad-coleot-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #6666BB5269AC);
}
 
.horiz-grad-coleottero-terra, .horiz-grad-coleot-terra {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #DDBB55D87844);
}
 
.horiz-grad-coleottero-veleno, .horiz-grad-coleot-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #AA5599A96AC8);
}
 
.horiz-grad-coleottero-volante, .horiz-grad-coleot-volante {
background-size: 100%;
background-image: linear-gradient(to right, #AABB2291C02E, #6699FF8EA8DE);
}
 
.horiz-grad-drago-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #AAAABB5A8DA1);
}
 
.horiz-grad-drago-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #3399FF4F90D5);
}
 
.horiz-grad-drago-buio {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #7755445A5365);
}
 
.horiz-grad-drago-coleottero, .horiz-grad-drago-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #AABB2291C02E);
}
 
.horiz-grad-drago-drago, .horiz-grad-drago {
background-size: 100%;
background-image: linear-gradient(to right, #A194FF7DB0DC, #7766EE0A6DC2);
}
 
.horiz-grad-drago-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #FFCC33F4D23C);
}
 
.horiz-grad-drago-erba {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #77CC5562BB5A);
}
 
.horiz-grad-drago-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #FFAAFFEB8FE6);
}
 
.horiz-grad-drago-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #FF4422FE9C54);
}
 
.horiz-grad-drago-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #77DDFF73CEBF);
}
 
.horiz-grad-drago-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #BB5544CD406A);
}
 
.horiz-grad-drago-normale {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #BBBBAA9199A1);
}
 
.horiz-grad-drago-psico {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #FF5599F67177);
}
 
.horiz-grad-drago-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #BBAA66C5B78B);
}
 
.horiz-grad-drago-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #6666BB5269AC);
}
 
.horiz-grad-drago-terra {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #DDBB55D87844);
}
 
.horiz-grad-drago-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #AA5599A96AC8);
}
 
.horiz-grad-drago-volante {
background-size: 100%;
background-image: linear-gradient(to right, #7766EE0A6DC2, #6699FF8EA8DE);
}
 
.horiz-grad-elettro-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #AAAABB5A8DA1);
}
 
.horiz-grad-elettro-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #3399FF4F90D5);
}
 
.horiz-grad-elettro-buio {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #7755445A5365);
}
 
.horiz-grad-elettro-coleottero, .horiz-grad-elettro-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #AABB2291C02E);
}
 
.horiz-grad-elettro-drago {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #7766EE0A6DC2);
}
 
.horiz-grad-elettro-elettro, .horiz-grad-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #FFEEBCFAF5AF, #FFCC33F4D23C);
}
 
.horiz-grad-elettro-erba {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #77CC5562BB5A);
}
 
.horiz-grad-elettro-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #FFAAFFEB8FE6);
}
 
.horiz-grad-elettro-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #FF4422FE9C54);
}
 
.horiz-grad-elettro-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #77DDFF73CEBF);
}
 
.horiz-grad-elettro-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #BB5544CD406A);
}
 
.horiz-grad-elettro-normale {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #BBBBAA9199A1);
}
 
.horiz-grad-elettro-psico {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #FF5599F67177);
}
 
.horiz-grad-elettro-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #BBAA66C5B78B);
}
 
.horiz-grad-elettro-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #6666BB5269AC);
}
 
.horiz-grad-elettro-terra {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #DDBB55D87844);
}
 
.horiz-grad-elettro-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #AA5599A96AC8);
}
 
.horiz-grad-elettro-volante {
background-size: 100%;
background-image: linear-gradient(to right, #FFCC33F4D23C, #6699FF8EA8DE);
}
 
.horiz-grad-erba-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #AAAABB5A8DA1);
}
 
.horiz-grad-erba-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #3399FF4F90D5);
}
 
.horiz-grad-erba-buio {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #7755445A5365);
}
 
.horiz-grad-erba-coleottero, .horiz-grad-erba-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #AABB2291C02E);
}
 
.horiz-grad-erba-drago {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #7766EE0A6DC2);
}
 
.horiz-grad-erba-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #FFCC33F4D23C);
}
 
.horiz-grad-erba-erba, .horiz-grad-erba {
background-size: 100%;
background-image: linear-gradient(to right, #BDFFA3B1FFA9, #77CC5562BB5A);
}
 
.horiz-grad-erba-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #FFAAFFEB8FE6);
}
 
.horiz-grad-erba-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #FF4422FE9C54);
}
 
.horiz-grad-erba-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #77DDFF73CEBF);
}
 
.horiz-grad-erba-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #BB5544CD406A);
}
 
.horiz-grad-erba-normale {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #BBBBAA9199A1);
}
 
.horiz-grad-erba-psico {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #FF5599F67177);
}
 
.horiz-grad-erba-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #BBAA66C5B78B);
}
 
.horiz-grad-erba-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #6666BB5269AC);
}
 
.horiz-grad-erba-terra {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #DDBB55D87844);
}
 
.horiz-grad-erba-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #AA5599A96AC8);
}
 
.horiz-grad-erba-volante {
background-size: 100%;
background-image: linear-gradient(to right, #77CC5562BB5A, #6699FF8EA8DE);
}
 
.horiz-grad-folletto-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #AAAABB5A8DA1);
}
 
.horiz-grad-folletto-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #3399FF4F90D5);
}
 
.horiz-grad-folletto-buio {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #7755445A5365);
}
 
.horiz-grad-folletto-coleottero, .horiz-grad-folletto-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #AABB2291C02E);
}
 
.horiz-grad-folletto-drago {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #7766EE0A6DC2);
}
 
.horiz-grad-folletto-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #FFCC33F4D23C);
}
 
.horiz-grad-folletto-erba {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #77CC5562BB5A);
}
 
.horiz-grad-folletto-folletto, .horiz-grad-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #FFDDFFFFD3FC, #FFAAFFEB8FE6);
}
 
.horiz-grad-folletto-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #FF4422FE9C54);
}
 
.horiz-grad-folletto-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #77DDFF73CEBF);
}
 
.horiz-grad-folletto-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #BB5544CD406A);
}
 
.horiz-grad-folletto-normale {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #BBBBAA9199A1);
}
 
.horiz-grad-folletto-psico {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #FF5599F67177);
}
 
.horiz-grad-folletto-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #BBAA66C5B78B);
}
 
.horiz-grad-folletto-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #6666BB5269AC);
}
 
.horiz-grad-folletto-terra {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #DDBB55D87844);
}
 
.horiz-grad-folletto-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #AA5599A96AC8);
}
 
.horiz-grad-folletto-volante {
background-size: 100%;
background-image: linear-gradient(to right, #FFAAFFEB8FE6, #6699FF8EA8DE);
}
 
.horiz-grad-fuoco-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #AAAABB5A8DA1);
}
 
.horiz-grad-fuoco-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #3399FF4F90D5);
}
 
.horiz-grad-fuoco-buio {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #7755445A5365);
}
 
.horiz-grad-fuoco-coleottero, .horiz-grad-fuoco-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #AABB2291C02E);
}
 
.horiz-grad-fuoco-drago {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #7766EE0A6DC2);
}
 
.horiz-grad-fuoco-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #FFCC33F4D23C);
}
 
.horiz-grad-fuoco-erba {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #77CC5562BB5A);
}
 
.horiz-grad-fuoco-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #FFAAFFEB8FE6);
}
 
.horiz-grad-fuoco-fuoco, .horiz-grad-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #FF927DFFD2A1, #FF4422FE9C54);
}
 
.horiz-grad-fuoco-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #77DDFF73CEBF);
}
 
.horiz-grad-fuoco-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #BB5544CD406A);
}
 
.horiz-grad-fuoco-normale {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #BBBBAA9199A1);
}
 
.horiz-grad-fuoco-psico {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #FF5599F67177);
}
 
.horiz-grad-fuoco-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #BBAA66C5B78B);
}
 
.horiz-grad-fuoco-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #6666BB5269AC);
}
 
.horiz-grad-fuoco-terra {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #DDBB55D87844);
}
 
.horiz-grad-fuoco-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #AA5599A96AC8);
}
 
.horiz-grad-fuoco-volante {
background-size: 100%;
background-image: linear-gradient(to right, #FF4422FE9C54, #6699FF8EA8DE);
}
 
.horiz-grad-ghiaccio-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #AAAABB5A8DA1);
}
 
.horiz-grad-ghiaccio-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #3399FF4F90D5);
}
 
.horiz-grad-ghiaccio-buio {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #7755445A5365);
}
 
.horiz-grad-ghiaccio-coleottero, .horiz-grad-ghiaccio-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #AABB2291C02E);
}
 
.horiz-grad-ghiaccio-drago {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #7766EE0A6DC2);
}
 
.horiz-grad-ghiaccio-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #FFCC33F4D23C);
}
 
.horiz-grad-ghiaccio-erba {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #77CC5562BB5A);
}
 
.horiz-grad-ghiaccio-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #FFAAFFEB8FE6);
}
 
.horiz-grad-ghiaccio-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #FF4422FE9C54);
}
 
.horiz-grad-ghiaccio-ghiaccio, .horiz-grad-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #DBF6FFCCFFF6, #77DDFF73CEBF);
}
 
.horiz-grad-ghiaccio-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #BB5544CD406A);
}
 
.horiz-grad-ghiaccio-normale {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #BBBBAA9199A1);
}
 
.horiz-grad-ghiaccio-psico {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #FF5599F67177);
}
 
.horiz-grad-ghiaccio-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #BBAA66C5B78B);
}
 
.horiz-grad-ghiaccio-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #6666BB5269AC);
}
 
.horiz-grad-ghiaccio-terra {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #DDBB55D87844);
}
 
.horiz-grad-ghiaccio-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #AA5599A96AC8);
}
 
.horiz-grad-ghiaccio-volante {
background-size: 100%;
background-image: linear-gradient(to right, #77DDFF73CEBF, #6699FF8EA8DE);
}
 
.horiz-grad-lotta-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #AAAABB5A8DA1);
}
 
.horiz-grad-lotta-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #3399FF4F90D5);
}
 
.horiz-grad-lotta-buio {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #7755445A5365);
}
 
.horiz-grad-lotta-coleottero, .horiz-grad-lotta-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #AABB2291C02E);
}
 
.horiz-grad-lotta-drago {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #7766EE0A6DC2);
}
 
.horiz-grad-lotta-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #FFCC33F4D23C);
}
 
.horiz-grad-lotta-erba {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #77CC5562BB5A);
}
 
.horiz-grad-lotta-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #FFAAFFEB8FE6);
}
 
.horiz-grad-lotta-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #FF4422FE9C54);
}
 
.horiz-grad-lotta-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #77DDFF73CEBF);
}
 
.horiz-grad-lotta-lotta, .horiz-grad-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #EA9A8DF488A9, #BB5544CD406A);
}
 
.horiz-grad-lotta-normale {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #BBBBAA9199A1);
}
 
.horiz-grad-lotta-psico {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #FF5599F67177);
}
 
.horiz-grad-lotta-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #BBAA66C5B78B);
}
 
.horiz-grad-lotta-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #6666BB5269AC);
}
 
.horiz-grad-lotta-terra {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #DDBB55D87844);
}
 
.horiz-grad-lotta-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #AA5599A96AC8);
}
 
.horiz-grad-lotta-volante {
background-size: 100%;
background-image: linear-gradient(to right, #BB5544CD406A, #6699FF8EA8DE);
}
 
.horiz-grad-normale-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #AAAABB5A8DA1);
}
 
.horiz-grad-normale-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #3399FF4F90D5);
}
 
.horiz-grad-normale-buio {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #7755445A5365);
}
 
.horiz-grad-normale-coleottero, .horiz-grad-normale-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #AABB2291C02E);
}
 
.horiz-grad-normale-drago {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #7766EE0A6DC2);
}
 
.horiz-grad-normale-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #FFCC33F4D23C);
}
 
.horiz-grad-normale-erba {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #77CC5562BB5A);
}
 
.horiz-grad-normale-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #FFAAFFEB8FE6);
}
 
.horiz-grad-normale-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #FF4422FE9C54);
}
 
.horiz-grad-normale-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #77DDFF73CEBF);
}
 
.horiz-grad-normale-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #BB5544CD406A);
}
 
.horiz-grad-normale-normale, .horiz-grad-normale {
background-size: 100%;
background-image: linear-gradient(to right, #E7E7D8DADDE0, #BBBBAA9199A1);
}
 
.horiz-grad-normale-psico {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #FF5599F67177);
}
 
.horiz-grad-normale-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #BBAA66C5B78B);
}
 
.horiz-grad-normale-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #6666BB5269AC);
}
 
.horiz-grad-normale-terra {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #DDBB55D87844);
}
 
.horiz-grad-normale-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #AA5599A96AC8);
}
 
.horiz-grad-normale-volante {
background-size: 100%;
background-image: linear-gradient(to right, #BBBBAA9199A1, #6699FF8EA8DE);
}
 
.horiz-grad-psico-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #AAAABB5A8DA1);
}
 
.horiz-grad-psico-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #3399FF4F90D5);
}
 
.horiz-grad-psico-buio {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #7755445A5365);
}
 
.horiz-grad-psico-coleottero, .horiz-grad-psico-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #AABB2291C02E);
}
 
.horiz-grad-psico-drago {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #7766EE0A6DC2);
}
 
.horiz-grad-psico-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #FFCC33F4D23C);
}
 
.horiz-grad-psico-erba {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #77CC5562BB5A);
}
 
.horiz-grad-psico-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #FFAAFFEB8FE6);
}
 
.horiz-grad-psico-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #FF4422FE9C54);
}
 
.horiz-grad-psico-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #77DDFF73CEBF);
}
 
.horiz-grad-psico-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #BB5544CD406A);
}
 
.horiz-grad-psico-normale {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #BBBBAA9199A1);
}
 
.horiz-grad-psico-psico, .horiz-grad-psico {
background-size: 100%;
background-image: linear-gradient(to right, #FF9CC4FFBBBE, #FF5599F67177);
}
 
.horiz-grad-psico-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #BBAA66C5B78B);
}
 
.horiz-grad-psico-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #6666BB5269AC);
}
 
.horiz-grad-psico-terra {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #DDBB55D87844);
}
 
.horiz-grad-psico-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #AA5599A96AC8);
}
 
.horiz-grad-psico-volante {
background-size: 100%;
background-image: linear-gradient(to right, #FF5599F67177, #6699FF8EA8DE);
}
 
.horiz-grad-roccia-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #AAAABB5A8DA1);
}
 
.horiz-grad-roccia-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #3399FF4F90D5);
}
 
.horiz-grad-roccia-buio {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #7755445A5365);
}
 
.horiz-grad-roccia-coleottero, .horiz-grad-roccia-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #AABB2291C02E);
}
 
.horiz-grad-roccia-drago {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #7766EE0A6DC2);
}
 
.horiz-grad-roccia-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #FFCC33F4D23C);
}
 
.horiz-grad-roccia-erba {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #77CC5562BB5A);
}
 
.horiz-grad-roccia-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #FFAAFFEB8FE6);
}
 
.horiz-grad-roccia-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #FF4422FE9C54);
}
 
.horiz-grad-roccia-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #77DDFF73CEBF);
}
 
.horiz-grad-roccia-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #BB5544CD406A);
}
 
.horiz-grad-roccia-normale {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #BBBBAA9199A1);
}
 
.horiz-grad-roccia-psico {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #FF5599F67177);
}
 
.horiz-grad-roccia-roccia, .horiz-grad-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #E1D08CF1E7C7, #BBAA66C5B78B);
}
 
.horiz-grad-roccia-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #6666BB5269AC);
}
 
.horiz-grad-roccia-terra {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #DDBB55D87844);
}
 
.horiz-grad-roccia-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #AA5599A96AC8);
}
 
.horiz-grad-roccia-volante {
background-size: 100%;
background-image: linear-gradient(to right, #BBAA66C5B78B, #6699FF8EA8DE);
}
 
.horiz-grad-spettro-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #AAAABB5A8DA1);
}
 
.horiz-grad-spettro-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #3399FF4F90D5);
}
 
.horiz-grad-spettro-buio {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #7755445A5365);
}
 
.horiz-grad-spettro-coleottero, .horiz-grad-spettro-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #AABB2291C02E);
}
 
.horiz-grad-spettro-drago {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #7766EE0A6DC2);
}
 
.horiz-grad-spettro-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #FFCC33F4D23C);
}
 
.horiz-grad-spettro-erba {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #77CC5562BB5A);
}
 
.horiz-grad-spettro-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #FFAAFFEB8FE6);
}
 
.horiz-grad-spettro-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #FF4422FE9C54);
}
 
.horiz-grad-spettro-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #77DDFF73CEBF);
}
 
.horiz-grad-spettro-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #BB5544CD406A);
}
 
.horiz-grad-spettro-normale {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #BBBBAA9199A1);
}
 
.horiz-grad-spettro-psico {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #FF5599F67177);
}
 
.horiz-grad-spettro-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #BBAA66C5B78B);
}
 
.horiz-grad-spettro-spettro, .horiz-grad-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #9F9FECA5B6E7, #6666BB5269AC);
}
 
.horiz-grad-spettro-terra {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #DDBB55D87844);
}
 
.horiz-grad-spettro-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #AA5599A96AC8);
}
 
.horiz-grad-spettro-volante {
background-size: 100%;
background-image: linear-gradient(to right, #6666BB5269AC, #6699FF8EA8DE);
}
 
.horiz-grad-terra-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #AAAABB5A8DA1);
}
 
.horiz-grad-terra-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #3399FF4F90D5);
}
 
.horiz-grad-terra-buio {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #7755445A5365);
}
 
.horiz-grad-terra-coleottero, .horiz-grad-terra-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #AABB2291C02E);
}
 
.horiz-grad-terra-drago {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #7766EE0A6DC2);
}
 
.horiz-grad-terra-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #FFCC33F4D23C);
}
 
.horiz-grad-terra-erba {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #77CC5562BB5A);
}
 
.horiz-grad-terra-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #FFAAFFEB8FE6);
}
 
.horiz-grad-terra-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #FF4422FE9C54);
}
 
.horiz-grad-terra-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #77DDFF73CEBF);
}
 
.horiz-grad-terra-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #BB5544CD406A);
}
 
.horiz-grad-terra-normale {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #BBBBAA9199A1);
}
 
.horiz-grad-terra-psico {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #FF5599F67177);
}
 
.horiz-grad-terra-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #BBAA66C5B78B);
}
 
.horiz-grad-terra-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #6666BB5269AC);
}
 
.horiz-grad-terra-terra, .horiz-grad-terra {
background-size: 100%;
background-image: linear-gradient(to right, #F1DDA0FFBB96, #DDBB55D87844);
}
 
.horiz-grad-terra-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #AA5599A96AC8);
}
 
.horiz-grad-terra-volante {
background-size: 100%;
background-image: linear-gradient(to right, #DDBB55D87844, #6699FF8EA8DE);
}
 
.horiz-grad-veleno-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #AAAABB5A8DA1);
}
 
.horiz-grad-veleno-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #3399FF4F90D5);
}
 
.horiz-grad-veleno-buio {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #7755445A5365);
}
 
.horiz-grad-veleno-coleottero, .horiz-grad-veleno-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #AABB2291C02E);
}
 
.horiz-grad-veleno-drago {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #7766EE0A6DC2);
}
 
.horiz-grad-veleno-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #FFCC33F4D23C);
}
 
.horiz-grad-veleno-erba {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #77CC5562BB5A);
}
 
.horiz-grad-veleno-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #FFAAFFEB8FE6);
}
 
.horiz-grad-veleno-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #FF4422FE9C54);
}
 
.horiz-grad-veleno-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #77DDFF73CEBF);
}
 
.horiz-grad-veleno-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #BB5544CD406A);
}
 
.horiz-grad-veleno-normale {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #BBBBAA9199A1);
}
 
.horiz-grad-veleno-psico {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #FF5599F67177);
}
 
.horiz-grad-veleno-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #BBAA66C5B78B);
}
 
.horiz-grad-veleno-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #6666BB5269AC);
}
 
.horiz-grad-veleno-terra {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #DDBB55D87844);
}
 
.horiz-grad-veleno-veleno, .horiz-grad-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #C689BAE0B0F9, #AA5599A96AC8);
}
 
.horiz-grad-veleno-volante {
background-size: 100%;
background-image: linear-gradient(to right, #AA5599A96AC8, #6699FF8EA8DE);
}
 
.horiz-grad-volante-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #AAAABB5A8DA1);
}
 
.horiz-grad-volante-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #3399FF4F90D5);
}
 
.horiz-grad-volante-buio {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #7755445A5365);
}
 
.horiz-grad-volante-coleottero, .horiz-grad-volante-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #AABB2291C02E);
}
 
.horiz-grad-volante-drago {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #7766EE0A6DC2);
}
 
.horiz-grad-volante-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #FFCC33F4D23C);
}
 
.horiz-grad-volante-erba {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #77CC5562BB5A);
}
 
.horiz-grad-volante-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #FFAAFFEB8FE6);
}
 
.horiz-grad-volante-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #FF4422FE9C54);
}
 
.horiz-grad-volante-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #77DDFF73CEBF);
}
 
.horiz-grad-volante-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #BB5544CD406A);
}
 
.horiz-grad-volante-normale {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #BBBBAA9199A1);
}
 
.horiz-grad-volante-psico {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #FF5599F67177);
}
 
.horiz-grad-volante-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #BBAA66C5B78B);
}
 
.horiz-grad-volante-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #6666BB5269AC);
}
 
.horiz-grad-volante-terra {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #DDBB55D87844);
}
 
.horiz-grad-volante-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #6699FF8EA8DE, #AA5599A96AC8);
}
 
.horiz-grad-volante-volante, .horiz-grad-volante {
background-size: 100%;
background-image: linear-gradient(to right, #9CBDFFD6E4FF, #6699FF8EA8DE);
}
 
.box-acciaio {
background-size: 100%;
background-image: linear-gradient(to right, #74747B1D4C5E, #AAAABB5A8DA1);
}
 
.box-acqua {
background-size: 100%;
background-image: linear-gradient(to right, #0D6AC8114983, #3399FF4F90D5);
}
 
.box-buio {
background-size: 100%;
background-image: linear-gradient(to right, #442C211E1A25, #7755445A5365);
}
 
.box-coleottero, .box-coleot {
background-size: 100%;
background-image: linear-gradient(to right, #849400547904, #AABB2291C02E);
}
 
.box-drago {
background-size: 100%;
background-image: linear-gradient(to right, #31229D002B50, #7766EE0A6DC2);
}
 
.box-elettro {
background-size: 100%;
background-image: linear-gradient(to right, #BD8E00917908, #FFCC33F4D23C);
}
 
.box-erba {
background-size: 100%;
background-image: linear-gradient(to right, #29910011500A, #77CC5562BB5A);
}
 
.box-folletto {
background-size: 100%;
background-image: linear-gradient(to right, #EC67EAA940A3, #FFAAFFEB8FE6);
}
 
.box-fuoco {
background-size: 100%;
background-image: linear-gradient(to right, #BA1F00A74700, #FF4422FE9C54);
}
 
.box-ghiaccio {
background-size: 100%;
background-image: linear-gradient(to right, #13A8D9187C6A, #77DDFF73CEBF);
}
 
.box-lotta {
background-size: 100%;
background-image: linear-gradient(to right, #912E1E801334, #BB5544CD406A);
}
 
.box-normale {
background-size: 100%;
background-image: linear-gradient(to right, #8A8A7B444B53, #BBBBAA9199A1);
}
 
.box-psico {
background-size: 100%;
background-image: linear-gradient(to right, #D00053A20D14, #FF5599F67177);
}
 
.box-roccia {
background-size: 100%;
background-image: linear-gradient(to right, #88762C7E6E3F, #BBAA66C5B78B);
}
 
.box-spettro {
background-size: 100%;
background-image: linear-gradient(to right, #42428E193177, #6666BB5269AC);
}
 
.box-terra {
background-size: 100%;
background-image: linear-gradient(to right, #B592269A3E0B, #DDBB55D87844);
}
 
.box-veleno {
background-size: 100%;
background-image: linear-gradient(to right, #792F6A79339D, #AA5599A96AC8);
}
 
.box-volante {
background-size: 100%;
background-image: linear-gradient(to right, #3678FF3B5DA2, #6699FF8EA8DE);
}
 
/* xl responsive flex classes */
.flex-xl-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
 
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
 
 
.flex-xl {
display: -webkit-flex;
display: flex;
}
 
tr.flex-xl {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
 
/* 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 */
}
.flex-lg {
display: -webkit-flex;
display: flex;
}
}
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 {
/* 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 */
}
.flex-md {
display: -webkit-flex;
display: flex;
}
}
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 {
/* 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 */
}
.flex-sm {
display: -webkit-flex;
display: flex;
}
}
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 {
/* 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 */
}
.flex-xs {
display: -webkit-flex;
display: flex;
}
}
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 {
.open-popup-element {
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: pointer;