Update of /cvsroot/php-blog/serendipity/templates/mt-georgiablue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv512/mt-georgiablue
Modified Files:
info.txt style.css
Added Files:
preview.png
Log Message:
Commit (hopefully correctly, this time) new versions of mt2 themes.
--- NEW FILE: preview.png ---
(This appears to be a binary file; contents omitted.)
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-georgiablue/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- style.css 26 Apr 2004 10:33:23 -0000 1.7
+++ style.css 16 Jul 2004 00:45:57 -0000 1.8
@@ -1,16 +1,11 @@
/* HTML Elements */
body {
- background: #ffffff;
- margin: 0px 0px 10px 0px;
-}
-
-a {
- color: #999966;
- font-weight: bold;
- text-decoration: none;
+ color: #333;
+ background: white;
}
+a,
a:link,
a:visited {
color: #999966;
@@ -19,39 +14,44 @@
a:active,
a:hover {
- color: #99cc66;
+ color: #99CC66;
}
h3, h4 {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
/* Banner */
#serendipity_banner {
- border-bottom: 1px dotted #ffffff;
- border-top: 3px solid #99ccff;
+ font-family: verdana, arial, sans-serif;
+ border-bottom: thin dotted white;
+ border-top: medium solid #99CCFF;
background: #336699;
- font-family: Verdana, Arial, sans-serif;
padding: 15px;
- text-transform: uppercase;
- letter-spacing: .2em;
+ letter-spacing: 0.2em;
}
+a.homelink1,
+a.homelink1:hover,
+a.homelink1:link,
+a.homelink1:visited,
#serendipity_banner h1 {
- color: #ffffff;
- font-size: x-large;
+ color: white;
text-decoration: none;
+ font-size: x-large;
}
+a.homelink2,
+a.homelink2:hover,
+a.homelink2:link,
+a.homelink2:visited,
#serendipity_banner h2 {
- color: #99ccff;
- font-size: x-small;
- font-weight: bold;
- background: #336699;
- text-transform: none;
- letter-spacing: none;
+ font-size: x-large;
+ text-decoration: none;
+ color: #99CCFF;
+ font-size: small;
}
/* Calendar */
@@ -60,56 +60,64 @@
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
+ color: #666;
+ font-size: x-small;
}
table.serendipity_calendar td {
+ line-height: 140%;
+ font-size: x-small;
}
td.serendipity_weekDayName {
+ font-size: x-small;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
+ font-family: verdana, arial, sans-serif;
+ color: #003366;
+ font-size: x-small;
+ text-decoration: none;
+ font-weight: bold;
}
/* Sidebars */
#serendipityLeftSideBar,
#serendipityRightSideBar {
- background: #ffffff;
display: block;
+ padding: 10px;
vertical-align: top;
}
-#serendipityLeftSideBar,
- padding-right: 15px;
-}
-
-#serendipityRightSideBar,
- padding-left: 15px;
-}
-
.serendipitySideBarTitle {
- background: #eeeeee;
- color: #666666;
+ font-family: verdana, arial, sans-serif;
+ color: #666;
font-size: x-small;
font-weight: bold;
- letter-spacing: .2em;
+ background-color: #eee;
line-height: 140%;
- margin-top: 10px;
- padding: 2px;
- text-align: center;
+ padding: 0.2em;
+ letter-spacing: 0.2em;
text-transform: uppercase;
+ text-align: center;
}
div.serendipitySideBarItem {
- background: #ffffff;
- color: #333333;
+ font-family: verdana, arial, sans-serif;
+ color: #333;
font-size: x-small;
font-weight: normal;
- line-height: 140%;
- padding: 2px;
+ margin-bottom: 1em;
+ padding-bottom: 1em;
+}
+
+.serendipitySideBarContent {
+ padding-top: 0.5em;
+ padding-left: 0.7em;
+ padding-right: 0.7em;
}
/* Entries */
@@ -118,34 +126,68 @@
}
.serendipity_date {
+ font-family: georgia, verdana, arial, sans-serif;
+ font-size: small;
+ color: #666;
+ border: thin #999 solid;
+ padding: 0.5em;
+ margin-bottom: 1em;
+ padding-left: 1em;
}
.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 {
+ font-family: verdana, arial;
+ color: #003366;
+ font-weight: bold;
+ font-size: small;
+ text-transform: uppercase;
+ text-decoration: none;
+ padding-left: 0.7em;
}
.serendipity_entry,
.serendipity_admin {
+ font-size: small;
+ font-weight: normal;
+ line-height: 140%;
+ padding: 1em;
+ padding-left: 1.5em;
}
div.serendipity_entryFooter {
+ padding-top: 1em;
+ color: #003366;
clear: both;
-}
-
-img.serendipity_entryIcon {
- float: right;
- border: 0px;
+ 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 */
@@ -158,3 +200,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: #eee;
+}
+
+.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-georgiablue/info.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- info.txt 18 Feb 2004 08:30:23 -0000 1.1
+++ info.txt 16 Jul 2004 00:45:57 -0000 1.2
@@ -1,3 +1,3 @@
Name: mt-georgiablue
-Author: Sebastian Bergmann
-Date: 17/02/2004
+Author: Evan Nemerson
+Date: 29/06/2004
|