User:Tmv/custom/quote.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 
* 完成状況 : 完成
* 当スタイルシートは、すでに完成しています。使っても、おそらくエラーは起きないでしょう。ただしこれは個人用スタイルシートです。問題は自己責任でお願いします。
********************************************************************************
* ja >> 引用鍵括弧絵画スタイルシート
*    >> cssによって、鍵括弧を絵画します。カーソルによって選択できないなどの特性を持ちます。
*    >> 
*    >> 作者    : Tmv
*    >> URL     : https://incubator.wikimedia.org/wiki/User:Tmv
*    >> License : CC BY-SA 3.0 ライセンス
*    >> 使い方  : classにWy-quoteと指定したspanタグで囲まれた記述に適用されます。
*    >> 今の版  : 3-0

* en >> Draw parentheses when quoting
*    >> Draw special parentheses in css.
*    >>
*    >> author  : Tmv
*    >> URL     : https://incubator.wikimedia.org/wiki/User:Tmv
*    >> License : Please copy all statements. We do not allow you to change them.
*    >> usage   : CC BY-SA 3.0
*    >> version : 3-0
*/

.wy-quote:before, .Wy-quote:before  {
    content: "「";
    color: DimGray;
    font-weight: bolder;
}

.wy-quote:after, .Wy-quote:after {
    content: "」";
    color: DimGray;
    font-weight: bolder;
}

div.wy-quote:before, div.wy-quote:after, div.Wy-quote:before, div.Wy-quote:after {
    content: initial;
    color: black;
    font-weight: normal;
}