Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
quotations
Line 230: Line 230:
.tabber__tabs
.tabber__tabs
{
{
  margin:auto;
margin:auto;
  box-shadow:none;
box-shadow:none;
}
}
.tabber__tab
.tabber__tab
{
{
  background-color:#583A31;
background-color:#583A31;
  font-family: "TF2C Build", "TF2 Build";
font-family: "TF2C Build", "TF2 Build";
  box-shadow:none;
box-shadow:none;
  font-weight:normal;
font-weight:normal;
  margin:1px;
margin:1px;
}
}
.tabber__tab, .tabber__tab:visited
.tabber__tab, .tabber__tab:visited
{
{
  color: #E5E0DC;
color: #E5E0DC;
  box-shadow:none;
box-shadow:none;
}
}
.tabber__tab--active, .tabber__tab:hover, .tabber__tab--active:visited
.tabber__tab--active, .tabber__tab:hover, .tabber__tab--active:visited
{
{
  color: #e8d18c;
color: #e8d18c;
  box-shadow:none;
box-shadow:none;
}
}
.tabber__tab[title="RED"]
.tabber__tab[title="RED"]
{
{
  background-color: #C63E3E;
background-color: #C63E3E;
}
}
.tabber__tab[title="BLU"]
.tabber__tab[title="BLU"]
{
{
  background-color: #59788C;
background-color: #59788C;
}
}
.tabber__tab[title="GRN"]
.tabber__tab[title="GRN"]
{
{
  background-color: #3C9D46;
background-color: #3C9D46;
}
}
.tabber__tab[title="YLW"]
.tabber__tab[title="YLW"]
{
{
  background-color: #DA9D28;
background-color: #DA9D28;
}
.quotation blockquote::before, .quotation blockquote::after
{
font-size:5em;
line-height:0;
font-family:"Linux Libertine","Georgia","Times",serif;
top:0.4em;
position:relative;
color: #292526;
white-space: nowrap;
}
.quotation blockquote::before
{
content:"“";
}
.quotation blockquote::after
{
content:"”";
}
.quotation blockquote
{
border: none;
margin: 0;
padding: 0;
display: flex;
}
.quotation blockquote p
{
margin: 0 1em;
text-align: justify;
}
.quotation
{
width:fit-content;
border-left: 2px #292526 solid;
border-right: 2px #292526 solid;
padding: 0px 16px;
margin-left: 32px;
max-width: 50em;
position: relative;
}
.quotation cite:before
{
content: "— ";
}
.quotation cite
{
text-align: right;
display: block;
}
}