Diferenças entre edições de "MediaWiki:Common.css"
(Há 292 revisões intermédias de 4 utilizadores que não estão a ser apresentadas) | |||
Linha 1: | Linha 1: | ||
/* CSS */ | /* CSS */ | ||
− | + | ||
− | + | body {background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.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/3/33/Tes7.png") repeat 0em 0em; | ||
} | } | ||
− | . | + | .tabberlive .tabbertabhide { |
− | + | display:none; | |
} | } | ||
− | . | + | .tabber { |
− | |||
} | } | ||
− | + | .tabberlive { | |
− | |||
} | } | ||
− | + | ul.tabbernav { | |
− | + | margin:0; | |
− | + | padding:3px 0; | |
− | border: 1px solid | + | 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; | |
− | background: none; | + | border-bottom:none; |
+ | background:#972014; | ||
+ | text-decoration:none; | ||
} | } | ||
− | + | ul.tabbernav li a:link { | |
− | color: | + | 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; |
− | display: | + | position:fixed; |
− | + | left:0; | |
− | + | top:0; | |
− | + | width:100%; | |
− | + | height:100%; | |
− | + | z-index:99; | |
− | color: | + | 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; | |
− | } | + | } |
− | |||
− | |||
− | |||
} | } | ||
− | . | + | /* |
− | + | http://wiki.metin2.com.pt/images/2/27/Header-bgxmas.png | |
− | + | */ |
Edição atual desde as 18h51min de 7 de maio de 2022
/* CSS */
body {background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.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/3/33/Tes7.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;
}
}
/*
http://wiki.metin2.com.pt/images/2/27/Header-bgxmas.png
*/