From 1b03bf2566d8b4ac31af837e0b7d87e617e5e918 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 14 Jul 2018 13:11:23 -0500 Subject: [PATCH] Cleanup the menu bar of the site - remove baked in images and replace with some decent css instead, and get rid of the javascript in favor of some css --- web/ConvertFCMtoFM2.html | 16 +++++++-------- web/FM2.html | 15 +++++++------- web/Javascript/buttons.js | 22 -------------------- web/archive.html | 16 +++++++-------- web/contact.html | 16 +++++++-------- web/documentation.html | 17 +++++++-------- web/download.html | 16 +++++++-------- web/fceux-sdl-docs.html | 16 +++++++-------- web/fceux-sdl-faq.html | 16 +++++++-------- web/fceux.css | 41 +++++++++++++++++++++++-------------- web/home.html | 22 ++++++++------------ web/links.html | 22 ++++++++------------ web/movies.html | 16 +++++++-------- web/osx.html | 15 +++++++------- web/pressrelease-2.0.0.html | 15 +++++++------- web/pressrelease-2.0.1.html | 15 +++++++------- web/pressrelease-2.0.2.html | 15 +++++++------- web/pressrelease-2.0.3.html | 15 +++++++------- web/pressrelease-2.1.1.html | 15 +++++++------- web/pressrelease-2.1.2.html | 15 +++++++------- web/pressrelease-2.1.3.html | 15 +++++++------- web/pressrelease-2.1.4.html | 15 +++++++------- web/pressrelease-2.1.5.html | 15 +++++++------- web/pressrelease-2.1.html | 15 +++++++------- web/pressrelease-2.2.0.html | 15 +++++++------- web/pressrelease-2.2.1.html | 15 +++++++------- web/pressrelease-2.2.2.html | 15 +++++++------- web/pressrelease-2.2.3.html | 15 +++++++------- web/version.html | 22 ++++++++------------ 29 files changed, 225 insertions(+), 273 deletions(-) delete mode 100644 web/Javascript/buttons.js diff --git a/web/ConvertFCMtoFM2.html b/web/ConvertFCMtoFM2.html index a6e18f1e..ad22965c 100644 --- a/web/ConvertFCMtoFM2.html +++ b/web/ConvertFCMtoFM2.html @@ -5,20 +5,20 @@ Convert FCM to FM2 - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links
+ Home + Download + Documentation + Versions + Contact + Links +
diff --git a/web/FM2.html b/web/FM2.html index 421adc3d..78917ccd 100644 --- a/web/FM2.html +++ b/web/FM2.html @@ -5,20 +5,19 @@ FM2 - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/Javascript/buttons.js b/web/Javascript/buttons.js deleted file mode 100644 index 099a8875..00000000 --- a/web/Javascript/buttons.js +++ /dev/null @@ -1,22 +0,0 @@ -//Auto-generated code for dealing with the navigation bar buttons - -function FP_preloadImgs() {//v1.0 - var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); - for(var i=0; i News Archive - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links
+ Home + Download + Documentation + Versions + Contact + Links +
diff --git a/web/contact.html b/web/contact.html index 9e8ea47f..0c967465 100644 --- a/web/contact.html +++ b/web/contact.html @@ -5,20 +5,20 @@ Contact - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links
+ Home + Download + Documentation + Versions + Contact + Links +
- +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links
+ Home + Download + Documentation + Versions + Contact + Links +
- +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links
+ Home + Download + Documentation + Versions + Contact + Links +
diff --git a/web/fceux.css b/web/fceux.css index a54169c9..dbfeeb51 100644 --- a/web/fceux.css +++ b/web/fceux.css @@ -1,11 +1,10 @@ - /* CSS layout */ -body { +body { margin: 0; padding: 0; + background-color: #E9E9E9; } #masthead { - background-repeat: no-repeat; background-position: left; background-color: #999999; @@ -13,24 +12,39 @@ body { margin: auto; border-style: solid; text-align:center; - font-weight:bold; + font-weight:bold; font-size:medium; padding-top:0px; padding-bottom:1px; - } #top_nav { text-align: center; - border-style: solid; - border-width: thin; margin-left: 200px; margin-right: 200px; - margin-top: 0px; - padding-top: 8px; - padding-bottom: 4px; - margin-bottom: 32px; - background-color:#B7B7B7; + margin-top: 20px; + margin-bottom: 20px; +} + +#top_nav a { + font-size: large; + text-decoration: none; + color: black; + border-radius: 8px; + border-width: 2px; + border-style: solid; + border-color: #333; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 20px; + padding-right: 20px; + background-color: #BBB; + margin-bottom: 5px; + display: inline-block; +} + +#top_nav a:hover { + background-color: #777; } #container { @@ -50,9 +64,6 @@ body { .Font { font-family: Arial, Helvetica, sans-serif; } -body { - background-color: #E9E9E9; -} #footer { font-size: small; diff --git a/web/home.html b/web/home.html index 42e5701e..ddffc2a2 100644 --- a/web/home.html +++ b/web/home.html @@ -15,26 +15,20 @@ margin-bottom: 32px; } - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
+ Home + Download + Documentation + Versions + Contact + Links +
diff --git a/web/links.html b/web/links.html index 657d7356..c6c5c61c 100644 --- a/web/links.html +++ b/web/links.html @@ -5,26 +5,20 @@ Links - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
+ Home + Download + Documentation + Versions + Contact + Links +
Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.0.1.html b/web/pressrelease-2.0.1.html index 6e3de737..58f22ec6 100644 --- a/web/pressrelease-2.0.1.html +++ b/web/pressrelease-2.0.1.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.0.2.html b/web/pressrelease-2.0.2.html index 9717e41e..ee2bd70b 100644 --- a/web/pressrelease-2.0.2.html +++ b/web/pressrelease-2.0.2.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.0.3.html b/web/pressrelease-2.0.3.html index 473113c0..b11e6a44 100644 --- a/web/pressrelease-2.0.3.html +++ b/web/pressrelease-2.0.3.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.1.html b/web/pressrelease-2.1.1.html index 7a7757c2..b2c695cb 100644 --- a/web/pressrelease-2.1.1.html +++ b/web/pressrelease-2.1.1.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.2.html b/web/pressrelease-2.1.2.html index 7be37e00..86913c9d 100644 --- a/web/pressrelease-2.1.2.html +++ b/web/pressrelease-2.1.2.html @@ -5,21 +5,20 @@ - Press Release 2.1.2 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.3.html b/web/pressrelease-2.1.3.html index ea8f4d5f..6a4ab4da 100644 --- a/web/pressrelease-2.1.3.html +++ b/web/pressrelease-2.1.3.html @@ -5,20 +5,19 @@ Press Release 2.1.3 - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.4.html b/web/pressrelease-2.1.4.html index 8f62bb9a..22eed85e 100644 --- a/web/pressrelease-2.1.4.html +++ b/web/pressrelease-2.1.4.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.5.html b/web/pressrelease-2.1.5.html index 4d88f409..20962f95 100644 --- a/web/pressrelease-2.1.5.html +++ b/web/pressrelease-2.1.5.html @@ -4,21 +4,20 @@ - Press Release 2.1.5 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.1.html b/web/pressrelease-2.1.html index faccf457..77d326d3 100644 --- a/web/pressrelease-2.1.html +++ b/web/pressrelease-2.1.html @@ -4,21 +4,20 @@ - Press Release 2.1.4 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.2.0.html b/web/pressrelease-2.2.0.html index baf4344a..65f0ea13 100644 --- a/web/pressrelease-2.2.0.html +++ b/web/pressrelease-2.2.0.html @@ -4,21 +4,20 @@ - Press Release 2.2.0 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.2.1.html b/web/pressrelease-2.2.1.html index f7d6f4b9..e9eac436 100644 --- a/web/pressrelease-2.2.1.html +++ b/web/pressrelease-2.2.1.html @@ -4,21 +4,20 @@ - Press Release 2.2.1 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.2.2.html b/web/pressrelease-2.2.2.html index 6b216323..47b4bd48 100644 --- a/web/pressrelease-2.2.2.html +++ b/web/pressrelease-2.2.2.html @@ -4,21 +4,20 @@ - Press Release 2.2.2 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/pressrelease-2.2.3.html b/web/pressrelease-2.2.3.html index 5c067ce2..bd7cff5e 100644 --- a/web/pressrelease-2.2.3.html +++ b/web/pressrelease-2.2.3.html @@ -4,21 +4,20 @@ - Press Release 2.2.3 - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
- Home - Download - Documentation - Versions - Contact - Links + Home + Download + Documentation + Versions + Contact + Links
diff --git a/web/version.html b/web/version.html index fd2051cf..99d653d1 100644 --- a/web/version.html +++ b/web/version.html @@ -11,26 +11,20 @@ text-decoration: underline; } - - +
FCEUX
The all in one NES/Famicom/Dendy Emulator
+ Home + Download + Documentation + Versions + Contact + Links +