diff --git a/fp-interface/themes/leggero/leggero/res/admin.css b/fp-interface/themes/leggero/leggero/res/admin.css index e879d6f..48533a9 100755 --- a/fp-interface/themes/leggero/leggero/res/admin.css +++ b/fp-interface/themes/leggero/leggero/res/admin.css @@ -10,7 +10,7 @@ Author: NoWhereMan & drudo Version: 0.1 Module: admin.css -last change: 2022-02-19 +last change: 2023-11-01 */ @@ -22,40 +22,34 @@ last change: 2022-02-19 .buttonbar input { padding: .3em; - background: #bdbdbd url(../imgs/buttonsh.png) repeat-x; + background: #bdbdbd url(../imgs/buttonsh.png) repeat-x } + .buttonbar input:hover { padding: .3em; - background: #d3d3d3 url(../imgs/buttonsh2.png) repeat-x; + background: #d3d3d3 url(../imgs/buttonsh2.png) repeat-x } /* ===== HEADERS TAGS ===== */ h1, h2 { font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif; - margin: auto; + margin: auto } -h2 { - border-bottom: 1px solid #ddd; -} +h2 { border-bottom: 1px solid #ddd; margin: 0.5em 0 } #admin-content h2, #admin-content form h2 { font-style: normal; - padding: unset; + padding: unset } -body { background: #eee; } +body { background: #eee } /* === Redefines some stuff in inline mode === */ -body#inline-body { - background: white; -} +body#inline-body { background: white } -body#inline-body input { - -} /* ===== Smartphone and Tablet ===== */ @media (max-width: 1920px) { /* prevents too large font size on mobile devices */ @@ -66,7 +60,6 @@ body#inline-body input { } } - /* === Conflict with inner h1 === */ #admin-content h1 { color: black } @@ -91,7 +84,7 @@ ul#admin-tabmenu { padding: .5em; background: #000; -moz-border-radius-topleft:3px; - -moz-border-radius-topright:3px; + -moz-border-radius-topright:3px } ul#admin-tabmenu li { @@ -107,7 +100,7 @@ ul#admin-tabmenu li a { font-weight: normal; text-decoration: none; padding: 0.5em; - margin: .1em; + margin: .1em } ul#admin-tabmenu li a.admin-tab-current, @@ -115,12 +108,10 @@ ul#admin-tabmenu li a:hover { color: black; font-weight: normal; background-color: #ddd; - -moz-border-radius: 2px; + -moz-border-radius: 2px } -ul#admin-tabmenu li a.admin-tab-current { - font-weight: bold; -} +ul#admin-tabmenu li a.admin-tab-current { font-weight: bold } /* ===== submenu ====== */ @@ -130,17 +121,14 @@ ul#admin-tabmenu li a.admin-tab-current { border: 1px solid #ccc; } -#admin-submenu li { - display:inline; - font-size: 80%; -} +#admin-submenu li { display:inline; font-size: 80% } #admin-submenu li a { padding: 0 1em ; color: #000; border-left: 1px solid #eee; - border-right: 1px solid #eee; - font-weight: normal; + border-right: 1px solid #eee; + font-weight: normal } #admin-submenu li a:hover, @@ -149,12 +137,10 @@ ul#admin-tabmenu li a.admin-tab-current { background: #555; padding: .1em 1em .3em; -moz-border-radius: 3px; - text-decoration: none; + text-decoration: none } -#admin-submenu li a.active { - font-weight: bold; -} +#admin-submenu li a.active { font-weight: bold } /* ===== MAIN MENU ITEM ===== */ @@ -183,7 +169,7 @@ input#subject { } textarea.code { - font-family: Lucida Console, Monaco, monospace; + font-family: 'Lucida Console', Monaco, monospace; font-size: 90% } @@ -194,11 +180,9 @@ textarea.code { padding-left: 1em } -#admin-bbcode-toolbar p { display: inline } - #admin-bbcode-toolbar select { width: 10em } -#admin-content table { width: 100%; } +#admin-content table { width: 100% } #admin-content td { font-size: 0.8em; @@ -207,16 +191,14 @@ textarea.code { padding: .9em; */ background: #e6e6e6; - text-align: center; + text-align: center } -#admin-content .enabled td { - background: inherit; -} +#admin-content .enabled td { background: inherit } #admin-content td.main-cell { width: 30%; - text-align: left; + text-align: left } #admin-content th { @@ -227,15 +209,27 @@ textarea.code { padding: 8px } -input.maxsize, select.maxsize { width: 100% } +input.maxsize, select.maxsize { width: 99% } #admin-bbcode-toolbar { margin: 0; padding: 0; padding-right: 0.7%; + display: table; border: none } +#admin-bbcode-toolbar p { + display: table-cell; + vertical-align: middle; + line-height: 1em +} + +#admin-bbcode-toolbar p img { + vertical-align: middle; + cursor: pointer +} + #admin-bbcode-toolbar legend { display: none } #admin-content ul, @@ -245,18 +239,14 @@ input.maxsize, select.maxsize { width: 100% } border: none; width: 99%; margin: auto; - height: 11em; + height: 11em } -#plugin-table td { - padding: 1em .6em; -} +#plugin-table td { padding: 1em .6em } .admin-entry-commentlist td , .admin-widgets-blockparser td , -.admin-plugin-default td { - padding: 1em .6em; -} +.admin-plugin-default td { padding: 1em .6em } #admin-drafts { border-top: 1px solid #bbb; @@ -264,137 +254,113 @@ input.maxsize, select.maxsize { width: 100% } padding: .4em; color: #555; background-color: #ddd; - overflow: auto; + overflow: auto } #admin-drafts p { font-weight: bold; float: left; padding: 0; - margin: 0; + margin: 0 } -#admin-content #admin-drafts ul { - margin: 0; padding: 0; -} +#admin-content #admin-drafts ul { margin: 0; padding: 0 } #admin-drafts li { float:left; list-style-position: inside; - margin: 0; padding-left: 1em; + margin: 0; padding-left: 1em } /* ===== PREVIEW SETTINGS ===== */ -#post-preview { - min-width: 39em; -} +#post-preview { min-width: 39em } -#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto } +#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto } #post-preview div.entry h2, -#post-preview div.entry h3 { - border-bottom: none; -} +#post-preview div.entry h3 { border-bottom: none } #post-preview div.entry h2 { font-style: italic; margin: 0; - padding: 1em 0 1em 0; + padding: 1em 0 1em 0 } -#post-preview div.entry h4 { - margin: 2em 0 0 0; -} +#post-preview div.entry h4 { margin: 2em 0 0 0 } -.entry-footer { - text-align: right; -} +.entry-footer { text-align: right } /* ===== UPLOAD PANEL ===== */ -#admin-uploader-filelist { - margin: 1em auto; -} +#admin-uploader-filelist { margin: 1em auto } -#admin-uploader-thumbs { - list-style-type: none; -} +#admin-uploader-thumbs { list-style-type: none } #admin-uploader-thumbs li.thumb { float:left; width: 110px; height: 110px; padding: 1em 4px; - margin: 1em; + margin: 1em } /* (applies only to the inline version */ -#upload { - margin-top: .5em -} +#upload { margin-top: .5em } /* ===== THEME PANEL ===== */ + #current-theme h5, -#available-themes h5 { - font-size: 1em; -} +#available-themes h5 { font-size: 1em } #current-theme { margin-bottom: 4em; - overflow:hidden; + overflow:hidden } #current-theme img { float:left; border: 1px solid #ddd; - margin-right: 2em; + margin-right: 2em } -#available-themes { - clear: both; -} +#available-themes { clear: both } -#available-themes img { - border: 1px solid #eee -} +#available-themes img { border: 1px solid #eee } -#available-themes ul { - list-style-type: none; -} +#available-themes ul { list-style-type: none } #available-themes ul li { float:left; padding: 1em; border: 1px solid #fff; text-align: center; - width: 300px; + width: 300px } #available-themes ul li:hover { background: #eee; - border: 1px solid #ddd; + border: 1px solid #ddd } + /* ===== WIDGET PANEL ====== */ -#admin-widgetset-list { - width: 30em; -} +#admin-widgetset-list { width: 30em } #admin-widgetset-list ul { list-style-type: none; margin: 0; margin-bottom: 2em; - text-align: left; + text-align: left } li.admin-widgetset { padding: .5em; margin-bottom: 2em; - border: 1px solid #ddd; + border: 1px solid #ddd } #available-widgets { @@ -406,7 +372,7 @@ li.admin-widgetset { width: 30%; z-index: 1000; position: relative; - text-align: left; + text-align: left } #widget-trashcan { /*colors for trashcan/uninstall widgets while dragging*/ @@ -417,7 +383,7 @@ li.admin-widgetset { padding: 2em; text-align: center; border: 2px solid #f00; - margin: 2em; + margin: 2em } .widget-available { /*colors for available widgets while dragging*/ @@ -425,7 +391,7 @@ li.admin-widgetset { color: #fff; background-color: rgba(34, 102, 0, 0.7); border: 2px solid #2f0; - z-index: 2000; + z-index: 2000 } .widget-installed { /*colors for installed widgets while dragging*/ @@ -433,12 +399,12 @@ li.admin-widgetset { color: #fff; background-color: rgba(0, 34, 102, 0.7); border: 2px solid #00f; - z-index: 2000; + z-index: 2000 } #available-widgets ul, .admin-widgetset ul { padding-left: 0; - margin-left: 0; + margin-left: 0 } li.widget-instance, @@ -449,7 +415,7 @@ li.widget-class { padding: .5em; height: 30px; background-color: white; - list-style-type: none; + list-style-type: none } .admin-widgetset h3 { @@ -457,7 +423,7 @@ li.widget-class { margin-bottom:1em; padding: .3em; background: #eee; - border: 1px solid #ddd; + border: 1px solid #ddd } #available-widgets h2 { @@ -466,7 +432,7 @@ li.widget-class { margin-bottom:1em; padding: .3em; border: 1px solid #eee; - background: #999; + background: #999 } .widget-instance .textinput { @@ -476,142 +442,133 @@ li.widget-class { font-style: oblique; color: blue; border: #fff 2px solid; - text-align: right; + text-align: right } .widget-instance .textinput:hover { border: #d00 2px solid; - background-color:white; + background-color: white } + .widget-instance .textinput:focus { font-style: normal; border: #f00 2px solid; background-color:white; - text-align: left; + text-align: left } .widgetname a, .widgetname a:link, -.widgetname a:visited { - color: #ddd; -} +.widgetname a:visited { color: #ddd } .widget-placeholder { padding: .5em; font-style: oblique; text-align: center; - border: 1px dashed #ddd; + border: 1px dashed #ddd } .widget-dragger { text-align: left; z-index: 1000; padding: .5em; - height: 30px !important; + height: 30px !important } /* ===== CONFIG PANEL ===== */ -.option-set .option-list { - margin-bottom: 4em; -} -.option-list ul li { - list-style-type: none; -} +.option-set .option-list { margin-bottom: 3em } + +.option-list ul li { list-style-type: none } .option-set dt { width: 33%; text-align:right; - margin-top: 1.8em; - line-height: 1.5em; - font-weight: bold; + margin-top: 0.5em; + line-height: 1em; + font-weight: bold } -.option-set dt label { - padding-top: .2em; +.option-set dt label { padding-top: .2em } + +.option-list dd label { + position: relative; + vertical-align: middle; + display: flex } .option-set dd { margin-left: 35%; - margin-top: -1.7em; + bottom: 1.24em; line-height: 1.5em; + position: relative } -.option-set dd p { - margin: 0; +.option-set dd p { margin: 0 } + +.option-set dd p.text { + display: inline; + vertical-align: middle } -.option-set dd input{ - margin-bottom: .2em; +.option-list dd code { + position: relative; + font-size: 1em } -.textinput, .bigtextinput, .smalltextinput { - padding: .5em; -} +.option-set dd input{ margin-bottom: .2em } -.textinput:focus, .bigtextinput:focus, .smalltextinput:focus { - font-weight: bold; -} +.textinput, .bigtextinput, .smalltextinput { padding: .1em } + +.textinput:focus, .bigtextinput:focus, .smalltextinput:focus { font-weight: bold } .widetextinput { - width: 99%; - font-size: 1.3em; - color: #333333; + width: 99%; + font-size: 1.3em; + color: #333333 } .option-set input.textinput , -.option-set select.textinput { - width: 20em; -} +.option-set select.textinput { width: 20em } -.option-set input.bigtextinput { - width: 30em; -} +.option-set input.bigtextinput { width: 30em } + +.option-set input.smalltextinput { width: 5em } -.option-set input.smalltextinput { - width: 5em; -} /* ===== SPECIAL HOVERS ====== */ a.link-disable, a.link-delete, a.link-enable, a.link-general { - padding: .9em; + padding: .9em } td.main-cell a.link-general {display:block} a.link-disable:hover, a.link-delete:hover { - background-color: red; - color: white; + background-color: red; + color: white } - a.link-enable:hover { - background-color: green; - color: white; + background-color: green; + color: white } a.link-general:hover, .main-cell a:hover { - background-color: #aaa; - color: black; + background-color: #aaa; + color: black } /* ===== NOTIFICATIONS ===== */ -.hint { - cursor: help; -} +.hint { cursor: help } .draft { background-color: #333 } /* (already defined in common, here we put just some tuning settings) */ -#admin-content ul.msgs { - margin:0; -} +#admin-content ul.msgs { margin:0 } -form { - margin: auto; -} +form { margin: auto } diff --git a/fp-interface/themes/leggero/leggero/res/column.css b/fp-interface/themes/leggero/leggero/res/column.css index b3ddd80..a8688c9 100644 --- a/fp-interface/themes/leggero/leggero/res/column.css +++ b/fp-interface/themes/leggero/leggero/res/column.css @@ -10,27 +10,25 @@ Author: NoWhereMan & drudo Version: 0.2 Module: style.css -last change: 2022-03-17 +last change: 2023-11-01 */ - /* ===== COLUMN ===== */ #column { - float: right; + float: right; width: 28%; - font-size: 80% !important; - font-size: 75%; - height:1%; + font-size: 80% !important; + font-size: 75%; + height:1%; margin: 1em; - padding: 0.7em; - /* border-left: solid 1px #ccc; */ + padding: 0.7em } #column h4 { - /* Titles of the sections */ - margin-bottom: .5em; + /* Titles of the sections */ + margin-bottom: .5em } #column p, #column div { margin: 10px 5px } @@ -41,10 +39,10 @@ last change: 2022-03-17 #column ul li table { font-size: 100% } #column ul { - list-style-type: none; - margin-right: 10px; - margin-bottom: .5em; - padding-left: 1em + list-style-type: none; + margin-right: 10px; + margin-bottom: .5em; + padding-left: 1em } #column fieldset { margin: 0 5px 0 5px } @@ -55,10 +53,14 @@ last change: 2022-03-17 The following definitions take care of the Calendar plugin ======================================================= */ +#widget_calendar table.calendar { + font-size: 85% +} + .calendar { margin: 0; padding: 0 0 2em 0; - font-size: 80%; + font-size: 80% } .calendar-month { @@ -67,25 +69,25 @@ The following definitions take care of the Calendar plugin color: #333; background-color: transparent; font-weight: bold; - border-bottom: 0.1em solid #333; + border-bottom: 0.1em solid #333 } .calendar th { padding: 0.4em; color: #fff; - background-color: #c37576; + background-color: #c37576 } .calendar td { padding: 0.4em; - text-align: center; + text-align: center } .current-day { color: #333; background-color: transparent; - border: 2px solid #c37576; + border: 2px solid #c37576 } /* ======================================================= End of Calendar plugin -======================================================= */ \ No newline at end of file +======================================================= */ diff --git a/fp-interface/themes/leggero/leggero/res/common.css b/fp-interface/themes/leggero/leggero/res/common.css index b61a585..af979ba 100644 --- a/fp-interface/themes/leggero/leggero/res/common.css +++ b/fp-interface/themes/leggero/leggero/res/common.css @@ -10,24 +10,24 @@ Author: NoWhereMan & drudo Version: 0.2 Module: common.css -last change: 2023-10-23 +last change: 2023-11-01 */ /* ===== GENERAL (redefinition HTML tag) ===== */ html { - font-size: 85%; - font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif; - margin: 0; - padding: 0 + font-size: 85%; + font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif; + margin: 0; + padding: 0 } body { - font-size: 100%; - padding: 0; - background: white url(../imgs/backshade.png) repeat-x; - color: black; + font-size: 100%; + padding: 0; + background: white url(../imgs/backshade.png) repeat-x; + color: black; width: 100% } @@ -39,8 +39,8 @@ img { border: none } /* Responsive Design img */ img { - max-width: 100%; - height: auto + max-width: 100%; + height: auto } /* @@ -48,44 +48,48 @@ img { */ .center { - display: block; - margin-left: auto; - margin-right: auto + display: block; + margin-left: auto; + margin-right: auto } /* Plugin: QuickGallery */ .img-gallery img { - display: inline; - margin: 0.4em + display: inline; + margin: 0.4em } /* Plugin: QuickGallery */ -.img-gallery img .center { display: inline } +.img-gallery img .center { + display: inline +} blockquote { - width: 90%; - color: #666; - margin: 1em 1em; - padding: 0 10px; - border-left: 5px solid #bbb + width: 90%; + color: #666; + margin: 1em 1em; + padding: 0 10px; + border-left: 5px solid #bbb } pre, code { - font-family: 'Lucida Console', Monaco, monospace; - font-size: 90% + font-family: 'Lucida Console', Monaco, monospace; + font-size: 90% } pre { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - background-color: #efefef; - overflow: auto; - width: 90%; - margin: 1em 1em 2em 1em; - padding: 1em 0.5em; - height: auto !important + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + background-color: #efefef; + overflow: auto; + width: 90%; + margin: 1em 1em 2em 1em; + padding: 1em 0.5em; + min-height: 40px; + height: auto !important; + height: 40px } ul, li, ol { margin: 0; padding: 0 } @@ -139,7 +143,6 @@ a:hover { } - /* ===== HEADERS TAGS ===== */ h1 { /* Title of the blog */ @@ -201,7 +204,6 @@ h4 { font-size: 1.2em } } - /* ===== DIV CONTAINER "MAIN" ===== */ #outer-container { width: 100%; @@ -209,9 +211,8 @@ h4 { font-size: 1.2em } } - /* ===== MAIN ===== */ -#main h4 { margin: 2em 0 0 0} +#main h4 { margin: 2em 0 0 0 } #main { float: left; @@ -235,70 +236,70 @@ h4 { font-size: 1.2em } padding: 0 1.6em 0 1.6em } - #commentform fieldset p { margin: 0 0 .5em 0 } +#commentform fieldset p { margin: 0 0 .5em 0 } - #comments li { - margin: 0 0 1.5em 0; - padding: 5px; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - background: #efefef - } +#comments li { + margin: 0 0 1.5em 0; + padding: 5px; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + background: #efefef +} /* === Class of main block === */ - h6.date { - font-size: 80%; - color: #aaa - } +h6.date { + font-size: 80%; + color: #aaa +} - .date { /* date under titles of the entry */ - font-size: 80%; - font-style: oblique; - color: gray; - margin: .2em 0 0 0 - } +.date { /* date under titles of the entry */ + font-size: 80%; + font-style: oblique; + color: gray; + margin: .2em 0 0 0 +} /* .entry class */ - .entry { - margin: 0 0 1.5em 0; - padding: 0; - overflow: auto - } +.entry { + margin: 0 0 1.5em 0; + padding: 0; + overflow: auto +} - #main>.entry { - overflow: hidden; /* rest of the world :) */ - } +#main>.entry { + overflow: hidden; /* rest of the world :) */ +} /* end of .entry */ - #main ul.entry-footer { /* entry footer */ - clear: both; - font-size: 80%; - color: gray; - margin: 2em 0 .5em 0; - text-align: right - } +#main ul.entry-footer { /* entry footer */ + clear: both; + font-size: 80%; + color: gray; + margin: 2em 0 .5em 0; + text-align: right +} - .entry-footer li { display: block } +.entry-footer li { display: block } - .admincontrols { /* [edit] and [delete] */ - font-size: 80%; - text-align: right - } +.admincontrols { /* [edit] and [delete] */ + font-size: 80%; + text-align: right +} - .buttonbar { text-align: center } +.buttonbar { text-align: center } - .buttonbar input { - text-align: center; - margin: .1em .5em; - padding: 0 1em - } +.buttonbar input { + text-align: center; + margin: .1em .5em; + padding: 0 1em +} - .navigation { /* next entries & previous entries link */ - font-size: 80%; - margin-bottom: 5em - } +.navigation { /* next entries & previous entries link */ + font-size: 80%; + margin-bottom: 5em } - form#search ul { list-style-type: none } +form#search ul { list-style-type: none +} /* ===== FOOTER ===== */ @@ -311,4 +312,4 @@ h4 { font-size: 1.2em } margin: 0 1em 1em 1em; text-align: center; border-top: #bbb 1px solid -} +} \ No newline at end of file diff --git a/fp-interface/themes/leggero/leggero/res/globals.css b/fp-interface/themes/leggero/leggero/res/globals.css index ff8f100..2e42e87 100755 --- a/fp-interface/themes/leggero/leggero/res/globals.css +++ b/fp-interface/themes/leggero/leggero/res/globals.css @@ -12,7 +12,6 @@ Module: globals.css */ - .alignleft { float: left } .alignright { float: right } @@ -48,10 +47,9 @@ Module: globals.css .warnings { color : #8a7802; border-top: 1px solid; - border-bottom: 1px solid; + border-bottom: 1px solid; border-color: #f8e674; - background: #fffdd5; - + background: #fffdd5 } .field-error { diff --git a/fp-interface/themes/leggero/leggero/res/style.css b/fp-interface/themes/leggero/leggero/res/style.css index 7b288a2..c0e2d17 100644 --- a/fp-interface/themes/leggero/leggero/res/style.css +++ b/fp-interface/themes/leggero/leggero/res/style.css @@ -10,12 +10,11 @@ Author: NoWhereMan & drudo Version: 0.2 Module: style.css -last change: 2022-03-12 +last change: 2023-11-01 */ - /* imports common style ruleset */ @import url(common.css); @import url(globals.css); @@ -24,105 +23,115 @@ last change: 2022-03-12 @import url(column.css); /* defines rules specific to the front page */ -body { margin: 80px 0 0 0 } +body { margin: 80px 0 10px 0 } -#comments li.comment-admin { - padding:1em -} +#comments li.comment-admin { padding: 1em } #comments li.comment-admin strong.comment-name { font-size:140% } -#widget-searchbox form { - /* text-align: center; */ +#widget-searchbox div.buttonbar { + margin: 10px -5px; + text-align: left } /* 800er Bildschirme zum Beispiel iPad Hochformat */ -@media only screen and (max-width: 768px) { +@media (max-width: 768px) { -#main { - width: 100%; - margin: 0; - padding: 1em 0.5em 0 0.5em; -} + #main { + width: 97%; + margin: 0; + padding: 1em 0.5em 0 0.5em + } -#main ul.entry-footer { - margin: 0; - padding: 2em 0 1em 0 ; - width: 98%; - text-align: right; -} + #main ul.entry-footer { + margin: 0; + padding: 2em 0 1em 0 ; + width: 98%; + text-align: right + } -#column { - width: 100%; - font-size: 80%; - margin: 0; - padding: 1em 0.5em 2em 0.5em; - /* border: 1px solid red; */ - overflow: auto; /* shit, bei 84% Bildbreite wird es eng! */ -} + #column { + width: 100%; + font-size: 80%; + margin: 0; + padding: 1em 0.5em 2em 0.5em; + overflow: auto; + text-align: center + } + #widget-searchbox div.buttonbar { + text-align: center + } + + #widget_calendar table.calendar { + margin-left: auto; + margin-right: auto; + text-align: center + } + + blockquote { + border-left: unset !IMPORTANT + } } /* Kleinbildschirme */ -@media only screen and (max-width: 480px) { +@media (max-width: 480px) { -body { - margin: 1px 0 0 0; - padding: 0; - width: 100%; -} + body { + margin: 1px 0 0 0; + padding: 0; + width: 100% + } -#body-container { - margin: 0; - padding: 0.5em; - width: 96%; - border: none; -} + #body-container { + margin: 0; + padding: 0.5em; + width: 96%; + border: none + } -#head { - margin: 0; - padding: 0; - width: 100%; -} + #head { + margin: 0; + padding: 0; + width: 100% + } -h1 { - margin: 0; - padding: 0.5em 0 0 0.2em; -} + h1 { + margin: 0; + padding: 0.5em 0 0 0.2em + } -.subtitle { - margin: 0; - padding: 0.5em 0.5em 1em 0.5em; -} + .subtitle { + margin: 0; + padding: 0.5em 0.5em 1em 0.5em; + } -#main { - margin: 0; - padding: 1em 0.4em 0 0; - width: 100%; -} + #main { + margin: 0; + padding: 1em 0.4em 0 0; + width: 100% + } -.entry { - margin: 0; - padding: 0 0.5em 1em 0.5em -} + .entry { + margin: 0; + padding: 0 0.5em 1em 0.5em + } -#main ul.entry-footer { - margin: 0; - padding: 2em 0 1em 0; - width: 98%; - text-align: right; -} + #main ul.entry-footer { + margin: 0; + padding: 2em 0 1em 0; + width: 98%; + text-align: right + } -#main pre { - margin: 0; - padding: 0 0 0 1.5em; -} + #main pre { + margin: 0; + padding: 0 0 0 1.5em + } -#column { - margin: 0; - padding: 0; - width: 100%; -} - - -} \ No newline at end of file + #column { + margin: 0; + padding: 0; + width: 100% + } +}