香港網絡大典
Advertisement

注意 在儲存以後,您必須清除瀏覽器的快取才能看到所作出的改變。

  • Internet Explorer 按著 Ctrl 再點擊 重新整理,或按Ctrl-F5
  • Firefox 按著 Shift 再點擊重新整理,或按下Ctrl-F5Ctrl-Shift-R
  • Opera工具→設定 中完整地清除它們的快取。
  • KonquerorSafari的用戶只需點擊 重新整理 或按下F5
  • Chrome: 按下 Ctrl+F5 或 Shift+F5。
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* enlarge font-size for zh fonts */
 
/* #WikiaPage { font-size:118% !important }
.WikiaPage { font-size:118% !important } */
/*
.WikiaMainContent {
float:none;
clear:both; 
width:auto;
}
*/
#WikiaArticle {
font-size:118% !important
}

/* not display the fxxking things for evchk */
/* 
.GlobalNavigation { display: none !important;  }
.WikiaRail {
float:left !important; 
 display: none !important; 
}*/

#bodyContent {
   word-wrap:break-word;
}
 
pre {
   word-wrap:break-word !important;
   font-family:"Courier New" !important;
   max-height: none !important;
}

/* improve the interval of an article sub-title */
.WikiaArticle h2 + h3 {
    margin-top: 1em;
}
.WikiaArticle h2, .WikiaArticle h3 {
    margin-top: 2em;
}
 
/* make the list of references look smaller */
ol.references {
   font-size: 100%;
}
 
.references-small { font-size: 90% !important; }
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
 
.same-bg { background: none }
 
ol.references > li:target ,
sup.reference:target { 
  background-color: #DDEEFF;
}
 
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
}
 
/* Commonly used Wikipedia .wikitable and .prettytable */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
 
/*
 
== 提示 ==
 
*/
/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}
 
#disambig {
    border-top: 3px double #cccccc;
    border-bottom: 3px double #cccccc;
}
 
#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}
 
/* Standard talk template style */
 
.Talk-Notice {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 80%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
 
.Talk-Notice:after {
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
 
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}
 
/* === misc === */
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {font-style: italic;}
.watchlistredir {font-style: italic;}
 
/* === per page stuff === */
 
/*</pre>
=== Infobox classes copied from en.wikipedia ===
<pre> */
/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}
 
@media print {
    .infobox.sisterproject {
        display: none;
    }
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaaaaa;
}
 
 
#wpSave{font-weight: bold;}
 
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
   display: none;
   speak: none;
}
 
/* Removes underlines from links */
.nounderlines a {
  text-decoration: none;
}
 
 
/* Custom link colors for use in [[MediaWiki:Edittools]] */
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
.charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; }
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
 
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }
 
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
 
/* custom edits */
.allpagesredirect a:link { color:#0066ff;}
 
 
 
/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}
 
#p-nav h5 {
   display: none;
}
 
.portlet a {
   text-decoration: none;
}
 
.portlet a:hover {
   text-decoration: underline;
}
 
#p-nav .pBody {
   padding-right: 0;
}
 
#p-nav a {
   display: block;
   width: 100%;
}
 
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
 
/* If you don't want to see special characters list at all,
   put the following line in your User:You/monobook.css file
  (and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */
 
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
    background-color:#ffffff;
}
 
 
/* To position the spoken article link at the top of page
Commented out while sitenotice present */
 
#spoken {
  position: absolute;
  float: right;
  text-align: right;
  font-size: 90%;
  right: 0;
  z-index: 1;
  background: none;
  border-bottom-style: none;
  top: -2.2em;
  display: block !important;
}
 
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
 display: none !important
}
 
/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
 
/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}             
 
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}
 
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 1em;
}
 
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
 
table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;               /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */     /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */   
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both; 
    margin: 0.9em 1em; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in 
   [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
/* custom edits */
table.navbox {
   background-color: #f9f9f9;
   border: 1px solid #aaaaaa;
   clear: both;
   font-size: 90%;
   margin: 1em 0em 0em;
   padding: 5px;
   text-align: center;
   width: 100%;
}
 
table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}
 
table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}
 
@media print {
    .navbox {
        display: none;
    }
}
 
#toolbar { border: 1px solid #aaaaaa; }
 
/* Preferences */
/* User Language */
#wpUserLanguage option{display: none;}
#wpUserLanguage option[value="zh-hk"],#wpUserLanguage option[value="en"] {display: block;}
 
 
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}
 
#star-rating-row {
    display: none;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
    position: absolute; 
    z-index: 10; 
    top: 10px;
    display: block !important;
}

/* Portable Infobox */
.pi-theme-wikia .pi-secondary-background {
    background-color: #a5e7b9;
}

.pi-theme-wikia .pi-title {
    background-color: #a5e7b9;
}

.portable-infobox {
    background-color:white; /* 表格背景顏色 */
    border:1px solid #dddddd; /* 外框 */
}
 
.portable-infobox .pi-border-color {
    border-color:transparent;
}
 
.portable-infobox .pi-title {
    padding:6px 10px;
    line-height:normal !important;
    font-weight:bold;
    font-size:16px;
}
 
.pi-title, .pi-secondary-background {
    text-align:center;
    background:#eeeeee !important; /* 標題列背景顏色 */
}

/* 預設間色標題列配色 */

.pi-theme-red .pi-title, .pi-theme-red .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #dd0000, #dd0000 10px, #bb0000 10px, #bb0000 20px) !important;
}
.pi-theme-blue .pi-title, .pi-theme-blue .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #0077cc, #0077cc 10px, #0066bb 10px, #0066bb 20px) !important;
}
.pi-theme-green .pi-title, .pi-theme-green .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #00aa00, #00aa00 10px, #009900 10px, #009900 20px) !important;
}
 
.pi-theme-orange .pi-title, .pi-theme-orange .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #ff9000, #ff9000 10px, #ff8000 10px, #ff8000 20px) !important;
}
.pi-theme-yellow .pi-title, .pi-theme-yellow .pi-secondary-background {
    background:repeating-linear-gradient(315deg, #ffff00, #ffff00 10px, #ffee00 10px, #ffee00 20px) !important;
}
.pi-theme-purple .pi-title, .pi-theme-purple .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #aa00dd, #aa00dd 10px, #8800bb 10px, #8800bb 20px) !important;
}

.pi-theme-white .pi-title, .pi-theme-white .pi-secondary-background {
    background:repeating-linear-gradient(315deg, #ffffff, #ffffff 10px, #eeeeee 10px, #eeeeee 20px) !important;
}
 
.pi-theme-lightgrey .pi-title, .pi-theme-lightgrey .pi-secondary-background {
    background:repeating-linear-gradient(315deg, #c8c8c8, #c8c8c8 10px, #b8b8b8 10px, #b8b8b8 20px) !important;
}
 
.pi-theme-grey .pi-title, .pi-theme-grey .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #909090, #909090 10px, #808080 10px, #808080 20px) !important;
}
 
.pi-theme-darkgrey .pi-title, .pi-theme-darkgrey .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #606060, #606060 10px, #484848 10px, #484848 20px) !important;
}
 
.pi-theme-black .pi-title, .pi-theme-black .pi-secondary-background {
    color:white;
    background:repeating-linear-gradient(315deg, #222222, #222222 10px, #111111 10px, #111111 20px) !important;
}

/* 主題模板標題列配色 */

.pi-theme-event .pi-title, .pi-theme-event .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, lightsteelblue, lightsteelblue 10px, lightsteelblue 10px, lightsteelblue 20px) !important;
}

.pi-theme-campaign .pi-title, .pi-theme-campaign .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, MediumAquamarine, MediumAquamarine 10px, MediumAquamarine 10px, MediumAquamarine 20px) !important;
}

.pi-theme-vpeople .pi-title, .pi-theme-vpeople .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #242f9b, #242f9b 10px, #242f9b 10px, #242f9b 20px) !important;
}

.pi-theme-vcelebrity .pi-title, .pi-theme-vcelebrity .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #a5e7b9, #a5e7b9 10px, #a5e7b9 10px, #a5e7b9 20px) !important;
}

.pi-theme-sportplayer .pi-title, .pi-theme-sportplayer .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #4ca64c, #4ca64c 10px, #4ca64c 10px, #4ca64c 20px) !important;
}

.pi-theme-rpeople .pi-title, .pi-theme-rpeople .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #eedd82, #eedd82 10px, #eedd82 10px, #eedd82 20px) !important;
}

.pi-theme-massmedia .pi-title, .pi-theme-massmedia .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #7b5900, #7b5900 10px, #7b5900 10px, #7b5900 20px) !important;
}

.pi-theme-show .pi-title, .pi-theme-show .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #70ebde, #70ebde 10px, #70ebde 10px, #70ebde 20px) !important;
}

.pi-theme-forum .pi-title, .pi-theme-forum .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #aaaaaa, #aaaaaa 10px, #aaaaaa 10px, #aaaaaa 20px) !important;
}

.pi-theme-webpage .pi-title, .pi-theme-webpage .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #8a2be2, #8a2be2 10px, #8a2be2 10px, #8a2be2 20px) !important;
}

.pi-theme-website .pi-title, .pi-theme-website .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #da92da, #da92da 10px, #da92da 10px, #da92da 20px) !important;
}

.pi-theme-region .pi-title, .pi-theme-region .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #ff0000, #ff0000 10px, #ff0000 10px, #ff0000 20px) !important;
}

.pi-theme-company .pi-title, .pi-theme-company .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #cfcfcf, #cfcfcf 10px, #cfcfcf 10px, #cfcfcf 20px) !important;
}

.pi-theme-organization .pi-title, .pi-theme-organization .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #a5e769, #a5e769 10px, #a5e769 10px, #a5e769 20px) !important;
}

.pi-theme-game .pi-title, .pi-theme-game .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #ccccff, #ccccff 10px, #ccccff 10px, #ccccff 20px) !important;
}

.pi-theme-software .pi-title, .pi-theme-software .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #1f567a, #1f567a 10px, #1f567a 10px, #1f567a 20px) !important;
}

.pi-theme-works .pi-title, .pi-theme-works .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #0080ff, #0080ff 10px, #0080ff 10px, #0080ff 20px) !important;
}

.pi-theme-function .pi-title, .pi-theme-function .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #ff8040, #ff8040 10px, #ff8040 10px, #ff8040 20px) !important;
}

.pi-theme-product .pi-title, .pi-theme-product .pi-secondary-background {
    color: black;
    background: repeating-linear-gradient(315deg, #e7c747, #e7c747 10px, #e7c747 10px, #e7c747 20px) !important;
}

.pi-theme-book .pi-title, .pi-theme-book .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #2f2f2f, #2f2f2f 10px, #2f2f2f 10px, #2f2f2f 20px) !important;
}

.pi-theme-league .pi-title, .pi-theme-league .pi-secondary-background {
    color: white;
    background: repeating-linear-gradient(315deg, #7e7785, #7e7785 10px, #7e7785 10px, #7e7785 20px) !important;
}
Advertisement