From 3404aebda95c78a98e477c120354f20891f55c7b Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 21:27:12 -0700 Subject: search page styling --- webroot/css/search.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 webroot/css/search.css (limited to 'webroot/css/search.css') diff --git a/webroot/css/search.css b/webroot/css/search.css new file mode 100644 index 0000000..ff9907e --- /dev/null +++ b/webroot/css/search.css @@ -0,0 +1,28 @@ +form.search { + text-align: center; +} +form.search input[type="text"] { + width: 700px; +} +p.more { + text-align: center; + margin: 15px; +} +p.more a { + padding: 7px 10px; + border: 1px solid #aaa; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + background: #ddd; + background: -moz-linear-gradient(top, #ddd, #bbb); + background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff00', GradientType=1); + color: #111; +} +p.more a:hover { + background: #eee; + background: -moz-linear-gradient(top, #eee, #ccc); + background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff00', GradientType=1); +} -- cgit v1.2.3