From: robert Date: Fri, 20 Feb 2009 15:42:38 +0000 (+0000) Subject: make Design more Mozilla-style X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=b86ca6e0ad4309741a3d68a419bd5c99ad38f65b;hp=dfd0fabc1e04c912a57947bf448d77ba86bf463a;ds=sidebyside make Design more Mozilla-style --- diff --git a/linuxwochen2009/index.html b/linuxwochen2009/index.html index 98221dc..4e128c4 100755 --- a/linuxwochen2009/index.html +++ b/linuxwochen2009/index.html @@ -16,7 +16,7 @@
Einleitung
Inhalt || @@ -48,7 +48,9 @@ Vortragender: Robert Kaiser, "KaiRo" <kairo@kairo.at>
  • Für andere: Navigationslinks auf allen Folien, mit "Accesskeys" (z.B. "n"/Alt+Umschalt+W für "Weiter"), rechts/links-Pfeiltasten
  • Inhaltsverzeichnis
  • -
  • Lizenziert unter CC-BY-SA +
  • Lizenziert unter CC-BY-SA, 02/2009 Robert Kaiser
  • diff --git a/linuxwochen2009/slide_end.html b/linuxwochen2009/slide_end.html index 5bac7b3..815a43f 100755 --- a/linuxwochen2009/slide_end.html +++ b/linuxwochen2009/slide_end.html @@ -16,7 +16,7 @@
    Offene Diskussion
    Inhalt || diff --git a/linuxwochen2009/slide_introduction.html b/linuxwochen2009/slide_introduction.html index fad9098..e842ccf 100644 --- a/linuxwochen2009/slide_introduction.html +++ b/linuxwochen2009/slide_introduction.html @@ -16,7 +16,7 @@
    Vorstellung
    Inhalt || @@ -34,20 +34,20 @@
  • Mitglied im Projektmanagement des SeaMonkey-Projekts als Projektkoordinator und "Build Engineer"
  • -
  • Deutscher Übersetzer der SeaMonkey/Mozilla-Suite +
  • Deutscher Übersetzer der SeaMonkey/Mozilla-Suite (seamonkey.at) seit Ende 1999
  • SeaMonkey/Mozilla-Suite-Theme-Designer (EarlyBlue, LCARStrek)
  • -
  • Mitwirkender am Mozilla-Code, hauptsächlich in den Bereichen Build-System, - Benutzeroberflächen, Übersetzung und SeaMonkey
  • -
  • Selbständiger EDV-Dienstleister (EPU) seit 2006 +
  • Mitwirkender am Mozilla-Code, hauptsächlich in den Bereichen Build-System, + Benutzeroberflächen, Übersetzung und SeaMonkey
  • +
  • Selbständiger EDV-Dienstleister (EPU) seit 2006 ("KaiRo.at Robert Kaiser IT-Services"), Arbeitsbereich ist die Entwicklung eines PHP-basierten Community-Systems und Mitarbeit an SeaMonkey bzw. Mozilla
  • -
  • Mitarbeit im Komittee zur Suche eines neuen Executive Directors für +
  • Mitarbeit im Komittee zur Suche eines neuen Executive Directors für Mozilla (2007/08)
  • -
  • Wohnhaft in Steyr/OÖ und Wien, Studium für Chemie/Physik Lehramt an der - Universität Wien
  • +
  • Wohnhaft in Steyr/OÖ und Wien, Studium für Chemie/Physik Lehramt + an der Universität Wien
  • diff --git a/linuxwochen2009/slides.css b/linuxwochen2009/slides.css index 126bd98..f450fce 100644 --- a/linuxwochen2009/slides.css +++ b/linuxwochen2009/slides.css @@ -14,8 +14,8 @@ body { border: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 1.75em; - color: black; - background-color: #FFFFFF; + color: white; + background-color: black; } ul { @@ -31,52 +31,57 @@ ul:last-child { #header { height: 38px; position: relative; - border-bottom: 1px solid #9FCBF7; - background: #F6FAFE url("template/header-background.png") top left repeat-x; + border-bottom: 1px solid #781412; + background: #000000 url("template/header-background.png") top left repeat-x; padding: 0 15px 0 0; z-index: 1; } +#headerlogo { + height: 38px; + width: 186px; +} + #header-text { float: right; padding: 7px 20px; font-size: 24px; font-weight: bold; - color: #7f7c45; + color: #FFCCCC; } #header-text.neartime { - color: #000080; + color: #CCCCFF; } #header-text.ontime { - color: #008000; + color: #CCFFCC; } #header-text.overtime { - color: #800000; + color: #FF8080; } #slidenav { - background: #000089 url("template/breadcrumbs-background.png") bottom repeat-x; + background: #f02925 url("template/breadcrumbs-background.png") bottom repeat-x; padding: 4px 15px 30px 55px; padding-top: 4px; font-size: 10px; - color: #C8E0FA; + color: #FFCCCC; } #slidenav a:link, #slidenav a:visited { - color: #B7D8F9; + color: #FFFFFF; } #slidenav a:hover, #slidenav a:active { - color: #F2F8FE; + color: #FFCCCC; } #slidenav .nolink { - color: #7f7c45; + color: #AA8080; } #subheader-text { @@ -91,7 +96,7 @@ h1 { font-size: 1.7em; font-weight: bold; text-align: center; - text-shadow: #b7d8f9 3px 3px 5px; + text-shadow: #AA8080 3px 3px 5px; } h2 { @@ -99,7 +104,7 @@ h2 { font-size: 1.3em; font-weight: bold; text-align: center; - text-shadow: #b7d8f9 2px 2px 3px; + text-shadow: #AA8080 2px 2px 3px; } h3 { @@ -129,10 +134,10 @@ h4 { .simplebox, .captionedbox { margin: 1em; - border: 1px solid #0060C0; - background-color: #E0E9E9; + border: 1px solid #FF8080; + background-color: #400000; -moz-border-radius: .5em; - -moz-box-shadow: #b7d8f9 1px 1px 3px 2px; + -moz-box-shadow: #AA8080 1px 1px 3px 2px; } .captionedbox-content { @@ -140,14 +145,14 @@ h4 { padding: 0.5em; border: 0px; border-top: 2px solid #9FCBF7; - -moz-border-top-colors: #FFFFFF #0060C0; + -moz-border-top-colors: #FFFFFF #FF8080; -moz-border-radius: 0 0 .5em .5em; } .captionedbox-caption { margin: 0.5em; font-weight: bold; - text-shadow: #60afff 1px 1px 2px; + text-shadow: #804040 1px 1px 2px; } /***** misc formatting *****/ @@ -175,9 +180,9 @@ ul > li { text-decoration: underline; } -a:link { color: #000080; text-decoration: none; } -a:visited { color: #400080; text-decoration: none; } -a:hover, a:active { color: #800000; text-decoration: underline; } +a:link { color: #CCCCFF; text-decoration: none; } +a:visited { color: #EECCFF; text-decoration: none; } +a:hover, a:active { color: #FFCCCC; text-decoration: underline; } /***** small stuff *****/ diff --git a/linuxwochen2009/template/breadcrumbs-background.png b/linuxwochen2009/template/breadcrumbs-background.png index 48e602f..349df7e 100644 Binary files a/linuxwochen2009/template/breadcrumbs-background.png and b/linuxwochen2009/template/breadcrumbs-background.png differ diff --git a/linuxwochen2009/template/header-background.png b/linuxwochen2009/template/header-background.png index 7fe88c0..47766df 100644 Binary files a/linuxwochen2009/template/header-background.png and b/linuxwochen2009/template/header-background.png differ diff --git a/linuxwochen2009/template/header-logo.png b/linuxwochen2009/template/header-logo.png index 3cf02a3..ff22254 100644 Binary files a/linuxwochen2009/template/header-logo.png and b/linuxwochen2009/template/header-logo.png differ diff --git a/linuxwochen2009/toc.html b/linuxwochen2009/toc.html index 71046fa..1a98a9f 100755 --- a/linuxwochen2009/toc.html +++ b/linuxwochen2009/toc.html @@ -16,7 +16,7 @@
    Inhaltsverzeichnis
    Inhalt ||