Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv26947
Modified Files:
jBlog.css
Log Message:
Add width:100% to .jBlog_entry to fix formatting of wide entries. Also clean up WS issues.
Index: jBlog.css
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jBlog.css 14 Mar 2003 04:51:35 -0000 1.4
+++ jBlog.css 15 Mar 2003 07:52:45 -0000 1.5
@@ -1,219 +1,220 @@
-#mainpane {
- width: 100%;
-}
-
-#content {
- width: auto;
-
-}
-
-#jBlogRightSideBar {
- width: 250px;
- background-color: white;
- border-left: 1px dashed #4068ab;
- border-bottom: 1px dashed #4068ab;
- padding: 20px;
-vertical-align: top;
-}
-
-#jBlogLeftSideBar {
- width: 250px;
- background-color: white;
- border-right: 1px dashed #4068ab;
- border-bottom: 1px dashed #4068ab;
- padding: 20px;
-vertical-align: top;
-}
-
-BODY {
- margin: 0px;
- background-color: white;
- font-size: 10px;
- font-family: verdana, arial, helvetica, sans-serif;
- height: 8.5in;
-}
-
-P, TD, TH, DIV, SPAN {
- font-family: verdana, arial, helvetica, sans-serif;
-}
-
-#jBlog_banner {
- height: 72px;
- background-color: #6666CC;
- width: 100%;
- border-top: solid 4px #8080ff;
- border-bottom: dashed 1px #000080;
-}
-
-#jBlog_banner h1 {
- color: white;
- font-size: 28px;
- padding-left: 5px;
-margin: 0px;
-}
-
-#jBlog_banner h2 {
- font-size: 18px;
- color: #e0e0e0;
- padding-left: 5px;
- padding-bottom: 10px;
-margin: 0px;
-}
-
-
-.jBlog_title {
- font-size: 20px;
- color: #1a3c5a;
- font-weight: bold;
- border: 1px;
- padding-left: 20px;
- margin-bottom: 8px;
- margin-top: 8px;
-}
-
-.jBlog_entry {
- color: #404040;
- font-size: 13px;
- padding-left: 20px;
- padding-right: 20px;
- padding-bottom: 10px;
- display: block;
-}
-
-div.jBlog_Entry_Date {
- border: 1px dashed #d0d0d0;
- padding: 10px;
- margin: 10px;
- width: auto;
-}
-
-.jBlog_date {
- text-align: right;
- display: block;
- width: 100%;
- color: #000080;
- font-size: 18px;
- font-weight: bold;
-}
-
-.jBlog_commentsTitle {
- display: block;
- background-color: #f2f4f6;
- width: 100%;
- border: 0px;
- color: #404040;
- font-size: 16px;
- padding-left:8px;
-}
-
-.jBlog_time {
- display: block;
- margin-top: 8px;
- font-size: 12px;
- font-weight: bold;
-}
-
-TD.jBlog_commentsLabel {
- font-size: 12px;
- font-weight: bold;
- width: 10%;
- vertical-align: top;
-}
-
-TD.jBlog_comment {
- padding-left:8px;
- font-size: 13px;
- margin-bottom: 12px;
- color: #404040;
-}
-
-.jBlog_comment_source {
- margin-top: 5px;
-}
-
-TD.jBlogEntriesBox {
- background-color: #ffffff;
- padding: 10px;
- margin: 10px;
-}
-
-TD.jBlog_admin {
- padding: 10px;
-}
-
-A {
- font-size: 13px;
- color: #8080FF;
- font-weight: bold;
- text-decoration: none;
-}
-
-A:hover {
- text-decoration: underline;
-}
-
-TABLE.jBlog_calendar TD {
- font-size:11px;
- padding: 3px;
-}
-TABLE.jBlog_calendar A {
- font-weight: bold;
- text-decoration:none;
-}
-
-TABLE.jBlog_calendar A:hover {
- text-decoration:underline;
-}
-
-TD.jBlog_weekDayName {
- background-color: #FFFFFF;
- font-size:11px;
- font-weight:bold;
-}
-
-div.jBlogPlug, div.jBlogPlug A {
- font-size: 11px;
-}
-
-/* Container for each item on the side bar */
-div.jBlogSideBarItem {
- padding-bottom: 12px;
- margin-bottom: 12px;
- border-bottom: solid 1px #d0d0d0;
-}
-
-/* title of an individual item */
-div.jBlogSideBarTitle {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 8px;
-}
-
-img.jBlogImageButton {
- cursor: hand;
-}
-
-td.jBlogSideBar {
- width: 180px;
- background-color: #ffffff;
- padding: 10px;
- border-right: 1px dashed #4068ab;
- border-bottom: 1px dashed #4068ab;
-}
-
-div.jBlog_admin_title {
- font-size: 22px;
- font-weight: bold;
- margin-bottom: 12px;
-}
-
-div.jBlog_admin_list_title {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 8px;
-}
-
-td.jBlog_admin_list_item {
- padding: 15px;
- border: dotted 1px #d0d0d0;
-}
+#mainpane {
+ width: 100%;
+}
+
+#content {
+ width: auto;
+
+}
+
+#jBlogRightSideBar {
+ width: 250px;
+ background-color: white;
+ border-left: 1px dashed #4068ab;
+ border-bottom: 1px dashed #4068ab;
+ padding: 20px;
+ vertical-align: top;
+}
+
+#jBlogLeftSideBar {
+ width: 250px;
+ background-color: white;
+ border-right: 1px dashed #4068ab;
+ border-bottom: 1px dashed #4068ab;
+ padding: 20px;
+ vertical-align: top;
+}
+
+BODY {
+ margin: 0px;
+ background-color: white;
+ font-size: 10px;
+ font-family: verdana, arial, helvetica, sans-serif;
+ height: 8.5in;
+}
+
+P, TD, TH, DIV, SPAN {
+ font-family: verdana, arial, helvetica, sans-serif;
+}
+
+#jBlog_banner {
+ height: 72px;
+ background-color: #6666CC;
+ width: 100%;
+ border-top: solid 4px #8080ff;
+ border-bottom: dashed 1px #000080;
+}
+
+#jBlog_banner h1 {
+ color: white;
+ font-size: 28px;
+ padding-left: 5px;
+ margin: 0px;
+}
+
+#jBlog_banner h2 {
+ font-size: 18px;
+ color: #e0e0e0;
+ padding-left: 5px;
+ padding-bottom: 10px;
+ margin: 0px;
+}
+
+
+.jBlog_title {
+ font-size: 20px;
+ color: #1a3c5a;
+ font-weight: bold;
+ border: 1px;
+ padding-left: 20px;
+ margin-bottom: 8px;
+ margin-top: 8px;
+}
+
+.jBlog_entry {
+ color: #404040;
+ font-size: 13px;
+ padding-left: 20px;
+ padding-right: 20px;
+ padding-bottom: 10px;
+ display: block;
+ width: 100%;
+}
+
+div.jBlog_Entry_Date {
+ border: 1px dashed #d0d0d0;
+ padding: 10px;
+ margin: 10px;
+ width: auto;
+}
+
+.jBlog_date {
+ text-align: right;
+ display: block;
+ width: 100%;
+ color: #000080;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.jBlog_commentsTitle {
+ display: block;
+ background-color: #f2f4f6;
+ width: 100%;
+ border: 0px;
+ color: #404040;
+ font-size: 16px;
+ padding-left:8px;
+}
+
+.jBlog_time {
+ display: block;
+ margin-top: 8px;
+ font-size: 12px;
+ font-weight: bold;
+}
+
+TD.jBlog_commentsLabel {
+ font-size: 12px;
+ font-weight: bold;
+ width: 10%;
+ vertical-align: top;
+}
+
+TD.jBlog_comment {
+ padding-left:8px;
+ font-size: 13px;
+ margin-bottom: 12px;
+ color: #404040;
+}
+
+.jBlog_comment_source {
+ margin-top: 5px;
+}
+
+TD.jBlogEntriesBox {
+ background-color: #ffffff;
+ padding: 10px;
+ margin: 10px;
+}
+
+TD.jBlog_admin {
+ padding: 10px;
+}
+
+A {
+ font-size: 13px;
+ color: #8080FF;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+A:hover {
+ text-decoration: underline;
+}
+
+TABLE.jBlog_calendar TD {
+ font-size:11px;
+ padding: 3px;
+}
+TABLE.jBlog_calendar A {
+ font-weight: bold;
+ text-decoration:none;
+}
+
+TABLE.jBlog_calendar A:hover {
+ text-decoration:underline;
+}
+
+TD.jBlog_weekDayName {
+ background-color: #FFFFFF;
+ font-size:11px;
+ font-weight:bold;
+}
+
+div.jBlogPlug, div.jBlogPlug A {
+ font-size: 11px;
+}
+
+/* Container for each item on the side bar */
+div.jBlogSideBarItem {
+ padding-bottom: 12px;
+ margin-bottom: 12px;
+ border-bottom: solid 1px #d0d0d0;
+}
+
+/* title of an individual item */
+div.jBlogSideBarTitle {
+ font-size: 12px;
+ font-weight: bold;
+ margin-bottom: 8px;
+}
+
+img.jBlogImageButton {
+ cursor: hand;
+}
+
+td.jBlogSideBar {
+ width: 180px;
+ background-color: #ffffff;
+ padding: 10px;
+ border-right: 1px dashed #4068ab;
+ border-bottom: 1px dashed #4068ab;
+}
+
+div.jBlog_admin_title {
+ font-size: 22px;
+ font-weight: bold;
+ margin-bottom: 12px;
+}
+
+div.jBlog_admin_list_title {
+ font-size: 12px;
+ font-weight: bold;
+ margin-bottom: 8px;
+}
+
+td.jBlog_admin_list_item {
+ padding: 15px;
+ border: dotted 1px #d0d0d0;
+}
|