MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) No edit summary |
Technochips (talk | contribs) quotations |
||
| Line 230: | Line 230: | ||
.tabber__tabs | .tabber__tabs | ||
{ | { | ||
margin:auto; | |||
box-shadow:none; | |||
} | } | ||
.tabber__tab | .tabber__tab | ||
{ | { | ||
background-color:#583A31; | |||
font-family: "TF2C Build", "TF2 Build"; | |||
box-shadow:none; | |||
font-weight:normal; | |||
margin:1px; | |||
} | } | ||
.tabber__tab, .tabber__tab:visited | .tabber__tab, .tabber__tab:visited | ||
{ | { | ||
color: #E5E0DC; | |||
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; | |||
box-shadow:none; | |||
} | } | ||
.tabber__tab[title="RED"] | .tabber__tab[title="RED"] | ||
{ | { | ||
background-color: #C63E3E; | |||
} | } | ||
.tabber__tab[title="BLU"] | .tabber__tab[title="BLU"] | ||
{ | { | ||
background-color: #59788C; | |||
} | } | ||
.tabber__tab[title="GRN"] | .tabber__tab[title="GRN"] | ||
{ | { | ||
background-color: #3C9D46; | |||
} | } | ||
.tabber__tab[title="YLW"] | .tabber__tab[title="YLW"] | ||
{ | { | ||
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; | |||
} | } | ||