User:Blackfish/vector.css: Difference between revisions
Appearance
Content deleted Content added
m css |
m pre 100% |
||
Line 40: | Line 40: | ||
} |
} |
||
pre { |
pre { |
||
font- |
font-sze: 100%; |
||
} |
} |
||
div#content h3 { |
div#content h3 { |
||
Line 58: | Line 58: | ||
td.diff-context { |
td.diff-context { |
||
font-size: 85%; |
font-size: 85%; |
||
} |
|||
.javascript source-javascript, .css source-css { |
|||
font-family: monospace !important; |
|||
font-size: 100%; |
|||
} |
} |
||
/* |
/* |
Revision as of 22:04, 3 April 2014
/*
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
*/
/* Fonts and colours */
* {
font-family: sans-serif;
}
h2#mw-previewheader,
div#mw-usercsspreview strong {
font-family: sans-serif !important;
color: #c00 !important;
}
div#content #toc h2, div#content .toc h2,
h2.diff-currentversion-title {
font-family: sans-serif !important;
}
div.mw-geshi div, div.mw-geshi div span, div.mw-geshi div pre, span.mw-geshi, span.mw-geshi span, pre.source-css, pre.source-css span, pre.source-javascript, pre.source-javascript span, pre.source-lua, pre.source-lua span {
font-family: monospace !important;
-moz-tab-size: 4;
}
div#content {
font-size: 93%;
}
h1#firstHeading {
font-size: 1.6em !important;
}
div#content.mw-body {
margin-left: 11.8em;
color: #000;
}
textarea#wpTextbox1,
pre {
font-family: monospace;
}
/* Font size */
code a {
font-family: monospace;
font-size: 130%;
}
pre {
font-sze: 100%;
}
div#content h3 {
font-size: 132%;
}
div#content h4 {
font-sizeː 116%;
}
div#content h5 {
font-size: 100%;
}
div#content h6 {
font-size: 80%;
}
td.diff-deletedline,
td.diff-addedline,
td.diff-context {
font-size: 85%;
}
/*
End of overriding the typography refresh
*/
/*
My own styles :-)
*/
.flaggedrevs-unreviewed, .flaggedrevs-unreviewed2 {
background-color: #FFC0CB;
}
.flaggedrevs-color-1 {
background-color: #B0E0E6;
}
.fr-watchlist-pending-notice {
background-color: #FFFEEE;
border-bottom-color: #9C6666;
border-left-color: #9C6666;
border-right-color: #9C6666;
border-top-color: #9C6666;
}
.fr-unreviewed-unwatched {
background-color: #FFFACD;
}
.fr-pending-long {
background-color: #FFDFDF;
}
.fr-pending-long2 {
background-color: #EEC3C3;
}
td.diff-deletedline {
border-bottom-color: #FFCC00;
border-left-color: #FFCC00;
border-right-color: #FFCC00;
border-top-color: #FFCC00;
}
td.diff-deletedline .diffchange {
background: #FFCC00;
}
td.diff-addedline {
border-bottom-color: #3399FF;
border-left-color: #3399FF;
border-right-color: #3399FF;
border-top-color: #3399FF;
}
td.diff-addedline .diffchange {
background: #86C3FF;
}
sup.reference {
font-size: 0.8em;
}
div#editpage-copywarn { /* ostrzeżenie o licencji przy edycji strony */
display: none;
}
input#wpSummary, #wpSummary, #wpSummaryLabel {
margin-bottom: 0.1em;
}
div#content {
padding-left: 1em;
padding-right: 1em;
padding-top: 0.25em;
}
.mw-newarticletext { /* komunikat przy tworzeniu nowej strony */
display: none;
}
.editnotice-page { /* komunikat przy edycji strony np. strony dyskusji użytkownika */
display:none;
}
#contentSub {
margin-bottom:5px;
}
#left-navigation {
margin-top:1.75em;
}
#right-navigation {
margin-top:1.75em;
}
#mw-head-base {
margin-top: -5.75em;
}
#mw-previewheader {
display:none;
}
div#content a.external { /* usuwa dziwną ikonkę na końcu linków */
background: url("");
padding-right: 0px;
}
#firstHeading {
font-size: 1.5em;
}
table#tekst-intro, #tabela-wikiprojekty { /* usuwa niebieską stronę na WP:ZB i tabelkę aktywne wikiprojekty */
display:none;
}
div#mw-fr-watchlist-pending-notice { /* komunikat MediaWiki na górze strony */
display:none;
}
a.extiw:link, a.extiw:visited { /* linki do innych wiki na różowo */
color: #CC00CC;
}
#p-logo { /* ukrycie logo wikipedii */
display:none;
}
div#mw-panel { /* menu z lewej o 135px do góry */
top: 25px;
}
#pt-betafeatures { /* ukrycie menu funkcje eksperymentalne */
display:none;
}
.editOptions {
margin-bottom: 0.5em;
padding: 0.5em 1em 0.5em;
}
.editCheckboxes {
margin-bottom: 0.25em;
}
#toc, .toc { /* ramka dla spisu treści */
border-width:0px;
}