Update of /cvsroot/php-blog/serendipity/templates/mt-clean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17577/mt-gettysburg
Modified Files:
style.css info.txt
Added Files:
preview.png
Removed Files:
inactive.txt
Log Message:
Import new versions of mt-clean, mt-georgiablue, mt-gettysburg, mt-plainjane, and mt-rusty.
--- NEW FILE: preview.png ---
(This appears to be a binary file; contents omitted.)
--- inactive.txt DELETED ---
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-clean/style.css,v
retrieving revision 1.6
retrieving revision 1.9
diff -u -d -r1.6 -r1.9
--- style.css 26 Apr 2004 10:33:22 -0000 1.6
+++ style.css 15 Jul 2004 20:29:23 -0000 1.9
@@ -1,45 +1,67 @@
/* HTML Elements */
body {
- background: #ffffff;
- margin: 0px 0px 20px 0px;
+ color: #333;
+ background: #eee;
+}
+
+#mainpane {
+ margin-left: 1em;
+ margin-bottom: 1em;
+ margin-right: 1em;
+ background: white;
}
a,
a:link,
a:visited {
+ text-decoration: none;
color: #003366;
- text-decoration: underline;
}
a:active,
a:hover {
- color: #999999;
+ color: #FFCC66;
}
h3, h4 {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
/* Banner */
#serendipity_banner {
- border-top: 4px double #666666;
- color: #333333;
+ margin-left: 1em;
+ margin-top: 1em;
+ margin-right: 1em;
+ font-family: georgia, verdana, arial, sans-serif;
+ border-left: thin white solid;
+ border-top: thin white solid;
+ border-right: thin white solid;
+ background: #003366;
padding: 15px;
}
+a.homelink1,
+a.homelink1:hover,
+a.homelink1:link,
+a.homelink1:visited,
#serendipity_banner h1 {
- font-family: Palatino, Georgia, Verdana, Arial, sans-serif;
- font-size: x-large;
- font-weight: normal;
+ text-decoration: none;
+ color: white;
+ font-size: xx-large;
}
+a.homelink2,
+a.homelink2:hover,
+a.homelink2:link,
+a.homelink2:visited,
#serendipity_banner h2 {
- font-family: Palatino, Georgia, Times New Roman, serif;
+ font-size: x-large;
+ text-decoration: none;
+ color: white;
font-size: small;
- text-transform: none;
}
/* Calendar */
@@ -48,84 +70,132 @@
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
+ color: #003366;
+ font-size: x-small;
}
table.serendipity_calendar td {
+ color: white;
+ line-height: 140%;
+ font-size: x-small;
}
td.serendipity_weekDayName {
+ color: white;
+ font-size: x-small;
+ font-weight: bold;
+ line-height: 140%;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
+ color: white;
+ font-family: verdana, arial, sans-serif;
+ font-size: x-small;
+ font-weight: bold;
+ line-height: 140%;
}
/* Sidebars */
#serendipityLeftSideBar,
#serendipityRightSideBar {
- border: 1px solid #ffffff;
- display: block;
- padding: 15px;
vertical-align: top;
- width: 200px;
+ background: #999;
+ font-family: verdana, arial, sans-serif;
+ color: #333;
}
.serendipitySideBarTitle {
- color: #666600;
- font-family: Palatino, Georgia, Times New Roman, serif;
+ color: white;
font-size: small;
- font-weight: normal;
- letter-spacing: .3em;
- margin-top: 30px;
- padding: 2px;
- text-transform: uppercase;
+ font-family: georgia, verdana, arial, sans-serif;
+ border-bottom: thin white dotted;
+ text-align: center;
}
div.serendipitySideBarItem {
- color: #333333;
- font-family: Verdana, Arial, sans-serif;
+ font-family: palatino, georgia, times new roman, serif;
+ color: #333;
font-size: x-small;
font-weight: normal;
- line-height: 140%;
- padding: 2px;
+ margin-bottom: 1em;
+ padding-bottom: 1em;
+}
+
+.serendipitySideBarContent {
+ padding: 0.7em;
}
/* Entries */
div.serendipity_Entry_Date {
+ margin: 10px;
+ padding: 10px;
+ width: auto;
}
.serendipity_date {
+ font-family: georgia, verdana, arial, sans-serif;
+ font-size: small;
+ color: #666;
+ border-bottom: 1px solid #999;
+ margin-top: 10px;
+ font-weight: bold;
}
.serendipity_title,
-.serendipity_Admin_title {
+.serendipity_title a,
+.serendipity_title a:hover,
+.serendipity_title a:link,
+.serendipity_title a:visited,
+.serendipity_Admin_title,
+.serendipity_Admin_title a,
+.serendipity_Admin_title a:hover,
+.serendipity_Admin_title a:link,
+.serendipity_Admin_title a:visited {
+ padding-top: 1em;
+ padding-bottom: 1em;
+ font-family: verdana, arial, sans-serif;
+ color: black;
+ font-size: small;
+ text-decoration: none;
+ text-transform: uppercase;
}
.serendipity_entry,
.serendipity_admin {
+ font-size: small;
+ font-weight: normal;
+ line-height: 140%;
}
div.serendipity_entryFooter {
clear: both;
-}
-
-img.serendipity_entryIcon {
- float: right;
- border: 0px;
+ color: black;
+ padding-top: 1em;
+ font-size: x-small;
}
/* Comments */
.serendipity_comment {
+ border-bottom: 1px dotted #999;
+ font-size: small;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding: 3px;
}
.serendipity_commentsLabel {
+ font-size: small;
}
.serendipity_commentsTitle {
+ font-size: normal;
+ font-weight: bold;
+ text-transform: uppercase;
}
/* Admin */
@@ -138,3 +208,70 @@
#content {
width: 100%;
}
+
+/** Embedded images with the s9y image manager **/
+.serendipity_imageComment_center,
+.serendipity_imageComment_left,
+.serendipity_imageComment_right {
+ border: 1px solid black;
+ background-color: #EFEFEF;
+ margin: 3px;
+}
+
+.serendipity_imageComment_center {
+ margin: 0px;
+}
+
+.serendipity_imageComment_left {
+ float: left;
+}
+
+.serendipity_imageComment_right {
+ float: right;
+}
+
+.serendipity_imageComment_img,
+.serendipity_imageComment_img img {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+}
+
+.serendipity_imageComment_txt {
+ margin: 0px;
+ padding: 3px;
+ clear: both;
+ font-size: 9pt;
+}
+
+img.serendipity_entryIcon {
+ float: right;
+ border: 0px;
+}
+
+.serendipity_imageCommentClosing_center {
+ clear: both;
+ display: block;
+}
+
+.serendipity_admin_list_item_even {
+ background-color: #ffffff;
+}
+
+.serendipity_admin_list_item_uneven {
+ background-color: #E0E0E0;
+}
+
+.serendipity_admin_filters,
+.serendipity_admin_filters input,
+.serendipity_admin_filters select {
+}
+
+.serendipity_comments {
+}
+
+.serendipity_center {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
\ No newline at end of file
Index: info.txt
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-clean/info.txt,v
retrieving revision 1.1
retrieving revision 1.4
diff -u -d -r1.1 -r1.4
--- info.txt 18 Feb 2004 08:30:22 -0000 1.1
+++ info.txt 15 Jul 2004 20:29:23 -0000 1.4
@@ -1,3 +1,3 @@
-Name: mt-clean
-Author: Sebastian Bergmann
-Date: 17/02/2004
+Name: mt-gettysburg
+Author: Evan Nemerson
+Date: 29/06/2004
|