Skip to content

Instantly share code, notes, and snippets.

@oranie
Created April 18, 2012 03:19
Show Gist options
  • Save oranie/2410861 to your computer and use it in GitHub Desktop.
Save oranie/2410861 to your computer and use it in GitHub Desktop.
hatena css
h3 {
font-size: 100%;
font-weight: bold;
margin: 0.6em 10% 0 0.4em;
border-left: 8px solid gray;
border-bottom: solid;
border-color: gray;
padding: 0px 0.5em 0.1em 0.5em;
}
h4 {
font-size: 100%;
font-weight: bold;
margin: 0.6em 10% 0 0.4em;
border-left: 5px solid gray;
border-bottom: solid;
border-color: gray;
padding: 0px 0.5em 0.1em 0.5em;
}
h5 {
font-size: 100%;
font-weight: bold;
margin: 0.6em 10% 0 0.4em;
border-left: 5px solid #e1771e;
border-bottom: solid;
border-color: #e1771e;
padding: 0px 0.5em 0.1em 0.5em;
}
pre {
background-color: #3C3C3C;
color: #FFFFFF;
overflow: auto !important;
}
div.twitter-detail {
border: gray solid 1px;
padding: 12px;
}
div.section .gist .gist-file {
border: none;
}
div.section .gist .gist-file .gist-data pre{
font-family: consolas, monospace, sans-serif !important;
-moz-border-radius: 8px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-radius: 8px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
overflow: auto !important;
color: #ffffff;
background: #3C3C3C !important;
margin: 0;
}
div.section .gist .gist-file .gist-meta {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-webkit-border-bottom-left-radius:8px;
-webkit-border-bottom-right-radius:8px;
background-color: #3C3C3C;
color: #ffffff;
}
div.section .gist .gist-file .gist-meta a{
color: #ff4500;
}
div.section .gist .gist-file .gist-meta a:hover {
color:#FFF462;
}
div.section .gist-syntax { background: #3C3C3C; }
div.section .gist-syntax .c { color:#00ffff;} /* Comment */
div.section .gist-syntax .cm { color:#00ffff;} /* Comment.Multiline */
div.section .gist-syntax .cp { color:#00ffff;} /* Comment.Preproc */
div.section .gist-syntax .c1 { color:#00ffff;} /* Comment.Single */
div.section .gist-syntax .cs { color:#00ffff;} /* Comment.Special */
div.section .gist-syntax .k { color:#ee30a7; } /* Keyword */
div.section .gist-syntax .kc { color:#ee30a7; } /* Keyword.Constant */
div.section .gist-syntax .kd { color:#cd950c; } /* Keyword.Declaration */
div.section .gist-syntax .kp { color:#ee30a7; } /* Keyword.Pseudo */
div.section .gist-syntax .kr { color:#ee30a7; } /* Keyword.Reserved */
div.section .gist-syntax .kt { color:#ee30a7; } /* Keyword.Type */
div.section .gist-syntax .gd { color: #ffffff; background-color: #ffdddd } /* Generic.Deleted */
div.section .gist-syntax .gd .x { color: #ffffff; background-color: #ffaaaa } /* Generic.Deleted.Specific */
div.section .gist-syntax .ge { color: #ffffff;} /* Generic.Emph */
div.section .gist-syntax .gr { color: #aa0000 } /* Generic.Error */
div.section .gist-syntax .gh { color: #999999 } /* Generic.Heading */
div.section .gist-syntax .gi { color: #ffffff; background-color: #ddffdd } /* Generic.Inserted */
div.section .gist-syntax .gi .x { color: #ffffff; background-color: #aaffaa } /* Generic.Inserted.Specific */
div.section .gist-syntax .go { color: #888888 } /* Generic.Output */
div.section .gist-syntax .gp { color: #555555 } /* Generic.Prompt */
div.section .gist-syntax .gu { color: #aaaaaa } /* Generic.Subheading */
div.section .gist-syntax .gt { color: #aa0000 } /* Generic.Traceback */
div.section .gist-syntax .m { color: #00ee00; } /* Literal.Number */
div.section .gist-syntax .mf { color: #00ee00; } /* Literal.Number.Float */
div.section .gist-syntax .mh { color: #00ee00; } /* Literal.Number.Hex */
div.section .gist-syntax .mi { color: #00ee00; } /* Literal.Number.Integer */
div.section .gist-syntax .mo { color: #00ee00; } /* Literal.Number.Oct */
div.section .gist-syntax .il { color: #00ee00; } /* Literal.Number.Integer.Long */
div.section .gist-syntax .s { color: #00ee00 } /* Literal.String */
div.section .gist-syntax .sb { color: #00ee00 } /* Literal.String.Backtick */
div.section .gist-syntax .sc { color: #00ee00 } /* Literal.String.Char */
div.section .gist-syntax .sd { color: #00ee00 } /* Literal.String.Doc */
div.section .gist-syntax .s2 { color: #00ee00 } /* Literal.String.Double */
div.section .gist-syntax .se { color: #00ee00 } /* Literal.String.Escape */
div.section .gist-syntax .sh { color: #00ee00 } /* Literal.String.Heredoc */
div.section .gist-syntax .si { color: #00ee00 } /* Literal.String.Interpol */
div.section .gist-syntax .sx { color: #00ee00 } /* Literal.String.Other */
div.section .gist-syntax .sr { color: #00ee00 } /* Literal.String.Regex */
div.section .gist-syntax .s1 { color: #00ee00 } /* Literal.String.Single */
div.section .gist-syntax .ss { color: #00ee00 } /* Literal.String.Symbol */
div.section .gist-syntax .na { color: #008080 } /* Name.Attribute */
div.section .gist-syntax .nb { color: #0086B3 } /* Name.Builtin */
div.section .gist-syntax .nc { color: #445588 } /* Name.Class */
div.section .gist-syntax .no { color: #008080 } /* Name.Constant */
div.section .gist-syntax .ni { color: #800080 } /* Name.Entity */
div.section .gist-syntax .ne { color: #990000 } /* Name.Exception */
div.section .gist-syntax .nf { color: #cd950c } /* Name.Function */
div.section .gist-syntax .nn { color: #555555 } /* Name.Namespace */
div.section .gist-syntax .nt { color: #000080 } /* Name.Tag */
div.section .gist-syntax .nv { color: #ffffff } /* Name.Variable */
div.section .gist-syntax .bp { color: #999999 } /* Name.Builtin.Pseudo */
div.section .gist-syntax .vc { color: #008080 } /* Name.Variable.Class */
div.section .gist-syntax .vg { color: #008080 } /* Name.Variable.Global */
div.section .gist-syntax .vi { color: #008080 } /* Name.Variable.Instance */
div.section .gist-syntax .o { color:#c7c7c7; } /* Operator */
div.section .gist-syntax .ow { color:#c7c7c7;} /* Operator.Word */
div.section .gist-syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
div.section .gist-syntax .w { color: #bbbbbb } /* Text.Whitespace */
div.section .gist-syntax .p { color:#ff0000; } /* paren */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment