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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Etiqueta: Reversão manual
Linha 396: Linha 396:
border: none;
border: none;
}
}
.calculadora-container{
    max-width: 850px;
    margin: 0 auto;
    padding: 0 7%;
}
.clear{
    clear: both;
}
.w100{
    width: 100%;
    padding: 0 2%;
    margin-top: 10px;
}
/*h2 do container*/
.calculadora-container > h2{
    margin: 30px 0;
    padding: 0 2%;
    text-align: center;
    color: #3394CE;
    text-transform: uppercase;
    font-size: 27px;
    border-bottom: 2px #5a5a5a solid;
}
/*****/
/*tier*/
span.tier{
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.radios{
    margin-bottom: 10px;
    display: flex;
}
.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
.radio-single{
    width: 25%;
    max-width: 80px;
    margin-right: 10%;
}
.radios label {
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.radios label.active{
    border: 3px solid rgb(94, 93, 93);
}
/******/
/*informacoes*/
.calculadora-informacoes{
    position: relative;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.calculadora-informacoes-box{
    width: 50%;
    border: 1px black solid;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 10px 30px 10px 0;
    margin-top: 5px;   
    padding: 10px;
    background: rgb(241, 241, 241);
}
.getinf{
    padding: 5px;
}
.calculadora-informacoes-box input[type=number]{
    width: 38px;
    outline: 0;
    border: 1px solid rgb(126, 126, 126);
    text-align: center;
}
/******/
/*submit*/
.w100 input[type="submit"]{
    transition: 0.5s;
    font-size: 21px;
    background-color: #3394CE;
    color: white;
    width: 100%;
    max-width: 147px;
    height: 34px;
    line-height: 34px;
    margin: 10px auto 0 auto;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    outline: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.w100 input[type="submit"]:hover{
    background-color: #2da3e7;
}
.submit{
    margin-bottom: 10px;
}
/****/
/*Calculo*/
.box-up h2{
    margin: 20px 0;
    padding: 0 2%;
    text-align: center;
    color: #3394CE;
    text-transform: uppercase;
    font-size: 27px;
}
.box-up{
    display: none;
    margin-top: 15px;
    text-align: left;
    padding: 0 2%
}
.box-up .h2-max{
    border-bottom: 0;
}
.box-up img{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.box-up .pocao-pequena,
.box-up .pocao-media,
.box-up .pocao-grande{
    width: 100%;
    display: flex;
    align-items: center;
}
/****/

Edição das 01h01min de 19 de agosto de 2021

.skillbox {
width: 800px;
height: 480px;
margin: 10px;
background-color: #162943;
border: 1px solid #8d6e63;
box-shadow: 0px 2px 7px #292929;
-moz-box-shadow: 0px 2px 7px #292929;
-webkit-box-shadow: 0px 2px 7px #292929;
}

.skillbox-atributes{
margin-top: -57px;
margin-left: 347px;
background-color: #162943;
}

.skillbox-mainbody,
.skillbox-header,
.skillbox-footer {
padding: 1px;
}
.skillbox-img {
margin-top: 13px;
margin-left: 8px;
float: left;
width: 34px;
background-color: #162943;
}
.skillbox-mainbody {
min-height: 150px;
max-height: 388px;
overflow: auto;
margin-left: 5px;
padding-top: 5px;
background-color: #162943;
}
.skillbox-header {
padding: 0px 0px 0px 32px;
margin: 20px;
font-size: 1.1em;
font-weight: bold;
height: 40px;
border-bottom: 9px inset #8d6e63;
background-color: #162943;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.skillbox-footer {
height: 25px;
margin-top: -20px;
background-color: transparent;
border-top: 1px solid #8d6e63;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}



/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
 * For sanity, only do this if [[Project_talk:Support_desk]] is a
 * redirect (which goes back to [[Project:Support_desk]]).
 * If that is changed for some reason, it automatically comes back.
 */
.page-Project_Support_desk #ca-talk a.mw-redirect {
 display: none;
}

/* Character Infobox Bronze */

.bronzeinfobox {
background: none;
border: none;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.bronzeinfobox-title {
border: 1px solid #813625;
border-radius: 7px 7px 0px 0px;
font-size: 1.5em;
text-align: center;
background-color: #d67d69;
font-weight: bold;
}
.bronzeinfobox-star {
text-align: center;
padding-top: 0.2em;
}
.bronzeinfobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.bronzeinfobox th {
text-align: center;
vertical-align: middle;
background-color: #d67d69;
width: 400px;
}
.bronzeinfobox td {
text-align: center;
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
width: 400px;
}

.speech-bubble {
    position: relative;
    background: #302b28;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    box-shadow: 6px 6px 2px -1px rgba(163, 163, 163, 0.68);
    text-align: center;
    width: 549px;
    height: 93px;
    border-radius: 10px;
    padding-top: 10px;
    border: 2px solid #9f755b;
}
.speech-bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 19px 20px 0 0;
    border-color: #302b28 transparent transparent transparent;
    bottom: -19px;
    left: 9%;
    margin-left: -10px;
}

/* Character Infobox Gold */

.goldinfobox {
background: none;
border: none;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.goldinfobox-title {
border: 1px solid #c88e3a;
border-radius: 7px 7px 0px 0px;
font-size: 1.5em;
text-align: center;
background-color: #eabc00;
font-weight: bold;
}
.goldinfobox-star {
text-align: center;
padding-top: 0.2em;
}
.goldinfobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.goldinfobox th {
text-align: center;
vertical-align: middle;
background-color: #eabc00;
width: 400px;
}
.goldinfobox td {
text-align: center;
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
width: 400px;
}

/* Item Infobox */

.iteminfobox {
background: #162943;
border: 1px solid #8d6e63;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.iteminfobox-title {
border: 1px solid #8d6e63;
font-size: 16px;
text-align: center;
color: white;
background-color: #111d2c;
font-weight: bold;
}
.iteminfobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.iteminfobox th {
text-align: center;
vertical-align: middle;
background-color: #111d2c;
color:white;
width: 118px;
border: 1px solid #8d6e63;
}
.iteminfobox td {
text-align: center;
vertical-align: top;
background-color: transparent;
padding: 6px;
width: 400px;
border: 1px solid #8d6e63;
}

/* Normal item Infobox */

.item2infobox {
background-color: #162943;
border: 1px solid #8d6e63;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.item2infobox-title {
background-color: #111d2c;
border: 1px solid #8d6e63;
font-size: 16px;
text-align: center;
color: white;
font-weight: bold;
}
.item2infobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.item2infobox th {
text-align: center;
vertical-align: middle;
background-color: #111d2c;
border: 1px solid #8d6e63;
color:white;
width: 115px;
}
.item2infobox td {
text-align: center;
vertical-align: top;
background-color: transparent;
padding: 6px;
width: 400px;
border: 1px solid #8d6e63;
}


.charainfobox {
background-color: #162943;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 500px;
border: 1px solid #c6c6c6;
color: white;
}      
.charainfobox-title {
border: 1px solid #8d6e63;
font-size: 1.5em;
text-align: center;
background-color: #102138;
}
.charainfobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.charainfobox-image {
text-align: center;
}
.charainfoboxtd1strow {
background-color: #0f1f34;
text-align: center;
border: 1px solid #8d6e63;
color:white;
}



/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.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-left: 0;
border-bottom: none;
}

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

ul.tabbernav li a
{
line-height: 29px;
border: 1px solid #8d6e63;
}
ul.tabbernav li>a
{text-decoration:none;
background-color:#1e3758;
border: 1px solid #8d6e63;
}
ul.tabbernav li>a:link { /* color: #448; */ }
ul.tabbernav li>a:visited { /*color: #667; */ }

ul.tabbernav li a:hover
{
color: #405e84;
text-decoration: none;
background-color: #405e84;
}

ul.tabbernav li.tabberactive a
{
color: #000000;
background-color: #405e84;
border-bottom-color: transparent;
cursor: default;
}

ul.tabbernav li.tabberactive a:hover
{
color: #000;
background: #405e84;
text-decoration: none;
border: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content 
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
padding:1px;
border: none;
}