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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 252: Linha 252:
}
}


.tabName {
/* tabs mods */
font-size: 1em;
 
text-align: center;
/*--------------------------------------------------
background-color: #fff000;
  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 { /* margin-top:1em; */}
 
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{
    border-bottom: 1px solid #DDD;
    margin-left: 0;
    padding-bottom: 7px;
}
 
ul.tabbernav li {    list-style: none;    display: inline;}
 
ul.tabbernav li a
{
padding-top: 8px;
padding-bottom: 8px;
line-height: 18px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
}
ul.tabbernav li>a{ text-decoration:none;
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
}
ul.tabbernav li>a:link { /* color: #448; */ }
ul.tabbernav li>a:visited { /*color: #667; */ }


.tabBody {
ul.tabbernav li a:hover
font-size: 1em;
{
text-align: center;
color: #000;
background-color: #fff000;
/* background: #AAE;
border-color: #227; */
text-decoration: none;
background-color: #EEE;
}
}
ul.tabbernav li.tabberactive a
{
/*background-color: #fff; */
/* border-bottom: 1px solid #fff; */
color: #555;
background-color: white;
border: 1px solid #DDD;
border-bottom-color: transparent;
cursor: default;
}
ul.tabbernav li.tabberactive a:hover
{
color: #000;
background: white;
border-bottom: 1px solid white;
text-decoration: none;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab { padding:5px;}
/* border:1px solid #aaa;
border-top:0; */
/* 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 */
.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;}
/* end tabes */

Edição das 08h48min de 3 de agosto de 2021

/* 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: none;
border: none;
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 #321c12;
font-size: 16px;
text-align: center;
color: white;
background-color: #44291d;
font-weight: bold;
}
.iteminfobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.iteminfobox th {
text-align: center;
vertical-align: middle;
background-color: #44291d;
color:white;
width: 115px;
border: 1px solid #27160f;
}
.iteminfobox td {
text-align: center;
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
width: 400px;
border: 1px solid #27160f;
}

/* Normal item Infobox */

.item2infobox {
background: none;
border: none;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.item2infobox-title {
border: 1px solid #321c12;
font-size: 16px;
text-align: center;
color: white;
background-color: #44291d;
font-weight: bold;
}
.item2infobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.item2infobox th {
text-align: center;
vertical-align: middle;
background-color: #44291d;
color:white;
width: 115px;
border: 1px solid #27160f;
}
.item2infobox td {
text-align: center;
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
width: 400px;
border: 1px solid #27160f;
}


.infobox99 {
background-color: #f2f2f2;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 500px;
}      
.infobox99-title {
border: 1px solid #8d6e63;
font-size: 1.5em;
text-align: center;
background-color: #d7ccc8;
}
.infobox99-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox99-image {
text-align: center;
}
.infobox99td1strow {
background-color: #d7ccc8;
text-align: center;
border: 1px solid #8d6e63;
}

/* tabs mods */

/*--------------------------------------------------
  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 { /* margin-top:1em; */}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{
    border-bottom: 1px solid #DDD;
    margin-left: 0;
    padding-bottom: 7px;
}

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

ul.tabbernav li a
{
padding-top: 8px;
padding-bottom: 8px;
line-height: 18px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
ul.tabbernav li>a{ text-decoration:none;
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
 }
ul.tabbernav li>a:link { /* color: #448; */ }
ul.tabbernav li>a:visited { /*color: #667; */ }

ul.tabbernav li a:hover
{
 color: #000;
/* background: #AAE; 
 border-color: #227;  */
 text-decoration: none;
background-color: #EEE;
}

ul.tabbernav li.tabberactive a
{
 /*background-color: #fff; */
 /* border-bottom: 1px solid #fff; */
 color: #555;
background-color: white;
border: 1px solid #DDD;
border-bottom-color: transparent;
cursor: default;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none;
 
}

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

 /* 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 */
.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;}
/* end tabes */