Diferenças entre edições de "MediaWiki:Common.css"

Linha 282: Linha 282:
  
 
.cacheTel,
 
.cacheTel,
.tabber-container > div:nth-child(2) > :not(.tabber-active),
+
.tabber-container > div:last-child > div:not(.tabber-active) {
.tabber-noactive {
 
 
   display: none;
 
   display: none;
 
}
 
}

Revisão das 15h03min de 14 de novembro de 2025

/* CSS */

body {background: url('https://tr-wiki.metin2.gameforge.com/images/9/9d/Metin2_25.2_Background_Wiki.jpg') no-repeat fixed center top #000;
     background-size: 100%;

}

td,th {padding: 2px }

.nativelooktop {
  background: url("https://en-wiki.metin2.gameforge.com/images/1/1c/Nativelooktop.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}

.nativelookbackground {
  background-image: url("https://en-wiki.metin2.gameforge.com/images/1/12/Nativelookbackground.jpg");
  background-repeat: repeat-y;
  padding: 0px;
  width: 190px;
}

.nativelookbottom {
  background: url("https://en-wiki.metin2.gameforge.com/images/8/8b/Nativelookbottom.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}



.header-bgxmas {
    background: url("https://pt-wiki.metin2.gameforge.com/images/c/c3/Fita_Página_Inicial.png") repeat 0em 0em;
}
.header-bgxmas2 {
    background: url("https://pt-wiki.metin2.gameforge.com/images/7/70/Preço_IS.png") repeat 0em 0em;
}

.tabberlive .tabbertabhide {
display:none;
}

.tabber {
}

.tabberlive {
}

ul.tabbernav {
margin:0;
padding:3px 0;
border-bottom:1px solid #512410;
font:bold 12px Verdana,sans-serif;
}

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

ul.tabbernav li a {
padding:3px .5em;
margin-left:3px;
border:1px solid #512410;
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:#512410;
}

ul.tabbernav li.tabberactive a {
background-color:#1f0e02;
border:1px solid #512410;
}

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

.tabberlive .tabbertab {
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
padding-right:10px;
border:1px solid #502410;
border-top:0;
overflow:auto;
}

.tabberlive .tabbertab h2 {
display:none;
}

.tabberlive .tabbertab h3 {
display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
height:200px;
overflow:auto;
}

.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
}
.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
}

.container { 
 display: flex;
 flex-direction: row; 
}

@media screen and (max-width: 768px){
  .container { 
   flex-direction: column; 
  }
}

@media screen and (max-width: 340px){
  

  #mw-content {
    padding-left: 10px;
    padding-right: 10px;
  }

}
ul.subpage {
  display: flex;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  background: #d1b597;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
}

.subpage a {
  padding-left: 20px;
  background: #36040d;
  display: inline-block;
  line-height: 30px;
  position: relative;
  color: #f1de8e;
  cursor: pointer;
}

.subpage a:before,
.subpage a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  padding: 1px 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid white;
  transform: translate(14px);
  z-index: 1;
}

.subpage a:after {
  border-left: 14px solid #36040d;
  transform: translate(13px);
  z-index: 2;
}

.subpage > li:last-child {
  padding-left: 20px;
}

ul.subpage > li:first-child {
  flex-shrink: 0;
}

ul.subpage > li:first-child > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

ul.subpage > li > a:hover {
  background: #5d0505;
}

ul.subpage > li > a:hover:after {
  border-left-color: #5d0505;
}

#mw-content .soulignement > a:link {
  text-decoration: none;
}
table.pretty-table tbody > *:nth-child(2n + 1) > td {
  background: rgba(0, 0, 0, 0.1);
}

table.pretty-table tr:hover {
  background: rgba(0, 0, 0, 0.05);
}

.cacheTel,
.tabber-container > div:last-child > div:not(.tabber-active) {
  display: none;
}

.button {
  border: 2px solid #36040d;
  padding: 0 12px;
  line-height: 25px;
  border-radius: 16px;
  background: #5d0505;
  color: #f0d9a2;
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
  white-space: nowrap;
}

.button:hover {
  background: transparent;
  color: #36040d;
} 

/*
http://wiki.metin2.com.pt/images/2/27/Header-bgxmas.png
*/