Changeset 58

Show
Ignore:
Timestamp:
01/04/07 00:42:12 (2 years ago)
Author:
verbosus
Message:

Removed body:before unicode glyph (yeah, nice hack but it just wasn't working), tweaked link, list-items and footer colors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • unicoders/trunk/unicoders/media/styles/default.css

    r56 r58  
    55  border: 0; 
    66  letter-spacing: -1px; 
    7   padding: 50px 10%; 
     7  padding: 50px 50px; 
    88  background: #000; 
    99  color: #FFF; 
     
    1313 
    1414body, h2, p { font: 20px/34px verdana, sans-serif; } 
    15 body:before { content:"\24E4"; font-size: 30px; float: left; color: #333; } 
    1615h1, h2, h3, p, ul { margin: 0; padding: 0; margin-bottom: 14px; } 
    17 h2 { font-style: italic; } 
    18 a { text-decoration: none; color: #6c0; padding-bottom: 2px; border-bottom: 1px solid #ccc; } 
     16h2 { font-style: italic; color: #666; } 
     17li { list-style-type: square; color: #333; } 
     18a {  
     19 text-decoration: none; color: #6c0; padding-bottom: 2px;  
     20 border-bottom: 2px solid #666;  
     21} 
    1922a:hover { border-bottom: 2px solid #06f; } 
    2023a:visited { color: #3c0; } 
    2124 
    2225.glyph { color: #06F; } 
    23 .footer a { color: #ccc; border: none; } 
     26.footer a { color: #666; border: none; }