Changeset 633 for trunk/app/webroot
- Timestamp:
- 07/09/08 00:03:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/webroot/css/rubyx/rubyx.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/webroot/css/rubyx/rubyx.css
r610 r633 96 96 #header #quote {position:absolute; top:55px; left:35px; margin:0;} 97 97 98 #header #logo a { color:#FFF;}99 #header #logo a:hover { color:#ff99b2;text-decoration:underline;}98 #header #logo a {font-size:17pt;color:#FFF;} 99 #header #logo a:hover {text-decoration:underline;} 100 100 101 101 /* Header - Search */ … … 222 222 /* title entryes */ 223 223 .titentry { 224 margin: 6px 6px 6px 0;224 margin: 22px 6px 6px 0; 225 225 padding:5px; 226 226 font-size: 15pt; 227 color: # AF3636;228 border-bottom: 1px solid #AF3636;227 color: #357e2d; 228 border-bottom: 2px solid gray; 229 229 font-weight: bolder; 230 230 text-align: left; 231 231 } 232 233 .body_entry{ 234 color:#000; 235 } 236 .plink { 237 margin:5px 0 5px 0; 238 } 239 .plink a:link, a:visited { 240 text-decoration:none; 241 font-size:7pt; 242 } 243 244 .plink a:hover{text-decoration:none;font-size:7pt;} 245 232 246 .reply{ 233 247 margin:3px;
