diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 21:54:32 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 21:54:32 -0500 |
| commit | 004b02c4c310b9c1fb30b7f49b4a76a4cab5f151 (patch) | |
| tree | 7ad7f6da1783b23ed3298f290331b41d9b4ab9be | |
| parent | f48be07d06c13aca598eee597a8384553e848925 (diff) | |
commit PROD
| -rw-r--r-- | static/4a.gif | bin | 0 -> 4929 bytes | |||
| -rw-r--r-- | static/babe_bluebikini.gif | bin | 0 -> 19619 bytes | |||
| -rw-r--r-- | static/druida.gif | bin | 0 -> 47910 bytes | |||
| -rwxr-xr-x | static/header.css | 47 | ||||
| -rwxr-xr-x | static/index.html | 27 | ||||
| -rwxr-xr-x | template/banner.st | 1 |
6 files changed, 51 insertions, 24 deletions
diff --git a/static/4a.gif b/static/4a.gif Binary files differnew file mode 100644 index 0000000..7efbee8 --- /dev/null +++ b/static/4a.gif diff --git a/static/babe_bluebikini.gif b/static/babe_bluebikini.gif Binary files differnew file mode 100644 index 0000000..d272d7c --- /dev/null +++ b/static/babe_bluebikini.gif diff --git a/static/druida.gif b/static/druida.gif Binary files differnew file mode 100644 index 0000000..a6043ee --- /dev/null +++ b/static/druida.gif diff --git a/static/header.css b/static/header.css index bf88e51..786632d 100755 --- a/static/header.css +++ b/static/header.css @@ -18,8 +18,7 @@ margin-right:80%; } .white a:hover { text-decoration: none; - text-shadow: 1px 1px 1px #ccc; - zbackground-image:url(/static/dblue2.png); + text-shadow: 1px 1px 1px #000; color: #fff; } @@ -44,16 +43,15 @@ background-repeat:repeat-x; top:24px; position:absolute; font-family: Arial, Helvetica, sans-serif; - background-image:url(/static/20bar7.ng); font-size: 16px; height:30; word-spacing:2; width:365; -color:#ccc; +color:#fff; text-indent:14; line-height:1.8; text-shadow: 1px 1px 0px #000; - left: 270px; + left: 290px; margin-left: 1.2%; margin-right: 8%; letter-spacing:.2px; @@ -100,7 +98,7 @@ color:#fff; font-size: 12px; height:30; word-spacing:2; -color:#ccc; +color:#fff; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; @@ -172,23 +170,50 @@ z-index:3; } #banner-menu { - position: relative; + position: relative; height: 26px; } #banner-menu li { - float: left; + float: left; height: 26px; } #banner-menu li.back { - background-image:url(/static/dblue2.png); + background-image:url(/static/upload.png); +background-position:top; +background-color:#e3e3e3; width: 1px; - height: 27px; +border:px solid #000; + height: 26px; position: absolute; z-index: 10; +margin-top2; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; margin-left: 10px; } #banner-menu li a { position: relative; z-index: 20; -}
\ No newline at end of file + min-height: 22px; +} + +#banner-menu li img { + vertical-align: top; +} + +#lastli{ + +margin-left:-700; +} diff --git a/static/index.html b/static/index.html index 38d4977..ecb4f82 100755 --- a/static/index.html +++ b/static/index.html @@ -36,12 +36,6 @@ function MM_swapImage() { //v3.0 <style type="text/css"> - - - - - - <!-- .white a:link { text-decoration: none; @@ -91,7 +85,7 @@ padding-top:12; } #horse { width:460px; - +opacity:0.9; height:372px; padding-top:1; position: relative; @@ -100,6 +94,18 @@ background:url(/static/flyhorse.gif); background-repeat:no-repeat; } +#babe { + width:460px; +opacity:0.9; + height:372px; +padding-top:1; + + position: relative; +background:url(/static/4a.gif); + background-position:40 132; + background-repeat:no-repeat; + +} #bottombar{ top: 69px; left:0px; @@ -193,11 +199,6 @@ padding-top:6px; } --> - - - - - </style> <body> @@ -213,7 +214,7 @@ padding-top:6px; </div> </div> </div> -<div id="main" align="center"><div id="horse"> +<div id="main" align="center"><div id="horse"><div id="babe"> <p align="center"> diff --git a/template/banner.st b/template/banner.st index 2b03e34..e2b816f 100755 --- a/template/banner.st +++ b/template/banner.st @@ -12,6 +12,7 @@ <div align="center"> $if(user_nick)$ <ul id="banner-menu"> + <li><div id="lastli"><a href="/">.</a></div></li> <li><a href="/log"><img src="/static/text.gif" > Log</a></li> <li><a href="/u/$user_nick$"><img src="/static/home4.gif"/> Profile</a></li> <li><a href="/browser"><img src="/static/image_draw.gif" /> Browser Tool</a></li> |
