From b48e622b08301d84af417c82f8d745fbea525c5c Mon Sep 17 00:00:00 2001 From: yellowled Date: Wed, 16 Apr 2008 11:35:51 +0000 Subject: [PATCH] Customized mt3-chalkboard for latest plugin changes. --- templates/mt3-chalkboard/style.css | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/templates/mt3-chalkboard/style.css b/templates/mt3-chalkboard/style.css index 87883eb..eebf50c 100644 --- a/templates/mt3-chalkboard/style.css +++ b/templates/mt3-chalkboard/style.css @@ -431,3 +431,39 @@ td.serendipity_admin_list_item { .serendipity_comment_author_self { border-right: 1px solid #6699CC; } + + +/*** Additional plugin styles needed for the modernized output code ***/ +/*** added by Matthias 'YellowLed' Mees ***/ + +.container_serendipity_archives_plugin ul, +.container_serendipity_syndication_plugin ul, +.container_serendipity_authors_plugin ul, +.container_serendipity_plugin_entrylinks ul { + list-style: none; + padding-left: 0; +} + +.container_serendipity_authors_plugin .serendipitySideBarContent div { + margin: 5px 0; + padding-left: 0; +} + +.serendipity_history_author { font-weight: bolder; } + +.serendipity_history_intro, +.serendipity_history_info { margin-bottom: 3px; } + +.serendipity_history_body { margin-bottom: 10px; } + +.serendipity_recententries_entrylink { margin-bottom: 2px; } + +.serendipity_recententries_entrydate { margin: 0 0 4px 0; } + +.plugin_comment_body { padding: 3px 0; } + +.serendipity_shoutbox_date { margin: 5px 0 2px 0; } + +.serendipity_shoutbox_comment { padding: 3px 0; } + +/*** End Additional plugin styles ***/ -- 2.39.5