From 86a89c81104a1f599c7bd566a15a6d0bd4297a86 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sun, 24 Jul 2011 14:52:46 +0400 Subject: [PATCH] license details added; Russian localization --- README.md | 2 +- index.htm => index.en.htm | 22 ++++ index.ru.htm | 201 +++++++++++++++++++++++++++++++++ themes/ribbon/styles/style.css | 10 +- 4 files changed, 232 insertions(+), 3 deletions(-) rename index.htm => index.en.htm (87%) create mode 100755 index.ru.htm diff --git a/README.md b/README.md index 5b649f8..6e10ae6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Shower Сross-browser presentation template. -* Open [pepelsbey.github.com/shower](http://pepelsbey.github.com/shower/) +* Open [pepelsbey.github.com/shower/index.en.htm](http://pepelsbey.github.com/shower/index.en.htm) * Press any slide to enter presentation mode * Press arrow keys to navigate * Press `Esc` to exit presentation mode diff --git a/index.htm b/index.en.htm similarity index 87% rename from index.htm rename to index.en.htm index 561f386..7a990e6 100755 --- a/index.htm +++ b/index.en.htm @@ -149,6 +149,23 @@

Inner Navigation

+
  1. This tool is provided
  2. Without warranty, guarantee
  3. @@ -171,7 +188,12 @@

    Shower: github.com/pepelsbey/shower

    +
    + \ No newline at end of file diff --git a/index.ru.htm b/index.ru.htm new file mode 100755 index 0000000..1bef4a9 --- /dev/null +++ b/index.ru.htm @@ -0,0 +1,201 @@ + + + + Shower + + + + + + +
    +

    Шаблон презентации Shower

    +

    Вадим Макеев, Opera Software

    +
    +
    +
    +
    +

    Шаблон презентации Shower

    +
    + +
    +
    + +
    +
    +
    +

    Две строки.
    Мощный заголовок

    +
    +

    This <tool> is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser…

    +
    +
    +
    +
    +
    +

    Неупорядоченный список

    +
    +
      +
    • This tool is provided
    • +
    • Without warranty, guarantee
    • +
    • Or much in the way of explanation +
        +
      • Note that use of this tool
      • +
      • May or may not crash your browser
      • +
      • Lock up your machine
      • +
      +
    • +
    • Erase your hard drive…
    • +
    +
    +
    +
    +
    +
    +

    Упорядоченный список

    +
    +
      +
    1. This tool is provided
    2. +
    3. Without warranty, guarantee
    4. +
    5. Or much in the way of explanation +
        +
      1. Note that use of this tool
      2. +
      3. May or may not crash your browser
      4. +
      5. Lock up your machine
      6. +
      +
    6. +
    7. Erase your hard drive…
    8. +
    +
    +
    +
    +
    +
    +

    Картинка

    +
    + +
    +
    +
    +
    +
    +

    Пример кода

    +
    +
    +				<html lang="en-US">
    +				<head>
    +				    <title>Shower</title>
    +				    <meta charset="UTF-8">
    +				    <link rel="stylesheet" href="s/screen.css">
    +				    <script src="j/jquery.js"></script>
    +				</head>
    +			
    +
    +
    +
    +
    +
    +

    Заметки к коду

    +
    +
    +				<html lang="en-US">
    +			
    +

    May or may not crash your browser

    +
    +				<meta charset="UTF-8">
    +			
    +

    Lock up your machine

    +
    +
    +
    +
    +
    +

    Крик!

    +
    +
    +
    +
    +
    +
    +

    Демо

    +
    +
    +
    +
    +
    +
    +

    Цитата

    +
    +
    +

    This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser, lock up your machine, erase your hard drive…

    +
    +
    +
    +
    +
    +
    +

    Внутренняя навигация

    +
    + +
      +
    1. This tool is provided
    2. +
    3. Without warranty, guarantee
    4. +
    5. Or much in the way of explanation +
    6. Erase your hard drive…
    7. +
    +
    +
    +
    +
    +
    +

    Шаблон презентации Shower

    +
    +

    Вадим Макеев, Opera Software

    + +

    Shower: github.com/pepelsbey/shower

    +
    +
    + +
    + + + + \ No newline at end of file diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css index 5184399..7ee64db 100644 --- a/themes/ribbon/styles/style.css +++ b/themes/ribbon/styles/style.css @@ -1,3 +1,9 @@ +/* + Ribbon theme for Shower presentation template: http://github.com/pepelsbey/shower + Copyright © 2010–2011 Vadim Makeev, http://pepelsbey.net/ + Licensed under MIT license: https://github.com/pepelsbey/shower/wiki/License +*/ + @import url(fonts.css); @import url(reset.css); @@ -326,7 +332,7 @@ BODY { } /* Inner Navigation */ -.inner > * { +.full .inner > * { opacity:0; -webkit-transition:opacity 0.5s linear; -moz-transition:opacity 0.5s linear; @@ -334,7 +340,7 @@ BODY { -o-transition:opacity 0.5s linear; transition:opacity 0.5s linear; } -.inner > .active { +.full .inner > .active { opacity:1; }