Skip to content

Instantly share code, notes, and snippets.

@delphinus
Created April 20, 2012 09:34
Show Gist options
  • Select an option

  • Save delphinus/2427348 to your computer and use it in GitHub Desktop.

Select an option

Save delphinus/2427348 to your computer and use it in GitHub Desktop.
[Stylish] default setting
@font-face {
font-family: "MS Pゴシック";
src: local("Meiryo mod 12pt AA"), local("メイリオ"), local("Meiryo"), local("MS Pゴシック");
}
@font-face {
font-family: "MS PGothic";
src: local("Meiryo mod 12pt AA"), local("メイリオ"), local("Meiryo"), local("MS Pゴシック");
}
@font-face {
font-family: "MS ゴシック";
src: local("MeiryoKe_Console"), local("MS ゴシック");
}
@font-face {
font-family: "MS Gothic";
src: local("MeiryoKe_Console"), local("MS ゴシック");
}
@font-face {
font-family: "MS UI Gothic";
src: local("Meiryo UI"), local("MS UI Gothic");
}
tt,textarea,code,pre,pre *,input,button,select
,div.diff table tbody *
,.code,.code *
,.syntaxhighlighter,.syntaxhighlighter *
/* Stylish用 */
#stylish *
/* Firebug用 */
,#firebug *
,#fbPanelPane *
,.panelNode *
/* Pentadactyl用 */
,.dactyl-completion-content *
,.dactyl-container *
,#dactyl-multiline-output-content *
/*{font-family:Consolas,MeiryoKe_Console!important;}*/
/*{font-family:Consolas,"ヒラギノ角ゴ ProN"!important;}*/
{font-family:"Ricty Discord",monospace!important;text-shadow: 0 0 5px wheat !important;
text-shadow: 0 0 5px wheat !important;}
/* Stylish用 */
#internal-code
{font-size: 120%}
/* ソース表示 */
#viewsource *
{font-family:"Ricty Discord",monospace!important;
font-size: 10pt!important;
text-shadow: 0 0 5px wheat !important;}
/* pentadactyl アドオン設定画面の文字色 */
html#dactyl-buffer tr td:nth-child(3) a:nth-child(1)
{color:aquamarine!important;}
html#dactyl-buffer tr td:nth-child(3) a:nth-child(2)
{color:pink!important;}
html#dactyl-buffer tr td:nth-child(3) a:nth-child(3)
{color:lightgreen!important;}
html#dactyl-buffer tr td:nth-child(3) a:nth-child(4)
{color:dodgerblue!important;}
html#dactyl-buffer tr td:nth-child(3) a:nth-child(5)
{color:yellow!important;}
/* vim:se ft=css: */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment