Changeset 323

Show
Ignore:
Timestamp:
10/29/06 17:37:22 (2 years ago)
Author:
michiel
Message:

put extra error tags in all styles

Location:
trunk/style
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/GreenSeason/index.css

    r315 r323  
    105105} 
    106106 
     107h1.log_post_h1_error { 
     108        color: #3a5300; 
     109        font-size: 13pt; 
     110        padding-left: 10px; 
     111        font-family: 'Garamond Pro', Georgia, Verdana, serif; 
     112} 
     113 
     114h1.log_post_h1_error a { 
     115        color: #1d3100; 
     116        text-decoration: none; 
     117        border-top: 1px solid #a7c251; 
     118} 
     119 
     120h1.log_post_h1_error a:hover { 
     121        background-color: #a7c251; 
     122        text-decoration: none; 
     123        border-top: 1px solid #1d3100; 
     124} 
     125 
    107126h2.log_post_h2 { 
    108127        color: #666666; 
     
    130149 
    131150div.log_post_normal ul li { 
     151        list-style-image: url(list-item.gif); 
     152} 
     153 
     154div.log_post_error { 
     155        padding: 4px; 
     156        text-align: justify; 
     157} 
     158 
     159div.log_post_error a { 
     160        color: #66890b; 
     161        font-weight: bold; 
     162        text-decoration: none; 
     163} 
     164 
     165div.log_post_error a:hover { 
     166        color: #ffff66; 
     167        background-color: #3a5300; 
     168} 
     169 
     170div.log_post_error ul li { 
    132171        list-style-image: url(list-item.gif); 
    133172} 
  • trunk/style/SeriouslyRound/index.css

    r306 r323  
    282282} 
    283283 
     284h1.log_post_h1_error { 
     285        /* title */ 
     286        line-height: 20%; 
     287        font-size: 1.4em; 
     288        display: inline; 
     289        letter-spacing: 2px; 
     290        font-family: 'ITC Garamond', Georgia, 'Trebuchet MS', 'Times New Roman', serif; 
     291        color: #cbe3ef; 
     292        padding: 4px; 
     293        margin: 4px; 
     294} 
     295 
     296h1.log_post_h1_error a { 
     297        color: #d4f6fa; 
     298} 
     299 
     300h1.log_post_h1_error a:hover { 
     301        color: #4d5049; 
     302} 
     303 
    284304h2.log_post_h2 { 
    285305        /* category */ 
     
    336356} 
    337357 
     358div.log_post_error { 
     359        /* container for post */ 
     360        margin-top: 0px; 
     361        padding-bottom: 10px; 
     362        text-align: justify; 
     363        display: block; 
     364        margin-bottom: 10px; 
     365        margin-left: 30px; 
     366} 
     367div.log_post_error li { 
     368        list-style-image: url(star-normal.gif); 
     369} 
     370 
     371div.log_post_error li:hover { 
     372        list-style-image: url(star-over.gif); 
     373} 
     374 
    338375a.link_readmore { 
    339376        /* style for the 'read more' link in mvblog. First use on frontpage */ 
  • trunk/style/Sunset/index.css

    r309 r323  
    216216} 
    217217 
     218h1.log_post_h1_error { 
     219        font-size: medium; 
     220        font-weight: bold; 
     221        color: #c13100; 
     222        border-top: 1px solid #fffbd0; 
     223        border-left: 1px solid #fffbd0; 
     224        display: inline; 
     225} 
     226 
     227h1.log_post_h1_error a { 
     228        border-top: 1px solid #cc6600; 
     229        border-left: 1px solid #cc6600; 
     230        padding-top: 2px; 
     231        padding-left: 2px; 
     232} 
     233 
    218234h2.log_post_h2 { 
    219235        font-style: italic; 
     
    239255} 
    240256 
     257div.log_post_error { 
     258        padding-left: 5px; 
     259} 
     260 
     261div.log_post_error ul li { 
     262        list-style-image: url(star.gif); 
     263} 
     264 
     265div.log_post_error ul li:hover { 
     266        list-style-image: url(star-hover.gif); 
     267} 
     268 
    241269div.log_post_aside:before { 
    242270        content: url(aside2.gif); 
  • trunk/style/Thirteen/index.css

    r310 r323  
    224224} 
    225225 
     226h1.log_archive_h1_error { 
     227        /* Archive title */ 
     228        font-size: 1.5em; 
     229} 
     230 
    226231/* post specific tags */ 
    227232 
     
    285290} 
    286291 
     292div.log_post_error { 
     293        /* content style for normal entry */ 
     294        margin-left: 30px; 
     295        display: block; 
     296        margin-top: 10px; 
     297        margin-bottom: 10px; 
     298} 
     299 
     300div.log_post_error li { 
     301        list-style-image: url(star-normal.gif); 
     302} 
     303 
     304div.log_post_error li:hover { 
     305        list-style-image: url(star-over.gif); 
     306} 
     307 
    287308a.link_readmore { 
    288309        /* style for the 'read more' link in mvblog. First use on frontpage */ 
  • trunk/style/Two-point-Zero/index.css

    r311 r323  
    223223} 
    224224 
     225h1.log_archive_h1_error { 
     226        /* Archive title */ 
     227        font-size: 1.5em; 
     228} 
     229 
    225230/* post specific tags */ 
    226231 
     
    282287 
    283288div.log_post_normal li:hover { 
     289        list-style-image: url(star-over.gif); 
     290} 
     291 
     292div.log_post_error { 
     293        /* content style for normal entry */ 
     294        margin-left: 30px; 
     295        display: block; 
     296        margin-top: 10px; 
     297        margin-bottom: 10px; 
     298} 
     299 
     300div.log_post_error li { 
     301        list-style-image: url(star-normal.gif); 
     302} 
     303 
     304div.log_post_error li:hover { 
    284305        list-style-image: url(star-over.gif); 
    285306}