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

(Nuova pulsantiera)
 
(92 versioni intermedie di 2 utenti non mostrate)
Riga 1: Riga 1:
/* ################################################ CSS ########################################################### */
+
/* ################################################# CSS ############################################# */
 +
/* ############ Metin2 Wiki Default and Responsive Theme made by Olthir: olthir@metin2.it ############ */
  
/* class="collapsible collapsed" */
+
/* Change Wiki Logo */
table .collapsed tr .collapsible {
+
.mw-wiki-logo {
        background: url("http://wiki.metin2.it/images/7/78/SkinCategoria.png") no-repeat scroll center transparent;
+
  /*background-image: url('https://it-wiki.metin2.gameforge.com/images/e/e8/Metin2_logo_elemental.png');*/
    border: none;
 
    color: rgb(241, 222, 142);
 
    text-format:0.9m;
 
}
 
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
        float : right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
        font-weight : normal; /* are styled here so they can be customised.  */
 
        vertical-align: middle;
 
        text-align : right;
 
        width : auto;
 
}
 
 
 
table .spoiler-cat {
 
        background: url("http://wiki.metin2.it/images/7/78/SkinCategoria.png") no-repeat scroll center transparent;
 
    border: none;
 
    color: rgb(241, 222, 142);
 
    text-format:0.9m;
 
}
 
/* ################################################################################################################ */
 
/* ############################################ Skin Default ###################################################### */
 
/* ################################################################################################################ */
 
 
 
/* Toglie il nome delle pagine nella schermata */
 
body.page-Pagina_principale #catlinks,
 
body.page-Pagina_principale h1.firstHeading{
 
display: none;
 
 
}
 
}
  
/* Aggiunto alla skin il tasto "Regolamento" nella barra user in alto a sinistra */
+
/* Tabelle Flex*/
#p-personal .regolamento {
+
.t-responsive {
    position: relative;
+
     display: table;
    left: 10px;
 
    top: -19px;
 
    width: 88px;
 
    height: 21px;
 
     display: inline-block;
 
    cursor: pointer;
 
    color: #f0dc8c;
 
    border: 1px solid #f0dc8c;
 
    border-radius: 5px;
 
    text-align: center; /* testo allineato orizzontalmente */
 
    font-size: 0.95em;
 
    line-height: 21px; /* testo allineato verticalmenten, non usare vertical-align, non funziona */
 
 
}
 
}
  
#p-personal .regolamento:before{
+
.t-responsive .cell {
     content: "Regolamento";
+
     display: table-cell;
 
}
 
}
  
/* Aggiunto alla skin il tasto "Carica un File" nella barra user in alto a sinistra */
+
.t-responsive .row, .t-responsive .row {
#p-personal .caricaFile {
+
     display: table-row;
    position: relative;
 
    left:30px;
 
    top: -19px;
 
    width: 88px;
 
    height: 21px;
 
     display: inline-block;
 
    cursor: pointer;
 
    color: #f0dc8c;
 
    border: 1px solid #f0dc8c;
 
    border-radius: 5px;
 
    text-align: center; /* testo allineato orizzontalmente */
 
    font-size: 0.95em;
 
    line-height: 21px; /* testo allineato verticalmenten, non usare vertical-align, non funziona */
 
 
}
 
}
  
#p-personal .caricaFile:before{
+
/* Toglie il nome delle pagine nella schermata */
    content: "Carica un file";
+
body.page-Pagina_principale #catlinks,
 +
body.page-Pagina_principale h1.firstHeading{
 +
display: none;
 
}
 
}
  
/* Aggiunto alla skin il tasto "Come Funziona" nella barra user in alto a sinistra */
+
/* Colore del thumb delle immagini */
#p-personal .comeFunziona{
+
html .thumbimage {
    position: relative;
+
border: 1px solid rgb(180, 180, 180);
    left:50px;
 
    top: -19px;
 
    width:144px;
 
    height: 21px;
 
    display: inline-block;
 
    cursor: pointer;
 
    color: #f0dc8c;
 
    border: 1px solid #f0dc8c;
 
    border-radius: 5px;
 
    text-align: center; /* testo allineato orizzontalmente */
 
    font-size: 0.95em;
 
    line-height: 21px; /* testo allineato verticalmenten, non usare vertical-align, non funziona */
 
 
}
 
}
  
#p-personal .comeFunziona:before{
+
.transparentbckg800 {
    content: "Come funziona la Wiki";
+
  background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat;
 +
  display: inline-block;
 +
  padding: 5px;
 +
  width: 790px;
 +
  color: #00000;
 +
  border: 1px solid #000000;
 +
  border-radius: 5px;
 
}
 
}
  
div#content .content-footer{
+
.transparentbackground {
position: relative;
+
  background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat;
width: 960px;
+
  border: 1px solid #000000;
padding: 0px 0px 5px 0px;
 
left: -35px;
 
right: 0px;
 
bottom: -40px;
 
background: url('http://wiki.metin2.it/images/e/e5/ChiusuraPagina.png') no-repeat scroll top center transparent !important;
 
height: 84px;
 
z-index: 0;
 
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
 
color: #8B4500;
 
border-bottom: 0px solid #8B4500;
 
}
 
  
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
+
table {
margin-bottom: .3em;
+
    /*border-collapse: collapse;*/
color: #8B4500;
 
 
}
 
}
  
#firstHeading{
+
td, th {
color: #8B4500;
+
    padding: 2px;
border-bottom: 0px solid #8B4500;
 
 
}
 
}
  
div#column-one {
 
    padding-top: 130px;
 
}
 
  
#p-cactions .new a {  
+
.mw-collapsible-text {
    color: #fece58;
+
  color: #f0d9a2 !important;
 
}
 
}
  
#p-cactions li.selected {
+
/* *********************************************************************** */
    border: 0px !important;
+
/*                            VERSIONE DESKTOP                            */
    font-weight: normal;
+
/* *********************************************************************** */
    background-color: transparent;
+
@media only screen and (min-width: 801px){
    padding-bottom: 7px;
 
    padding-top: 7px;
 
}
 
  
#p-cactions li {
+
body {
    background: transparent;
+
    background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.jpg') no-repeat fixed center top #000;
    border: 0px !important;
+
    background-size: 100%;
    display: inline;
 
    margin: 0px;
 
    overflow: visible;
 
    font-weight: bold;
 
 
}
 
}
  
#p-cactions li.selected a {
+
.resMostri{
     z-index: 3;
+
     display:block;
    background-color: rgba(0,0,0,0.7);
 
    color: #fece58;
 
    padding: 14px 21px 8px !important;
 
    font-weight: bold;
 
    font-size: 1.1rem;
 
 
}
 
}
  
#p-cactions .new a, #p-cactions li a, #p-cactions li a:hover {
+
.resMostriResp{
     font-size: 15px;
+
     display: none;
    font-family: Quattrocento,serif;
 
    background: rgba(0,0,0,0.7);
 
    z-index: 1;
 
    padding: .8em .7em;
 
    text-transform: capitalize;
 
    padding: 9px 21px 8px !important;
 
 
}
 
}
  
#p-cactions li a:hover {
+
.intOggetti{
     color: #fece58;
+
     display:block;
 
}
 
}
  
#p-cactions .pBodyTabs {
+
.intOggettiResp{
     margin-top: -35px;
+
     display: none;
    margin-right: 0px;
 
 
}
 
}
  
.pBodyTabs {
 
    margin-left: -17px;
 
    background: transparent;
 
 
}
 
}
  
#searchInput::-webkit-input-placeholder {
+
/* *********************************************************************** */
    color:#8B4513;
+
/*                            VERSIONE RESPONSIVE                          */
}
+
/* *********************************************************************** */
#searchInput:-moz-placeholder {
 
    color:#8B4513;
 
  opacity:  1;
 
}
 
#searchInput::-moz-placeholder {
 
    color:#8B4513;
 
  opacity:  1;
 
}
 
#searchInput:-ms-input-placeholder {
 
    color:#8B4513;
 
}
 
 
 
ul {
 
line-height: 1.5em;
 
list-style-image: url("http://wiki.metin2.it/images/4/41/Bottone.png");
 
list-style-type: square;
 
margin: 0.3em 0px 0px 1.5em;
 
padding: 0px;
 
}
 
 
 
#p-tb{
 
position: relative;
 
z-index: 1;
 
inline-block;
 
}
 
 
 
#p-search{
 
position: relative;
 
z-index: 1;
 
inline-block;
 
}
 
 
 
#p-lang{
 
position: relative;
 
z-index: 1;
 
inline-block;
 
}
 
 
 
#p-Community{
 
position: relative;
 
z-index: 1;
 
inline-block;
 
}
 
 
 
#p-navigation{
 
position: relative;
 
z-index:1;
 
inline-block;
 
}
 
 
 
#p-Pagine_importanti{
 
position: relative;
 
z-index:1;
 
inline-block;
 
}
 
 
 
#p-personal li a {
 
  padding: 0px 0px 0px 0px;
 
  color: #fffabd;
 
  text-decoration: none;
 
}
 
 
 
#p-personal li a:hover {
 
  background: none;
 
  color: #fff780;
 
}
 
  
#p-personal ul {
+
@media only screen and (max-width: 800px){
text-transform: capitalize;
+
/* flex table */
}
+
.t-responsive {
 +
        display: -webkit-box;
 +
        -webkit-flex-direction: column;
 +
        display: -moz-box;
 +
        -moz-flex-direction: column;
 +
        display: -ms-flexbox;
 +
        -ms-flex-direction: column;
 +
        display: -webkit-flex;
 +
        display: flex;
 +
        flex-direction: column;
 +
    }
  
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
+
.t-responsive .cell {
    background: url("http://wiki.metin2.it/images/9/9d/Immagine_Profilo_Skin.png") top left no-repeat;
+
        width: 100% !important;
    padding-left: 20px;
+
        display: block;
    text-transform: none;
 
 
}
 
}
#p-personal {
+
.t-responsive .row {
width: 100%;
+
        width: 100% !important;
height: 24px;
+
        display: block;
white-space: nowrap;
 
padding-top: 5px;
 
margin: 0;
 
border: none;
 
background: url("http://wiki.metin2.it/images/2/25/TextureSfondoBarUser.png") transparent;
 
text-size:1em;
 
line-height: 1.5em;
 
 
}
 
}
  
/* Logo GameForge in basso a sinistra */
+
.t-responsive .cell {
#f-copyrightico{
+
        -webkit-box-ordinal-group: 1;
left: 45px;
+
        -moz-box-ordinal-group: 1;
top: 130px;}
+
        -ms-flex-order: 1;
 
+
        -webkit-order: 1;
#f-list {
+
        order: 1;
    margin-top: 100px;
 
    font-family: Quattrocento, serif;
 
    font-weight: bold;
 
    font-size: 11px;
 
 
}
 
}
  
 +
/* Responsive body */
 
body {
 
body {
    background: url('http://wiki.metin2.it/images/c/ca/SkinMetin2.jpg') no-repeat fixed center top #000;
 
    overflow-x: visible !important;
 
    -webkit-background-size: cover;
 
    -moz-background-size: cover;
 
    -o-background-size: cover;
 
    background-size: cover;
 
}
 
 
.portletNavMiddle ul li a{
 
  margin: 0px 0px 0px 0px;
 
  color: #ecd4a8;
 
  text-decoration: none;
 
}
 
 
 
/* NavBox laterali sinistra. Top, Middle, Bottom. */
 
.portletNavBG {
 
    background: url(http://wiki.metin2.it/images/4/41/SfondoNavigazione1.png) no-repeat;
 
    width: 157px;
 
    min-height: 34px;
 
    overflow: hidden;
 
    text-align: center;
 
}
 
 
.portletNavMiddle {
 
background: url('http://wiki.metin2.it/images/8/8b/SfondoNavigazione2.png') repeat-y;
 
width: 157px;
 
}
 
  
.portletNavBtn{
 
background: url('http://wiki.metin2.it/images/3/32/SfondoNavigazione3.png') no-repeat 0 100%;
 
max-height: 132px;
 
min-height: 25px;
 
width: 157px;
 
 
}
 
}
  
.portletNavBG h5 {
+
.modal-content{
    color: #fef6aa;
+
  width: 80% !important;
    background: none;
+
  background: none !important;
    font-weight: bold;
+
  background-color: #ecddc0 !important;
    margin: 0px;
 
    padding-bottom: .17em;
 
    border-bottom: 0px solid #aaa;
 
    font-size: 11.9px;
 
 
}
 
}
  
#p-logo {
+
.resMostri{
position: relative;
+
    display: none !important;
right: 0px;
 
left: 450px;
 
top: -86px;
 
height: 168px;
 
width: 493px;
 
 
}
 
}
  
#p-logo a, #p-logo a:hover {  
+
.resMostriResp{
background: url('http://wiki.metin2.it/images/6/69/Logo_Skin.png') no-repeat center top transparent !important;
+
    display: block !important;
position: relative;
 
height: 168px;
 
width: 493px;
 
margin: auto;
 
overflow: visible;
 
 
}
 
}
  
div#column-content {
+
.intOggetti{
     left: 0px;
+
     display: none !important;
    right: 0px;
 
    top: 300px;
 
    opacity: 0.99;
 
    position: relative;
 
    z-index: 1;
 
    margin-bottom: 70px;
 
 
}
 
}
  
#p-cactions {
+
.intOggettiResp{
     position: absolute;
+
     display: block !important;
    width: 960px;
 
    padding: 0px;
 
    top: 265px;
 
    left: 178px;
 
    right: 0px;
 
    background: url('http://wiki.metin2.it/images/d/d3/AperturaPagina.png') no-repeat scroll center center transparent !important;
 
    height: 70px;
 
    z-index: 0;
 
    margin-top: 0px;
 
 
}
 
}
  
/* Icona "PoweredByMediaWiki" in basso a destra */
+
/* Fine Versione Responsive */
#f-poweredbyico{display:none;}
 
 
 
div#content {
 
position:relative;
 
color: #000;
 
padding: 10px 35px 20px;
 
margin-top: 0px;
 
width: 890px;
 
border-width: 0px;
 
background: url("http://wiki.metin2.it/images/2/26/Background.png") repeat-y;
 
 
}
 
}
  
div#footer {
 
    position: relative;
 
    background: transparent;
 
    margin: 0px;
 
    padding: 130px 0px 0px;
 
    display: block;
 
    width: 100%;
 
    border: medium none;
 
    height: 203px;
 
}
 
 
#bilder {
 
display: none !important;
 
}
 
 
.mw-content-ltr .editsection, .mw-content-rtl .mw-content-ltr .editsection {
 
float: right;
 
margin: 0px 35px 0px 0px;
 
}
 
 
.editsection a:link {
 
text-decoration: none;
 
color: #0667d2 !important;
 
}
 
 
.editsection a:visited {
 
color: #0667d2 !important;
 
text-decoration: none;
 
}
 
 
editsection a:active {
 
color: #0667d2 !important;
 
text-decoration: none;
 
}
 
 
.editsection a:hover {
 
color: #0667d2 !important;
 
text-decoration: none;
 
}
 
 
/* Immagine Metin2 accanto alle sezioni e ondina sottolineata */
 
#mw-content-text h2 {
 
    background: url("http://wiki.metin2.it/images/f/ff/LogoMt2.png") no-repeat scroll left center transparent;
 
    height: 30px;
 
    color:  !important;
 
    text-indent: 40px;
 
    font-weight: bold;
 
    color:#643200 !important
 
 
border-style: solid;
 
border-width: 0px 0px 7px;
 
-moz-border-image: url("http://wiki.metin2.it/images/6/6c/Divisore.png") 0 0 33 81 repeat;
 
-webkit-border-image: url("http://wiki.metin2.it/images/6/6c/Divisore.png") 0 0 33 81 repeat;
 
-o-border-image: url("http://wiki.metin2.it/images/6/6c/Divisore.png") 0 0 33 81 repeat;
 
border-image: url("http://wiki.metin2.it/images/6/6c/Divisore.png") 0 0 33 81 fill repeat; 
 
}
 
 
#toctitle h2{
 
color:#643200 !important;
 
border-style: none;
 
border-width: 0px;
 
-moz-border-image: none;
 
-webkit-border-image: none;
 
-o-border-image: none;
 
border-image: none;
 
}
 
 
/* Indice pagina */
 
#toc, .toc, .mw-warning {
 
    background: url(http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png) repeat;
 
    border: 1px solid #000000;
 
    color: #643200;
 
    border-top-right-radius: 5px;
 
    border-top-left-radius: 5px;
 
    border-bottom-right-radius: 5px;
 
    border-bottom-left-radius: 5px;
 
    width: 50%;
 
}
 
 
.flaggedrevs-color-0 {
 
text-decoration: blink;
 
 
color: rgb(200, 0, 0);
 
background: none;
 
}
 
 
.flaggedrevs-color-1 {
 
background: none;
 
}
 
 
.mw-specialpagecached {
 
font-style: italic;
 
}
 
 
#bodyContent a.external {
 
padding-right: 0px;
 
}
 
 
li.gallerybox div.thumb,
 
div.tright div.thumbinner {
 
background: none;
 
border: 1px solid rgb(150, 150, 150);
 
}
 
 
/* Colore del thumb delle immagini */
 
html .thumbimage {
 
border: 1px solid rgb(180, 180, 180);
 
}
 
 
table.diff,
 
td.diff-otitle,
 
td.diff-ntitle,
 
td.diff-context {
 
background: none;
 
}
 
 
th .mw-collapsible-toggle a {
 
color: rgb(255, 255, 255);
 
}
 
 
#toc h2,
 
.toc h2 {
 
display: inline;
 
border: none;
 
padding: 0;
 
font-size: 100%;
 
font-weight: bold;
 
        background: none;
 
        color: #0667d2;
 
}
 
 
.transparentbckg800 {
 
  background: url("http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png") repeat;
 
  display: inline-block;
 
  padding: 5px;
 
  width: 790px;
 
  color: #00000;
 
  border: 1px solid #000000;
 
  border-radius: 5px;
 
}
 
 
.transparentbackground {
 
  background: url("http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png") repeat;
 
  border: 1px solid #000000;
 
}
 
 
.mw-collapsible-toggle a:link {
 
    color: #0667d2;
 
}
 
 
.mw-content-ltr .editsection,
 
.mw-content-rtl .mw-content-ltr .editsection {
 
float: right;
 
margin: 0 35px 0 0;
 
}
 
 
/* Categorie skin */
 
#catlinks, .catlinks {
 
    border-radius: 5px;
 
    border-top: 1px solid #1f0e02;
 
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#512410),color-stop(100%,#1f0e02));
 
    border-bottom: 1px solid #000;
 
    color: #f1de8e;
 
}
 
 
#catlinks a, .catlinks a {
 
    color: rgb(241, 222, 142);
 
}
 
 
#toc,
 
.toc,
 
.mw-warning {
 
    background: url("http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png") repeat;
 
    border: 1px solid #000000;
 
    color: #FFFFFF;
 
    border-top-right-radius: 5px;
 
    border-top-left-radius: 5px;
 
    border-bottom-right-radius: 5px;
 
    border-bottom-left-radius: 5px;
 
}
 
 
#toc h2,
 
.toc h2 {
 
    display: inline;
 
    border: none;
 
    padding: 0;
 
    font-size: 100%;
 
    font-weight: bold;
 
    background: none;
 
    color: #FFFFFF;
 
}
 
 
/* Subpage */
 
#contentSub2 {
 
    margin-top: 0.3em !important;
 
    line-height: 0em !important;
 
    margin: 0 0 1.4em 1em;
 
    color: #1E0E02;
 
    width: auto;
 
}
 
 
/* Gallery e Cornice immagine stile */
 
li.gallerybox div.thumb, div.tleft div.thumbinner,
 
div.tright div.thumbinner {
 
    background: url("http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png") repeat scroll 0% 0% transparent;
 
    border: 1px solid #88283a;
 
}
 
 
img.thumbborder {
 
border: 1px solid #512410;
 
}
 
 
.sidebar {
 
background: url("http://wiki.metin2.it/images/7/75/Background_Sidebar.png") repeat-y;
 
border-style:solid;
 
border-width:1px;
 
border-left:0px;
 
border-color:rgb(81,36,16);
 
border-radius:0px 20px 20px 0px;
 
}
 
 
.trasparente{
 
    background: url("http://wiki.metin2.it/images/f/f8/BackgroundTrasparente.png") repeat 0em 0em;
 
}
 
/* Background Sfondi */
 
.header-bghomepage{
 
    background: url("http://wiki.metin2.it/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
 
}
 
 
.header-bghome {
 
    background: url("http://wiki.metin2.it/images/1/19/BarraUser.png") repeat 0em 0em;
 
}
 
 
.header-bghome2 {
 
    background: url("http://wiki.metin2.it/images/a/a8/Texture.png") repeat 0em 0em;
 
}
 
 
.header-bghome3 {
 
  background: url("http://wiki.metin2.it/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
 
}
 
  
 
/****************************************************************************************/
 
/****************************************************************************************/
Riga 631: Riga 159:
  
 
.tabberlive .tabbertabhide {
 
.tabberlive .tabbertabhide {
display:none;
+
display: none;
 
}
 
}
  
Riga 699: Riga 227:
 
     padding-top: 5px;
 
     padding-top: 5px;
 
     padding-left: 10px;
 
     padding-left: 10px;
 +
    padding-bottom: 5px;
 +
    padding-right: 10px;
 
     border: 1px solid #502410;
 
     border: 1px solid #502410;
 
     border-top: 0;
 
     border-top: 0;
 
+
     overflow: auto;
/* If you don't want the tab size changing whenever a tab is changed
 
     you can set a fixed height */
 
 
 
/* height:200px; */
 
 
 
/* If you set a fix height set overflow to auto and you will get a
 
    scrollbar when necessary */
 
 
 
/* overflow:auto; */
 
 
}
 
}
  
 
/* If desired, hide the heading since a heading is provided by the tab */
 
/* If desired, hide the heading since a heading is provided by the tab */
 
.tabberlive .tabbertab h2 {
 
.tabberlive .tabbertab h2 {
display:none;
+
display:none;
 
}
 
}
 
.tabberlive .tabbertab h3 {
 
.tabberlive .tabbertab h3 {
display:none;
+
display:none;
 
}
 
}
  
Riga 727: Riga 248:
 
}
 
}
 
.tabberlive#tab2 .tabbertab {
 
.tabberlive#tab2 .tabbertab {
height:200px;
+
height:200px;
overflow:auto;
+
overflow:auto;
 
}
 
}
  
 
/* Slider con pulsanti avanti e indietro */
 
/* Slider con pulsanti avanti e indietro */
.slider {
+
.slider_wiki {
 
width: auto;
 
width: auto;
 
}
 
}
  
.slider-wrapper {
+
.slider-wrapper_wiki {
 
width: 100%;
 
width: 100%;
        height: auto;
+
    height: auto;
 
position: relative;
 
position: relative;
 
}
 
}
  
.slide {
+
.slide_wiki {
 
float: left;
 
float: left;
 
position: absolute;
 
position: absolute;
 
width: 100%;
 
width: 100%;
 
height: 100%;
 
height: 100%;
        display:none;
+
    display: none;
 
transition: opacity 500ms linear;
 
transition: opacity 500ms linear;
 
}
 
}
  
.slider-wrapper > .slide:first-child {
+
.slider-wrapper_wiki > .slide_wiki:first-child {
 
display:block;
 
display:block;
 
}
 
}
  
.slider-nav {
+
.slider-nav_wiki {
 
height: 20px;
 
height: 20px;
 
width: 70px;
 
width: 70px;
        display: inline;
+
    display: inline;
 
margin-top: 1.5em;
 
margin-top: 1.5em;
        margin-bottom: 1.5em;
+
    margin-bottom: 1.5em;
 
}
 
}
  
  
.slider-nav button:focus {
+
.slider-nav_wiki button:focus {
 
outline-style: none;
 
outline-style: none;
 
}
 
}
  
.slider-nav button.slider-previous {
+
.slider-nav_wiki button.slider-previous {
 
float: left;
 
float: left;
 
}
 
}
  
.slider-nav button.slider-next {
+
.slider-nav_wiki button.slider-next {
 
float: right;
 
float: right;
 
}
 
}
  
.slider-nav > .slider-previous:first-child {
+
.slider-nav_wiki > .slider-previous:first-child {
 
       display:none;
 
       display:none;
 +
}
 +
 +
/* Modal Windows */
 +
.modal {
 +
    display: none;
 +
    position: fixed;
 +
    left: 0;
 +
    top: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index: 99;
 +
    background-color: rgba(0, 0, 0, 0.5);
 +
}
 +
.modal-content {
 +
    position: absolute;
 +
    top: 50%;
 +
    left: 50%;
 +
    transform: translate(-50%,-50%);
 +
    padding: 16px 24px;
 +
    width: auto;
 +
    background: url(https://it-wiki.metin2.gameforge.com/images/2/20/Modal_Background.png);
 +
    border-radius: 8px;
 +
    border: 1px solid black;
 +
}
 +
 +
.close-button {
 +
    float: right;
 +
    width: 20px;
 +
    height: 20px;
 +
    line-height: 24px;
 +
    text-align: center;
 +
    cursor: pointer;
 +
    border-radius: 4px;
 +
    background: url(https://it-wiki.metin2.gameforge.com/images/0/04/No.png) no-repeat;
 +
}
 +
.close-button:hover {
 +
    background-color: darkgray;
 +
}
 +
 +
/* Tooltip on Text */
 +
 +
.tooltip {
 +
    position: relative;
 +
    display: inline-block;
 +
    border-bottom: 1px dotted black;
 +
}
 +
 +
.tooltip .tooltiptext {
 +
    visibility: hidden;
 +
    width: auto;
 +
    background-color: #555;
 +
    color: #fff;
 +
    text-align: center;
 +
    border-radius: 6px;
 +
    padding: 5px 10px;
 +
    position: absolute;
 +
    z-index: 1;
 +
    bottom: 125%;
 +
    left: 50%;
 +
    margin-left: -60px;
 +
    opacity: 0;
 +
    transition: opacity 0.3s;
 +
}
 +
 +
.tooltip .tooltiptext::after {
 +
    content: "";
 +
    position: absolute;
 +
    top: 100%;
 +
    left: 50%;
 +
    margin-left: -5px;
 +
    border-width: 5px;
 +
    border-style: solid;
 +
    border-color: #555 transparent transparent transparent;
 +
}
 +
 +
.tooltip:hover .tooltiptext {
 +
    visibility: visible;
 +
    opacity: 1;
 +
}
 +
 +
/* Button Metin2 style */
 +
.btn {
 +
    font-size: 12px;
 +
    white-space:nowrap;
 +
    padding:.8em 1.5em;
 +
    line-height: 14px;
 +
    display: inline-block;
 +
    zoom: 1;
 +
    color: #f0d9a2;
 +
    text-align: center;
 +
    position:relative;
 +
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
 +
    transition: border .25s linear, color .25s linear, background-color .25s linear;
 +
}
 +
 +
.btn.btn-mt2{
 +
    background-color: #1f0e02;
 +
    border-color: #512410;
 +
    -webkit-box-shadow: 0 3px 0 #512410;
 +
    box-shadow: 0 3px 0 #512410;
 +
    border-radius: 4px;
 +
}
 +
 +
.btn.btn-mt2:hover{
 +
    background-color:#512410;
 +
    box-shadow: 0 3px 0 #1f0e02;
 +
}
 +
 +
.btn.btn-mt2:active{
 +
    top: 3px;
 +
    outline: none;
 +
    -webkit-box-shadow: none;
 +
    box-shadow: none;
 +
}
 +
 +
.breadcrumb {
 +
  list-style: none;
 +
  overflow: hidden;
 +
}
 +
.breadcrumb li {
 +
  float: left;
 +
}
 +
.breadcrumb li a {
 +
    color: #f1de8e;
 +
    text-decoration: none !important;
 +
    padding: 4px 0 7px 25px;
 +
    background: #512410;
 +
    position: relative;
 +
    display: block;
 +
    float: left;
 +
}
 +
.breadcrumb li a:before {
 +
    content: " ";
 +
    display: block;
 +
    width: 0;
 +
    height: 0;
 +
    border-top: 14px solid transparent;
 +
    border-bottom: 14px solid transparent;
 +
    border-left: 14px solid white;
 +
    position: absolute;
 +
    top: 46%;
 +
    margin-top: -14px;
 +
    margin-left: 1px;
 +
    left: 100%;
 +
    padding: 1.2px;
 +
    z-index: 1;
 +
}
 +
.breadcrumb li a:after {
 +
    content: " ";
 +
    display: block;
 +
    width: 0;
 +
    height: 0;
 +
    border-top: 14px solid transparent;
 +
    border-bottom: 14px solid transparent;
 +
    border-left: 14px solid #512410;
 +
    position: absolute;
 +
    top: 46%;
 +
    margin-top: -14px;
 +
    left: 100%;
 +
    z-index: 2;
 +
    padding: 1.3px;
 +
 +
.breadcrumb li:first-child a {
 +
  padding-left: 10px;
 +
}
 +
.breadcrumb li:nth-child(2) a      { background:#512410; }
 +
.breadcrumb li:nth-child(2) a:after { border-left-color: #512410; }
 +
.breadcrumb li:nth-child(3) a      { background:#512410; }
 +
.breadcrumb li:nth-child(3) a:after { border-left-color: #512410; }
 +
.breadcrumb li:nth-child(4) a      { background:#512410; }
 +
.breadcrumb li:nth-child(4) a:after { border-left-color: #512410; }
 +
.breadcrumb li:nth-child(5) a      { background:#512410; }
 +
.breadcrumb li:nth-child(5) a:after { border-left-color: #512410; }
 +
 +
.breadcrumb li:last-child a {
 +
  background: transparent !important;
 +
  color: black;
 +
  pointer-events: none;
 +
  cursor: default;
 +
}
 +
.breadcrumb li:last-child a:before {border-left: 0px solid !important}
 +
.breadcrumb li:last-child a:after { border: 0; }
 +
.breadcrumb li a:hover { background: #9D5B37; }
 +
.breadcrumb li a:hover:after { border-left-color: #9D5B37 !important; }
 +
 +
/* Gallery e Cornice immagine stile */
 +
li.gallerybox div.thumb, div.tleft div.thumbinner,
 +
div.tright div.thumbinner {
 +
    background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat scroll 0% 0% transparent;
 +
    border: 1px solid #88283a;
 +
}
 +
 +
img.thumbborder {
 +
border: 1px solid #512410;
 +
}
 +
 +
.trasparente{
 +
    background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat 0em 0em;
 +
}
 +
/* Background Sfondi */
 +
.header-bghomepage{
 +
    background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
 +
}
 +
 +
.header-bghome {
 +
    background: url("https://it-wiki.metin2.gameforge.com/images/1/19/BarraUser.png") repeat 0em 0em;
 +
}
 +
 +
.header-bghome2 {
 +
    background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/Texture.png") repeat 0em 0em;
 +
}
 +
 +
.header-bghome3 {
 +
  background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
 +
}
 +
 +
video {
 +
height: auto !important;
 
}
 
}

Versione attuale delle 00:08, 25 mar 2021

/* ################################################# CSS ############################################# */
/* ############ Metin2 Wiki Default and Responsive Theme made by Olthir: olthir@metin2.it ############ */

/* Change Wiki Logo */
.mw-wiki-logo {
  /*background-image: url('https://it-wiki.metin2.gameforge.com/images/e/e8/Metin2_logo_elemental.png');*/
}

/* Tabelle Flex*/
.t-responsive {
    display: table;
}

.t-responsive .cell {
    display: table-cell;
}

.t-responsive .row, .t-responsive .row {
    display: table-row;
}

/* Toglie il nome delle pagine nella schermata */
body.page-Pagina_principale #catlinks,
body.page-Pagina_principale h1.firstHeading{
	display: none;
}

/* Colore del thumb delle immagini */
html .thumbimage {
	border: 1px solid rgb(180, 180, 180);
}

.transparentbckg800 {
  background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat;
  display: inline-block;
  padding: 5px;
  width: 790px;
  color: #00000;
  border: 1px solid #000000;
  border-radius: 5px;
}

.transparentbackground {
  background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat;
  border: 1px solid #000000;
}


table {
    /*border-collapse: collapse;*/
}

td, th {
    padding: 2px;
}


.mw-collapsible-text {
   color: #f0d9a2 !important;
}

/* *********************************************************************** */
/*                            VERSIONE DESKTOP                             */
/* *********************************************************************** */
@media only screen and (min-width: 801px){

 body {
     background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.jpg') no-repeat fixed center top #000;
     background-size: 100%;
}

.resMostri{
    display:block;
}

.resMostriResp{
    display: none;
}

.intOggetti{
    display:block;
}

.intOggettiResp{
    display: none;
}

}

/* *********************************************************************** */
/*                            VERSIONE RESPONSIVE                          */
/* *********************************************************************** */

@media only screen and (max-width: 800px){
/* flex table */
.t-responsive {
        display: -webkit-box;
        -webkit-flex-direction: column;
        display: -moz-box;
        -moz-flex-direction: column;
        display: -ms-flexbox;
        -ms-flex-direction: column;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

.t-responsive .cell {
        width: 100% !important;
        display: block;
}
.t-responsive .row {
        width: 100% !important;
        display: block;
}

.t-responsive .cell {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
}

/* Responsive body */
body {

}

.modal-content{
   width: 80% !important;
   background: none !important;
   background-color: #ecddc0 !important;
}

.resMostri{
    display: none !important;
}

.resMostriResp{
    display: block !important;
}

.intOggetti{
    display: none !important;
}

.intOggettiResp{
    display: block !important;
}

/* Fine Versione Responsive */
}


/****************************************************************************************/
/******************************************TABBER****************************************/
/****************************************************************************************/

.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid rgb(81,36,16);
    font: bold 12px Verdana,sans-serif;
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid rgb(81,36,16);
    border-bottom: none;
    background:#972014;
    text-decoration: none;
}

ul.tabbernav li a:link {
    color: #f0d9a2;
}

ul.tabbernav li a:hover {
    color: #f0d9a2;
    background: #1f0e02;
    border-color: rgb(81,36,16);
}

ul.tabbernav li.tabberactive a {
    background-color: #1f0e02;
    border: 1px solid rgb(81,36,16);
}

ul.tabbernav li.tabberactive a:hover {
    color: #f0d9a2;
    background: #1f0e02;
    border-bottom: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border: 1px solid #502410;
    border-top: 0;
    overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

/* Slider con pulsanti avanti e indietro */
.slider_wiki {
	width: auto;
}

.slider-wrapper_wiki {
	width: 100%;
    height: auto;
	position: relative;
}

.slide_wiki {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
    display: none;
	transition: opacity 500ms linear;
}

.slider-wrapper_wiki > .slide_wiki:first-child {
	display:block;
}

.slider-nav_wiki {
	height: 20px;
	width: 70px;
    display: inline;
	margin-top: 1.5em;
    margin-bottom: 1.5em;
}


.slider-nav_wiki button:focus {
	outline-style: none;
}

.slider-nav_wiki button.slider-previous {
	float: left;
}

.slider-nav_wiki button.slider-next {
	float: right;
}

.slider-nav_wiki > .slider-previous:first-child {
       display:none;
}

/* Modal Windows */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 16px 24px;
    width: auto;
    background: url(https://it-wiki.metin2.gameforge.com/images/2/20/Modal_Background.png);
    border-radius: 8px;
    border: 1px solid black;
}

.close-button {
    float: right;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: url(https://it-wiki.metin2.gameforge.com/images/0/04/No.png) no-repeat;
}
.close-button:hover {
    background-color: darkgray;
}

/* Tooltip on Text */ 

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Button Metin2 style */
.btn {
    font-size: 12px;
    white-space:nowrap;
    padding:.8em 1.5em;
    line-height: 14px;
    display: inline-block;
    zoom: 1;
    color: #f0d9a2;
    text-align: center;
    position:relative;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn.btn-mt2{
    background-color: #1f0e02;
    border-color: #512410;
    -webkit-box-shadow: 0 3px 0 #512410;
    box-shadow: 0 3px 0 #512410;
    border-radius: 4px;
}

.btn.btn-mt2:hover{
    background-color:#512410;
    box-shadow: 0 3px 0 #1f0e02;
}

.btn.btn-mt2:active{
    top: 3px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
    color: #f1de8e;
    text-decoration: none !important;
    padding: 4px 0 7px 25px;
    background: #512410;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid white;
    position: absolute;
    top: 46%;
    margin-top: -14px;
    margin-left: 1px;
    left: 100%;
    padding: 1.2px;
    z-index: 1;
}
.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #512410;
    position: absolute;
    top: 46%;
    margin-top: -14px;
    left: 100%;
    z-index: 2;
    padding: 1.3px;
}  
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:#512410; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #512410; }
.breadcrumb li:nth-child(3) a       { background:#512410; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #512410; }
.breadcrumb li:nth-child(4) a       { background:#512410; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #512410; }
.breadcrumb li:nth-child(5) a       { background:#512410; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #512410; }

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:before {border-left: 0px solid !important}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: #9D5B37; }
.breadcrumb li a:hover:after { border-left-color: #9D5B37 !important; }

/* Gallery e Cornice immagine stile */
li.gallerybox div.thumb, div.tleft div.thumbinner,
div.tright div.thumbinner {
    background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat scroll 0% 0% transparent;
    border: 1px solid #88283a;
}

img.thumbborder {
	border: 1px solid #512410;
}

.trasparente{
    background: url("https://it-wiki.metin2.gameforge.com/images/f/f8/BackgroundTrasparente.png") repeat 0em 0em;
}
/* Background Sfondi */
.header-bghomepage{
    background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
}

.header-bghome {
     background: url("https://it-wiki.metin2.gameforge.com/images/1/19/BarraUser.png") repeat 0em 0em;
}

.header-bghome2 {
    background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/Texture.png") repeat 0em 0em;
}

.header-bghome3 {
   background: url("https://it-wiki.metin2.gameforge.com/images/a/a8/TextureTabellaSfondo.png") repeat 0em 0em;
}

video {
 height: auto !important;
}