diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 05:16:41 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 05:16:41 +0000 |
| commit | 93d870f83fa8bdce09c3248c8c09b8d4949c59de (patch) | |
| tree | 626d2062731bccc91792c4977e3f18ad6768498c /style | |
| parent | 9f62ce216a06b24af132d4ecdfd93c470b1a2c81 (diff) | |
| download | install-93d870f83fa8bdce09c3248c8c09b8d4949c59de.tar.gz install-93d870f83fa8bdce09c3248c8c09b8d4949c59de.tar.bz2 install-93d870f83fa8bdce09c3248c8c09b8d4949c59de.zip | |
no transparency for tiles
Diffstat (limited to 'style')
| -rw-r--r-- | style/images/bg_body.png | bin | 0 -> 523 bytes | |||
| -rw-r--r-- | style/images/bg_content.png | bin | 0 -> 5779 bytes | |||
| -rw-r--r-- | style/images/bg_header.png | bin | 0 -> 69456 bytes | |||
| -rw-r--r-- | style/install.css | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/style/images/bg_body.png b/style/images/bg_body.png Binary files differnew file mode 100644 index 0000000..05a0b40 --- /dev/null +++ b/style/images/bg_body.png diff --git a/style/images/bg_content.png b/style/images/bg_content.png Binary files differnew file mode 100644 index 0000000..7799e29 --- /dev/null +++ b/style/images/bg_content.png diff --git a/style/images/bg_header.png b/style/images/bg_header.png Binary files differnew file mode 100644 index 0000000..6afed6a --- /dev/null +++ b/style/images/bg_header.png diff --git a/style/install.css b/style/install.css index 9ffafa9..8c0b5da 100644 --- a/style/install.css +++ b/style/install.css @@ -5,7 +5,7 @@ div#container {width:93%;margin:0 auto;max-width:1100px} /* header */ -#header {background:transparent url(images/bg_header-trans.png) no-repeat right top} +#header {background:transparent url(images/bg_header.png) no-repeat right top} a#bitweaver_logo {display:block;clear:both;height:123px;width:66px;margin:0 0 0 3%;background:transparent url(images/bg_header_logo-trans.png) -66px 0 no-repeat} a#bitweaver_logo:hover {background-position:0 0} a#bitweaver_logo em {display:none} @@ -17,7 +17,7 @@ a#bitweaver_logo em {display:none} #header div.bittop {max-width:785px;margin:0 auto} #wrapper {border:4px solid #ffe339;margin:0 auto;max-width:777px} -#content {background:#fff url(images/bg_content-trans.png) repeat-x;border:1px solid #fff} +#content {background:#fff url(images/bg_content.png) repeat-x;border:1px solid #fff} #footer {text-align:center;padding:4em 0 1em 0} #footer a,#footer:visited {color:#00e;border-bottom:1px solid #f0f0f0} #footer a:hover {color:#00f;border-bottom:1px solid #ddd;text-decoration:none} @@ -59,7 +59,7 @@ div.progressbar div.progress0 {background:#fdf9ea;width:3em !important} /* global */ html {background:#FFFED4} -body {background:#FFFED4 url(images/bg_body-trans.png) repeat-x left top} +body {background:#FFFED4 url(images/bg_body.png) repeat-x left top} body {font:13px/22px sans-serif;margin:0 auto;padding:0} table {border-collapse:collapse;padding:0;margin:0;width:100%;table-layout:fixed} caption {font-weight:bold} |
