|
|
(20 versioni intermedie di 2 utenti non mostrate) |
Riga 1: |
Riga 1: |
− | /* Gli stili CSS inseriti qui si applicano a tutte le skin */
| + | .page-Pagina_principale .col_2_wrapper .col_2{ display: block !important; } |
| | | |
− | /* Classi per template Sinottici */
| |
− |
| |
| .sinottico { | | .sinottico { |
| clear: right; | | clear: right; |
Riga 10: |
Riga 8: |
| padding: 3px; | | padding: 3px; |
| vertical-align: top; | | vertical-align: top; |
− | width: 300px; | + | width: 300px !important; |
| + | max-width: 300px; |
| } | | } |
| | | |
Riga 25: |
Riga 24: |
| | | |
| /* Fine classi per template Sinottici */ | | /* Fine classi per template Sinottici */ |
| + | |
| + | .wikitable-noborder th, .wikitable-noborder td { |
| + | border: 0px none !important; |
| + | |
| + | } |
| + | |
| + | .wikitable-zebra tr:nth-child(odd) { |
| + | /*background-color: #DDCE72;*/ |
| + | background-color: #F3FFCC; |
| + | } |
| + | |
| + | .wikitable th { |
| + | background-color: #A5C719 !important; |
| + | } |
| + | |
| + | li.gallerybox div.thumb { |
| + | background-color: transparent; |
| + | border: none; |
| + | } |
| + | ul.gallery li.gallerybox { |
| + | width: 100% !important; |
| + | } |
| + | ul.gallery li.gallerybox > div { |
| + | width: 100% !important; |
| + | } |
| + | ul.gallery li.gallerybox div.thumb { |
| + | float: left; |
| + | } |
| + | |
| + | |
| + | #aran { |
| + | position: fixed; |
| + | right: -250px; |
| + | bottom: 0; |
| + | width: 240px; |
| + | height: 429px; |
| + | background: url('http://it.noswiki.org/images/7/77/Mimi.png') no-repeat bottom right; |
| + | z-index: 99; |
| + | } |
| + | #aran div { |
| + | font-family: "Trebuchet MS", Helvetica, sans-serif; |
| + | position: relative; |
| + | display: block; |
| + | background: url('http://it.elswiki.org/images/b/bd/Fumetto.png'); |
| + | width: 208px; |
| + | height: 120px; |
| + | font-size: 20px; |
| + | line-height: 120%; |
| + | padding: 10px; |
| + | padding-bottom: 66px; |
| + | z-index: 99; |
| + | } |
| + | .img-responsive { |
| + | height: auto; |
| + | width: 100%; |
| + | } |
| + | |
| + | .info_box h1:before { |
| + | bottom: -32px; |
| + | left: 0; |
| + | position: relative; |
| + | width: 96%; |
| + | } |
| + | |
| + | .info_box h1 { |
| + | position: static; |
| + | } |
| + | |
| + | .info_box .mw-collapsible-toggle { |
| + | float: right; |
| + | margin: 20px 10px 0 0; |
| + | } |
Versione attuale delle 18:54, 31 ago 2018
.page-Pagina_principale .col_2_wrapper .col_2{ display: block !important; }
.sinottico {
clear: right;
float: right;
font-size: 95%;
margin: 0 0 1em 0.5em;
padding: 3px;
vertical-align: top;
width: 300px !important;
max-width: 300px;
}
.sinottico th {
padding: 0em 0.5em;
text-align: right;
vertical-align: top;
}
.sinottico td {
padding: 0em 0.2em;
vertical-align: top;
}
/* Fine classi per template Sinottici */
.wikitable-noborder th, .wikitable-noborder td {
border: 0px none !important;
}
.wikitable-zebra tr:nth-child(odd) {
/*background-color: #DDCE72;*/
background-color: #F3FFCC;
}
.wikitable th {
background-color: #A5C719 !important;
}
li.gallerybox div.thumb {
background-color: transparent;
border: none;
}
ul.gallery li.gallerybox {
width: 100% !important;
}
ul.gallery li.gallerybox > div {
width: 100% !important;
}
ul.gallery li.gallerybox div.thumb {
float: left;
}
#aran {
position: fixed;
right: -250px;
bottom: 0;
width: 240px;
height: 429px;
background: url('http://it.noswiki.org/images/7/77/Mimi.png') no-repeat bottom right;
z-index: 99;
}
#aran div {
font-family: "Trebuchet MS", Helvetica, sans-serif;
position: relative;
display: block;
background: url('http://it.elswiki.org/images/b/bd/Fumetto.png');
width: 208px;
height: 120px;
font-size: 20px;
line-height: 120%;
padding: 10px;
padding-bottom: 66px;
z-index: 99;
}
.img-responsive {
height: auto;
width: 100%;
}
.info_box h1:before {
bottom: -32px;
left: 0;
position: relative;
width: 96%;
}
.info_box h1 {
position: static;
}
.info_box .mw-collapsible-toggle {
float: right;
margin: 20px 10px 0 0;
}