]> git.mjollnir.org Git - s9y.git/commitdiff
Customized kubrick for latest plugin changes. This one needs more tweaking later.
authoryellowled <yellowled>
Wed, 16 Apr 2008 11:20:30 +0000 (11:20 +0000)
committeryellowled <yellowled>
Wed, 16 Apr 2008 11:20:30 +0000 (11:20 +0000)
templates/kubrick/style.css

index a1bbb77a7496c0761b42edea4c40ebe62862fcf8..9a026c1a99f1ea08aec2d5fd50d1414ea24cd2c1 100644 (file)
@@ -55,7 +55,7 @@ img.categoryIcon {
     width: 90%;
 }
 
-.widecolumn .entry p {
+.widecolumn .entry div {
     font-size: 1.05em;
     }
 
@@ -123,7 +123,7 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
     text-decoration: none;
     }
 
-.entry p a:visited {
+.entry div a:visited {
     color: #b85b5a;
     }
 
@@ -319,7 +319,7 @@ h3.comments {
 
 
 /* Begin Images */
-p img {
+div img {
     padding: 0;
     max-width: 100%;
     }
@@ -617,3 +617,39 @@ a img {
 /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
     It won't be a stylish marriage, I can't afford a carriage.
     But you'll look sweet upon the seat of a bicycle built for two." */
+
+
+/*** 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                                   ***/