Merge pull request #267 from Fraenkiman/Makup-leggero-v1-theme

Makup Leggero (v1) Style
This commit is contained in:
Frank Hochmuth 2023-11-12 23:10:28 +01:00 committed by GitHub
commit 3e9ef96181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 502 additions and 667 deletions

View File

@ -16,27 +16,23 @@ Module: admin.css
@import url(common.css); @import url(common.css);
/* small navigation on top */ /* small navigation on top */
#admin-small-nav { #admin-small-nav {
float: right; float: right;
font-size: 80%; font-size: 80%
}
#admin-small-nav li {
display: inline;
} }
h1 { #admin-small-nav li { display: inline }
color: #000;
} h1 { color: #000 }
/* tab menu */ /* tab menu */
ul#admin-tabmenu { ul#admin-tabmenu {
margin: 1em 0 0 0; margin: 1em 0 0 0;
text-align: center; text-align: center;
background-color: #999977; background-color: #999977;
padding: 1em 1em 0 1em; padding: 1em 1em 0 1em;
border: solid #999977; border: solid #999977
} }
ul#admin-tabmenu li { ul#admin-tabmenu li {
@ -57,12 +53,10 @@ ul#admin-tabmenu li a {
background-color: #CCCCAA background-color: #CCCCAA
} }
ul#admin-tabmenu li a:hover { ul#admin-tabmenu li a:hover {
color: #555533; color: #555533;
font-weight: normal; font-weight: normal;
background: #BBBB99 /* url('../imgs/arrow.gif') center right no-repeat} */ background: #BBBB99 /* url('../imgs/arrow.gif') center right no-repeat} */
} }
ul#admin-tabmenu a#admin-tab-current { ul#admin-tabmenu a#admin-tab-current {
@ -73,149 +67,132 @@ ul#admin-tabmenu a#admin-tab-current {
#admin-content { #admin-content {
border: 1px solid #999977; border: 1px solid #999977;
padding: 1em; padding: 1em;
overflow: hidden; overflow: hidden
} }
.admin-mainmenu-item { .admin-mainmenu-item {
display: block; display: block;
padding: 1em; padding: 1em;
clear: both; clear: both
} }
.admin-mainmenu-item img { .admin-mainmenu-item img { padding-right: 1em }
padding-right: 1em;
}
.admin-mainmenu-item .admin-icon-descr { .admin-mainmenu-item .admin-icon-descr {
font-size: x-small; font-size: x-small;
font-style: italic font-style: italic
} }
input#subject {
width:100%;
font-size: 1.3em;
color: #333333;
font-weight: bold;
}
/* panel container */ /* panel container */
#cpmain { text-align: justify; width: 100% }
#cpmain {
text-align: justify;
width: 100%;
}
#admin-entry-categories ul { #admin-entry-categories ul {
margin-right: 10px; margin-right: 10px;
display: block; display: block;
padding-left: 1em; padding-left: 1em;
list-style-type: none; list-style-type: none
} }
#admin-bbcode-toolbar p { #admin-bbcode-toolbar p {
display:inline; display: table-cell;
vertical-align: middle;
line-height: 1em
}
#admin-bbcode-toolbar p img {
vertical-align: middle;
cursor: pointer
} }
#admin-bbcode-toolbar select { width: 10em } #admin-bbcode-toolbar select { width: 10em }
#admin-content table { border-collapse: collapse; width: 100% }
#admin-content table {
border-collapse: collapse;
width: 100%;
}
#admin-content td { #admin-content td {
border-bottom: solid 1px black; border-bottom: solid 1px black;
width: 8px; width: 8px;
font-size: 0.8em; font-size: 0.8em;
padding: 4px; padding: 4px
} }
#admin-content td.main_cell { #admin-content td.main_cell {
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
width: 30%; width: 30%
} }
#admin-content th { #admin-content th {
border-bottom: solid 2px black; border-bottom: solid 2px black;
padding: 4px; padding: 4px;
font-size: 0.75em; font-size: 0.75em;
font-style: italic; font-style: italic
} }
input.maxsize, select.maxsize {width:100%} #admin-content ul,
#admin-content fieldset ul {
margin-left: unset;
list-style: none
}
#admin-content fieldset p {
text-align: left;
line-height: 1.5em;
margin-top: 1.2em
}
.admin-entry-write #admin-content fieldset p.date { text-align: center }
#admin-content ul li::before,
#admin-content fieldset p.date::before,
#admin-content fieldset ul li::before { content: "\00BB \0020" }
#admin-bbcode-toolbar { #admin-bbcode-toolbar {
border: none; border: none;
padding: 0; padding: 0;
padding-right: 0.7%; padding-right: 0.7%;
margin:0; margin:0
} }
#admin-bbcode-toolbar legend { display: none } #admin-bbcode-toolbar legend { display: none }
#admin-content ul { #admin-content ul { margin-left: 2em }
margin-left: 2em
}
/* preview settings */ /* preview settings */
#post-preview { #post-preview { min-width: 54em }
min-width: 54.4em
}
#post-preview .entry { #post-preview .entry { padding: 2em }
padding:2em
}
/* notifications */ /* notifications */
.draft { background-color: lightgrey } .draft { background-color: lightgrey }
/* (already defined in common, here we put just some tuning settings) */ /* (already defined in common, here we put just some tuning settings) */
#admin-content ul.msgs { #admin-content ul.msgs {
margin-left: 0em; margin-left: 0em;
padding: 1em 2em; padding: 1em 2em;
margin-bottom: 2em; margin-bottom: 2em
} }
/* conflict with inner h1 */ /* conflict with inner h1 */
#admin-content h1 { color: black }
#admin-content h1 {
color: black
}
/* ===== submenu ====== */ /* ===== submenu ====== */
#admin-submenu { #admin-submenu {
background: #eee; background: #eee;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
text-align:center; text-align:center;
padding: .1em .3em .2em; padding: .1em .3em .2em
} }
#admin-submenu li { #admin-submenu li { display: inline; font-size: 80% }
display:inline;
font-size: 80%;
}
#admin-submenu li a { #admin-submenu li a {
padding: 0 1em ; padding: 0 1em ;
color: #000; color: #000;
border-left: 1px solid #eee; border-left: 1px solid #eee;
border-right: 1px solid #eee; border-right: 1px solid #eee;
font-weight: normal; font-weight: normal
} }
#admin-submenu li a:hover { #admin-submenu li a:hover {
@ -225,7 +202,7 @@ input.maxsize, select.maxsize {width:100%}
border-top: 3px solid #ccc; border-top: 3px solid #ccc;
border-left: 1px solid #ccc; border-left: 1px solid #ccc;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
text-decoration:none; text-decoration:none
} }
#admin-submenu li a.active { #admin-submenu li a.active {
@ -235,11 +212,10 @@ input.maxsize, select.maxsize {width:100%}
padding: .1em 1em .3em; padding: .1em 1em .3em;
border: 1px solid #bbb; border: 1px solid #bbb;
border-top: 3px solid #bbb; border-top: 3px solid #bbb;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff
} }
/* ===== MAIN MENU ITEM ===== */ /* ===== MAIN MENU ITEM ===== */
#admin-content { padding: 1em } #admin-content { padding: 1em }
@ -257,17 +233,16 @@ input.maxsize, select.maxsize {width:100%}
} }
/* ===== ADMIN ENTRY ===== */ /* ===== ADMIN ENTRY ===== */
input#subject { input#subject {
width: 100%; width: 99%;
font-size: 1.3em; font-size: 1.3em;
color: #333333; color: #333333;
font-weight: bold font-weight: bold
} }
textarea.code { textarea.code {
font-family: Lucida Console, Monaco, monospace; font-family: 'Lucida Console', Monaco, monospace;
font-size: 90% font-size: 90%
} }
@ -282,8 +257,6 @@ textarea.code {
#admin-bbcode-toolbar select { width: 10em } #admin-bbcode-toolbar select { width: 10em }
/* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */ /* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */
#admin-content table { width: 100%; border-collapse: collapse } #admin-content table { width: 100%; border-collapse: collapse }
@ -308,8 +281,7 @@ textarea.code {
padding: 4px padding: 4px
} }
input.maxsize, select.maxsize { width: 100% } input.maxsize, select.maxsize { width: 99% }
#admin-bbcode-toolbar { #admin-bbcode-toolbar {
margin: 0; margin: 0;
@ -327,13 +299,10 @@ input.maxsize, select.maxsize { width: 100% }
border: none; border: none;
width: 99%; width: 99%;
margin: auto; margin: auto;
height: 11em; height: 11em
} }
#plugin-table-body td { padding: 1em .6em }
#plugin-table-body td {
padding: 1em .6em;
}
#admin-drafts { #admin-drafts {
border-top: 1px solid #bbb; border-top: 1px solid #bbb;
@ -341,123 +310,104 @@ input.maxsize, select.maxsize { width: 100% }
padding: .4em; padding: .4em;
color: #555; color: #555;
background-color: #ddd; background-color: #ddd;
overflow: auto; overflow: auto
} }
#admin-drafts p { #admin-drafts p {
font-weight: bold; font-weight: bold;
float: left; float: left;
padding: 0; padding: 0;
margin: 0; margin: 0
} }
#admin-content #admin-drafts ul { #admin-content #admin-drafts ul {margin: 0; padding: 0 }
margin: 0; padding: 0;
}
#admin-drafts li { #admin-drafts li {
float:left; float:left;
list-style-position: inside; list-style-position: inside;
margin: 0; padding-left: 1em; margin: 0; padding-left: 1em
} }
/* ===== PREVIEW SETTINGS ===== */ /* ===== PREVIEW SETTINGS ===== */
#post-preview .entry { padding: 2em } #post-preview .entry { padding: 2em }
#post-preview div.entry h2 { margin-top: 1.2em }
#post-preview div.entry h3 { font-size: 1.3em } #post-preview div.entry h3 { font-size: 1.3em }
#post-preview div.entry h4 { margin: 1.5em 0 1em 0 }
#post-preview ul { list-style: none; padding: 0 0 0 1.6em } #post-preview ul { list-style: none; padding: 0 0 0 1.6em }
#post-preview ol { list-style-position: inside; Padding: 0 1.6em 0 1.6em } #post-preview ol { list-style-position: inside; Padding: 0 1.6em 0 1.6em }
/* ===== UPLOAD PANEL ===== */ /* ===== UPLOAD PANEL ===== */
#admin-uploader-filelist { #admin-uploader-filelist { margin: 1em auto }
margin: 1em auto;
}
#admin-uploader-thumbs { #admin-uploader-thumbs { list-style-type: none }
list-style-type: none;
}
#admin-uploader-thumbs li.thumb { #admin-uploader-thumbs li.thumb {
float:left; float:left;
width: 110px; width: 110px;
height: 110px; height: 110px;
padding: 1em 4px; padding: 1em 4px;
margin: 1em; margin: 1em
} }
/* (applies only to the inline version */ /* (applies only to the inline version */
#upload { #upload { margin-top: .5em }
margin-top: .5em
}
/* ===== THEME PANEL ===== */ /* ===== THEME PANEL ===== */
#available-themes ul li::before { content: none }
#current-theme h5, #current-theme h5,
#available-themes h5 { #available-themes h5 { font-size: 1em }
font-size: 1em;
}
#current-theme {
margin-bottom: 4em;
overflow:hidden;
}
#current-theme { margin-bottom: 4em; overflow: hidden }
#current-theme img { #current-theme img {
float: left; float: left;
border: 1px solid #ddd; border: 1px solid #ddd;
margin-right: 2em; margin-right: 2em
} }
#available-themes { #available-themes { clear: both }
clear: both;
}
#available-themes img { border: 1px solid #eee }
#available-themes img { #available-themes ul { list-style-type: none }
border: 1px solid #eee
}
#available-themes ul {
list-style-type: none;
}
#available-themes ul li { #available-themes ul li {
float: left; float: left;
padding: 1em; padding: 1em;
border: 1px solid #fff; border: 1px solid #fff;
text-align: center; text-align: center;
width: 300px; width: 300px
} }
#available-themes ul li:hover { #available-themes ul li:hover { background: #eee; border: 1px solid #ddd }
background: #eee;
border: 1px solid #ddd;
}
/* ===== WIDGET PANEL ====== */ /* ===== WIDGET PANEL ====== */
#admin-widgets-default ul li::before { content: none }
#admin-widgetset-list { #admin-widgetset-list { width: 30em }
width: 30em;
}
#admin-widgetset-list ul { #admin-widgetset-list ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
margin-bottom: 2em; margin-bottom: 2em;
text-align: left; text-align: left
} }
li.admin-widgetset { li.admin-widgetset {
padding: .5em; padding: .5em;
margin-bottom: 2em; margin-bottom: 2em;
border: 1px solid #ddd; border: 1px solid #ddd
} }
#available-widgets { #available-widgets {
@ -469,7 +419,7 @@ li.admin-widgetset {
width: 30%; width: 30%;
z-index: 1000; z-index: 1000;
position: relative; position: relative;
text-align: left; text-align: left
} }
#widget-trashcan { /* colors for trashcan/uninstall widgets while dragging */ #widget-trashcan { /* colors for trashcan/uninstall widgets while dragging */
@ -480,7 +430,7 @@ li.admin-widgetset {
padding: 2em; padding: 2em;
text-align: center; text-align: center;
border: 2px solid #f00; border: 2px solid #f00;
margin: 2em; margin: 2em
} }
.widget-available { /* colors for available widgets while dragging */ .widget-available { /* colors for available widgets while dragging */
@ -488,7 +438,7 @@ li.admin-widgetset {
color: #fff; color: #fff;
background-color: rgba(34, 102, 0, 0.7); background-color: rgba(34, 102, 0, 0.7);
border: 2px solid #2f0; border: 2px solid #2f0;
z-index: 2000; z-index: 2000
} }
.widget-installed { /* colors for installed widgets while dragging */ .widget-installed { /* colors for installed widgets while dragging */
@ -496,13 +446,11 @@ li.admin-widgetset {
color: #fff; color: #fff;
background-color: rgba(0, 34, 102, 0.7); background-color: rgba(0, 34, 102, 0.7);
border: 2px solid #00f; border: 2px solid #00f;
z-index: 2000; z-index: 2000
}
#available-widgets ul, .admin-widgetset ul {
padding-left: 0;
margin-left: 0;
} }
#available-widgets ul,
.admin-widgetset ul { padding-left: 0; margin-left: 0 }
li.widget-instance, li.widget-instance,
li.widget-class { li.widget-class {
@ -512,15 +460,14 @@ li.widget-class {
padding: .5em; padding: .5em;
height: 30px; height: 30px;
background-color: white; background-color: white;
list-style-type: none; list-style-type: none
} }
.admin-widgetset h3 { .admin-widgetset h3 {
margin-bottom:1em; margin-bottom:1em;
padding: .3em; padding: .3em;
background: #eee; background: #eee;
border: 1px solid #ddd; border: 1px solid #ddd
} }
#available-widgets h2 { #available-widgets h2 {
@ -529,7 +476,7 @@ li.widget-class {
margin-bottom:1em; margin-bottom:1em;
padding: .3em; padding: .3em;
border: 1px solid #eee; border: 1px solid #eee;
background: #999; background: #999
} }
.widget-instance .textinput { .widget-instance .textinput {
@ -539,112 +486,88 @@ li.widget-class {
font-style: oblique; font-style: oblique;
color: blue; color: blue;
border: #fff 2px solid; border: #fff 2px solid;
text-align: right; text-align: right
} }
.widget-instance .textinput:hover { .widget-instance .textinput:hover {
border: #d00 2px solid; border: #d00 2px solid;
background-color:white; background-color:white
} }
.widget-instance .textinput:focus { .widget-instance .textinput:focus {
font-style: normal; font-style: normal;
border: #f00 2px solid; border: #f00 2px solid;
background-color:white; background-color:white;
text-align: left; text-align: left
} }
.widgetname a, .widgetname a,
.widgetname a:link, .widgetname a:link,
.widgetname a:visited { .widgetname a:visited { color: #ddd }
color: #ddd;
}
.widget-placeholder { .widget-placeholder {
padding: .5em; padding: .5em;
font-style: oblique; font-style: oblique;
text-align: center; text-align: center;
border: 1px dashed #ddd; border: 1px dashed #ddd
} }
.widget-dragger { .widget-dragger {
text-align: left; text-align: left;
z-index: 1000; z-index: 1000;
padding: .5em; padding: .5em;
height: 30px !important; height: 30px !important
} }
/* ===== CONFIG PANEL ===== */ /* ===== CONFIG PANEL ===== */
#admin-config dl { margin-bottom: 4em }
#admin-config dl {
margin-bottom: 4em;
}
#admin-config dt { #admin-config dt {
width: 33%; width: 33%;
text-align:right; text-align:right;
margin-top: 1.8em; margin-top: 1.8em;
line-height: 1.5em; line-height: 1.5em;
font-weight: bold; font-weight: bold
} }
#admin-config dt label { #admin-config dt label { padding-top: .2em }
padding-top: .2em;
}
#admin-config dd { #admin-config dd {
margin-left: 35%; margin-left: 35%;
margin-top: -1.7em; margin-top: -1.5em;
line-height: 1.5em; line-height: 1.5em
} }
#admin-config dd p { margin: 0 }
#admin-config dd p { #admin-config dd input{ margin-bottom: .2em }
margin: 0;
}
#admin-config dd input{
margin-bottom: .2em;
}
#admin-config input.textinput, #admin-config input.textinput,
#admin-config select.textinput { #admin-config select.textinput { width: 20em }
width: 20em;
}
#admin-config input.bigtextinput { width: 30em }
#admin-config input.bigtextinput { #admin-config input.smalltextinput,
width: 30em; #qs-number.smalltextinput { width: 5em }
}
#admin-config input.smalltextinput {
width: 5em;
}
/* ===== SPECIAL HOVERS ====== */ /* ===== SPECIAL HOVERS ====== */
a.link-disable, a.link-enable{ a.link-disable, a.link-enable{ padding: .9em }
padding: .9em;
}
a.link-disable:hover { a.link-disable:hover {
background-color: red; background-color: red;
color: white; color: white
}
a.link-enable:hover {
background-color: green;
color: white;
} }
a.link-enable:hover {
background-color: green;
color: white
}
/* ===== NOTIFICATIONS ===== */ /* ===== NOTIFICATIONS ===== */
.hint { .hint { cursor: help }
cursor: help;
}
.draft { background-color: lightgrey } .draft { background-color: lightgrey }
@ -655,7 +578,4 @@ a.link-enable:hover {
padding: 1em 2em padding: 1em 2em
} }
form { form { margin: auto }
margin: auto;
}

View File

@ -9,19 +9,17 @@ Version: 1.0
Module: admin.css Module: admin.css
*/ */
@import url("common.css"); @import url('common.css');
@import url("globals.css"); @import url('globals.css');
/* ===== VARIOUS ===== */ /* ===== VARIOUS ===== */
@viewport { width: device-width }
.buttonbar input { .buttonbar input {
box-shadow: none !IMPORTANT; box-shadow: none !IMPORTANT;
background: #bdbdbd url("../imgs/buttonsh.png") repeat-x background: #bdbdbd url('../imgs/buttonsh.png') repeat-x
} }
.buttonbar input:hover { .buttonbar input:hover {
background: #d3d3d3 url("../imgs/buttonsh2.png") repeat-x background: #d3d3d3 url('../imgs/buttonsh2.png') repeat-x
} }

View File

@ -21,7 +21,7 @@ html {
html::before { /* background-attachment: fix workaround for mobile devices */ html::before { /* background-attachment: fix workaround for mobile devices */
content: ' '; content: ' ';
display: block; display: block;
background-image: url("../imgs/back.jpg"); background-image: url('../imgs/back.jpg');
background-position: center; background-position: center;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;

View File

@ -10,11 +10,11 @@ Module: style.css
*/ */
/* imports common style ruleset */ /* imports common style ruleset */
@import url("common.css"); @import url('common.css');
@import url("globals.css"); @import url('globals.css');
/* imports column (where widgets usually go) rules */ /* imports column (where widgets usually go) rules */
@import url("column.css"); @import url('column.css');
#comments li.comment-admin { #comments li.comment-admin {
padding: 1em padding: 1em

View File

@ -10,61 +10,62 @@ Author: NoWhereMan & drudo
Version: 0.1 Version: 0.1
Module: admin.css Module: admin.css
last change: 2022-02-19 last change: 2023-11-01
*/ */
@import url(common.css); @import url('common.css');
@import url(globals.css); @import url('globals.css');
/* ===== VARIOUS ===== */ /* ===== VARIOUS ===== */
.buttonbar input { .buttonbar input {
padding: .3em; padding: .3em;
background: #bdbdbd url(../imgs/buttonsh.png) repeat-x; background: #bdbdbd url('../imgs/buttonsh.png') repeat-x
} }
.buttonbar input:hover { .buttonbar input:hover {
padding: .3em; padding: .3em;
background: #d3d3d3 url(../imgs/buttonsh2.png) repeat-x; background: #d3d3d3 url('../imgs/buttonsh2.png') repeat-x
} }
/* ===== HEADERS TAGS ===== */ /* ===== HEADERS TAGS ===== */
h1, h1,
h2 { h2 {
font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif; font-family: "book antiqua", georgia, garamond, times, "times new roman", serif;
margin: auto; margin: auto
} }
h2 { h2 { border-bottom: 1px solid #ddd; margin: 0.5em 0 }
border-bottom: 1px solid #ddd;
}
#admin-content h2, #admin-content h2,
#admin-content form h2 { #admin-content form h2 {
font-style: normal; font-style: normal;
padding: unset; padding: unset
} }
body { background: #eee; } body { background: #eee }
/* === Redefines some stuff in inline mode === */ /* === Redefines some stuff in inline mode === */
body#inline-body { body#inline-body { background: white }
background: white;
/* ===== Smartphone and Tablet ===== */
@media (max-width: 1920px) { /* prevents too large font size on mobile devices */
#body-container {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none
} }
body#inline-body input {
} }
/* === Conflict with inner h1 === */ /* === Conflict with inner h1 === */
#admin-content h1 { color: black } #admin-content h1 { color: black }
/* DIV CONTAINER ALL ADMIN DIV BLOCK */ /* DIV CONTAINER ALL ADMIN DIV BLOCK */
#cpmain { padding: 10px } #cpmain { padding: 10px }
/* ===== SMALL NAVBAR (home and logout links) ===== */ /* ===== SMALL NAVBAR (home and logout links) ===== */
ul#admin-small-nav { ul#admin-small-nav {
font-size: 80%; font-size: 80%;
@ -75,14 +76,13 @@ ul#admin-small-nav {
ul#admin-small-nav li { display: inline; margin: 5px } ul#admin-small-nav li { display: inline; margin: 5px }
/* ===== TAB MENU ===== */ /* ===== TAB MENU ===== */
ul#admin-tabmenu { ul#admin-tabmenu {
margin: 1em 0 0 0; margin: 1em 0 0 0;
padding: .5em; padding: .5em;
background: #000; background: #000;
-moz-border-radius-topleft:3px; -moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px; -moz-border-radius-topright:3px
} }
ul#admin-tabmenu li { ul#admin-tabmenu li {
@ -98,7 +98,7 @@ ul#admin-tabmenu li a {
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
padding: 0.5em; padding: 0.5em;
margin: .1em; margin: .1em
} }
ul#admin-tabmenu li a.admin-tab-current, ul#admin-tabmenu li a.admin-tab-current,
@ -106,32 +106,27 @@ ul#admin-tabmenu li a:hover {
color: black; color: black;
font-weight: normal; font-weight: normal;
background-color: #ddd; background-color: #ddd;
-moz-border-radius: 2px; -moz-border-radius: 2px
} }
ul#admin-tabmenu li a.admin-tab-current { ul#admin-tabmenu li a.admin-tab-current { font-weight: bold }
font-weight: bold;
}
/* ===== submenu ====== */ /* ===== submenu ====== */
#admin-submenu { #admin-submenu {
background: #eee; background: #eee;
padding: .5em; padding: .5em;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
#admin-submenu li { #admin-submenu li { display:inline; font-size: 80% }
display:inline;
font-size: 80%;
}
#admin-submenu li a { #admin-submenu li a {
padding: 0 1em ; padding: 0 1em ;
color: #000; color: #000;
border-left: 1px solid #eee; border-left: 1px solid #eee;
border-right: 1px solid #eee; border-right: 1px solid #eee;
font-weight: normal; font-weight: normal
} }
#admin-submenu li a:hover, #admin-submenu li a:hover,
@ -140,13 +135,10 @@ ul#admin-tabmenu li a.admin-tab-current {
background: #555; background: #555;
padding: .1em 1em .3em; padding: .1em 1em .3em;
-moz-border-radius: 3px; -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 ===== */ /* ===== MAIN MENU ITEM ===== */
@ -166,7 +158,6 @@ ul#admin-tabmenu li a.admin-tab-current {
} }
/* ===== ADMIN ENTRY ===== */ /* ===== ADMIN ENTRY ===== */
input#subject { input#subject {
width: 99%; width: 99%;
@ -176,7 +167,7 @@ input#subject {
} }
textarea.code { textarea.code {
font-family: Lucida Console, Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size: 90% font-size: 90%
} }
@ -187,13 +178,9 @@ textarea.code {
padding-left: 1em padding-left: 1em
} }
#admin-bbcode-toolbar p { display: inline }
#admin-bbcode-toolbar select { width: 10em } #admin-bbcode-toolbar select { width: 10em }
#admin-content table { width: 100% }
#admin-content table { width: 100%; }
#admin-content td { #admin-content td {
font-size: 0.8em; font-size: 0.8em;
@ -202,16 +189,14 @@ textarea.code {
padding: .9em; padding: .9em;
*/ */
background: #e6e6e6; background: #e6e6e6;
text-align: center; text-align: center
} }
#admin-content .enabled td { #admin-content .enabled td { background: inherit }
background: inherit;
}
#admin-content td.main-cell { #admin-content td.main-cell {
width: 30%; width: 30%;
text-align: left; text-align: left
} }
#admin-content th { #admin-content th {
@ -222,16 +207,27 @@ textarea.code {
padding: 8px padding: 8px
} }
input.maxsize, select.maxsize { width: 100% } input.maxsize, select.maxsize { width: 99% }
#admin-bbcode-toolbar { #admin-bbcode-toolbar {
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-right: 0.7%; padding-right: 0.7%;
display: table;
border: none 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-bbcode-toolbar legend { display: none }
#admin-content ul, #admin-content ul,
@ -241,19 +237,14 @@ input.maxsize, select.maxsize { width: 100% }
border: none; border: none;
width: 99%; width: 99%;
margin: auto; margin: auto;
height: 11em; height: 11em
} }
#plugin-table td { padding: 1em .6em }
#plugin-table td {
padding: 1em .6em;
}
.admin-entry-commentlist td , .admin-entry-commentlist td ,
.admin-widgets-blockparser td , .admin-widgets-blockparser td ,
.admin-plugin-default td { .admin-plugin-default td { padding: 1em .6em }
padding: 1em .6em;
}
#admin-drafts { #admin-drafts {
border-top: 1px solid #bbb; border-top: 1px solid #bbb;
@ -261,139 +252,111 @@ input.maxsize, select.maxsize { width: 100% }
padding: .4em; padding: .4em;
color: #555; color: #555;
background-color: #ddd; background-color: #ddd;
overflow: auto; overflow: auto
} }
#admin-drafts p { #admin-drafts p {
font-weight: bold; font-weight: bold;
float: left; float: left;
padding: 0; padding: 0;
margin: 0; margin: 0
} }
#admin-content #admin-drafts ul { #admin-content #admin-drafts ul { margin: 0; padding: 0 }
margin: 0; padding: 0;
}
#admin-drafts li { #admin-drafts li {
float:left; float:left;
list-style-position: inside; list-style-position: inside;
margin: 0; padding-left: 1em; margin: 0; padding-left: 1em
} }
/* ===== PREVIEW SETTINGS ===== */ /* ===== PREVIEW SETTINGS ===== */
#post-preview { #post-preview { min-width: 39em }
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 h2,
#post-preview div.entry h3 { #post-preview div.entry h3 { border-bottom: none }
border-bottom: none;
}
#post-preview div.entry h2 { #post-preview div.entry h2 {
font-style: italic; font-style: italic;
margin: 0; margin: 0;
padding: 1em 0 1em 0; padding: 1em 0 1em 0
} }
#post-preview div.entry h4 { #post-preview div.entry h4 { margin: 2em 0 0 0 }
margin: 2em 0 0 0;
} .entry-footer { text-align: right }
.entry-footer {
text-align: right;
}
/* ===== UPLOAD PANEL ===== */ /* ===== UPLOAD PANEL ===== */
#admin-uploader-filelist { #admin-uploader-filelist { margin: 1em auto }
margin: 1em auto;
}
#admin-uploader-thumbs { #admin-uploader-thumbs { list-style-type: none }
list-style-type: none;
}
#admin-uploader-thumbs li.thumb { #admin-uploader-thumbs li.thumb {
float:left; float:left;
width: 110px; width: 110px;
height: 110px; height: 110px;
padding: 1em 4px; padding: 1em 4px;
margin: 1em; margin: 1em
} }
/* (applies only to the inline version */ /* (applies only to the inline version */
#upload { #upload { margin-top: .5em }
margin-top: .5em
}
/* ===== THEME PANEL ===== */ /* ===== THEME PANEL ===== */
#current-theme h5, #current-theme h5,
#available-themes h5 { #available-themes h5 { font-size: 1em }
font-size: 1em;
}
#current-theme { #current-theme {
margin-bottom: 4em; margin-bottom: 4em;
overflow:hidden; overflow:hidden
} }
#current-theme img { #current-theme img {
float:left; float:left;
border: 1px solid #ddd; border: 1px solid #ddd;
margin-right: 2em; margin-right: 2em
} }
#available-themes { #available-themes { clear: both }
clear: both;
}
#available-themes img { border: 1px solid #eee }
#available-themes img { #available-themes ul { list-style-type: none }
border: 1px solid #eee
}
#available-themes ul {
list-style-type: none;
}
#available-themes ul li { #available-themes ul li {
float:left; float:left;
padding: 1em; padding: 1em;
border: 1px solid #fff; border: 1px solid #fff;
text-align: center; text-align: center;
width: 300px; width: 300px
} }
#available-themes ul li:hover { #available-themes ul li:hover {
background: #eee; background: #eee;
border: 1px solid #ddd; border: 1px solid #ddd
} }
/* ===== WIDGET PANEL ====== */ /* ===== WIDGET PANEL ====== */
#admin-widgetset-list { width: 30em }
#admin-widgetset-list {
width: 30em;
}
#admin-widgetset-list ul { #admin-widgetset-list ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
margin-bottom: 2em; margin-bottom: 2em;
text-align: left; text-align: left
} }
li.admin-widgetset { li.admin-widgetset {
padding: .5em; padding: .5em;
margin-bottom: 2em; margin-bottom: 2em;
border: 1px solid #ddd; border: 1px solid #ddd
} }
#available-widgets { #available-widgets {
@ -405,7 +368,7 @@ li.admin-widgetset {
width: 30%; width: 30%;
z-index: 1000; z-index: 1000;
position: relative; position: relative;
text-align: left; text-align: left
} }
#widget-trashcan { /*colors for trashcan/uninstall widgets while dragging*/ #widget-trashcan { /*colors for trashcan/uninstall widgets while dragging*/
@ -416,7 +379,7 @@ li.admin-widgetset {
padding: 2em; padding: 2em;
text-align: center; text-align: center;
border: 2px solid #f00; border: 2px solid #f00;
margin: 2em; margin: 2em
} }
.widget-available { /*colors for available widgets while dragging*/ .widget-available { /*colors for available widgets while dragging*/
@ -424,7 +387,7 @@ li.admin-widgetset {
color: #fff; color: #fff;
background-color: rgba(34, 102, 0, 0.7); background-color: rgba(34, 102, 0, 0.7);
border: 2px solid #2f0; border: 2px solid #2f0;
z-index: 2000; z-index: 2000
} }
.widget-installed { /*colors for installed widgets while dragging*/ .widget-installed { /*colors for installed widgets while dragging*/
@ -432,15 +395,14 @@ li.admin-widgetset {
color: #fff; color: #fff;
background-color: rgba(0, 34, 102, 0.7); background-color: rgba(0, 34, 102, 0.7);
border: 2px solid #00f; border: 2px solid #00f;
z-index: 2000; z-index: 2000
} }
#available-widgets ul, .admin-widgetset ul { #available-widgets ul, .admin-widgetset ul {
padding-left: 0; padding-left: 0;
margin-left: 0; margin-left: 0
} }
li.widget-instance, li.widget-instance,
li.widget-class { li.widget-class {
cursor: move; cursor: move;
@ -449,16 +411,15 @@ li.widget-class {
padding: .5em; padding: .5em;
height: 30px; height: 30px;
background-color: white; background-color: white;
list-style-type: none; list-style-type: none
} }
.admin-widgetset h3 { .admin-widgetset h3 {
font-style: italic; font-style: italic;
margin-bottom:1em; margin-bottom:1em;
padding: .3em; padding: .3em;
background: #eee; background: #eee;
border: 1px solid #ddd; border: 1px solid #ddd
} }
#available-widgets h2 { #available-widgets h2 {
@ -467,7 +428,7 @@ li.widget-class {
margin-bottom:1em; margin-bottom:1em;
padding: .3em; padding: .3em;
border: 1px solid #eee; border: 1px solid #eee;
background: #999; background: #999
} }
.widget-instance .textinput { .widget-instance .textinput {
@ -477,149 +438,132 @@ li.widget-class {
font-style: oblique; font-style: oblique;
color: blue; color: blue;
border: #fff 2px solid; border: #fff 2px solid;
text-align: right; text-align: right
} }
.widget-instance .textinput:hover { .widget-instance .textinput:hover {
border: #d00 2px solid; border: #d00 2px solid;
background-color:white; background-color: white
} }
.widget-instance .textinput:focus { .widget-instance .textinput:focus {
font-style: normal; font-style: normal;
border: #f00 2px solid; border: #f00 2px solid;
background-color:white; background-color:white;
text-align: left; text-align: left
} }
.widgetname a, .widgetname a,
.widgetname a:link, .widgetname a:link,
.widgetname a:visited { .widgetname a:visited { color: #ddd }
color: #ddd;
}
.widget-placeholder { .widget-placeholder {
padding: .5em; padding: .5em;
font-style: oblique; font-style: oblique;
text-align: center; text-align: center;
border: 1px dashed #ddd; border: 1px dashed #ddd
} }
.widget-dragger { .widget-dragger {
text-align: left; text-align: left;
z-index: 1000; z-index: 1000;
padding: .5em; padding: .5em;
height: 30px !important; height: 30px !important
} }
/* ===== CONFIG PANEL ===== */ /* ===== CONFIG PANEL ===== */
.option-set .option-list { .option-set .option-list { margin-bottom: 3em }
margin-bottom: 4em;
}
.option-list ul li { .option-list ul li { list-style-type: none }
list-style-type: none;
}
.option-set dt { .option-set dt {
width: 33%; width: 33%;
text-align:right; text-align:right;
margin-top: 1.8em; margin-top: 0.5em;
line-height: 1.5em; line-height: 1em;
font-weight: bold; font-weight: bold;
} }
.option-set dt label { .option-set dt label { padding-top: .2em }
padding-top: .2em;
.option-list dd label {
position: relative;
vertical-align: middle;
display: flex
} }
.option-set dd { .option-set dd {
margin-left: 35%; margin-left: 35%;
margin-top: -1.7em; bottom: 1.24em;
line-height: 1.5em; line-height: 1.5em;
position: relative
} }
.option-set dd p { margin: 0 }
.option-set dd p { .option-set dd p.text {
margin: 0; display: inline;
vertical-align: middle
} }
.option-list dd code {
.option-set dd input{ position: relative;
margin-bottom: .2em; font-size: 1em
} }
.textinput, .bigtextinput, .smalltextinput { .option-set dd input{ margin-bottom: .2em }
padding: .5em;
}
.textinput:focus, .bigtextinput:focus, .smalltextinput:focus { .textinput, .bigtextinput, .smalltextinput { padding: .1em }
font-weight: bold;
} .textinput:focus, .bigtextinput:focus, .smalltextinput:focus { font-weight: bold }
.widetextinput { .widetextinput {
width: 99%; width: 99%;
font-size: 1.3em; font-size: 1.3em;
color: #333333; color: #333333
} }
.option-set input.textinput , .option-set input.textinput ,
.option-set select.textinput { .option-set select.textinput { width: 20em }
width: 20em;
}
.option-set input.bigtextinput { width: 30em }
.option-set input.bigtextinput { .option-set input.smalltextinput { width: 5em }
width: 30em;
}
.option-set input.smalltextinput {
width: 5em;
}
/* ===== SPECIAL HOVERS ====== */ /* ===== SPECIAL HOVERS ====== */
a.link-disable, a.link-disable,
a.link-delete, a.link-delete,
a.link-enable, a.link-enable,
a.link-general { a.link-general {
padding: .9em; padding: .9em
} }
td.main-cell a.link-general { display: block } td.main-cell a.link-general { display: block }
a.link-disable:hover, a.link-delete:hover { a.link-disable:hover, a.link-delete:hover {
background-color: red; background-color: red;
color: white; color: white
} }
a.link-enable:hover { a.link-enable:hover {
background-color: green; background-color: green;
color: white; color: white
} }
a.link-general:hover, .main-cell a:hover { a.link-general:hover, .main-cell a:hover {
background-color: #aaa; background-color: #aaa;
color: black; color: black
} }
/* ===== NOTIFICATIONS ===== */ /* ===== NOTIFICATIONS ===== */
.hint { .hint { cursor: help }
cursor: help;
}
.draft { background-color: #333 } .draft { background-color: #333 }
/* (already defined in common, here we put just some tuning settings) */ /* (already defined in common, here we put just some tuning settings) */
#admin-content ul.msgs { #admin-content ul.msgs { margin: 0 }
margin:0;
}
form { form { margin: auto }
margin: auto;
}

View File

@ -10,12 +10,11 @@ Author: NoWhereMan & drudo
Version: 0.2 Version: 0.2
Module: style.css Module: style.css
last change: 2022-03-17 last change: 2023-11-01
*/ */
/* ===== COLUMN ===== */ /* ===== COLUMN ===== */
#column { #column {
float: right; float: right;
@ -24,13 +23,12 @@ last change: 2022-03-17
font-size: 75%; font-size: 75%;
height:1%; height:1%;
margin: 1em; margin: 1em;
padding: 0.7em; padding: 0.7em
/* border-left: solid 1px #ccc; */
} }
#column h4 { #column h4 {
/* Titles of the sections */ /* Titles of the sections */
margin-bottom: .5em; margin-bottom: .5em
} }
#column p, #column div { margin: 10px 5px } #column p, #column div { margin: 10px 5px }
@ -55,10 +53,14 @@ last change: 2022-03-17
The following definitions take care of the Calendar plugin The following definitions take care of the Calendar plugin
======================================================= */ ======================================================= */
#widget_calendar table.calendar {
font-size: 85%
}
.calendar { .calendar {
margin: 0; margin: 0;
padding: 0 0 2em 0; padding: 0 0 2em 0;
font-size: 80%; font-size: 80%
} }
.calendar-month { .calendar-month {
@ -67,24 +69,24 @@ The following definitions take care of the Calendar plugin
color: #333; color: #333;
background-color: transparent; background-color: transparent;
font-weight: bold; font-weight: bold;
border-bottom: 0.1em solid #333; border-bottom: 0.1em solid #333
} }
.calendar th { .calendar th {
padding: 0.4em; padding: 0.4em;
color: #fff; color: #fff;
background-color: #c37576; background-color: #c37576
} }
.calendar td { .calendar td {
padding: 0.4em; padding: 0.4em;
text-align: center; text-align: center
} }
.current-day { .current-day {
color: #333; color: #333;
background-color: transparent; background-color: transparent;
border: 2px solid #c37576; border: 2px solid #c37576
} }
/* ======================================================= /* =======================================================
End of Calendar plugin End of Calendar plugin

View File

@ -10,16 +10,15 @@ Author: NoWhereMan & drudo
Version: 0.2 Version: 0.2
Module: common.css Module: common.css
last change: 2022-03-13 last change: 2023-11-01
*/ */
/* ===== GENERAL (redefinition HTML tag) ===== */ /* ===== GENERAL (redefinition HTML tag) ===== */
html { html {
font-size: 85%; font-size: 85%;
font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif; font-family: "Lucida Grande", "Trebuchet MS", arial, Helvetica, sans-serif;
margin: 0; margin: 0;
padding: 0 padding: 0
} }
@ -28,7 +27,7 @@ body {
font-size: 100%; font-size: 100%;
padding: 0; padding: 0;
/* text-align: center; */ /* text-align: center; */
background: white url(../imgs/backshade.png) repeat-x; background: white url('../imgs/backshade.png') repeat-x;
color: black; color: black;
width: 100% width: 100%
} }
@ -42,7 +41,7 @@ img { border: none }
/* Responsive Design img */ /* Responsive Design img */
img { img {
max-width: 100%; max-width: 100%;
height: auto; height: auto
} }
/* /*
@ -59,14 +58,12 @@ img {
.img-gallery img { .img-gallery img {
display: inline; display: inline;
margin: 0.4em; margin: 0.4em
} }
/* Plugin: QuickGallery */ /* Plugin: QuickGallery */
.img-gallery img .center { .img-gallery img .center { display: inline }
display: inline;
}
blockquote { blockquote {
width: 90%; width: 90%;
@ -77,24 +74,21 @@ blockquote {
} }
pre, code { pre, code {
font-family: Lucida Console, Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size: 90%; font-size: 90%
} }
pre { pre {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
background-color: #efefef; background-color: #efefef;
overflow: auto; overflow: auto;
width: 90%; width: 90%;
margin: 1em 1em 2em 1em; margin: 1em 1em 2em 1em;
padding: 1em 0.5em; padding: 1em 0.5em;
/* fix overflow in IE */
min-height: 40px; min-height: 40px;
height: auto !important; height: auto !important;
height: 40px; height: 40px
} }
ul, li, ol { margin: 0; padding: 0 } ul, li, ol { margin: 0; padding: 0 }
@ -128,14 +122,13 @@ input:hover, input:focus, textarea:hover, textarea:focus {
textarea { textarea {
font-size: 100%; font-size: 100%;
font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif; font-family: "Lucida Grande", "Trebuchet MS", arial, Helvetica, sans-serif;
width: 99%; width: 99%;
margin-top: .1em; margin-top: .1em;
margin-bottom: 1em margin-bottom: 1em
} }
/* ===== LINKS GENERAL ===== */ /* ===== LINKS GENERAL ===== */
a:link, a:visited { a:link, a:visited {
color: #aa4142; color: #aa4142;
@ -149,7 +142,6 @@ a:hover {
} }
/* ===== HEADERS TAGS ===== */ /* ===== HEADERS TAGS ===== */
h1 { h1 {
/* Title of the blog */ /* Title of the blog */
@ -160,54 +152,44 @@ h1 {
h2 { h2 {
/* Titles of the entry */ /* Titles of the entry */
font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif; font-family: "book antiqua", georgia, garamond, times, "times new roman", serif;
font-style: italic; font-style: italic;
font-size: 1.5em; font-size: 1.5em;
color: #333333; color: #333333;
margin: 0; margin: 0;
padding: 1em 0 1em 0; padding: 1em 0 1em 0
} }
h3 { h3 {
margin: 0; margin: 0;
font-size: 1.3em; font-size: 1.3em;
padding: 1em 0 1em 0; padding: 1em 0 0.2em 0
} }
h4 { font-size: 1.2em; } h4 { font-size: 1.2em }
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container { #body-container {
text-align: left; text-align: left;
/*width: 760px !important;
width: 748px; /* fix for I.E. */
width: 85%; width: 85%;
margin: 0 auto; margin: 0 auto;
max-width: 68em; max-width: 68em;
/* padding: 5px; */
padding: 0.3em; padding: 0.3em;
border: solid 1px #ccc; border: solid 1px #ccc;
background-color: white background-color: white
} }
/* ===== HEAD ===== */ /* ===== HEAD ===== */
#head { #head {
clear: both; clear: both;
font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif; font-family: "book antiqua", georgia, garamond, times, "times new roman", serif;
/* padding: 95px 10px 5px 5px;
margin: 10px;
background: #c37676 url('../imgs/shade.png') repeat-x;
border: #bbb 1px solid */
margin: 1em; margin: 1em;
padding: 7em 0.6em 0.5em 0.5em; padding: 7em 0.6em 0.5em 0.5em;
border-radius: 1em; border-radius: 1em;
border: 0; border: 0;
background-image: linear-gradient( #aa4142, #c37576); background-image: linear-gradient( #aa4142, #c37576)
/* background: #aa4142 */
} }
#head a { color: white; text-decoration: none } #head a { color: white; text-decoration: none }
@ -221,36 +203,24 @@ h4 { font-size: 1.2em; }
} }
/* ===== DIV CONTAINER "MAIN" ===== */ /* ===== DIV CONTAINER "MAIN" ===== */
#outer-container { #outer-container {
/* position: relative;
height: 1%;
margin: 0px;
padding: 0px;
border-top: 1px solid white; /* problem with I.E. */
width: 100%; width: 100%;
background-color: white background-color: white
} }
/* ===== MAIN ===== */ /* ===== MAIN ===== */
#main h4 { margin: 2em 0 0 0} #main h4 { margin: 2em 0 0 0}
#main { #main {
float: left; float: left;
/* position: relative;
width: 508px !important;
width: 478px; */
width: 62%; width: 62%;
font-size: 100%; font-size: 100%;
margin: 1em; margin: 1em
} }
#main p { line-height: 1.5em; margin-top: 1.2em; } #main p { line-height: 1.5em; margin-top: 1.2em }
/* #main img { margin: 0.5em } */
#main img.emoticon { margin: 0; padding: 0 } #main img.emoticon { margin: 0; padding: 0 }
@ -278,7 +248,7 @@ h4 { font-size: 1.2em; }
/* === Class of main block === */ /* === Class of main block === */
h6.date { h6.date {
font-size: 80%; font-size: 80%;
color: #aaa; color: #aaa
} }
.date { /* date under titles of the entry */ .date { /* date under titles of the entry */
@ -292,11 +262,11 @@ h4 { font-size: 1.2em; }
.entry { .entry {
margin: 0 0 1.5em 0; margin: 0 0 1.5em 0;
padding: 0; padding: 0;
overflow: auto; /* floating images fix IE<7*/ overflow: auto
} }
#main>.entry { #main>.entry { /* rest of the world :) */
overflow: hidden; /* rest of the world :) */ overflow: hidden
} }
/* end of .entry */ /* end of .entry */
@ -305,17 +275,14 @@ h4 { font-size: 1.2em; }
font-size: 80%; font-size: 80%;
color: gray; color: gray;
margin: 2em 0 .5em 0; margin: 2em 0 .5em 0;
text-align: right; text-align: right
}
.entry-footer li {
display: block;
} }
.entry-footer li { display: block }
.admincontrols { /* [edit] and [delete] */ .admincontrols { /* [edit] and [delete] */
font-size: 80%; font-size: 80%;
text-align: right; text-align: right
} }
.buttonbar { text-align: center } .buttonbar { text-align: center }
@ -331,9 +298,7 @@ h4 { font-size: 1.2em; }
margin-bottom: 5em margin-bottom: 5em
} }
form#search ul { form#search ul { list-style-type: none }
list-style-type: none;
}
/* ===== FOOTER ===== */ /* ===== FOOTER ===== */

View File

@ -11,8 +11,6 @@ Version: 0.1
Module: globals.css Module: globals.css
*/ */
.alignleft { float: left } .alignleft { float: left }
.alignright { float: right } .alignright { float: right }
@ -21,7 +19,7 @@ Module: globals.css
#main ul.msgs, ul.msgs { #main ul.msgs, ul.msgs {
margin: 0; margin: 0;
padding: 1em 2em; padding: 1em 2em;
list-style-type: none; list-style-type: none
} }
.errors { .errors {
@ -50,7 +48,7 @@ Module: globals.css
border-top: 1px solid; border-top: 1px solid;
border-bottom: 1px solid; border-bottom: 1px solid;
border-color: #f8e674; border-color: #f8e674;
background: #fffdd5; background: #fffdd5
} }

View File

@ -10,46 +10,43 @@ Author: NoWhereMan & drudo
Version: 0.2 Version: 0.2
Module: style.css Module: style.css
last change: 2022-03-12 last change: 2023-11-01
*/ */
/* imports common style ruleset */ /* imports common style ruleset */
@import url(common.css); @import url('common.css');
@import url(globals.css); @import url('globals.css');
/* imports column (where widgets usually go) rules */ /* imports column (where widgets usually go) rules */
@import url(column.css); @import url('column.css');
/* defines rules specific to the front page */ /* defines rules specific to the front page */
body { margin: 80px 0 0 0 } body { margin: 80px 0 10px 0 }
#comments li.comment-admin { #comments li.comment-admin { padding: 1em }
padding:1em
}
#comments li.comment-admin strong.comment-name { font-size: 140% } #comments li.comment-admin strong.comment-name { font-size: 140% }
#widget-searchbox form { #widget-searchbox div.buttonbar {
/* text-align: center; */ margin: 10px -5px;
text-align: left
} }
/* 800er Bildschirme zum Beispiel iPad Hochformat */ /* 800er Bildschirme zum Beispiel iPad Hochformat */
@media only screen and (max-width: 768px) { @media (max-width: 768px) {
#main { #main {
width: 100%; width: 97%;
margin: 0; margin: 0;
padding: 1em 0.5em 0 0.5em; padding: 1em 0.5em 0 0.5em
} }
#main ul.entry-footer { #main ul.entry-footer {
margin: 0; margin: 0;
padding: 2em 0 1em 0 ; padding: 2em 0 1em 0 ;
width: 98%; width: 98%;
text-align: right; text-align: right
} }
#column { #column {
@ -57,48 +54,61 @@ body { margin: 80px 0 0 0 }
font-size: 80%; font-size: 80%;
margin: 0; margin: 0;
padding: 1em 0.5em 2em 0.5em; padding: 1em 0.5em 2em 0.5em;
/* border: 1px solid red; */ overflow: auto;
overflow: auto; /* shit, bei 84% Bildbreite wird es eng! */ 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 */ /* Kleinbildschirme */
@media only screen and (max-width: 480px) { @media (max-width: 480px) {
body { body {
margin: 1px 0 0 0; margin: 1px 0 0 0;
padding: 0; padding: 0;
width: 100%; width: 100%
} }
#body-container { #body-container {
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
width: 96%; width: 96%;
border: none; border: none
} }
#head { #head {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%
} }
h1 { h1 {
margin: 0; margin: 0;
padding: 0.5em 0 0 0.2em; padding: 0.5em 0 0 0.2em
} }
.subtitle { .subtitle {
margin: 0; margin: 0;
padding: 0.5em 0.5em 1em 0.5em; padding: 0.5em 0.5em 1em 0.5em
} }
#main { #main {
margin: 0; margin: 0;
padding: 1em 0.4em 0 0; padding: 1em 0.4em 0 0;
width: 100%; width: 100%
} }
.entry { .entry {
@ -110,19 +120,17 @@ h1 {
margin: 0; margin: 0;
padding: 2em 0 1em 0; padding: 2em 0 1em 0;
width: 98%; width: 98%;
text-align: right; text-align: right
} }
#main pre { #main pre {
margin: 0; margin: 0;
padding: 0 0 0 1.5em; padding: 0 0 0 1.5em
} }
#column { #column {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%
} }
} }