MediaWiki:Theme-Outside.css

来自Fear and Hunger Wiki
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
:root {
/* default to dark theme */
  --theme-site-background-L-D: url(/images/c/c4/Site-background-dark.jpg) center top / cover no-repeat fixed;
 /* --theme-site-logo-L-D: url(/images/e/e6/Site-logo.png);*/
  --theme-site-logo-L-D:url(/zh/images/e/e6/Site-logo.png);
  --wiki-content-background-color: #060606;
  --wiki-content-background-color--rgb: 6,6,6;
  --wiki-content-background-color--secondary: #2b2b2b;
  --wiki-content-background-color--secondary--rgb: 43,43,43;
  --theme-link-color-redlink: #bf0017;
  --table-navbox-border-color: 1px solid #838383;
  --table-navbox-font-color: white;
  --table-navbox-subgroup-color: #0E0E0E;
  --table-navbox-th-color: none repeat scroll 0 0 #2b2b2b;
  --table-navbox-subgroup-title-color: none repeat scroll 0 0 #2b2b2b;
  --table-navbox-subgroup-abovebelow-color: none repeat scroll 0 0 #606060;
  --table-navbox-subgroup-even-color: none repeat scroll 0 0 #2E2E2E;
  --table-navbox-selflink-color: #d1d1d1;
  --theme-text-color-em: #af8965;
  --theme-widget-border-color: rgba(255,255,255,0.1) rgba(13,4,2,0.2) rgba(13,4,2,0.2) rgba(255,255,255,0.1);
  --theme-link-color: #af8965;
  --theme-link-color-visited: #af8965;
  --theme-link-color-visited: #af8965;    
  --theme-link-color-hover: #af8965;
  --theme-link-color-accent: #af8965;
  --theme-text-color: white;
  --theme-widget-background: linear-gradient(rgba(20,20,20,0.1),rgba(20,20,20,0.1)),#2a2a2a;
  --theme-background: url(/zh/images/3/39/Bg-fh-icon-dark.png) repeat rgba(26,26,26,0.9);
  --theme-tab-background: linear-gradient(rgba(20,20,20,0.1),rgba(20,20,20,0.1)),#2a2a2a;
  --theme-background-head: linear-gradient(rgba(20,20,20,0.1),rgba(20,20,20,0.1)),#2a2a2a;
  --theme-tab-background-head: linear-gradient(rgba(20,20,20,0.4),rgba(20,20,20,0.4)),#464646;
  --wiki-table-backgrond-head: #2b2b2b;
  --wiki-table-backgrond: #060606;
  --wiki-content-border-color: #2b2b2b;
}