Changeset 454

Show
Ignore:
Timestamp:
08/26/08 00:50:51 (19 months ago)
Author:
eevee
Message:

Made the front page mostly presentable in the new design.

Location:
veekun/branches/layout2
Files:
2 added
2 removed
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/branches/layout2/templates/style/slick/global.tt

    r453 r454  
    4444dl.compact.highlights dl.compact.highlights dd:hover { background: none; } 
    4545 
    46 input[type='text'] { padding: 0.25em; border: 1px solid black; background-color: white; -moz-border-radius: 4px; -webkit-border-radius: 4px; } 
    47 input[type='text']:focus { outline: 2px solid #afd4f3; background-color: #ecf2fc; -moz-outline-radius: 5px; } 
     46input[type='text'], 
     47textarea { padding: 0.25em; border: 1px solid black; background-color: #f0f0f0; -moz-border-radius: 4px; -webkit-border-radius: 4px; } 
     48input[type='text']:focus, 
     49textarea:focus { outline: 2px solid #afd4f3; background-color: #ecf2fc; -moz-outline-radius: 5px; } 
    4850 
    4951#site-title { position: absolute; z-index: -1; right: 120px; top: -0.85em; margin: 0 2em; font-size: 4em; color: black; font-weight: bold; } 
     
    5557#header #pokedex-lookup label { position: absolute; right: 40px; bottom: 10px; color: white; font-size: 1.33em; } 
    5658#header #pokedex-lookup input { color: black; font-size: 1.5em; font-family: monospace; background-image: url(/images/pokedex-translucent.png); background-position: bottom right; background-repeat: no-repeat; } 
    57 #header #login { position: absolute; bottom: 0.5em; left: 30%; } 
     59#header #login { position: absolute; bottom: 0.5em; left: 200px; } 
     60#statusline { padding: 0.25em; border-bottom: 1px solid #336dc5; background: #92b1e0; text-align: center; } 
    5861 
    5962#content-wrapper { float: left; width: 100%; }