Changeset 9350
- Timestamp:
- 08/27/08 16:34:31 (4 months ago)
- Files:
-
- art/themes/bamboo/blog.css (modified) (2 diffs)
- art/themes/bamboo/blog.rtl.css (modified) (2 diffs)
- art/themes/bamboo/layout.html (modified) (1 diff)
- art/themes/bamboo/style.css (modified) (3 diffs)
- art/themes/bamboo/style.rtl.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/bamboo/blog.css
r9062 r9350 1 .entry-meta {margin-top: 10px;} 1 .entry-meta { 2 padding: 15px 5px 5px 5px; 3 font-size: x-small; 4 text-align: right; 5 color: #999999; 6 } 7 2 8 .avatar { 3 9 float: left; … … 6 12 } 7 13 8 .blog-entry { 9 margin-top: 20px; 10 padding-bottom: 5px; 14 .blog_entry { 15 padding-bottom: 10px; 11 16 border-bottom: 1px solid #339933; 12 17 } art/themes/bamboo/blog.rtl.css
r9062 r9350 1 .entry-meta {margin-top: 10px;} 1 .entry-meta { 2 padding: 15px 5px 5px 5px; 3 font-size: x-small; 4 text-align: left; 5 color: #999999; 6 } 2 7 3 8 .avatar { … … 7 12 } 8 13 9 .blog-entry { 10 margin-top: 20px; 11 padding-bottom: 5px; 14 .blog_entry { 15 padding-bottom: 10px; 12 16 border-bottom: 1px solid #339933; 13 17 } art/themes/bamboo/layout.html
r8464 r9350 22 22 <tr><td class="wide" colspan="2"><!-- BEGIN header -->{ELEMENT}<!-- END header --></td></tr> 23 23 <tr> 24 <td class="narrow" id="bar1" valign="top">25 <!-- BEGIN bar1 narrow="yes" -->{ELEMENT}<!-- END bar1 -->26 </td>27 24 <td class="wide" id="main" valign="top"> 28 25 <!-- BEGIN main -->{ELEMENT}<!-- END main --> 29 26 <!-- BEGIN footer -->{ELEMENT}<!-- END footer --> 27 </td> 28 <td class="narrow" id="bar1" valign="top"> 29 <!-- BEGIN bar1 narrow="yes" -->{ELEMENT}<!-- END bar1 --> 30 30 </td> 31 31 </tr> art/themes/bamboo/style.css
r9089 r9350 76 76 #bar1 { width:180px; padding:4px;} 77 77 78 a {color: #339933; }79 a:hover {color: #006600; }78 a {color: #339933; text-decoration: none;} 79 a:hover {color: #006600; text-decoration: none;} 80 80 h1 { 81 81 color: #000; … … 88 88 p {font-size: 10pt;} 89 89 table {text-align: left;} 90 img {border: 0; }90 img {border: 0; padding: 0px 3px;} 91 91 textarea { 92 92 padding: 2px; … … 240 240 } 241 241 .gadget {margin-bottom: 10px;} 242 .wide .gadget {margin-bottom: 2 px;}243 .gadget h2 {color: #000; border-bottom: 1px dotted #339933; font-size: 100%; }244 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none; }242 .wide .gadget {margin-bottom: 20px;} 243 .gadget h2 {color: #000; border-bottom: 1px dotted #339933; font-size: 100%; margin-bottom: 8px;} 244 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none; text-align: justify;} 245 245 .gadget .content ul {list-style: none;} 246 246 .gadget .content ul li {padding-bottom: 2px;} art/themes/bamboo/style.rtl.css
r9116 r9350 77 77 #bar1 { width:180px; padding:4px;} 78 78 79 a {color: #339933; }80 a:hover {color: #006600; }79 a {color: #339933; text-decoration: none;} 80 a:hover {color: #006600; text-decoration: none;} 81 81 h1 { 82 82 color: #000; … … 89 89 p {font-size: 10pt;} 90 90 table {text-align: right;} 91 img {border: 0; }91 img {border: 0; padding: 0px 3px;} 92 92 textarea { 93 93 padding: 2px; … … 241 241 } 242 242 .gadget {margin-bottom: 10px;} 243 .wide .gadget {margin-bottom: 2 px;}244 .gadget h2 {color: #000; border-bottom: 1px dotted #339933; font-size: 100%; }245 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none; }243 .wide .gadget {margin-bottom: 20px;} 244 .gadget h2 {color: #000; border-bottom: 1px dotted #339933; font-size: 100%; margin-bottom: 8px;} 245 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none; text-align: justify;} 246 246 .gadget .content ul {list-style: none;} 247 247 .gadget .content ul li {padding-bottom: 2px;}
