diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-23 00:13:39 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-23 00:13:39 -0700 |
commit | 7bdf8b33a4e2c03dbb288b7ef938840d440b9f59 (patch) | |
tree | d9ceab20d726069f0eeca90ad10502724f36e574 | |
parent | 18738adb0cba7fa2f2187f9fbd83ba40c56675f1 (diff) |
Adding some styling stuff
-rw-r--r-- | static/clojure-icon.gif | bin | 0 -> 2174 bytes | |||
-rw-r--r-- | static/clojure.css | 8 | ||||
-rw-r--r-- | static/favicon.png | bin | 0 -> 656 bytes |
3 files changed, 4 insertions, 4 deletions
diff --git a/static/clojure-icon.gif b/static/clojure-icon.gif Binary files differnew file mode 100644 index 00000000..84eee16d --- /dev/null +++ b/static/clojure-icon.gif diff --git a/static/clojure.css b/static/clojure.css index 7efdb48f..71572563 100644 --- a/static/clojure.css +++ b/static/clojure.css @@ -5,10 +5,10 @@ body, .wiki, #Content, .wikipage {font-family: "Lucida Grande","Trebuchet MS","B img {border: 0;} #AllContentContainer {max-width: 92em;min-width: 663px;background: #fff url(/space/showimage/content-background.gif) right repeat-y;padding: 0 40px 18px 0;} -#Header {position: relative;clear: both;overflow: auto;} -#Logo {display: block;position: absolute;top: 0;left: 0;padding: 10px 0 0 62px;width: 138px;height: 100px} -#Header h1 {float: left;background:transparent url(/space/showimage/clojure-text.gif) no-repeat 8px 36px;border: 0;margin: 0;padding: 0;text-indent:-9999px;position: absolute;top: 0;left: 200px;} -#Header h1 a:link, #Header h1 a:visited, #Header h1 a:hover {border: 0;display: block;margin: 0;padding: 0;text-decoration: none;width: 220px;height: 110px;} +#Header {position: relative;clear: both;overflow: auto;height: 110px} +#Logo {position: absolute;top: 0;left: 0;padding: 10px 0 0 62px;width: 138px;height: 100px} +#Header h1 {float: left;border: 0;margin: 0;padding: 0;position: absolute;top: 50;left: 200px; height: 60px} +#Header h1 a:link, #Header h1 a:visited, #Header h1 a:hover {color:#000000; text-decoration: none;} #Resources {min-height: 110px;width: 234px;padding: 5px 0;float: right;border-bottom: 1px solid #abc4e2;background: #e4eaf7 url(/space/showimage/resources-background.gif) repeat-y;overflow: auto;} #Resources ul {margin: 0;padding: 0 25px;list-style: none;} #ResourcesB {float: right;} diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 00000000..b1653e82 --- /dev/null +++ b/static/favicon.png |