Changeset 633 for trunk/app/webroot

Show
Ignore:
Timestamp:
07/09/08 00:03:09 (5 months ago)
Author:
aarkerio
Message:

New methods

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/webroot/css/rubyx/rubyx.css

    r610 r633  
    9696    #header #quote {position:absolute; top:55px; left:35px; margin:0;} 
    9797 
    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;} 
    100100     
    101101    /* Header - Search */ 
     
    222222/* title entryes  */ 
    223223.titentry {  
    224     margin: 6px 6px 6px 0; 
     224    margin: 22px 6px 6px 0; 
    225225    padding:5px; 
    226226    font-size: 15pt; 
    227     color: #AF3636; 
    228     border-bottom: 1px solid #AF3636; 
     227    color: #357e2d; 
     228    border-bottom: 2px solid gray; 
    229229    font-weight: bolder; 
    230230    text-align: left; 
    231231} 
     232 
     233.body_entry{ 
     234color:#000; 
     235} 
     236.plink { 
     237margin: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 
    232246.reply{ 
    233247    margin:3px;