From fb17073197547a983d91cbd713e5027aef60b4c1 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 3 Feb 2011 20:09:47 +0000 Subject: [PATCH] updates for FOSDEM 2011 slides --- fosdem2011/index.html | 31 ++++++++++++++++--------------- fosdem2011/slides.css | 16 ++++++++++------ index.html | 1 + 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/fosdem2011/index.html b/fosdem2011/index.html index 25391ed..6614479 100755 --- a/fosdem2011/index.html +++ b/fosdem2011/index.html @@ -74,7 +74,7 @@
@@ -85,9 +85,12 @@

Current State

-"Examples of in-content UI already present include session restore, -about:config, new add-ons manager, network error pages and phishing/malware -warning pages." +
    +
  • about:config
  • +
  • Session restore
  • +
  • Network error and phishing/malware warning pages
  • +
  • FF4 add-ons manager
  • +
Add-ons manager
@@ -98,9 +101,8 @@ warning pages."

Plans: Preferences

-As laid -out by Stephen Horlander in June 2010, preferences are among the targets -for moving UI into tabs, here's a mockup he drew up: +Stephen +Horlander, June 2010: preferences among targets - mockup:
Win7 Network Preference Mockup
@@ -111,19 +113,19 @@ for moving UI into tabs, here's a mockup he drew up:

Plans: Tentative

-The blog post as well as the +Stephen's blog post and in-content -page design wiki page also talks about the following: +page design wiki page go further:
    -
  • Library (History and Bookmarks View)
  • -
  • Downloads Manager
  • -
  • Toolbar Customization
  • +
  • Library (History and Bookmarks View)
  • +
  • Downloads Manager
  • +
  • Toolbar Customization
  • Tab View
  • -
  • home tab
  • +
  • Home tab
  • About Firefox
  • Help
-Non-goal: "Redesign all windows and panels" +Non-goal: "Redesign all windows and panels" tracking bugs: bug 584942
@@ -172,7 +174,6 @@ We should have some time for discussion now.
  • Any open questions?
  • Any unmentioned issues?
  • -
  • Anyone wanting to help us?
  • Anything I forgot to mention?
diff --git a/fosdem2011/slides.css b/fosdem2011/slides.css index 77b11ce..0043cd8 100644 --- a/fosdem2011/slides.css +++ b/fosdem2011/slides.css @@ -148,7 +148,7 @@ h1 { font-size: 1.7em; font-weight: bold; text-align: center; - text-shadow: #AA8080 3px 3px 5px; + text-shadow: #AAAA80 3px 3px 5px; } h2 { @@ -156,7 +156,7 @@ h2 { font-size: 1.3em; font-weight: bold; text-align: center; - text-shadow: #AA8080 2px 2px 3px; + text-shadow: #AAAA80 2px 2px 3px; } h3 { @@ -189,7 +189,7 @@ h4 { border: 1px solid #FF8080; background-color: #400000; -moz-border-radius: .5em; - -moz-box-shadow: #AA8080 1px 1px 3px 2px; + -moz-box-shadow: #AAAA80 1px 1px 3px 2px; } .captionedbox-content { @@ -204,16 +204,16 @@ h4 { .captionedbox-caption { margin: 0.5em; font-weight: bold; - text-shadow: #804040 1px 1px 2px; + text-shadow: #AAAA80 1px 1px 2px; } /***** misc formatting *****/ mark { font-weight: bold; - color: #0060C0; + color: #FFEEAA; background-color: transparent; - text-shadow: #5959ec 1px 1px 1px; + text-shadow: #CCCC00 2px 2px 3px; } .border { @@ -241,6 +241,10 @@ a:link { color: #CCCCFF; text-decoration: none; } a:visited { color: #EECCFF; text-decoration: none; } a:hover, a:active { color: #FFCCCC; text-decoration: underline; } +mark a:link { color: #FFFFCC; } +mark a:visited { color: #FFEE80; } +mark a:hover, mark a:active { color: #FFFFDD; } + /***** small stuff *****/ .small, diff --git a/index.html b/index.html index 72cd62f..1b2578d 100644 --- a/index.html +++ b/index.html @@ -44,5 +44,6 @@ (German/Deutsch)
  • SeaMonkey Developer Meeting 2010: SeaMonkey Future
  • +
  • FOSDEM 2011: In-Tab UI
  • \ No newline at end of file -- 2.35.3