2 294
contributi
Nessun oggetto della modifica |
(Annullata la modifica 6135 di Zackee (discussione)) Etichetta: Annulla |
||
| (5 versioni intermedie di 2 utenti non mostrate) | |||
| Riga 61: | Riga 61: | ||
text-align:left; | text-align:left; | ||
} | } | ||
/* STILE DELLA PAGINA PRINCIPALE */ | |||
/* Niente titolo nella pagina principale */ | /* Niente titolo nella pagina principale */ | ||
| Riga 67: | Riga 69: | ||
} | } | ||
/* | /* Riquadro principale */ | ||
#home-contenitore { | #home-contenitore { | ||
display: flex; | display: flex; | ||
| Riga 115: | Riga 116: | ||
flex-shrink: 0; | flex-shrink: 0; | ||
} | } | ||
.home-box tbody, .home-box tr, .home-box th, .home-box td { | .home-box>tbody, .home-box>tbody>tr, .home-box>tbody>tr>th, .home-box>tbody>tr>td { | ||
width: 100%; | width: 100%; | ||
display: block; | display: block; | ||
} | } | ||
.home-box tr:last-child { | .home-box>tbody>tr:last-child { | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 10px; | border-radius: 10px; | ||
} | } | ||
.home-box th { | .home-box>tbody>tr>th { | ||
background: #cbe1be; | background: #cbe1be; | ||
padding: 7px 0; | padding: 7px 0; | ||
border-radius: 10px 10px 0 0; | border-radius: 10px 10px 0 0; | ||
} | } | ||
.home-box td { | .home-box>tbody>tr>td { | ||
padding: 6px 12px; | padding: 6px 12px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Riga 134: | Riga 135: | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
.home-box ul { | .home-box>tbody>tr>td>ul { | ||
margin-left: 15px; | margin-left: 15px; | ||
} | } | ||
.home-box p { | .home-box>tbody>tr>td>p { | ||
margin: 0; | margin: 0; | ||
} | } | ||
| Riga 237: | Riga 238: | ||
} | } | ||
} | } | ||
/* Tasti Edittools */ | |||
#editpage-copywarn p { | |||
background: #dfdfdf; | |||
background: linear-gradient(to bottom,#dfdfe2 1%,#e6e6e9 20%); | |||
border-radius: 3px; | |||
border: 1px solid #bbc; | |||
padding: 3px 10px; | |||
color: #333; | |||
line-height: 21px; | |||
} | |||
#mw-edittools-charinsert { | |||
background-color: #eaecf0; | |||
border: 1px solid #c8ccd1; | |||
padding: 3px 10px; | |||
color: #333; | |||
line-height: 21px; | |||
} | |||
.mw-edittools-head { | |||
display: block; | |||
background: #d2d4de; | |||
color: #113; | |||
font-weight: bold; | |||
margin: 10px 0; | |||
padding: 1px 0 0 0; | |||
border-radius: 5px; | |||
} | |||
#editpage-copywarn #mw-edittools-charinsert { | |||
text-align:center; | |||
} | |||
.editOptions { | |||
margin-bottom:0.5em; | |||
padding:1em; | |||
} | |||
.mw-edittools-section { | |||
margin: 0; | |||
} | |||
.mw-edittools-section a, #mw-edittools-charinsert .mw-collapsible-toggle { | |||
background: -moz-linear-gradient(top, rgb(246,246,246) 1%,rgb(222,222,222) 100%); | |||
background: -webkit-linear-gradient(top, rgb(246,246,246) 1%,rgb(222,222,222) 100%); | |||
background: linear-gradient(to bottom, rgb(246,246,246) 1%,rgb(222,222,222) 100%); | |||
border: #bbb 1px solid; | |||
border-radius: 4px; | |||
text-align: center; | |||
color: #333; | |||
box-sizing: border-box; | |||
padding: 0 5px; | |||
margin: 1px 0; | |||
line-height: 2em; | |||
text-shadow: 0 1px 1px rgba(255,255,255,0.5); | |||
-webkit-transition: border-color 100ms; | |||
-moz-transition: border-color 100ms; | |||
transition: border-color 100ms; | |||
} | |||
.mw-edittools-section a:hover, #mw-edittools-charinsert .mw-collapsible-toggle:hover { | |||
text-decoration:none; | |||
border-color: #aaa; | |||
} | |||
#mw-edittools-charinsert .mw-collapsible-toggle { | |||
float: none; | |||
padding: 5px; | |||
} | |||
#mw-edittools-charinsert .mw-collapsible-toggle a { | |||
color: #444; | |||
} | |||
#mw-edittools-charinsert .mw-collapsible-toggle-default:before, #mw-edittools-charinsert .mw-collapsible-toggle-default:after { | |||
display: none; | |||
} | |||
/* Twitch */ | |||
#twitch-bordo {display:none; background:#f8f9fa; text-align:right; border-radius:2px; position:fixed; bottom:2px; right:2px; border:1px solid #c8ccd1; padding:2px; font-family:Arial; font-size:15px;} | |||
#twitch-chiudi {position:absolute; border-radius:100%; cursor:pointer; top:-34px; right:0px; background:#f8f9fa; color:#333; border:1px solid #c8ccd1; padding:4px 8px; font-size:15px; opacity:0; pointer-events:none; animation:apparechiudi .6s linear 3s forwards; text-decoration:none;} | |||
@keyframes apparechiudi { | |||
0% {opacity:0;} | |||
100% {opacity:1; pointer-events:auto;} | |||
} | |||
#twitch-chiudi:hover {color:#000; border-color:#888;} | |||
#twitch-container { | |||
position: relative; | |||
display: block; | |||
cursor: pointer; | |||
overflow: hidden; | |||
text-shadow: 0 0 3px #000; | |||
padding-top: 2px; | |||
} | |||
#twitch-testo { | |||
position: absolute; | |||
padding-top: 50px; | |||
text-align: center; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background: #000000a0; | |||
opacity: 0; | |||
transition: opacity .2s linear; | |||
color: #fff; | |||
font-family: arial; | |||
font-weight: bold; | |||
font-size: 18px; | |||
} | |||
#twitch-container:hover #twitch-testo {opacity:1;} | |||
#twitch-embed {display:flex; background:#000; width:208px; height:117px;} | |||
.twitch-mostra {display:inline-block!important;} | |||