123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- /*****************************************************************************/
- /*
- /* Common
- /*
- /*****************************************************************************/
- iframe {
- width: 100%;
- border: none;
- }
- html, body { height: 100%; }
- /* Global Reset */
- * {
- margin: 0;
- padding: 0;
- }
- ul {
- padding-left: 2em;
- list-style-type: circle;
- }
- blockquote {
- margin-left: 1em;
- padding-left: 1em;
- border-left-style: solid;
- }
- body {
- background-color: #282828;
- color: #B0B0B0;
- /* font-family: "DejaVu Serif", sans-serif; */
- font-family: 'BloggerSansRegular';
- font-size: medium;
- text-align: center;
- margin: 0 auto 0;
- }
- p {
- line-height: 120%;
- }
- pre {
- line-height: 140%;
- }
- #wrapper {
- min-height: 100%;
- /* width: 100%; */
- }
- #main {
- overflow: auto;
- max-width: 50em;
- padding-top: 2em;
- padding-bottom: 120px;
- margin-left: auto;
- margin-right: auto;
- }
- #footer {
- position: relative;
- margin-top: -124px;
- height: 120px;
- clear: both;
- }
- h1 {
- font-size: 250%;
- font-weight: normal;
- }
- h2 {
- font-size: 140%;
- }
- h3, h4, h5, h6 {
- font-size: 100%;
- }
- h1 { margin-bottom: 1em; }
- p {
- font-size: 16pt;
- margin: 1em 0;
- }
- a {
- color: #C0C0C0;
- text-decoration: none;
- font-weight: bold;
- }
- a:hover {
- color: #B0B0B0;
- background: rgba(0, 0, 0, 0.3);
- }
- /*a:visited {
- color: #222;
- }*/
- /*****************************************************************************/
- /*
- /* Home
- /*
- /*****************************************************************************/
- .posts {
- list-style-type: none;
- margin-bottom: 2em;
- padding-left: 0;
- }
- .posts li {
- line-height: 1.75em;
- margin-top: 1em;
- border-top: 4px solid #474747;
- }
- .posts span {
- color: #aaa;
- font-family: Monaco, "Courier New", monospace;
- font-size: 80%;
- }
- .read_more {
- text-align: right;
- }
- /*****************************************************************************/
- /*
- /* Site
- /*
- /*****************************************************************************/
- body {
- font-size: 115%;
- text-align: justify;
- line-height: 1.5em;
- }
- .header {
- padding-top: 2em;
- padding-left: 12em;
- background: #878787;
- min-height: 10em;
- font-family: 'GNUTypewriterStandard';
- }
- .header a {
- font-weight: bold;
- text-decoration: none;
- }
- div.left_float {
- float: left;
- display: block;
- position: absolute;
- }
- .logo {
- width: 10em;
- }
- .title {
- display: inline-block;
- margin-bottom: 0.6em;
- margin-left: 1em;
- /* font-family: "Ubuntu"; */
- }
- .title a {
- color: #000;
- font-weight: normal !important;
- }
- .title a:hover {
- /* color: #333; */
- background: none;
- }
- .title_menu {
- margin-left: 3.5em;
- }
- .header a.extra {
- color: #474747;
- font-size: 130%;
- }
- .header a.extra:hover {
- color: #878787;
- background: #474747;
- }
- .quote {
- color: #eee;
- margin-left: 8em;
- margin-top: 2em;
- font-size: 80%;
- line-height: 110%;
- }
- .quote a {
- font-weight: normal;
- color: #eee;
- }
- .quote a:hover {
- background: none;
- }
- .quote0 {
- margin-left: 0;
- }
- .quote1 {
- margin-left: 12em;
- }
- .post_header {
- }
- .meta {
- float: right;
- color: #aaa;
- font-family: mono;
- font-size: 80%;
- text-align: right;
- padding-right: 1em;
- }
- #footer {
- /* width: 100%; */
-
- font-size: 80%;
- color: #666;
- border-top: 4px solid #474747;
- padding-left: 1em;
- }
- #footer .contact {
- text-align: center;
- }
- .contact a {
- padding-left: 1em;
- padding-right: 1em;
- }
- .site_notes {
- font-size: 90%;
- text-align: center;
- }
- #footer .contact a {
- color: #888;
- }
- #footer .rss {
- margin-top: 1.1em;
- margin-right: -.2em;
- float: right;
- }
- #footer .rss img {
- border: 0;
- }
- /*****************************************************************************/
- /*
- /* Posts
- /*
- /*****************************************************************************/
- .warning {
- border: 1px solid #ccc;
- background-color: #474747;
- padding: .4em;
- margin: .3em;
- }
- .icon_text {
- font-size: 200%;
- padding: .2em;
- }
- /* standard */
- pre {
- /* border: 1px solid #ccc; */
- /* background-color: #474747; */
- /* padding: 0 .4em; */
- text-indent: 0;
- }
- .post ul, .post ol {
- margin-left: 1.35em;
- }
- code {
- /* background-color: #474747; */
- }
- pre code {
- border: none;
- }
- /* terminal */
- .post pre.terminal {
- border: 1px solid #000;
- background-color: #333;
- color: #FFF;
- }
- .post pre.terminal code {
- background-color: #333;
- }
- #comments_wrapper {
- border-top: 4px solid #474747;
- border-radius: 4px;
- margin-left: 6px;
- margin-right: 6px;
- margin-bottom: 2em;
- }
- #comments {
- padding-top: 1em;
- }
- .comment {
- border-top: 2px solid #474747;
- padding: 4px;
- margin-left: 1em;
- margin-right: 1em;
- font-size: 90%;
- }
- .comment h2 {
- font-size: 80%;
- }
- /* The only input/button for now is comment-posting.. */
- input {
- display: block;
- }
- #hydeview_comment_post {
- width: 100%;
- height: 10em;
- }
|