PTT鄉民百科
Advertisement

注意:在您發布之後,您可能需要清除瀏覽器快取才能看到變更。

  • 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
blockquote.ptt-quote {
  padding: 0;
  border: none;
}
blockquote.ptt-quote:not(.raw) {
  background-color: inherit;
  overflow: visible;
}
.ptt-article:not(.raw), .ptt-list:not(.raw) {
  /* origin ptt use #999, but wikia is in light theme,
     so font color need to be lighter. */
  color: #BBB;
  background-color: black;
  overflow: auto;
}
.ptt-article > .line {
  white-space: pre;
  line-height: 125%;
}
.ptt-article > .line.head {
  background-color: #008;
}
.ptt-article > .line.head .head {
  color: #008;
  background-color: #999;
}
.ptt-article > .line.comment .push {
  color: white;
}
.ptt-article > .line.comment .boo {
  color: #f66;
}
.ptt-article > .line.comment .arrow {
  color: #f66;
}
.ptt-article > .line.comment .username {
  color: #ff6;
}
.ptt-article > .line.comment .comment {
  color: #990;
  font-style: normal;
}
.ptt-article a:hover {
  color: #333;
  background-color: #BBB;
}
.ptt-article a {
  color: #888;
  text-decoration: underline;
}
.ptt-article > .line.system {
  color: #090;
}
Advertisement