Difference between revisions of "User:GuoPC/common.css"

From Moegirlpedia
Jump to: navigation, search
(Create custom CSS page)
 
m (// Edit via Wikiplus)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[lang="en"],
+
/* Customized fonts */
html[lang="en"] body {
+
[lang="en"], html[lang="en"] body {font-family: "Open Sans", "Source Han Sans SC", sans-serif;}
font-family:
+
[lang="ja"] {font-family: "Kozuka Gothic Pro", sans-serif;}
"Source Sans Pro", "Noto Sans", "Source Han Sans", "Noto Sans CJK", Calibri, Tahoma;
+
.diff-context div, .diff-addedline div, .diff-deletedline div, .diffchange, .mw-charinsert-item {font-family: monospace;}
}
+
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Source Serif 4", "Source Han Serif SC", serif;}
 +
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term SC", monospace;}
  
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
+
/* Colored special links */
font-family:
+
a.mw-disambig, .heimu_toggle_on .heimu a.mw-disambig {color: #F80 !important;}
"Source Serif Pro", "Noto Serif", "Source Han Serif", "Noto Serif CJK", Times, serif !important;
+
a.mw-disambig:visited, .heimu_toggle_on .heimu a.mw-disambig:visited {color: #CC6D00 !important;}
}
+
a.mw-redirect, .heimu_toggle_on .heimu a.mw-redirect {color: #90A !important;}
 +
a.mw-redirect:visited, .heimu_toggle_on .heimu a.mw-redirect:visited {color: #7A0088 !important;}
 +
a.extiw, .heimu_toggle_on .heimu a.extiw {color: #072 !important;}
 +
a.extiw:visited, .heimu_toggle_on .heimu a.extiw:visited {color: #005F1B !important;}
 +
a.external, .heimu_toggle_on .heimu a.external {color: steelblue !important;}
 +
a.external:visited, .heimu_toggle_on .heimu a.external:visited {color: #386890 !important;}
 +
 
 +
/* Colored edit abbrs */
 +
.newpage {color: green;}
 +
.minoredit {color: gray;}
 +
 
 +
/* Colored QuickEdit */
 +
#Wikiplus-Edit-TopBtn  span  a, #Wikiplus-Settings-Intro  a, #Wikiplus-SR-Intro  a, .Wikiplus-Edit-SectionBtn, div.vectorTabs li a.Wikiplus-Edit-SectionBtn, .Wikiplus-Edit-EveryWhereBtn {color: #40C040;}
 +
#ca-quick-edit  span  a, .in-page-edit-article-link {color: #2684FF;}
 +
 
 +
/* Other */
 +
.mw-editsection-visualeditor + span + span, .mw-editsection-visualeditor + span, .mw-editsection-visualeditor {display: none !important;}

Latest revision as of 02:24, 16 April 2023

/* Customized fonts */
[lang="en"], html[lang="en"] body {font-family: "Open Sans", "Source Han Sans SC", sans-serif;}
[lang="ja"] {font-family: "Kozuka Gothic Pro", sans-serif;}
.diff-context div, .diff-addedline div, .diff-deletedline div, .diffchange, .mw-charinsert-item {font-family: monospace;}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Source Serif 4", "Source Han Serif SC", serif;}
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term SC", monospace;}

/* Colored special links */
a.mw-disambig, .heimu_toggle_on .heimu a.mw-disambig {color: #F80 !important;}
a.mw-disambig:visited, .heimu_toggle_on .heimu a.mw-disambig:visited {color: #CC6D00 !important;}
a.mw-redirect, .heimu_toggle_on .heimu a.mw-redirect {color: #90A !important;}
a.mw-redirect:visited, .heimu_toggle_on .heimu a.mw-redirect:visited {color: #7A0088 !important;}
a.extiw, .heimu_toggle_on .heimu a.extiw {color: #072 !important;}
a.extiw:visited, .heimu_toggle_on .heimu a.extiw:visited {color: #005F1B !important;}
a.external, .heimu_toggle_on .heimu a.external {color: steelblue !important;}
a.external:visited, .heimu_toggle_on .heimu a.external:visited {color: #386890 !important;}

/* Colored edit abbrs */
.newpage {color: green;}
.minoredit {color: gray;}

/* Colored QuickEdit */
#Wikiplus-Edit-TopBtn  span  a, #Wikiplus-Settings-Intro  a, #Wikiplus-SR-Intro  a, .Wikiplus-Edit-SectionBtn, div.vectorTabs li a.Wikiplus-Edit-SectionBtn, .Wikiplus-Edit-EveryWhereBtn {color: #40C040;}
#ca-quick-edit  span  a, .in-page-edit-article-link {color: #2684FF;}

/* Other */
.mw-editsection-visualeditor + span + span, .mw-editsection-visualeditor + span, .mw-editsection-visualeditor {display: none !important;}