diff --git a/apidb.css b/apidb.css index 485cfb3..6504182 100644 --- a/apidb.css +++ b/apidb.css @@ -1,145 +1,3 @@ -/*******************************************************************/ -/* The following styles are copy/pasted from winehq.org stylesheet */ -/*******************************************************************/ -/* Body Document Defaults */ -BODY { - background-color: #E2E2E2; - color: #000000; - font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif; - margin: 0px 10px 0px 0px; - font-size: 12px; - } -/* img */ -img { border: 0; } - -/* Link Colors */ -A { color: #A50D0D; } -A:visited { color: #FF0000; } -A:hover { color: #FF6666; text-decoration: underline; } -A:active { color: #FF0000; } -A.hidden { text-decoration: none; color: #000000; } - -/* General fonts and sizes */ -OL,UL,P { font-size: 12px; } -TD,TR,TH { font-size: 12px; } -INPUT { font-size: 12px; } -PRE { font-family: monospace; font-size: 12px; } - -/* Hn Sizes */ -H1 { font-size: 180%; } -H2 { font-size: 150%; } -H3 { font-size: 130%; } -H4 { font-size: 120%; } -H5 { font-size: 110%; } - -/* WWN Colors */ -.wwnQuote { color: #A8003C; } -p.indent { padding-left: 1em; padding-right: 1em;} - -/* background colors */ -.vltgrey { background-color: #f9f9f9; } -.ltgrey { background-color: #EFEFEF; } -.grey { background-color: #C0C0C0; } -.white { background-color: #FFFFFF; } -.dkgrey { background-color: #888888; } -.ltblack { background-color: #999999; } -.black { background-color: #000000; } -.blueish { background-color: #bed5f7; } - -/* text colors */ -.inverse { color: #FFFFFF; } -.disabled { color: #999999; } -.normal { color: #000000; } -.error { color: #ff0000; } -.water { color: #6060ff; } -.blueman { color: #335184; } - -/* text styles */ -.strike { text-decoration: line-through; } -.bold { font-weight: bold; } -.newstitle { font-size: 14px; font-weight: bold; color: #000000; } - -/* Menu Config */ -.menuTitle { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } -.menuTitle:visited { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } -.menuTitle:hover { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } -.menuLink { padding-left: 4px; padding-top: 5px; padding-bottom: 5px; background-color: #ffffff; font-size: 11px; width: 140px; display: block; } -.menulink:hover { background-color: #e0e6ff; } -.menuItem { padding-left: 4px; padding-top: 5px; padding-bottom: 5px; background-color: #ffffff; font-size: 11px; width: 140px; display: block; } -.menuItem:visited { font-size: 11px; color: #000000; } -.menuItem:hover { font-size: 11px; color: #A50D0D; } - -.topMenu { background-color: #601919; } -.sideMenu { background-color: #FFFFFF; } -.border { background-color: #601919; } - -/* Misc */ -.tiny { font-size: 8px; } -.small { font-size: 10px; } -.big { font-size: 14px; } -.rowtitle { background-color: black; color: white; font-weight: bold; } - -/* Generic Buttons */ -.button { background-color: #6b86bb; color: #ffffff; font-family: Sans-Serif; font-size: 12px; padding: 0; } -.searchInput { background-color: #FFFFFF; color: #000000; font-family: Sans-Serif; font-size: 12px; padding: 0; } - -/* Note Blip */ -.blip { color: #ff0000; font-size: 10px; } - -/* Footer */ -.footer { font-size: 8pt; color: #777777; } - -/* Status colors */ -.hdr { background-color: #000000; color: #ffffff; } -.pct0 { background-color: #ff5050; } -.pct5 { background-color: #ff5d4f; } -.pct10 { background-color: #ff694e; } -.pct15 { background-color: #ff764d; } -.pct20 { background-color: #ff824b; } -.pct25 { background-color: #ff8f4a; } -.pct30 { background-color: #ff9b49; } -.pct35 { background-color: #ffa848; } -.pct40 { background-color: #ffb447; } -.pct45 { background-color: #ffc146; } -.pct50 { background-color: #ffcd45; } -.pct55 { background-color: #ffda43; } -.pct60 { background-color: #ffe642; } -.pct65 { background-color: #fff341; } -.pct70 { background-color: #ffff40; } -.pct75 { background-color: #dcff48; } -.pct80 { background-color: #c8ff50; } -.pct85 { background-color: #b4ff58; } -.pct90 { background-color: #a0ff60; } -.pct95 { background-color: #8cff60; } -.pct100 { background-color: #60ff60; } -.nonexistent { background-color: #ff5050; } -.poor { background-color: #ff8f4a; } -.outdated { background-color: #ffcd45; } -.outdadeq { background-color: #ffff40; } -.adequate { background-color: #dcff48; } -.adeqgood { background-color: #c0ff54; } -.good { background-color: #60ff60; } - -/* ToDo colors */ -.todo { background-color: red; } -.inprogress { background-color: yellow; } -.done { background-color: #32CD32; } -.invalid { color: gray; text-decoration: line-through; } - -/* Fun Projects */ -.works { background-color: #68838B; } -.abandoned { background-color: gray; } -.modified { font-weight: bold; } -.submitted { font-style: italic; } -.committed { font-style: italic; color: gray; } - -/* App Support status */ -.platinum { background-color: #ECECEC; } -.gold { background-color: #fff600; } -.silver { background-color: silver; } -.bronze { background-color: #fcba0a; } -.garbage { background-color: #999966; } - /*******************************************************************/ /* The following styles are used exclusively in appdb */ /*******************************************************************/ diff --git a/favicon.ico b/favicon.ico index 6b8f928..78b6d9b 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 0000000..16bb0b5 Binary files /dev/null and b/images/bg.jpg differ diff --git a/images/cw_logo_sm.png b/images/cw_logo_sm.png new file mode 100644 index 0000000..3099535 Binary files /dev/null and b/images/cw_logo_sm.png differ diff --git a/images/side_menu_bg.png b/images/side_menu_bg.png new file mode 100644 index 0000000..c8cbcc0 Binary files /dev/null and b/images/side_menu_bg.png differ diff --git a/images/side_menu_bot.png b/images/side_menu_bot.png new file mode 100644 index 0000000..8bc9b5d Binary files /dev/null and b/images/side_menu_bot.png differ diff --git a/images/side_menu_top.png b/images/side_menu_top.png new file mode 100644 index 0000000..047c4c0 Binary files /dev/null and b/images/side_menu_top.png differ diff --git a/images/tab_h.png b/images/tab_h.png new file mode 100644 index 0000000..59620cd Binary files /dev/null and b/images/tab_h.png differ diff --git a/images/tab_s.png b/images/tab_s.png new file mode 100644 index 0000000..54d367b Binary files /dev/null and b/images/tab_s.png differ diff --git a/images/tab_u.png b/images/tab_u.png new file mode 100644 index 0000000..ff84b7a Binary files /dev/null and b/images/tab_u.png differ diff --git a/images/winehq_border_bottom_left.gif b/images/winehq_border_bottom_left.gif deleted file mode 100644 index e633092..0000000 Binary files a/images/winehq_border_bottom_left.gif and /dev/null differ diff --git a/images/winehq_border_bottom_right.gif b/images/winehq_border_bottom_right.gif deleted file mode 100644 index 41e12a1..0000000 Binary files a/images/winehq_border_bottom_right.gif and /dev/null differ diff --git a/images/winehq_border_dot_left.gif b/images/winehq_border_dot_left.gif deleted file mode 100644 index 1fa3ff0..0000000 Binary files a/images/winehq_border_dot_left.gif and /dev/null differ diff --git a/images/winehq_border_dot_right.gif b/images/winehq_border_dot_right.gif deleted file mode 100644 index 4e75cdd..0000000 Binary files a/images/winehq_border_dot_right.gif and /dev/null differ diff --git a/images/winehq_border_top_left.gif b/images/winehq_border_top_left.gif deleted file mode 100644 index 6a51eb0..0000000 Binary files a/images/winehq_border_top_left.gif and /dev/null differ diff --git a/images/winehq_border_top_right.gif b/images/winehq_border_top_right.gif deleted file mode 100644 index 9150224..0000000 Binary files a/images/winehq_border_top_right.gif and /dev/null differ diff --git a/images/winehq_logo_16.png b/images/winehq_logo_16.png new file mode 100644 index 0000000..83d2c4c Binary files /dev/null and b/images/winehq_logo_16.png differ diff --git a/images/winehq_logo_glass_sm.png b/images/winehq_logo_glass_sm.png new file mode 100644 index 0000000..949334b Binary files /dev/null and b/images/winehq_logo_glass_sm.png differ diff --git a/images/winehq_logo_text.png b/images/winehq_logo_text.png new file mode 100644 index 0000000..29b6ecb Binary files /dev/null and b/images/winehq_logo_text.png differ diff --git a/images/winehq_top_logo.png b/images/winehq_top_logo.png deleted file mode 100644 index f26b79e..0000000 Binary files a/images/winehq_top_logo.png and /dev/null differ diff --git a/include/footer.php b/include/footer.php index 308b1d0..39a12a9 100644 --- a/include/footer.php +++ b/include/footer.php @@ -1,2 +1,15 @@ + + + + + + + +
+