From: John Dong Date: Thu, 30 Aug 2007 17:05:25 +0000 (-0400) Subject: Back out png->gif conversion. 256-color is really ugly around the edges X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/695c3ab477e325af7e821258a3b6a5bb5d736ee0 Back out png->gif conversion. 256-color is really ugly around the edges --- diff --git a/public/images/bg_controlroom.gif b/public/images/bg_controlroom.gif deleted file mode 100644 index 0dc093d..0000000 Binary files a/public/images/bg_controlroom.gif and /dev/null differ diff --git a/public/images/bg_controlroom.png b/public/images/bg_controlroom.png new file mode 100644 index 0000000..5629933 Binary files /dev/null and b/public/images/bg_controlroom.png differ diff --git a/public/images/bg_index.gif b/public/images/bg_index.gif deleted file mode 100644 index 9b4b18f..0000000 Binary files a/public/images/bg_index.gif and /dev/null differ diff --git a/public/images/bg_index.png b/public/images/bg_index.png new file mode 100644 index 0000000..52ac075 Binary files /dev/null and b/public/images/bg_index.png differ diff --git a/public/images/bg_main.gif b/public/images/bg_main.gif deleted file mode 100644 index 8c3c787..0000000 Binary files a/public/images/bg_main.gif and /dev/null differ diff --git a/public/images/bg_main.png b/public/images/bg_main.png new file mode 100644 index 0000000..a94d556 Binary files /dev/null and b/public/images/bg_main.png differ diff --git a/public/images/bg_quickvotes.gif b/public/images/bg_quickvotes.gif deleted file mode 100644 index c2d4a7c..0000000 Binary files a/public/images/bg_quickvotes.gif and /dev/null differ diff --git a/public/images/bg_quickvotes.png b/public/images/bg_quickvotes.png new file mode 100644 index 0000000..53e3c21 Binary files /dev/null and b/public/images/bg_quickvotes.png differ diff --git a/public/images/bg_resultblock.gif b/public/images/bg_resultblock.gif deleted file mode 100644 index 6485094..0000000 Binary files a/public/images/bg_resultblock.gif and /dev/null differ diff --git a/public/images/bg_resultblock.png b/public/images/bg_resultblock.png new file mode 100644 index 0000000..21a05bd Binary files /dev/null and b/public/images/bg_resultblock.png differ diff --git a/public/images/bg_voters.gif b/public/images/bg_voters.gif deleted file mode 100644 index 2cd9bfd..0000000 Binary files a/public/images/bg_voters.gif and /dev/null differ diff --git a/public/images/bg_voters.png b/public/images/bg_voters.png new file mode 100644 index 0000000..c7da281 Binary files /dev/null and b/public/images/bg_voters.png differ diff --git a/public/images/title_front.gif b/public/images/title_front.gif deleted file mode 100644 index e715f9b..0000000 Binary files a/public/images/title_front.gif and /dev/null differ diff --git a/public/images/title_front.png b/public/images/title_front.png new file mode 100644 index 0000000..acf328f Binary files /dev/null and b/public/images/title_front.png differ diff --git a/public/images/title_main.gif b/public/images/title_main.gif deleted file mode 100644 index c976c16..0000000 Binary files a/public/images/title_main.gif and /dev/null differ diff --git a/public/images/title_main.png b/public/images/title_main.png new file mode 100644 index 0000000..f3dd02d Binary files /dev/null and b/public/images/title_main.png differ diff --git a/public/images/top_bar_1.gif b/public/images/top_bar_1.gif deleted file mode 100644 index ba06f2f..0000000 Binary files a/public/images/top_bar_1.gif and /dev/null differ diff --git a/public/images/top_bar_1.png b/public/images/top_bar_1.png new file mode 100644 index 0000000..3be6999 Binary files /dev/null and b/public/images/top_bar_1.png differ diff --git a/public/images/top_bar_2.gif b/public/images/top_bar_2.gif deleted file mode 100644 index d4f9c8f..0000000 Binary files a/public/images/top_bar_2.gif and /dev/null differ diff --git a/public/images/top_bar_2.png b/public/images/top_bar_2.png new file mode 100644 index 0000000..7242913 Binary files /dev/null and b/public/images/top_bar_2.png differ diff --git a/public/stylesheets/front.css b/public/stylesheets/front.css index daa91c7..4d77ea6 100644 --- a/public/stylesheets/front.css +++ b/public/stylesheets/front.css @@ -25,7 +25,7 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { line-height: 1; color: black; - background: #ffffff url(/images/bg_index.gif) repeat-x top center; + background: #ffffff url(/images/bg_index.png) repeat-x top center; } a { @@ -53,7 +53,7 @@ a { /* Header */ #header h1 { - background: url(/images/title_front.gif) center top no-repeat; + background: url(/images/title_front.png) center top no-repeat; overflow: hidden; padding-top: 189px; height: 0px; @@ -95,7 +95,7 @@ h3 { padding-top: 50px; height: 559px; width: 185px; - background: url(/images/bg_voters.gif) top left no-repeat; + background: url(/images/bg_voters.png) top left no-repeat; } #voters-content { @@ -106,7 +106,7 @@ h3 { padding-top: 139px; height: 470px; width: 185px; - background: url(/images/bg_controlroom.gif) top left no-repeat; + background: url(/images/bg_controlroom.png) top left no-repeat; } #control-room-content { @@ -117,7 +117,7 @@ h3 { padding-top: 80px; height: 529px; width: 185px; - background: url(/images/bg_quickvotes.gif) top left no-repeat; + background: url(/images/bg_quickvotes.png) top left no-repeat; } #quickvotes-content { diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 1bed0b5..acdff30 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -12,7 +12,7 @@ body { color: black; background: white; - background: url(/images/bg_main.gif) repeat-x top left; + background: url(/images/bg_main.png) repeat-x top left; } h2 { @@ -51,7 +51,7 @@ label { height: 0px; overflow: hidden; padding-top: 189px; - background: url(/images/title_main.gif) no-repeat top left; + background: url(/images/title_main.png) no-repeat top left; } @@ -103,7 +103,7 @@ label { } div#bar-left { - background-image: url(/images/top_bar_1.gif); + background-image: url(/images/top_bar_1.png); width: 153px; height: 37px; padding-top: 8px; @@ -112,7 +112,7 @@ div#bar-left { } div#bar-right { - background-image: url(/images/top_bar_2.gif); + background-image: url(/images/top_bar_2.png); width: 78px; height: 37px; padding-top: 8px;