]> git.mjollnir.org Git - s9y.git/commitdiff
Customized idea for latest plugin changes.
authoryellowled <yellowled>
Wed, 16 Apr 2008 11:14:21 +0000 (11:14 +0000)
committeryellowled <yellowled>
Wed, 16 Apr 2008 11:14:21 +0000 (11:14 +0000)
templates/idea/style.css

index 9ad4f24bdc5b1ce5d28fdc8d2ff3153c40570ba5..6e9e9287ec75123e8e7d0e1b4a9e7fa18d9cb385 100644 (file)
@@ -389,3 +389,39 @@ img.serendipity_entryIcon {
   border-left: double #669999 thick;
   color: #669999;
 }
+
+
+/*** 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                                   ***/