Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
| Línea 31: | Línea 31: | ||
} | } | ||
| − | span.mw-editsection{ | + | .mw-editsection, .mw-editsection-like { |
| + | font-family: 'Alegreya Sans', sans-serif; | ||
| + | text-transform: uppercase; | ||
| + | letter-spacing: .1ex; | ||
| + | font-weight: 600; | ||
| + | font-size: 12px; | ||
| + | } | ||
| + | |||
| + | span.mw-editsection a{ | ||
| + | display: inline-block; | ||
float: right; | float: right; | ||
| − | + | border-radius: 4px; | |
| − | padding: 1ex | + | padding: 1ex 2ex; |
| + | background-color: rgba(0,0,0,.2); | ||
| + | color: white; | ||
| + | text-decoration: none; | ||
border: 1px solid rgba(0,0,0,.1); | border: 1px solid rgba(0,0,0,.1); | ||
| − | |||
| − | |||
} | } | ||
| + | |||
| + | span.mw-editsection a:hover{ | ||
| + | background-color: rgba(0,0,0,.35); | ||
| + | } | ||
| + | |||
span.mw-editsection-bracket{ | span.mw-editsection-bracket{ | ||
display: none; | display: none; | ||
| Línea 56: | Línea 71: | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
background-position: center; | background-position: center; | ||
| + | } | ||
| + | |||
| + | span.tip{ | ||
| + | color: fuchsia; | ||
} | } | ||
Revisión del 14:14 26 ene 2018
/* Fonts
font-family: 'Alegreya', serif;
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Roboto Mono', monospace;
*/
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,300i,400,400i,500,500i,700,700i,800,900| Alegreya:400,400i,500,500i,700,700i,800,900|Roboto+Mono');
/* Tipography */
body {
font-family: 'Alegreya Sans', sans-serif;
font-size: 17px;
}
div.poem {
font-family: 'Alegreya', serif;
}
h1, h2, h3,
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Alegreya Sans', sans-serif;
}
.mw-body .firstHeading {
overflow: visible;
font-weight: 100;
}
.mw-editsection, .mw-editsection-like {
font-family: 'Alegreya Sans', sans-serif;
text-transform: uppercase;
letter-spacing: .1ex;
font-weight: 600;
font-size: 12px;
}
span.mw-editsection a{
display: inline-block;
float: right;
border-radius: 4px;
padding: 1ex 2ex;
background-color: rgba(0,0,0,.2);
color: white;
text-decoration: none;
border: 1px solid rgba(0,0,0,.1);
}
span.mw-editsection a:hover{
background-color: rgba(0,0,0,.35);
}
span.mw-editsection-bracket{
display: none;
}
pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{
font-family: 'Roboto Mono', monospace;
font-size: 17px;
}
.oo-ui-buttonElement > .oo-ui-buttonElement-button{
font-family: 'Alegreya Sans', sans-serif;
}
.mw-wiki-logo {
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
}
span.tip{
color: fuchsia;
}