/**************** START BLOG CODE *********/ .signature{ font-size: 8pt; font-style: italic; text-align: right; } div.nav{ width: 50px; font-size: 25px; margin: 10px; } div.nav a{ border: 0px; } div.prevbtn{ float: left; } div.nextbtn{ float: right; } .blogwidth{ font-size: .8em; margin:auto; margin-top: 1em; text-align: center; } .tablink{ display: inline; margin: .1em; padding: .2em; background-color: #000022; color: white; border: thin solid gray; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; -khtml-border-radius: 5px 5px 5px 5px; } .input{ font-size: 10pt; background-color: black; color: white; border: thin solid gray; } .fullarea{ width: 80%; } .area{ width: 60%; } .comment{ margin: auto; width: 40em; margin-top:2em;margin-bottom: 3em; } .commenthead{ padding: .5em; padding-top: 0em; margin-left: .5em; } .commentbody{ padding: .5em; border: medium double gray; background-color: #000015; -moz-border-radius: 10px 10px 0px 10px; } .commentfoot{ padding: .5em; padding-top: 0em; font-size: .7em; display: inline; float: right; border: thin solid gray; border-top: 0px; text-align: right; -moz-border-radius: 0px 0px 10px 10px; } #commentform{ text-align: center; } #recaptcha_area{ margin: auto; } .image { text-align: center} .image img{ margin: auto; max-width:80%} .image div{font-size: 80%; font-style: italic;} .footnote-reference{ font-size:0.6em; vertical-align:super; } .footnote { font-size: small; } /* For BBCode and ReST images */ img { margin: auto; max-width:80%} /* For ReST figures */ .figure { text-align: center;} .figure img{ margin: auto; max-width:80%; } .figure .centered {margin: auto: max-width: 80%} .caption{ font-size: 80%; font-style: italic; text-align: center} .viewlet { font-size: 10pt; padding: 1em; margin: .5em; border-bottom: thin solid #777; } .viewlet input{ width: 100px; } .rightpane{ float:right; clear: right; margin: 10px; } .chunk{ padding: 10px; padding-top: 2em;} /* Polls */ .polltitle { text-align: center;} table.polltable { margin: auto; } table.polltable td{ border-bottom: thin solid black; } table.polltable td.option{ text-align:right; padding: .5em; } table.polltable td.vote{ padding-left: .5em; border-left: thin dashed black; } /* In-Blog */ .blogdata h1{ font-size: 1.7em; font-weight: normal; } .blogdata h2{ font-size: 1.45em; font-weight: normal; } .blogdata hr{ border: thin solid gray; } .code { margin: 5px; padding: 5px; border: thin dashed gray; } /* Pygments */ .code { background: #000; color: white;} .code .c { color: #008800; font-style: italic } /* Comment */ .code .err { border: 1px solid #FF0000 } /* Error */ .code .k { color: #AA22FF; font-weight: bold } /* Keyword */ .code .o { color: #666666 } /* Operator */ .code .cm { color: #008800; font-style: italic } /* Comment.Multiline */ .code .cp { color: #008800 } /* Comment.Preproc */ .code .c1 { color: #008800; font-style: italic } /* Comment.Single */ .code .cs { color: #008800; font-weight: bold } /* Comment.Special */ .code .gd { color: #A00000 } /* Generic.Deleted */ .code .ge { font-style: italic } /* Generic.Emph */ .code .gr { color: #FF0000 } /* Generic.Error */ .code .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .code .gi { color: #00A000 } /* Generic.Inserted */ .code .go { color: #808080 } /* Generic.Output */ .code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .code .gs { font-weight: bold } /* Generic.Strong */ .code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .code .gt { color: #0040D0 } /* Generic.Traceback */ .code .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ .code .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ .code .kp { color: #AA22FF } /* Keyword.Pseudo */ .code .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ .code .kt { color: #AA22FF; font-weight: bold } /* Keyword.Type */ .code .m { color: #666666 } /* Literal.Number */ .code .s { color: #BB4444 } /* Literal.String */ .code .na { color: #BB4444 } /* Name.Attribute */ .code .nb { color: #AA22FF } /* Name.Builtin */ .code .nc { color: #0000FF } /* Name.Class */ .code .no { color: #880000 } /* Name.Constant */ .code .nd { color: #AA22FF } /* Name.Decorator */ .code .ni { color: #999999; font-weight: bold } /* Name.Entity */ .code .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .code .nf { color: #00A000 } /* Name.Function */ .code .nl { color: #A0A000 } /* Name.Label */ .code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .code .nt { color: #008000; font-weight: bold } /* Name.Tag */ .code .nv { color: #B8860B } /* Name.Variable */ .code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .code .mf { color: #666666 } /* Literal.Number.Float */ .code .mh { color: #666666 } /* Literal.Number.Hex */ .code .mi { color: #666666 } /* Literal.Number.Integer */ .code .mo { color: #666666 } /* Literal.Number.Oct */ .code .sb { color: #BB4444 } /* Literal.String.Backtick */ .code .sc { color: #BB4444 } /* Literal.String.Char */ .code .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ .code .s2 { color: #BB4444 } /* Literal.String.Double */ .code .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .code .sh { color: #BB4444 } /* Literal.String.Heredoc */ .code .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .code .sx { color: #008000 } /* Literal.String.Other */ .code .sr { color: #BB6688 } /* Literal.String.Regex */ .code .s1 { color: #BB4444 } /* Literal.String.Single */ .code .ss { color: #B8860B } /* Literal.String.Symbol */ .code .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ .code .vc { color: #B8860B } /* Name.Variable.Class */ .code .vg { color: #B8860B } /* Name.Variable.Global */ .code .vi { color: #B8860B } /* Name.Variable.Instance */ .code .il { color: #666666 } /* Literal.Number.Integer.Long */