Changeset 454
- Timestamp:
- 08/26/08 00:50:51 (19 months ago)
- Location:
- veekun/branches/layout2
- Files:
-
- 2 added
- 2 removed
- 1 modified
-
root/images/avatars/00000000001 (deleted)
-
root/images/avatars/00000000002 (deleted)
-
root/images/slick/th-background.png (added)
-
templates/style/slick/global.tt (modified) (2 diffs)
-
templates/style/slick/index.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
veekun/branches/layout2/templates/style/slick/global.tt
r453 r454 44 44 dl.compact.highlights dl.compact.highlights dd:hover { background: none; } 45 45 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; } 46 input[type='text'], 47 textarea { padding: 0.25em; border: 1px solid black; background-color: #f0f0f0; -moz-border-radius: 4px; -webkit-border-radius: 4px; } 48 input[type='text']:focus, 49 textarea:focus { outline: 2px solid #afd4f3; background-color: #ecf2fc; -moz-outline-radius: 5px; } 48 50 49 51 #site-title { position: absolute; z-index: -1; right: 120px; top: -0.85em; margin: 0 2em; font-size: 4em; color: black; font-weight: bold; } … … 55 57 #header #pokedex-lookup label { position: absolute; right: 40px; bottom: 10px; color: white; font-size: 1.33em; } 56 58 #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; } 58 61 59 62 #content-wrapper { float: left; width: 100%; }
