123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483 |
- .site_logo {
- margin: 0px;
- padding: 0px;
- border: 0px;
- float: left;
- }
- body {
- margin: 0px;
- background-color: #323241;
- padding-left: 150px; /* LC fullwidth */
- color: black;
- /* padding-right: 190px; /\* RC fullwidth + CC padding *\/ */
- }
- .top_left_table td, .top_left_table th{
- text-align: left;
- vertical-align: top;
- }
- #site_header {
- margin-left: -150px;
- margin-right: 0px;
- background-image: url(/etc/images/full_cloud.png);
- height: 95px;
- background-color: grey;
- display: block;
- }
- #site_buttonbox {
- padding-top: 55px;
- padding-bottom: 0px;
- margin: 0px;
- height: 25px;
- list-style: none;
- display: block;
- }
- li.button a {
- text-decoration: none;
- }
- a {
- color: #732fb2;
- }
- a:visited {
- color: #491a6e;
- }
- a:hover {
- color: #8f63ab;
- }
- A IMG {
- border: 0px;
- }
- #buttonbox li {
- /*
- * margin: 4px;
- * padding: 4px;
- */
- margin: 0px;
- margin-right: 4px;
- }
- div.archives h3 {
- border-style: solid;
- border-width: 3px;
- border-color: #242035;
- background-color: #c2bed7;
- margin-bottom: 5px;
- }
-
- div.widget ul {
- margin-top: 3px;
- padding-left: 0px;
- margin-left: 0px;
- list-style: none;
- }
- div.archives a {
- border-style: solid;
- border-width: 2px;
- border-left-width: 0px;
- border-color: #282531;
- background-color: #403854;
- color: #d0c3f2;
- padding-left: 3px;
- margin-bottom: 2px;
- margin-right: 4px;
- text-decoration: none;
- }
- div.widget ul li a {
- color: #d0c3f2;
- text-decoration: none;
- }
- .button {
- display: inline;
- }
- #container {
- width: 100%;
- margin-bottom: 200px;
- }
- #site_sidebar {
- margin-left: -150px;
- left: 0px;
- top: 95px;
- width: 147px;
- background-color: #aeb1c4;
- float: left;
- min-height: 300px;
- border-style: solid;
- border-left-width: 0px;
- border-right-width: 3px;
- border-top-width: 0px;
- border-bottom-width: 3px;
- border-color: #0e0e16;
- background-image: url(/etc/images/textured_sidebar.png);
- padding-bottom: 5px;
- }
- #site_sidebar h3 {
- margin-top: 0px;
- }
- #site_content {
- margin-left: -150px;
- top: 95px;
- bottom: 20px;
- right: 0px;
- /* background-color: #323241; */
- }
- #site_content__sidebar {
- top: 95px;
- bottom: 20px;
- right: 0px;
- /* background-color: #323241; */
- float: left;
- width: 100%;
- }
- #site_footer{
- padding-top: 5px;
- min-height: 20px;
- max-height: 50px;
- background-color: #615442;
- color: #d9cbb8;
- margin-left: -150px;
- clear: both;
- background-image: url(/etc/images/dustycloud_footer.png);
- background-position: 0px 0px;
- border-style: solid;
- border-color: black;
- border-width: 0px;
- border-top-width: 3px;
- font-family: courier;
- font-size: smaller;
- padding-bottom: 2px;
- text-align: right;
- }
- #site_footer a {
- color: #d9cbb8;
- }
- /* should be moved to blog.css */
- .entry {
- border: solid;
- border-width: 3px;
- border-color: #1b1b27;
- background-color: #d6d3dd;
- margin: 5px auto;
- max-width: 1024px;
- padding: 0px;
- border-radius: 5px;
- line-height: 1.4;
- }
- @media screen and ( max-width: 800px ){
- .entry {
- margin: 5px;
- }
- }
- .plain_content {
- border: solid;
- border-width: 3px;
- border-color: #1b1b27;
- background-color: #d2d2d6;
- margin: 5px;
- padding: 4px;
- margin-left: 10px;
- margin-right: 10px;
- float: center;
- border-radius: 5px;
- }
- .plain_content H1 {
- text-align: center;
- margin: -4px;
- margin-bottom: 2px;
- border-width: 0px;
- border-bottom-width: 2px;
- border-style: dashed;
- border-color: #5c5c85;
- background-color: #a3a3b3;
- font-family: courier;
- font-size: 18pt;
- border-radius: 2px 2px 0px 0px;
- }
- .entry div.text {
- padding: 5px;
- padding-top: 0px;
- padding-bottom: 0px;
- margin: 0px;
- }
- .entry h3, .entry h2 {
- background-color: #e4e3e9;
- border-bottom-style: solid;
- border-color: #3e2e5b;
- margin-top: 0px;
- margin-bottom: 0px;
- padding: 5px;
- border-radius: 5px 5px 0px 0px;
- }
- h2.entry_title a {
- text-decoration: none;
- color: #561f85;
- }
- h2.entry_title a:hover {
- color: #956cb7;
- }
- .entry p.meta {
- /* border-bottom-style: solid; */
- border-color: #3e2e5b;
- background-color: #403854;
- margin: 0px;
- padding-left: 5px;
- padding-right: 5px;
- font-size: smaller;
- color: #c9c1bb;
- }
- .entry p.meta a {
- color: #8484de;
- }
- .post_content {
- padding: 0px;
- margin: 0px;
- padding-left: 5px;
- padding-right: 5px;
- }
- .entry p.related {
- text-align: right;
- padding-left: 5px;
- padding-right: 5px;
- font-size: smaller;
- }
- #comments_container {
- border-color: #1b1b27;
- border-width: 3px;
- border-style: solid;
- background-color: #bebec4;
- padding-left: 5px;
- padding-right: 5px;
- margin: 5px;
- }
- #comments_title {
- text-align: center;
- margin: 0px;
- margin-left: -5px;
- margin-right: -5px;
- border-width: 0px;
- border-bottom-width: 2px;
- border-style: dashed;
- border-color: #5c5c85;
- background-color: #a3a3b3;
- }
- .comment div.text {
- font-size: 11pt;
- }
- .comment p.meta {
- font-size: 8pt;
- text-align: right;
- }
- .comment_separator {
- width: 100%;
- }
- ul#comments {
- padding: 0px 0px 0px 3px;
- }
- li.comment {
- list-style: none;
- padding: 0px;
- margin: 0px;
- border-width: 0px 0px 2px 0px;
- border-style: dashed;
- }
- #blog_infobox {
- border-color: #1b1b27;
- border-width: 3px;
- border-style: solid;
- background-color: #bebec4;
- padding-left: 5px;
- padding-right: 5px;
- margin: 5px;
- }
- #blog_infobox_title {
- text-align: center;
- margin: 0px;
- margin-left: -5px;
- margin-right: -5px;
- border-width: 0px;
- border-bottom-width: 2px;
- border-style: dashed;
- border-color: #5c5c85;
- background-color: #a3a3b3;
- font-weight: bold;
- }
- div.pagination {
- color: #D6D3DD;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- }
- div.pagination a {
- color: #6363cb;
- }
- .centered {
- text-align: center;
- }
- h1.page-title {
- padding-left: 5px;
- color: #d6d3dd;
- text-align: center;
- text-shadow: 2px 2px #514b5f;
- }
- h2.divider-title {
- padding-left: 5px;
- color: #d6d3dd;
- text-align: center;
- text-shadow: 2px 2px #514b5f;
- }
- a.tag-0 {
- font-size: 140%;
- }
-
- a.tag-1 {
- font-size: 120%;
- }
- a.tag-2 {
- font-size: 100%;
- }
- a.tag-3 {
- font-size: 80%;
- }
- a.tag-4 {
- font-size: 60%;
- }
- div.toon-chris {
- float: right;
- width: 325px;
- height: 294px;
- background-image: url(/etc/images/libreplanet_toon_chris.png);
- }
- div.toon-chris:hover {
- background-image: url(/etc/images/libreplanet_photo_chris.png);
- }
- div.highlight {
- margin-left: 10px;
- padding: 3px;
- padding-left: 10px;
- background-color: #f8f8f8;
- }
- .literal-block {
- padding-left: 20px;
- }
- p.caption {
- text-align: center;
- font-style: italic;
- }
- div.figure {
- text-align: center;
- padding-top: 5px;
- }
- .entry img {
- display: block;
- margin: auto;
- max-width: 100%;
- height: auto;
- }
- div.pagination {
- width: fit-content;
- margin: auto;
- margin-let: auto;
- margin-right: auto;
- box-shadow: 0px 0px 3px #cec6d2;
- border-radius: 5px;
- border: 3px solid #675f68;
- background: #e4e3e9;
- color: #675f68;
- padding: 10px;
- padding-left: 30px;
- padding-right: 30px;
- }
- div.code {
- border-radius: 5px;
- border: 3px solid #110e13;
- background: #110e13;
- color: #d3ccdc;
- padding: 20px;
- margin: 20px;
- overflow: hidden;
- white-space: pre;
- font-family: 'Inconsolata', monospace;
- }
- pre {
- border-radius: 5px;
- border: 3px solid #110e13;
- background: #110e13;
- color: #d3ccdc;
- padding: 20px;
- margin: 20px;
- font-family: 'Inconsolata', monospace;
- overflow: scroll;
- font-size: 125%;
- line-height: 1.1;
- }
|