You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mr...@apache.org on 2006/03/05 20:55:26 UTC

svn commit: r383386 - in /incubator/roller/trunk/web: WEB-INF/classes/comments.vm themes/base.css themes/sunsets/styles/simple.css themes/x2/styles/comments.css

Author: mraible
Date: Sun Mar  5 11:55:25 2006
New Revision: 383386

URL: http://svn.apache.org/viewcvs?rev=383386&view=rev
Log:
Fixes for comments styling

Modified:
    incubator/roller/trunk/web/WEB-INF/classes/comments.vm
    incubator/roller/trunk/web/themes/base.css
    incubator/roller/trunk/web/themes/sunsets/styles/simple.css
    incubator/roller/trunk/web/themes/x2/styles/comments.css

Modified: incubator/roller/trunk/web/WEB-INF/classes/comments.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/comments.vm?rev=383386&r1=383385&r2=383386&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/comments.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/comments.vm Sun Mar  5 11:55:25 2006
@@ -236,11 +236,11 @@
         <br/>
 
         <table>
-        <tr><th align="left">$text.get( "macro.weblog.yourcomment" )</th></tr>
+        <tr><th style="text-align: left">$text.get( "macro.weblog.yourcomment" )</th></tr>
         <tr>
             <td>
             <textarea name="content" cols="50" rows="10">$commentForm.content</textarea><br />
-            <span style="comments-syntax-indicator">
+            <span class="comments-syntax-indicator">
             $text.get( "macro.weblog.htmlsyntax" )
             #if( $escapeHtml )
                 <span class="disabled">$text.get( "macro.weblog.htmldisabled" )</span>

Modified: incubator/roller/trunk/web/themes/base.css
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/base.css?rev=383386&r1=383385&r2=383386&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/base.css (original)
+++ incubator/roller/trunk/web/themes/base.css Sun Mar  5 11:55:25 2006
@@ -1,345 +1,355 @@
-
-/* Common CSS */
-
-a {
-    font-weight: normal;
-    text-decoration: underline;
-}
-a:active {}
-a:link {}
-a:visited {}
-a:hover {}
-body {
-    font-family: verdana, sans-serif;
-    font-size: small;
-}
-p {
-    margin:10px 10px 10px 10px;
-    text-align: left;
-}
-pre {
-    margin:0px 10px 0px 10px;
-    overflow: auto;
-}
-.code {
-    margin:10px 10px 10px 20px;
-    padding: 3px 3px;
-}
-.quote {
-    margin-left: 10%;
-    text-align: justify;
-    font-style: italic;
-}
-img {
-    border: 0px;
-    margin: 0px; 
-}
-
-/* bookmark.vm */
-
-.rFolder {
-    font-size: small;
-    font-weight: bold;
-}
-li.rFolderItem {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-    font-size : small;
-    font-weight: normal;
-}
-.rBookmark0 {
-  margin-left: 10px;
-  font-size: small;
-}
-img.rBookmark {
-    margin-left: 10px;
-    border: 0;
-}
-img.smrssbadge {
-    margin-left: 10px;
-    border: 0;
-}
-
-/* navbar.vm */
-
-.rNavigationBar {
-    margin-left: 0;
-    padding-left: 0;
-}
-li.rNavItem {
-    list-style: none;
-    font-size : small;
-    font-weight: normal;
-}
-
-/* navbar-css.vm */
-ul.rMenu {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-li.rMenuItem {
-    font-size : small;
-    font-weight: normal;
-}
-
-/* newsfeed.vm */
-
-div.rNewsfeedTitle {
-    font-weight: 600;
-}
-a.rNewsfeedLink, span.rNewsfeedLink {
-    display:block;
-    margin-left: 10px;
-    font-size : small;
-    font-weight: bolder;
-}
-span.rNewsfeedDesc {
-    display:block;
-    margin-left: 10px;
-    font-size : small;
-    font-weight: normal;
-}
-
-/* referer.vm */
-
-ul.rReferersList {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-li.rReferersListItem {
-    font-size : small;
-    font-weight: normal;
-}
-a.linkback {
-    border-style: double;
-}
-
-/* comments.vm */
-
-a.entrycommentslink {
-    background: transparent;
-}
-/* master containing div or ul */
-.comments {
-  margin: 10px 5px 10px 5px;
-}
-/* Preview / Comments Header */
-div.comments-head {
-  font-weight:bold;
-  margin-top:10px;
-  text-transform:uppercase;
-}
-/* actual comment content */
-.comment {
-    margin: 5px 10px 10px 5px; 
-}
-/* commenter info */
-p.comment-details {
-    background: transparent;
-    font-size: .95em;
-    margin: 10px 0px 10px 10px !important;
-}
-div.comments-form {
-  font-weight:normal;
-  margin: 15px 15px 15px 15px;
-}
-span.comments-syntax-indicator {
-    display: block;
-}
-ul.commentsList {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-li.commentsListItem {
-    font-size : small;
-    font-weight: normal;
-}
-label.rememberInfo{
-    font-size: small;
-}
-label.notify{
-    font-size: small;
-}
-/* Begin Hidden Comment Form */
-form.commentFormBox {
-    margin-top: 10px;
-}
-tr.commentFormRow {
-    font-size: 12px;
-    padding-bottom: 6px;
-}
-input.commentFormInput {
-    font-size: 1em;
-}
-textarea.commentFormTextarea {
-    font-size: 12px;
-    width: 90% !important;
-}
-div.htmlSyntax {
-    font-weight: bold;
-}
-div.commentBody {}
-div.commentByline {}
-div.commentAuthor {
-    border: none;
-}
-
-/* weblog.vm */
-
-a.daypermalink {
-    border-style : none;
-}
-a.entrypermalink {
-    background: transparent;
-}
-span.disabled {
-    color: red;
-}
-span.enabled {
-    color: green;
-}
-form#searchForm {
-}
-div#searchAgain {
-  border: 1px solid #999;
-  font-size: 1em;
-}
-div.trackbackUrl {
-    background: transparent;
-    margin: 0px 10px 10px 10px;
-    text-align: left;
-}
-#nextEntry {
-    text-align: right;
-}
-#previousEntry {
-    text-align: left;
-}
-ul.recentposts {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-li.recentposts {
-    font-size : small;
-    font-weight: normal;
-}
-ul.linkblog {
-    list-style: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-li.linkblog {
-    font-size : small;
-    font-weight: normal;
-}
-.next-previous {
-    text-align: center;
-    padding: 1em 0 1em 0;
-}
-.error {
-    display: block;
-    background-color: #ffcccc;
-    border: 1px solid red;
-    color: #aa0000;
-    font-size: 0.9em;
-    font-weight: normal;
-    margin: 5px 10px 5px 0px;
-    padding: 3px;
-    width: 95%;
-}
-.status {
-    display: block;
-    background-color: #CCFFCC;
-    border: 1px solid green;
-    color: #000000;
-    font-size: .9em;
-    font-weight: normal;
-    margin: 5px 10px 5px 0px;
-    padding: 3px;
-    width: 95%;
-}
-
-/* website.vm */
-
-div.rWeblogCategoryChooser {
-    background: transparent;
-    margin-bottom: 10px;
-}
-a.rUnchosenCategory {
-    font-size: medium;
-    font-weight: normal;
-}
-span.rChosenCategory {
-    font-size: medium;
-    font-weight: bolder;
-}
-
-/* CalendarTag.java */
-
-table.hCalendarTable {
-    text-align : center;
-}
-td.hCalendarMonthYearRow {
-    font-weight: bold;
-}
-a.hCalendarNavBar {
-}
-th.hCalendarDayNameRow {
-    text-align : center;
-    font-size : x-small;
-    font-weight : bolder;
-}
-tr.hCalendarNextPrev {
-    text-align : center;
-    font-size : x-small;
-    font-style : italic;
-}
-td.hCalendarDayNotInMonth {
-    font-size : x-small;
-    color: gray;
-}
-td.hCalendarDayCurrent {
-    text-align : center;
-    font-size  : x-small;
-    font-weight: bolder;
-}
-td.hCalendarDayLinked {
-    text-align : center;
-    font-size  : x-small;
-    font-weight: bolder;
-}
-div.hCalendarDayTitle {
-    font-size:  .9em;
-    text-align: center;
-}
-td.hCalendarDay {
-    text-align: center;
-    font-size : x-small;
-}
-
-/* BigWeblogCalendarModel */ 
-
-div.hCalendarDayTitleBig {
-  position: relative;
-  left: 0;
-  top: 0;
-  width: 25%;
-  padding: 3px 0 3px 0;
-  background: transparent;
-  color: #050505;
-  border-right: 1px solid #050505;
-  border-bottom: 1px solid #050505;
-  font-size: small;
-  text-align: center;
-  font-size: small;
-}
-div.bCalendarDayContentBig {
-  font-size: x-small;
-  padding: 3px 0px 3px 0px;
-}
-
+
+/* Common CSS */
+
+a {
+    font-weight: normal;
+    text-decoration: underline;
+}
+a:active {}
+a:link {}
+a:visited {}
+a:hover {}
+body {
+    font-family: verdana, sans-serif;
+    font-size: small;
+}
+p {
+    margin:10px 10px 10px 10px;
+    text-align: left;
+}
+pre {
+    margin:0px 10px 0px 10px;
+    overflow: auto;
+}
+.code {
+    margin:10px 10px 10px 20px;
+    padding: 3px 3px;
+}
+.quote {
+    margin-left: 10%;
+    text-align: justify;
+    font-style: italic;
+}
+img {
+    border: 0px;
+    margin: 0px; 
+}
+
+/* bookmark.vm */
+
+.rFolder {
+    font-size: small;
+    font-weight: bold;
+}
+li.rFolderItem {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+    font-size : small;
+    font-weight: normal;
+}
+.rBookmark0 {
+  margin-left: 10px;
+  font-size: small;
+}
+img.rBookmark {
+    margin-left: 10px;
+    border: 0;
+}
+img.smrssbadge {
+    margin-left: 10px;
+    border: 0;
+}
+
+/* navbar.vm */
+
+.rNavigationBar {
+    margin-left: 0;
+    padding-left: 0;
+}
+li.rNavItem {
+    list-style: none;
+    font-size : small;
+    font-weight: normal;
+}
+
+/* navbar-css.vm */
+ul.rMenu {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+li.rMenuItem {
+    font-size : small;
+    font-weight: normal;
+}
+
+/* newsfeed.vm */
+
+div.rNewsfeedTitle {
+    font-weight: 600;
+}
+a.rNewsfeedLink, span.rNewsfeedLink {
+    display:block;
+    margin-left: 10px;
+    font-size : small;
+    font-weight: bolder;
+}
+span.rNewsfeedDesc {
+    display:block;
+    margin-left: 10px;
+    font-size : small;
+    font-weight: normal;
+}
+
+/* referer.vm */
+
+ul.rReferersList {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+li.rReferersListItem {
+    font-size : small;
+    font-weight: normal;
+}
+a.linkback {
+    border-style: double;
+}
+
+/* comments.vm */
+
+a.entrycommentslink {
+    background: transparent;
+}
+/* master containing div or ul */
+.comments {
+  margin: 10px 5px 10px 5px;
+}
+/* Preview / Comments Header */
+div.comments-head {
+  font-weight:bold;
+  margin-top:10px;
+  text-transform:uppercase;
+}
+/* actual comment content */
+.comment {
+    margin: 5px 10px 10px 5px; 
+}
+/* commenter info */
+p.comment-details {
+    background: transparent;
+    font-size: .95em;
+    margin: 10px 0px 10px 10px !important;
+}
+div.comments-form {
+  font-weight:normal;
+  margin: 15px 15px 15px 15px;
+}
+span.comments-syntax-indicator {
+    display: block;
+}
+ul.commentsList {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+li.commentsListItem {
+    font-size : small;
+    font-weight: normal;
+}
+label.rememberInfo{
+    font-size: small;
+}
+label.notify{
+    font-size: small;
+}
+/* Begin Hidden Comment Form */
+form.commentFormBox {
+    margin-top: 10px;
+}
+tr.commentFormRow {
+    font-size: 12px;
+    padding-bottom: 6px;
+}
+input.commentFormInput {
+    font-size: 1em;
+}
+textarea.commentFormTextarea {
+    font-size: 12px;
+    width: 90% !important;
+}
+.comments-syntax-indicator {
+    font-weight: bold;
+}
+.comments-syntax-indicator span.enabled {
+    background: transparent;
+    color: green;
+    font-style: italic;
+}
+.comments-syntax-indicator span.disabled {
+    background: transparent;
+    color: red;
+    font-style: italic;
+}
+div.commentBody {}
+div.commentByline {}
+div.commentAuthor {
+    border: none;
+}
+
+/* weblog.vm */
+
+a.daypermalink {
+    border-style : none;
+}
+a.entrypermalink {
+    background: transparent;
+}
+span.disabled {
+    color: red;
+}
+span.enabled {
+    color: green;
+}
+form#searchForm {
+}
+div#searchAgain {
+  border: 1px solid #999;
+  font-size: 1em;
+}
+div.trackbackUrl {
+    background: transparent;
+    margin: 0px 10px 10px 10px;
+    text-align: left;
+}
+#nextEntry {
+    text-align: right;
+}
+#previousEntry {
+    text-align: left;
+}
+ul.recentposts {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+li.recentposts {
+    font-size : small;
+    font-weight: normal;
+}
+ul.linkblog {
+    list-style: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+li.linkblog {
+    font-size : small;
+    font-weight: normal;
+}
+.next-previous {
+    text-align: center;
+    padding: 1em 0 1em 0;
+}
+.error {
+    display: block;
+    background-color: #ffcccc;
+    border: 1px solid red;
+    color: #aa0000;
+    font-size: 0.9em;
+    font-weight: normal;
+    margin: 5px 10px 5px 0px;
+    padding: 3px;
+    width: 95%;
+}
+.status {
+    display: block;
+    background-color: #CCFFCC;
+    border: 1px solid green;
+    color: #000000;
+    font-size: .9em;
+    font-weight: normal;
+    margin: 5px 10px 5px 0px;
+    padding: 3px;
+    width: 95%;
+}
+
+/* website.vm */
+
+div.rWeblogCategoryChooser {
+    background: transparent;
+    margin-bottom: 10px;
+}
+a.rUnchosenCategory {
+    font-size: medium;
+    font-weight: normal;
+}
+span.rChosenCategory {
+    font-size: medium;
+    font-weight: bolder;
+}
+
+/* CalendarTag.java */
+
+table.hCalendarTable {
+    text-align : center;
+}
+td.hCalendarMonthYearRow {
+    font-weight: bold;
+}
+a.hCalendarNavBar {
+}
+th.hCalendarDayNameRow {
+    text-align : center;
+    font-size : x-small;
+    font-weight : bolder;
+}
+tr.hCalendarNextPrev {
+    text-align : center;
+    font-size : x-small;
+    font-style : italic;
+}
+td.hCalendarDayNotInMonth {
+    font-size : x-small;
+    color: gray;
+}
+td.hCalendarDayCurrent {
+    text-align : center;
+    font-size  : x-small;
+    font-weight: bolder;
+}
+td.hCalendarDayLinked {
+    text-align : center;
+    font-size  : x-small;
+    font-weight: bolder;
+}
+div.hCalendarDayTitle {
+    font-size:  .9em;
+    text-align: center;
+}
+td.hCalendarDay {
+    text-align: center;
+    font-size : x-small;
+}
+
+/* BigWeblogCalendarModel */ 
+
+div.hCalendarDayTitleBig {
+  position: relative;
+  left: 0;
+  top: 0;
+  width: 25%;
+  padding: 3px 0 3px 0;
+  background: transparent;
+  color: #050505;
+  border-right: 1px solid #050505;
+  border-bottom: 1px solid #050505;
+  font-size: small;
+  text-align: center;
+  font-size: small;
+}
+div.bCalendarDayContentBig {
+  font-size: x-small;
+  padding: 3px 0px 3px 0px;
+}
+

Modified: incubator/roller/trunk/web/themes/sunsets/styles/simple.css
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/sunsets/styles/simple.css?rev=383386&r1=383385&r2=383386&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/sunsets/styles/simple.css (original)
+++ incubator/roller/trunk/web/themes/sunsets/styles/simple.css Sun Mar  5 11:55:25 2006
@@ -1,276 +1,313 @@
-a {
-    font-weight: bold;
-    text-decoration: none;
-}
-
-a:hover {
-    text-decoration: underline overline;
-}
-
-a:active {
-    text-decoration: none;
-}
-
-body {
-    background-color: #ffffff;
-    color: #000000;
-    font-family: Georgia, "Times New Roman", Times, serif;
-    font-size: 80%;
-    margin: 20px 72px;
-    margin-left: auto;
-    margin-right: auto;
-    max-width: 1024px;
-    text-align: left;
-    width: 90%;
-}
-
-code, tt, pre {
-    font-family: "Courier New", Courier, monospace;
-}
-
-div#badges {
-    position: absolute;
-}
-
-div#badges img {
-    border: 1px solid #000000;
-}
-
-div#content {
-    padding: 10px;
-    text-align: center; /* centers content */
-}
-
-div#content a {
-    background-color: transparent;
-    color: #000080;
-}
-
-div#content a.entrypermalink {
-    background: transparent;
-    color: #c0c0c0;
-}
-
-div#content ol {
-    margin: 0px 30px 10px 50px;
-}
-
-div#content pre {
-    background: #ffffcc;
-    color: #000000;
-    padding: 5px;
-}
-
-div#entries {
-    text-align: left;
-}
-
-div#entries a.entrycommentslink {
-    background: transparent;
-    color: #999999;
-}
-
-div#entries p {
-    text-align: justify;
-}
-
-div#footer {
-    background: transparent;
-    border-top: 1px dotted #c0c0c0;
-    color: #666666;
-    font-size: 0.9em;
-    padding: 5px 0px 10px 5px;
-}
-
-div#footer a {
-    background: transparent;
-    color: #666666;
-}
-
-div#footer a:hover {
-    background: transparent;
-    border-bottom: 1px dashed #ffa500;
-    color: #000000;
-    text-decoration: none;
-}
-
-div#footer a:active {
-    background: transparent;
-    color: #0000ff;
-    text-decoration: overline underline;
-}
-
-div#header {
-    background: #000000;
-    border: 1px solid #000000;
-    margin-bottom: 10px;
-    width: 100%;
-}
-
-div#header a, div.rWeblogCategoryChooser a {
-    background: transparent;
-    color: #ffffff !important;
-}
-
-div#header h1 {
-    background: transparent;
-    color: #ffffff;
-    cursor: pointer;
-    cursor: hand;
-    float: right;
-    margin-right: 5px;
-    margin-top: 5px;
-}
-
-div.comment {
-    border-bottom: 1px solid #c0c0c0;
-    margin-bottom: 5px;
-}
-
-div.entry {
-    background-color: #eeeeee;
-    border: 1px solid #c0c0c0;
-    color: #000000;
-    font-weight: bold;
-    margin: 10px 0px;
-    padding: 4px;
-}
-
-div.rNavigationBar {
-    background-color: transparent;
-    color: #ffffff;
-    float: left;
-    font-size: .9em;
-    margin-left: 5px;
-    margin-top: 135px;
-}
-
-div.rWeblogCategoryChooser {
-    background: transparent;
-    color: #ffffff;
-    float: right;
-    font-size: .9em;
-    margin-right: 5px;
-    margin-top: -26px;
-}
-
-div.standardsNote {
-    display: none;
-}
-
-div.trackbackUrl {
-    background: transparent;
-    color: #0000ff;
-}
-
-img, img a {
-    border: 0px;
-}
-
-img.picture {
-    border: 1px solid #000000;
-    float: right;
-    margin: 0px 10px 10px 10px;
-}
-
-img.rssbadge {
-    border: 0px;
-    height: 14px;
-    width: 36px;
-}
-
-img.smiley {
-    vertical-align: top;
-}
-
-p,h1,pre,div.p,div.comments,div.comments-form,div.trackbackUrl {
-    margin: 0px 30px 10px 5px;
-    text-align: left;
-}
-
-p.quote {
-    font-style: italic;
-    margin: 0px 30px 10px 20px;
-}
-
-p.smokey {
-    background: #eeeeee;
-    border: 1px solid #000000;
-    padding: 5px 5px 5px 7px;
-}
-
-pre {
-    background: #ffffdd;
-    border: 1px solid #999999;
-    color: #000000;
-    padding: 5px 5px 5px 7px;
-}
-
-span.searchword {
-    background: #ffff00;
-    color: inherit;
-}
-
-table.comparison {
-    border: 1px solid #000000;
-    border-collapse: collapse;
-    margin-bottom: 10px;
-    margin-left: auto;
-    margin-right: auto;
-    width: 400px;
-}
-
-table.comparison td {
-    border: 1px solid #000000;
-    padding: 2px;
-}
-
-table.comparison th {
-    background: #eeeeee;
-    border: 1px solid #000000;
-    color: #000000;
-    padding: 3px;
-}
-
-ul.glassList, div ul {
-    list-style: url(../images/aquadot.jpg) disc outside;
-}
-
-.dateStamp {
-    background: transparent;
-    color: #a0a0a0;
-    font-size: 8pt;
-}
-
-.daypermalink {
-    height: 13px;
-    width: 14px;
-}
-
-.permalink, .daypermalink {
-    border: 0px;
-    vertical-align: top !important;
-}
-
-/* for the java2html plugin  */
-div table code {position: relative; top: -10px }
-
-/* for cool looking "sunken" input boxes, from www.theserverside.com */
-form#searchForm input {
-    padding-left: 4px;
-    margin: 1px 1px 1px 1px;
-    border: 1px solid black;
-    color: #777;
-    background-image: url(../images/input_white.gif);
-    font-size: 11px; 
-    font-weight: normal; 
-}
-
-form#searchForm input.focus {
-    margin: 0px 0px 0px 0px;
-    border-bottom: #ffdead solid 2px;
-    border-right: #ffdead solid 2px;
-    border-left: #c07300 solid 2px;
-    border-top:  #c07300 solid 2px;
-    color:#000000;
-}
+a {
+    font-weight: bold;
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: underline overline;
+}
+
+a:active {
+    text-decoration: none;
+}
+
+body {
+    background-color: #ffffff;
+    color: #000000;
+    font-family: Georgia, "Times New Roman", Times, serif;
+    font-size: 80%;
+    margin: 20px 72px;
+    margin-left: auto;
+    margin-right: auto;
+    max-width: 1024px;
+    text-align: left;
+    width: 90%;
+}
+
+code, tt, pre {
+    font-family: "Courier New", Courier, monospace;
+}
+
+div#badges {
+    position: absolute;
+}
+
+div#badges img {
+    border: 1px solid #000000;
+}
+
+div#content {
+    padding: 10px;
+    text-align: center; /* centers content */
+}
+
+div#content a {
+    background-color: transparent;
+    color: #000080;
+}
+
+div#content a.entrypermalink {
+    background: transparent;
+    color: #c0c0c0;
+}
+
+div#content ol {
+    margin: 0px 30px 10px 50px;
+}
+
+div#content pre {
+    background: #ffffcc;
+    color: #000000;
+    padding: 5px;
+}
+
+div#entries {
+    text-align: left;
+}
+
+div#entries a.entrycommentslink {
+    background: transparent;
+    color: #999999;
+}
+
+div#entries p {
+    text-align: justify;
+}
+
+div#footer {
+    background: transparent;
+    border-top: 1px dotted #c0c0c0;
+    color: #666666;
+    font-size: 0.9em;
+    padding: 5px 0px 10px 5px;
+}
+
+div#footer a {
+    background: transparent;
+    color: #666666;
+}
+
+div#footer a:hover {
+    background: transparent;
+    border-bottom: 1px dashed #ffa500;
+    color: #000000;
+    text-decoration: none;
+}
+
+div#footer a:active {
+    background: transparent;
+    color: #0000ff;
+    text-decoration: overline underline;
+}
+
+div#header {
+    background: #000000;
+    border: 1px solid #000000;
+    margin-bottom: 10px;
+    width: 100%;
+}
+
+div#header a, div.rWeblogCategoryChooser a {
+    background: transparent;
+    color: #ffffff !important;
+}
+
+div#header h1 {
+    background: transparent;
+    color: #ffffff;
+    cursor: pointer;
+    cursor: hand;
+    float: right;
+    margin-right: 5px;
+    margin-top: 5px;
+}
+
+div.comment {
+    border-bottom: 1px solid #c0c0c0;
+    margin-bottom: 5px;
+}
+
+div.entry {
+    background-color: #eeeeee;
+    border: 1px solid #c0c0c0;
+    color: #000000;
+    font-weight: bold;
+    margin: 10px 0px;
+    padding: 4px;
+}
+
+div.rNavigationBar {
+    background-color: transparent;
+    color: #ffffff;
+    float: left;
+    font-size: .9em;
+    margin-left: 5px;
+    margin-top: 135px;
+}
+
+div.rWeblogCategoryChooser {
+    background: transparent;
+    color: #ffffff;
+    float: right;
+    font-size: .9em;
+    margin-right: 5px;
+    margin-top: -26px;
+}
+
+div.standardsNote {
+    display: none;
+}
+
+div.trackbackUrl {
+    background: transparent;
+    color: #0000ff;
+}
+
+img, img a {
+    border: 0px;
+}
+
+img.picture {
+    border: 1px solid #000000;
+    float: right;
+    margin: 0px 10px 10px 10px;
+}
+
+img.rssbadge {
+    border: 0px;
+    height: 14px;
+    width: 36px;
+}
+
+img.smiley {
+    vertical-align: top;
+}
+
+p,h1,pre,div.p,div.comments,div.comments-form,div.trackbackUrl {
+    margin: 0px 30px 10px 5px;
+    text-align: left;
+}
+
+p.quote {
+    font-style: italic;
+    margin: 0px 30px 10px 20px;
+}
+
+p.smokey {
+    background: #eeeeee;
+    border: 1px solid #000000;
+    padding: 5px 5px 5px 7px;
+}
+
+pre {
+    background: #ffffdd;
+    border: 1px solid #999999;
+    color: #000000;
+    padding: 5px 5px 5px 7px;
+}
+
+span.searchword {
+    background: #ffff00;
+    color: inherit;
+}
+
+table.comparison {
+    border: 1px solid #000000;
+    border-collapse: collapse;
+    margin-bottom: 10px;
+    margin-left: auto;
+    margin-right: auto;
+    width: 400px;
+}
+
+table.comparison td {
+    border: 1px solid #000000;
+    padding: 2px;
+}
+
+table.comparison th {
+    background: #eeeeee;
+    border: 1px solid #000000;
+    color: #000000;
+    padding: 3px;
+}
+
+ul.glassList, div ul {
+    list-style: url(../images/aquadot.jpg) disc outside;
+}
+
+.dateStamp {
+    background: transparent;
+    color: #a0a0a0;
+    font-size: 8pt;
+}
+
+.daypermalink {
+    height: 13px;
+    width: 14px;
+}
+
+.permalink, .daypermalink {
+    border: 0px;
+    vertical-align: top !important;
+}
+
+/* for the java2html plugin  */
+div table code {position: relative; top: -10px }
+
+/* for cool looking "sunken" input boxes, from www.theserverside.com */
+form#searchForm input {
+    padding-left: 4px;
+    margin: 1px 1px 1px 1px;
+    border: 1px solid black;
+    color: #777;
+    background-image: url(../images/input_white.gif);
+    font-size: 11px; 
+    font-weight: normal; 
+}
+
+form#searchForm input.focus {
+    margin: 0px 0px 0px 0px;
+    border-bottom: #ffdead solid 2px;
+    border-right: #ffdead solid 2px;
+    border-left: #c07300 solid 2px;
+    border-top:  #c07300 solid 2px;
+    color:#000000;
+}
+
+.comments-form th {
+    text-align: right;
+	 padding-right: 5px;
+	 width: 60px;
+}
+
+.comments-syntax-indicator {
+    font-weight: bold;
+}
+
+.comments-syntax-indicator .enabled {
+    color: green;
+    font-style: italic;
+}
+
+.comments-syntax-indicator .disabled {
+    color: red;
+    font-style: italic;
+}
+
+#commentAuthenticator {
+    background-color: #ffd;
+    border: 1px solid orange;
+    margin: 10px 0px;
+    padding: 5px;
+}
+
+span.error {
+    background-color: #ffffcc;
+    font-weight: normal;
+    padding: 3px;
+    margin-bottom: 10px;
+    border: 5px solid red;
+    display: block;
+    font-size: 20px;
+}
\ No newline at end of file

Modified: incubator/roller/trunk/web/themes/x2/styles/comments.css
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/x2/styles/comments.css?rev=383386&r1=383385&r2=383386&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/x2/styles/comments.css (original)
+++ incubator/roller/trunk/web/themes/x2/styles/comments.css Sun Mar  5 11:55:25 2006
@@ -32,17 +32,17 @@
     white-space: nowrap !important;
 }
 
-div.htmlSyntax {
+.comments-syntax-indicator {
     font-weight: bold;
 }
 
-div.htmlSyntax span.enabled {
+.comments-syntax-indicator span.enabled {
     background: transparent;
     color: green;
     font-style: italic;
 }
 
-div.htmlSyntax span.disabled {
+.comments-syntax-indicator span.disabled {
     background: transparent;
     color: red;
     font-style: italic;