diff --git a/resources/etc/Tutorial/tutorial_en/CSS/._grid.css b/resources/etc/Tutorial/tutorial_en/CSS/._grid.css new file mode 100644 index 00000000..5d324c27 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/CSS/._grid.css differ diff --git a/resources/etc/Tutorial/tutorial_en/CSS/._reset.css b/resources/etc/Tutorial/tutorial_en/CSS/._reset.css new file mode 100644 index 00000000..7a2e6f73 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/CSS/._reset.css differ diff --git a/resources/etc/Tutorial/tutorial_en/CSS/._typography.css b/resources/etc/Tutorial/tutorial_en/CSS/._typography.css new file mode 100644 index 00000000..5d324c27 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/CSS/._typography.css differ diff --git a/resources/etc/Tutorial/tutorial_en/CSS/grid.css b/resources/etc/Tutorial/tutorial_en/CSS/grid.css new file mode 100644 index 00000000..ae6553be --- /dev/null +++ b/resources/etc/Tutorial/tutorial_en/CSS/grid.css @@ -0,0 +1,54 @@ + +.main {margin:0 auto; width:800px; padding-top:10px; } + + +.g320,.g480,.g640,.g960,.g80,.g240,.g400,.g560,.g720,.g880,.g960 {float:left; display: inline; padding-top: 10px;} + +.g800 {float:left; display: inline; width:800px;} + +.g200 {float:left; display: inline; width:190px; padding-top: 10px; padding-left: 10px;} +.g200left {float:left; display: inline; width:190px; padding-top: 10px; padding-left: 5px} + +.g160 {width:150px; } +.g320 {width:310px;} +.g480 {width:470px;} +.g600 {width:600px;} +.g640 {width:630px;} +.g800 {width:790px;} +.g960 {width:950px;} + +.g80 {width:70px;} +.g240 {width:230px;} +.g400 {width:390px;} +.g560 {width:550px;} +.g720 {width:710px;} +.g880 {width:870px;} + +.ml80{margin-left:90px;} +.ml160{margin-left:170px;} +.ml240{margin-left:250px;} +.ml320{margin-left:330px;} +.ml400{margin-left:410px;} +.ml480{margin-left:490px;} +.ml560{margin-left:560px;} +.ml640{margin-left:650px;} +.ml720{margin-left:730px;} +.ml800{margin-left:810px;} +.ml880{margin-left:890px;} +.ml960{margin-left:970px;} + +.inside{margin-left:0;} + +p.grid{ padding-left:10px;} + +.clear {clear:both;} +.clearfix, .main{ display:block;} + +.clearfix:after, .main:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; + } diff --git a/resources/etc/Tutorial/tutorial_en/CSS/reset.css b/resources/etc/Tutorial/tutorial_en/CSS/reset.css new file mode 100644 index 00000000..e60e93f5 --- /dev/null +++ b/resources/etc/Tutorial/tutorial_en/CSS/reset.css @@ -0,0 +1,29 @@ +html, body, div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, code, +del, dfn, em, img, q, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + + +/* Tables still need 'cellspacing="0"' in the markup. */ +table { border-collapse: separate; border-spacing: 0; } +caption, th, td { text-align: left; font-weight: normal; } +table, td, th { vertical-align: middle; } + +/* Remove possible quote marks (") from ,
. */ +blockquote:before, blockquote:after, q:before, q:after { content: ""; } +blockquote, q { quotes: "" ""; } + +/* Remove annoying border on linked images. */ +a img { border: none; } + diff --git a/resources/etc/Tutorial/tutorial_en/CSS/typography.css b/resources/etc/Tutorial/tutorial_en/CSS/typography.css new file mode 100644 index 00000000..fbfc4539 --- /dev/null +++ b/resources/etc/Tutorial/tutorial_en/CSS/typography.css @@ -0,0 +1,94 @@ + +body { font:75%/1.5em "lucida grande","lucida sans unicode", sans-serif;} + +p { padding:0 0 1em 0;color:#111;} + + +p.first:first-letter{ float:left;font-family: Palatino,'Palatino Linotype',Georgia, sans-serif;font-size:3em;font-weight:700;line-height:1em;margin-bottom:-0.2em;padding:0.2em 0.1em 0 0; } +p img { float: left; margin: 0.3em 0.833em 0.833em 0; padding: 0; } +p img.right { float: right; margin: 0.3em 0 0.833em 0.833em; } + + +h1,h2{ line-height: normal; font-family: Helvetica, Verdana, Arial, sans-serif; font-weight:normal; color: #333; } +h3,h4,h5,h6 { font-family: Helvetica, Verdana, Arial, sans-serif; text-align: left; line-height: normal; font-weight: normal; color: #333; } + + +h1 { font-size: 2.2em; margin-bottom: 0.682em; } +h2 { font-size: 1.9em; margin-bottom: 0.79em; } +h3 { font-size: 1.7em; margin-bottom: 0.882em; } +h4 { font-size: 1.4em; margin-bottom: 1.071em; } +h5,h6 { font-size: 1.2em; margin-bottom: 1.154em; } + +/* Color palete */ +.water { color:#5582d1; } +.earth { color:#4e3e2c; } +.air { color:#f1fff7; } +.fire { color:#ff8a19; } +.wine { color:#4a040a; } +.beer { color:#F0C030; } +.caffe { color:#473523; } +.caffe-cream { color:#b68d3d; } +.espresso { color:#2c1901; } +.caramel{ color:#ab671f; } +.chocolate { color:#290200; } +.black-pepper { color:#444334; } +.pepper-lite { color:#8d8a72; } +.lipstick { color:#c20c0c; } + + +li ul, +li ol { margin:0 1.5em; } +ul, ol { margin: 0 1.5em 1.5em 1.5em; } + + +dl { margin: 0 0 1.5em 0; } +dl dt { font-weight: bold; } +dl dd { margin-left: 1.5em; } + +a { color:#035292; text-decoration:none; } +a:hover { text-decoration: underline; } + + +table { margin-bottom:1.5em; border-collapse: collapse; } +th { font-weight:bold; } +tr,th,td { margin:0; padding:0 1.5em 0 1em; height:18px; } +tfoot { font-style: italic; } +caption { text-align:center; font-family:Georgia, serif; } + + +abbr, acronym { border-bottom:1px dotted #000; } +address { margin-top:1.5em; font-style: italic; } +del {color:#000;} + + +blockquote { padding:1em 1em 1em 1.5em; font-family:baskerville,"palatino linotype",serif; } +blockquote > *:first-child:before { content:"\201C";font-size:2.5em;margin-left:-.62em;font-family:georgia,serif;padding-right:.2em;color:#aaa;line-height:0; }/* From Tripoli */ + +strong { ont-weight: bold; } +em, dfn { font-style: italic; } +dfn { font-weight: bold; } +pre, code { margin: 1.5em 0; white-space: pre; } +pre, code, tt { font: 1em monospace; line-height: 1.5; } +tt { display: block; margin: 1.5em 0; } +hr { margin-bottom:1.5em; } + +/*other small things */ + +.tc { text-align:center; } +.tr { text-align:right; } +.tl { text-align:left; } +.b { font-weight:bold; } +.i { font-style:italic; } + +.indent { text-indent:1.5em;} +.open { font-variant: small-caps; } +p.break { text-align:center;text-indent:0;line-height:0; } +p.zero{padding:0; margin:0} +p.one { padding:0 1em 1em 1em;color:#111;} +p img.right10 { float: right; margin:0.833em; } + +.oldbook { font-family:"Book Antiqua","Warnock Pro","Goudy Old Style","Palatino",Georgia,serif; } +.note { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:0.9em; margin:0.1em; color:#333; } +.mono { font-family:"Courier New", Courier, monospace; } + + diff --git a/resources/etc/Tutorial/tutorial_en/images/._logo_open_sankore.png b/resources/etc/Tutorial/tutorial_en/images/._logo_open_sankore.png new file mode 100644 index 00000000..7a2e6f73 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/._logo_open_sankore.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/._manuel.png b/resources/etc/Tutorial/tutorial_en/images/._manuel.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/._manuel.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/._pedago.png b/resources/etc/Tutorial/tutorial_en/images/._pedago.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/._pedago.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/._tech.png b/resources/etc/Tutorial/tutorial_en/images/._tech.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/._tech.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/._video.png b/resources/etc/Tutorial/tutorial_en/images/._video.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/._video.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/logo_open_sankore.png b/resources/etc/Tutorial/tutorial_en/images/logo_open_sankore.png new file mode 100644 index 00000000..0c63bfd7 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/logo_open_sankore.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/manuel.png b/resources/etc/Tutorial/tutorial_en/images/manuel.png new file mode 100644 index 00000000..221bf6ae Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/manuel.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/pedago.png b/resources/etc/Tutorial/tutorial_en/images/pedago.png new file mode 100644 index 00000000..02112edf Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/pedago.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/tech.png b/resources/etc/Tutorial/tutorial_en/images/tech.png new file mode 100644 index 00000000..1ab2d87b Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/tech.png differ diff --git a/resources/etc/Tutorial/tutorial_en/images/video.png b/resources/etc/Tutorial/tutorial_en/images/video.png new file mode 100644 index 00000000..e6697e2d Binary files /dev/null and b/resources/etc/Tutorial/tutorial_en/images/video.png differ diff --git a/resources/etc/Tutorial/tutorial_en/index.html b/resources/etc/Tutorial/tutorial_en/index.html index dcb63d54..481ac0e4 100644 --- a/resources/etc/Tutorial/tutorial_en/index.html +++ b/resources/etc/Tutorial/tutorial_en/index.html @@ -1,79 +1,70 @@ - - - - - - - Tutoriel - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
-
-

The development of the tutorial is underway and content will progressively be added in following updates

Meanwhile, you can go to our website www.open-sankore.org where you can ask your questions and discover more informations on how to use the software.

You can also download the user manual.

-
-
- -
- -
- -
- -
- -
- -
- - - + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+ +

Welcome to the tutorial space of Open-Sankoré. We propose you a set of online ressources to help you discover our software and improve your teaching and technical knowledge. If you have questions to ask us or want to contribute to the project, simply visit our main website open-sankore.org

+ +
+ +
+ + +

Video tutorials
+ +
+ +
+ + +

The user manual
+ +
+ + + + +
 
+ +
+ + + diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/colourtag-theme-default.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/colourtag-theme-default.css deleted file mode 100644 index 15d12208..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/colourtag-theme-default.css +++ /dev/null @@ -1,99 +0,0 @@ -/* @group Layout Colours */ - -#bar, -.photo-navigation, -.movie-title { - background-color: #51748C; -} - -#pageHeader #title { - background-color: #FF7E00; -} - -#pageHeader h1, -#pageHeader h2 { - text-shadow: 0px -1px 0px #994B00; -} - -#footer { - background-color: #82B4D7; -} - -#footer p { - text-shadow: 0px -1px 0px #4E6C81; -} - -#breadcrumbcontainer li { - color: #5B7E96; -} - -/* @end */ - -/* @group Content Colours */ - -body, -.blog-entry-body, -.blog-entry-date, -.blog-entry { - color: #7F7F7F; -} - - -#sidebarContainer .sideHeader, -#sidebarContainer #sidebar h1, -#sidebarContainer #sidebar h2, -#sidebarContainer #sidebar h3 { - color: #51748C; -} - -#sidebarContainer { - color: #A6A6A6; -} - -#sidebarContainer #sidebar a, -#breadcrumbcontainer, -a:link, a:visited { - color: #656565; -} - -h1, h2, h3, h4, h5, -h1.blog-entry-title a, -.blog-archive-headings-wrapper, -.album-title, -.photo-title, -.movie-page-title { - color: #FF7E00; -} - - - -/* @end */ - -/* @group Navbar */ - -#navcontainer a { - color: #7F7F7F; -} - -#navcontainer a:hover, -#navcontainer #current, -#navcontainer .currentAncestor, -#sidebarContainer #sidebar a:hover, -.photo-navigation a:hover, -a:hover, a:active, -form, -h1 { - color: #FF7E00; -} - -#navcontainer ul ul a:hover, -#navcontainer ul ul #current, -#navcontainer ul ul .currentAncestor { - background: #FF7E00; - color: #fff; - border-bottom-color: #FF7E00; -} - - - -/* @end */ \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/curve_solid.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/curve_solid.css deleted file mode 100644 index da249e32..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/curve_solid.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_curve_solid { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_glow.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_glow.css deleted file mode 100644 index 444f0e6c..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_glow.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_stripes_glow { -display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_solid.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_solid.css deleted file mode 100644 index 39c25215..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/stripes_solid.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_stripes_solid { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/swirls.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/swirls.css deleted file mode 100644 index 6b185fc3..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/banner/swirls.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_swirls { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/alternative.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/alternative.css deleted file mode 100644 index 0a662f24..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/alternative.css +++ /dev/null @@ -1,70 +0,0 @@ -.filesharing-item { - background: url(../../images/download_icon.png) no-repeat 0 3px; - padding-left: 20px; -} - -/* @group Blog */ - -.blog-archive-link { - background: url(../../images/blog_home.png) no-repeat 0 5px; - padding-left: 20px; -} - -.blog-entry-date { - padding-left: 20px; - background: url(../../images/blog_clock.png) no-repeat 0 3px; -} - -/*styles the category link in the main entry */ -.blog-entry-category { - background: url(../../images/blog_file.png) no-repeat 0 0; -} - -.blog-entry-body { - padding: 20px 0 40px 0; - background: url(../../images/blog_bottom_bar.png) no-repeat left bottom; -} - -.blog-entry-comments { - padding-left: 20px; - background: url(../../images/blog_comments.png) no-repeat 0 3px; -} - -.blog-trackback-link { - padding-left: 20px; - background: url(../../images/blog_trackback.png) no-repeat 0 0px; -} - -p.blog-entry-tags { - background: url(../../images/blog_tag.png) no-repeat 0 3px; -} - -/* styles the archives in the blog sidebar */ - -.blog-archive-link-enabled { - - background: url(../../images/blog_icon.png) no-repeat 0; -} - -.blog-archive-link-disabled { - background: url(../../images/blog_icon.png) no-repeat 0; -} - -/* Styles the blog categories in the blog sidebar */ - -.blog-category-link-enabled { - background: url(../../images/blog_file.png) no-repeat 0; -} - -.blog-category-link-disabled { - background: url(../../images/blog_file.png) no-repeat 0 3px; -} - -.blog-rss-link { - background: url(../../images/blog_rss.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/blog_rss.png) no-repeat 0; -} - -/* @end */ \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/black.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/black.css deleted file mode 100644 index a816248e..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/black.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_black.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_black.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_black.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_black.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/blue.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/blue.css deleted file mode 100644 index a8fdad09..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/blue.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_blue.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_blue.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_blue.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_blue.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/brown.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/brown.css deleted file mode 100644 index 52d8a6b1..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/brown.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_brown.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_brown.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_brown.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_brown.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/green.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/green.css deleted file mode 100644 index 1114ad47..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/green.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_green.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_green.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_green.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_green.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/pink.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/pink.css deleted file mode 100644 index ac25b094..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/pink.css +++ /dev/null @@ -1,26 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_pink.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_pink.png) no-repeat left 2px; -} - - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_pink.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_pink.png) no-repeat left 2px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/red.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/red.css deleted file mode 100644 index 7d23dfdb..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/icons/red.css +++ /dev/null @@ -1,32 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_red.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_red.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_red.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_red.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/ie6.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/ie6.css deleted file mode 100644 index fbd4e6fe..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/ie6.css +++ /dev/null @@ -1,4 +0,0 @@ -#navcontainer a { - padding: 15px 15px 17px 15px; - height: 0px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/center.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/center.css deleted file mode 100644 index ee422a98..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/center.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #logo img { - margin: 10px auto 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/left.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/left.css deleted file mode 100644 index beb0cbf7..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/left.css +++ /dev/null @@ -1,4 +0,0 @@ -#pageHeader #logo img { - float: left; - margin: 10px 0 0 30px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/right.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/right.css deleted file mode 100644 index a4a0caf7..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/logo_position/right.css +++ /dev/null @@ -1,4 +0,0 @@ -#pageHeader #logo img { - float: right; - margin: 10px 30px 0 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_left.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_left.css deleted file mode 100644 index d9592ade..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_left.css +++ /dev/null @@ -1,15 +0,0 @@ -#contentContainer { - float: right; - padding-right: 7px; - background-position: top left; -} - -#sidebarContainer { - float: left; - padding-left: 7px; -} - -#sidebarContainer #sidebar { - padding-left: 30px; - padding-right: 10px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_none.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_none.css deleted file mode 100644 index d18e1f27..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_none.css +++ /dev/null @@ -1,8 +0,0 @@ -#sidebarContainer { - display: none; -} - -#contentContainer { - width: auto; - background-image: none; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_right.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_right.css deleted file mode 100644 index 5a0a941b..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/css/sidebar/sidebar_right.css +++ /dev/null @@ -1,15 +0,0 @@ -#contentContainer { - float: left; - padding-left: 7px; - background-position: top right; -} - -#sidebarContainer { - float: right; - padding-right: 7px; -} - -#sidebarContainer #sidebar { - padding-right: 30px; - padding-left: 10px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/csshover.htc b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/csshover.htc deleted file mode 100644 index 20645fdf..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/csshover.htc +++ /dev/null @@ -1,116 +0,0 @@ - - \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/handheld.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/handheld.css deleted file mode 100644 index 73e70c0f..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/handheld.css +++ /dev/null @@ -1,545 +0,0 @@ -/**/ - -body { - text-align: left; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.9em; - margin: 0px; - padding: 0; - white-space: pre; -} - -p { -} - -b, strong { - -} - -a:link { - color: #0000ff; - text-decoration: underline; -} - -a:visited { - color: #681796; -} - -a:hover, a:active { - text-decoration: none; - background: #0000ff; - color: #ffffff; -} - -img { - max-width: 99%; -} - -.image-left { - -} - -.image-right { - -} - -/**/ - -/**/ - -#container { - background: #ffffff; - background-image: none; - width: 100%; -} - -#pageHeader { - height: auto; - text-align: left; - margin-bottom: 8px; - background: #000000; - padding: 3px; - border-bottom: solid #191919 2px; -} - -#pageHeader img { - position: relative; - top: auto; - right: auto; -} - -#pageHeader h1 { - color: #ffffff; - font-size: 1.3em; - margin: 0 0 5px; - padding-top: 0px; - font-weight: bold; -} - -#pageHeader h2 { - font-size: 1.1em; - margin: 0; - color: #ffffff; - font-weight: normal; -} - -#contentContainer { - margin: 0px; - display: block; - width: auto; -} - -#contentContainer #content { - margin: 0; - padding: 0; -} - -#sidebarContainer { - float: none; - width: auto; - display: block; - margin-bottom: 10px; - padding-bottom: 10px; - border-bottom: 1px solid #808080; -} - -#sidebarContainer #sidebar { - margin: 0; - padding: 0px; -} - -#sidebarContainer .sideHeader { - color: #000000; - font-weight: bold; - margin-bottom: 5px; -} - -#footer { - width: auto; - text-align: left; - padding: 0px; - margin: 0; -} - -#footer p { -} - -#footer a:link, #footer a:visited { - -} - -#footer a:hover, #footer a:active { -} - -/**/ - -/**/ - -#breadcrumbcontainer { - margin-bottom: 5px; -} - -#breadcrumbcontainer ul { - list-style: none; - margin: 0; - padding: 0; -} - -#breadcrumbcontainer li { - display: inline; - padding: 0; - margin: 0; -} - -#breadcrumbcontainer a { - padding: 0; -} - -#breadcrumbcontainer a:hover { - -} - -/**/ - -/**/ - -/* Toolbar Styles */ - -#navcontainer { - color: #000000; - margin: 0 0 10px 0; - padding: 0; -} - -#navcontainer #current { - -} - -#navcontainer #current:hover { -} - -#navcontainer .currentAncestor { - -} - -/* Parent - Level 0 */ - -#navcontainer ul{ - margin: 0; - padding: 0; - list-style-type: none; -} - -#navcontainer li { - margin: 0; - padding: 0; -} - -#navcontainer a { - padding: 0; -} - -#navcontainer a:hover { -} - -#navcontainer a:active { -} - -/* Child - Level 1 */ - -#navcontainer ul ul { - list-style-type: none; - margin-left: 2px; - padding: 0; - color: black; -} - -#navcontainer ul ul li { - padding-left: 5px; -} - -#navcontainer ul ul a { - padding: 0; -} - -#navcontainer ul ul a:hover{ -} - -#navcontainer ul ul #current{ -} - -/* Child - Level 2 */ - -#navcontainer ul ul ul { - -} - -#navcontainer ul ul ul li { - padding-left: 10px; -} - -#navcontainer ul ul ul a{ -} - -#navcontainer ul ul ul a:hover{ - -} - -/* Child Level 3 */ - -#navcontainer ul ul ul { - -} - -#navcontainer ul ul ul ul li { - padding-left: 15px; -} - -#navcontainer ul ul ul ul a{ -} - -#navcontainer ul ul ul ul a:hover{ - -} - -/* Child Level 4 */ - -#navcontainer ul ul ul ul { - -} - -#navcontainer ul ul ul ul ul li { - padding-left: 20px; -} - -#navcontainer ul ul ul ul ul a{ -} - -#navcontainer ul ul ul ul ul a:hover{ - -} - -/* Child Level 5 */ - -#navcontainer ul ul ul ul ul { - -} - -#navcontainer ul ul ul ul ul ul li { -} - -#navcontainer ul ul ul ul ul ul a{ -} - -#navcontainer ul ul ul ul ul ul a:hover{ - -} - -/**/ - -/**/ - -blockquote, .standout { - margin: 0; - padding: 5px; - font-weight: bold; -} - -h1 { -} - -h2 { -} - -h3 { -} - -h4 { -} - -.imageStyle { - -} - -/**/ - -/**/ - -/**/ - -.blog-archive-background { -} .blog-archive-headings-wrapper { -} - -.blog-archive-entries-wrapper { -} - -.blog-archive-entries-wrapper .blog-entry { -} .blog-archive-month { -} - -.blog-archive-link { -} .blog-archive-link a:link, .blog-archive-link a:visited { -} - -/**/ - -.blog-entry { -} - -.blog-entry-title { - font-weight: bold; - margin-bottom: 3px; -} - -.blog-entry-date { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} - -.blog-entry-body { - margin-bottom: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #cccccc; -} - -.blog-entry-comments { - display: none; -} - -.blog-entry-category { -} - -.blog-category-link-enabled { -} - -.blog-category-link-disabled { -} - -/**/ - -/**/ - -.filesharing-description { -} - -.filesharing-item { - margin-bottom: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #cccccc; -} - -.filesharing-item-title a:link { -} - -.filesharing-item-title a:hover { -} - -.filesharing-item-title a:visited { - -} - -.filesharing-item-description { -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} - -table.thumbnail-table { - width: 99%; -} - -table.thumbnail-table, table.thumbnail-table tr, table.thumbnail-table td { - display: block; -} - -.thumbnail-frame { -} - -.thumbnail-frame:hover { -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { -} - -.thumbnail-frame img { -} - -.thumbnail-caption { -} - -/**/ - -/**/ - -.photo-background { -} - -.photo-navigation { -} - -.photo-links { -} - -.photo-navigation a:link, .photo-navigation a:visited { - -} - -.photo-navigation a:hover { - -} - -.photo-frame{ -} - -.photo-title { -} - -.photo-caption { -} - -/**/ - -/**/ - -/**/ - -.movie-description { - -} - -/**/ - -/**/ - -/**/ - -.movie-page-title { - font-weight: bold; - margin-bottom: 3px; -} .movie-page-description { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} .movie-thumbnail-frame { -} - -.movie-thumbnail-frame:hover { -} - -.movie-thumbnail-caption { -} - -/**/ - -/**/ - -.movie-background { -} - -.movie-title { -} - -.movie-frame { - -} - -/**/ - - -/**/ - -/**/ -.message-text { -} - -.required-text { -} - -.form-input-field { - max-width: 100%; -} - -.form-input-button { -} -/**/ - - diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_bottom_bar.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_bottom_bar.png deleted file mode 100644 index a76ad531..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_bottom_bar.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_clock.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_clock.png deleted file mode 100644 index 9aed16dc..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_clock.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_comments.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_comments.png deleted file mode 100644 index 36af5fc7..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_comments.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_file.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_file.png deleted file mode 100644 index 2c723b42..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_file.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_home.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_home.png deleted file mode 100644 index b69156e5..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_home.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_icon.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_icon.png deleted file mode 100644 index 417efe66..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_icon.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_rss.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_rss.png deleted file mode 100644 index 3c7e8439..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_rss.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_tag.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_tag.png deleted file mode 100644 index 3be03350..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_tag.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_trackback.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_trackback.png deleted file mode 100644 index 0b29d7af..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/blog_trackback.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/button_over.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/button_over.png deleted file mode 100644 index 54d9ee15..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/button_over.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/container_top_grad.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/container_top_grad.png deleted file mode 100644 index 608b6107..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/container_top_grad.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.bak.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.bak.png deleted file mode 100644 index 8762f462..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.bak.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.png deleted file mode 100644 index 2fe33d61..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_sep.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_top.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_top.png deleted file mode 100644 index 1331d890..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/content_top.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/download_icon.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/download_icon.png deleted file mode 100644 index def80b9a..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/download_icon.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/feed.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/feed.png deleted file mode 100644 index 19fca808..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/feed.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_black.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_black.png deleted file mode 100644 index 4b0e2118..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_black.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_blue.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_blue.png deleted file mode 100644 index fa483bee..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_blue.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_brown.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_brown.png deleted file mode 100644 index 72bde9fc..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_brown.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_green.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_green.png deleted file mode 100644 index 512f704f..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_green.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_pink.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_pink.png deleted file mode 100644 index 3e598435..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_pink.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_red.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_red.png deleted file mode 100644 index 6f1963c4..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/file_red.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_bg.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_bg.png deleted file mode 100644 index bcef0a8d..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_bg.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_curve_solid.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_curve_solid.png deleted file mode 100644 index 20b2a4b6..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_curve_solid.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_glow.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_glow.png deleted file mode 100644 index dc4d0eee..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_glow.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_solid.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_solid.png deleted file mode 100644 index e36f3337..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_stripes_solid.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_swirls.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_swirls.png deleted file mode 100644 index ce8a27a3..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/header_swirls.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_bottom.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_bottom.png deleted file mode 100644 index a742b538..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_bottom.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_top.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_top.png deleted file mode 100644 index 814c0d30..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_shadow_top.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_thumbnail.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_thumbnail.png deleted file mode 100644 index 47750b33..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/photo_thumbnail.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_black.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_black.png deleted file mode 100644 index 485b8971..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_black.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_blue.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_blue.png deleted file mode 100644 index b51fda54..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_blue.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_brown.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_brown.png deleted file mode 100644 index e472389c..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_brown.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_green.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_green.png deleted file mode 100644 index 27d833b8..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_green.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_pink.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_pink.png deleted file mode 100644 index dbdc1ee4..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_pink.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_red.png b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_red.png deleted file mode 100644 index 9c8a716a..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/images/tag_red.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/javascript.js b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/javascript.js deleted file mode 100644 index ba93db41..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/javascript.js +++ /dev/null @@ -1,443 +0,0 @@ -/* - * RapidWeaver 3.5.0 theme functions. - * Script Version 2.1 - * Updated 26 May 2006. - */ - - - -/* - * Function to generate "open in new window" link as W3C compliant - */ - -function externalLinks() { -if (!document.getElementsByTagName) return; -var anchors = document.getElementsByTagName("a"); -for (var i=0; i 0){ swfNode += 'flashvars="'+ pairs +'"'; } - swfNode += '/>'; - } else { // PC IE - if (this.getAttribute("doExpressInstall")) this.addVariable("MMplayerType", "ActiveX"); - swfNode = ''; - swfNode += ''; - var params = this.getParams(); - for(var key in params) { - swfNode += ''; - } - var pairs = this.getVariablePairs().join("&"); - if(pairs.length > 0) {swfNode += '';} - swfNode += ""; - } - return swfNode; - }, - write: function(elementId){ - if(this.getAttribute('useExpressInstall')) { - // check to see if we need to do an express install - var expressInstallReqVer = new deconcept.PlayerVersion([6,0,65]); - if (this.installedVer.versionIsValid(expressInstallReqVer) && !this.installedVer.versionIsValid(this.getAttribute('version'))) { - this.setAttribute('doExpressInstall', true); - this.addVariable("MMredirectURL", escape(this.getAttribute('xiRedirectUrl'))); - document.title = document.title.slice(0, 47) + " - Flash Player Installation"; - this.addVariable("MMdoctitle", document.title); - } - } - if(this.skipDetect || this.getAttribute('doExpressInstall') || this.installedVer.versionIsValid(this.getAttribute('version'))){ - var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId; - n.innerHTML = this.getSWFHTML(); - return true; - }else{ - if(this.getAttribute('redirectUrl') != "") { - document.location.replace(this.getAttribute('redirectUrl')); - } - } - return false; - } -} - -/* ---- detection functions ---- */ -deconcept.SWFObjectUtil.getPlayerVersion = function(reqVer, xiInstall){ - var PlayerVersion = new deconcept.PlayerVersion([0,0,0]); - if(navigator.plugins && navigator.mimeTypes.length){ - var x = navigator.plugins["Shockwave Flash"]; - if(x && x.description) { - PlayerVersion = new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split(".")); - } - }else{ - try{ - var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); - for (var i=3; axo!=null; i++) { - axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i); - PlayerVersion = new deconcept.PlayerVersion([i,0,0]); - } - }catch(e){} - if (reqVer && PlayerVersion.major > reqVer.major) return PlayerVersion; // version is ok, skip minor detection - // this only does the minor rev lookup if the user's major version - // is not 6 or we are checking for a specific minor or revision number - // see http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/ - if (!reqVer || ((reqVer.minor != 0 || reqVer.rev != 0) && PlayerVersion.major == reqVer.major) || PlayerVersion.major != 6 || xiInstall) { - try{ - PlayerVersion = new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(",")); - }catch(e){} - } - } - return PlayerVersion; -} -deconcept.PlayerVersion = function(arrVersion){ - this.major = parseInt(arrVersion[0]) != null ? parseInt(arrVersion[0]) : 0; - this.minor = parseInt(arrVersion[1]) || 0; - this.rev = parseInt(arrVersion[2]) || 0; -} -deconcept.PlayerVersion.prototype.versionIsValid = function(fv){ - if(this.major < fv.major) return false; - if(this.major > fv.major) return true; - if(this.minor < fv.minor) return false; - if(this.minor > fv.minor) return true; - if(this.rev < fv.rev) return false; - return true; -} -/* ---- get value of query string param ---- */ -deconcept.util = { - getRequestParameter: function(param){ - var q = document.location.search || document.location.hash; - if(q){ - var startIndex = q.indexOf(param +"="); - var endIndex = (q.indexOf("&", startIndex) > -1) ? q.indexOf("&", startIndex) : q.length; - if (q.length > 1 && startIndex > -1) { - return q.substring(q.indexOf("=", startIndex)+1, endIndex); - } - } - return ""; - } -} -/* fix for video streaming bug */ -deconcept.SWFObjectUtil.cleanupSWFs = function() { - var objects = document.getElementsByTagName("OBJECT"); - for (var i=0; i < objects.length; i++) { - for (var x in objects[i]) { - if (typeof objects[i][x] == 'function') { - objects[i][x] = null; - } - } - } -} -if (typeof window.onunload == 'function') { - var oldunload = window.onunload; - window.onunload = function() { - deconcept.SWFObjectUtil.cleanupSWFs(); - oldunload(); - } -} else { - window.onunload = deconcept.SWFObjectUtil.cleanupSWFs; -} -/* add Array.push if needed (ie5) */ -if (Array.prototype.push == null) { Array.prototype.push = function(item) { this[this.length] = item; return this.length; }} - -/* add some aliases for ease of use/backwards compatibility */ -var getQueryParamValue = deconcept.util.getRequestParameter; -var FlashObject = deconcept.SWFObject; // for legacy support -var SWFObject = deconcept.SWFObject; - - - - - -/* - * Functions to generate OBJECT and EMBED tags for QuickTime content. - * Resource: http://developer.apple.com/internet/ieembedfix.html - */ - -/************** LOCALIZABLE GLOBAL VARIABLES ****************/ - -var gArgCountErr = 'The "%%" function requires an even number of arguments.' - + '\nArguments should be in the form "atttributeName", "attributeValue", ...'; - -/******************** END LOCALIZABLE **********************/ - -var gTagAttrs = null; -var gQTGeneratorVersion = 1.0; - -function AC_QuickTimeVersion() { return gQTGeneratorVersion; } - -function _QTComplain(callingFcnName, errMsg) -{ - errMsg = errMsg.replace("%%", callingFcnName); - alert(errMsg); -} - -function _QTAddAttribute(prefix, slotName, tagName) -{ - var value; - - value = gTagAttrs[prefix + slotName]; - if ( null == value ) - value = gTagAttrs[slotName]; - - if ( null != value ) - { - if ( 0 == slotName.indexOf(prefix) && (null == tagName) ) - tagName = slotName.substring(prefix.length); - if ( null == tagName ) - tagName = slotName; - return tagName + '="' + value + '" '; - } - else - return ""; -} - -function _QTAddObjectAttr(slotName, tagName) -{ - // don't bother if it is only for the embed tag - if ( 0 == slotName.indexOf("emb#") ) - return ""; - - if ( 0 == slotName.indexOf("obj#") && (null == tagName) ) - tagName = slotName.substring(4); - - return _QTAddAttribute("obj#", slotName, tagName); -} - -function _QTAddEmbedAttr(slotName, tagName) -{ - // don't bother if it is only for the object tag - if ( 0 == slotName.indexOf("obj#") ) - return ""; - - if ( 0 == slotName.indexOf("emb#") && (null == tagName) ) - tagName = slotName.substring(4); - - return _QTAddAttribute("emb#", slotName, tagName); -} - - -function _QTAddObjectParam(slotName, generateXHTML) -{ - var paramValue; - var paramStr = ""; - var endTagChar = (generateXHTML) ? ' />' : '>'; - - if ( -1 == slotName.indexOf("emb#") ) - { - // look for the OBJECT-only param first. if there is none, look for a generic one - paramValue = gTagAttrs["obj#" + slotName]; - if ( null == paramValue ) - paramValue = gTagAttrs[slotName]; - - if ( 0 == slotName.indexOf("obj#") ) - slotName = slotName.substring(4); - - if ( null != paramValue ) - paramStr = ' \n' - + _QTAddObjectParam("src", generateXHTML); - var embedTag = ' \n'; -} - -// return the object/embed as a string -function QT_GenerateOBJECTText() -{ - return _QTGenerate("QT_GenerateOBJECTText", false, arguments); -} - -function QT_GenerateOBJECTText_XHTML() -{ - return _QTGenerate("QT_GenerateOBJECTText_XHTML", true, arguments); -} - -function QT_WriteOBJECT() -{ - document.writeln(_QTGenerate("QT_WriteOBJECT", false, arguments)); -} - -function QT_WriteOBJECT_XHTML() -{ - document.writeln(_QTGenerate("QT_WriteOBJECT_XHTML", true, arguments)); -} - - diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/blank.gif b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/blank.gif deleted file mode 100644 index 75b945d2..00000000 Binary files a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/blank.gif and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/pngbehavior.htc b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/pngbehavior.htc deleted file mode 100644 index 09ff463c..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/png/pngbehavior.htc +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/print.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/print.css deleted file mode 100644 index 675c58cc..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/print.css +++ /dev/null @@ -1,631 +0,0 @@ -/**/ - -body { - background: transparent none; - margin: 0px 5% 0px 5%; - text-align: left; - color: #000000; - letter-spacing: 0.5px; - word-spacing: 1px; - padding: 0px; - font: 10pt Geneva, Arial, Helvetica; -} - -p { -} - -b, strong { - font-weight: bold; -} - -a:link, a:visited { -} - -a:hover, a:active { -} - -/**/ - -/**/ - -#container { text-align: left; - width: 100%; - padding: 10px 0 0 0; - margin: 0px; -} - -#pageHeader { - display: none; -} - -#pageHeader img { - float: right; -} - -#pageHeader h1 { - color: #000000; - margin: 0px; - font-weight: bold; - font-size: 16pt; - padding: 0px; -} - -#pageHeader h2 { - color: #333333; - margin: 0px; - font-size: 13pt; - font-weight: normal; - padding: 0px; -} - -#contentContainer { - float: none !important; - padding: 0px; -} - -#contentContainer #content { - padding: 0px; -} - -#contentContainer #content img { -} - -#sidebarContainer { - float: right; -} - -#sidebarContainer .sidebar { - width: 190px; - padding: 10px; - border-left: 1px solid #cccccc; -} - -#footer { - text-align: center; - background: none; - color: #000000; - font-size: 10pt; - border-top: 1px solid #cccccc; - margin-top: 10px; - padding-top: 10px; -} - -#footer a { -} - -#footer a:hover { -} - -/**/ - -/**/ - -#navcontainer { - display: none; -} - -/**/ - -/**/ - -#breadcrumbcontainer { - display: none; -} - -/**/ - -/**/ - -.standout { - color: #474747; - font-size: 11pt; - font-weight: bold; - letter-spacing: 1px; - word-spacing: 2px; - padding: 40px; - background-color: #f5f5f5; - font-style: italic; -} - -h1 { - font-size: 20pt; - font-weight: bold; - margin-bottom: 3px; -} - -h2 { - font-size: 18pt; - font-weight: bold; - margin-bottom: 3px; -} - -h3 { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -h4 { - font-size: 14pt; - font-weight: bold; - margin-bottom: 3px; -} - -h5 { - font-size: 12px; - font-weight: bold; - margin-bottom: 3px; -} - -.imageStyle { -} - -/**/ - -/**/ - -.blog-entry { - border-style: none; -} - -.blog-entry-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; - border-style: none; -} - -.blog-entry-date { - margin-bottom: 10px; - margin-top: 5px; - border-style: none; - font-size: 10pt; - color: #333333; -} - -.blog-entry-body { - margin-bottom: 45px; - border-style: none; -} - -/**/ - -/**/ - -.filesharing-description { - margin-bottom: 20px; - border-bottom: 1px solid #d9d9d9; -} - -.filesharing-item { - -} - -.filesharing-item-title { - font-size: 16pt; - font-weight: bold; -} - -.filesharing-item-description { - margin-bottom: 10px; -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { -} - -.thumbnail-frame { - margin: 0px; - padding: 0px; -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { - height: 30px; -} - -.thumbnail-frame img { - background: repeat url(images/sidebar_bg.png); -} - -.thumbnail-caption { - color: #4c4c4c; - margin-top: -2px; - font-size: 10pt; -} - -/**/ - -/**/ - -.photo-background { - text-align: center; -} - -.photo-navigation { - background: none; - display: none; -} - -.photo-navigation a { - display: none; -} - -.photo-navigation a:hover { - display: none; -} - -.photo-frame{ - -} - -.photo-links { - display: none; -} - -.photo-title { - display: none; -} - -.photo-caption { - font-size: 11pt; - margin: 0px; - text-align: center; -} - -/**/ - -/**/ - -/**/ - -.movie-title { - font-size: 16pt; - font-weight: bold; - text-align: left; -} - -.movie-description { - text-align: center; -} - -.movie-frame { - text-align: center; - margin-bottom: 10px; -} - -/**/ - -/**/ - -body { - background: transparent none; - margin: 0px 5% 0px 5%; - text-align: left; - color: #000000; - letter-spacing: 0.5px; - word-spacing: 1px; - padding: 0px; - font: 10pt Georgia, Times New Roman, Times, serif; -} - -p { -} - -b, strong { - font-weight: bold; -} - -a:link, a:visited { -} - -a:hover, a:active { -} - -/**/ - -/**/ - -#container { text-align: left; - width: 100%; - padding: 0px; - margin: 0px; -} - -#pageHeader { - text-align: left; - background: none; - border-bottom: 1px solid #cccccc; - padding-bottom: 10px; - margin-bottom: 10px; -} - -#pageHeader img { - float: right; -} - -#pageHeader h1 { - color: #000000; - margin: 0px; - font-weight: bold; - font-size: 16pt; - padding: 0px; -} - -#pageHeader h2 { - color: #333333; - margin: 0px; - font-size: 13pt; - font-weight: normal; - padding: 0px; -} - -#contentContainer { - float: none !important; - padding: 0px; - margin-bottom: 10px; - border-bottom: 1px solid #cccccc; - padding-bottom: 10px; -} - -#contentContainer #content { - padding: 0px; -} - -#contentContainer #content img { -} - -#sidebarContainer { - float: none; - width: auto; -} - -#sidebarContainer .sidebar { -} - -#footer { - text-align: center; - background: none; - color: #000000; - font-size: 10pt; - border-top: 1px solid #cccccc; - margin-top: 10px; - padding-top: 10px; -} - -#footer a { -} - -#footer a:hover { -} - -/**/ - -/**/ - -#navcontainer { - display: none; -} - -/**/ - -/**/ - -#breadcrumbcontainer { - display: none; -} - -/**/ - -/**/ - -.standout { - color: #474747; - font-size: 11pt; - font-weight: bold; - letter-spacing: 1px; - word-spacing: 2px; - padding: 40px; - background-color: #f5f5f5; - font-style: italic; -} - -h1 { - font-size: 20pt; - font-weight: bold; - margin-bottom: 3px; -} - -h2 { - font-size: 18pt; - font-weight: bold; - margin-bottom: 3px; -} - -h3 { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -h4 { - font-size: 14pt; - font-weight: bold; - margin-bottom: 3px; -} - -h5 { - font-size: 12px; - font-weight: bold; - margin-bottom: 3px; -} - -.imageStyle { -} - -/**/ - -/**/ - -.blog-entry { - border-style: none; -} - -.blog-entry-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; - border-style: none; -} - -.blog-entry-date { - margin-bottom: 10px; - margin-top: 5px; - border-style: none; - font-size: 10pt; - color: #333333; -} - -.blog-entry-body { - margin-bottom: 45px; - border-style: none; -} - -/**/ - -/**/ - -.filesharing-description { - margin-bottom: 20px; - border-bottom: 1px solid #d9d9d9; -} - -.filesharing-item { - -} - -.filesharing-item-title { - font-size: 16pt; - font-weight: bold; -} - -.filesharing-item-description { - margin-bottom: 10px; -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { -} - -.thumbnail-frame { - margin: 0px; - padding: 0px; -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { - height: 30px; -} - -.thumbnail-frame img { - background: repeat url(images/sidebar_bg.png); -} - -.thumbnail-caption { - color: #4c4c4c; - margin-top: -2px; - font-size: 10pt; -} - -/**/ - -/**/ - -.photo-background { - text-align: center; -} - -.photo-navigation { - background: none; - display: none; -} - -.photo-navigation a { - display: none; -} - -.photo-navigation a:hover { - display: none; -} - -.photo-frame{ - -} - -.photo-links { - display: none; -} - -.photo-title { - display: none; -} - -.photo-caption { - font-size: 11pt; - margin: 0px; - text-align: center; -} - -/**/ - -/**/ - -/**/ - -.movie-title { - font-size: 16pt; - font-weight: bold; - text-align: left; -} - -.movie-description { - text-align: center; -} - -.movie-frame { - text-align: center; - margin-bottom: 10px; -} - -/**/ - - - - - diff --git a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/styles.css b/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/styles.css deleted file mode 100644 index eb4ca54b..00000000 --- a/resources/etc/Tutorial/tutorial_en/rw_common/themes/caribou/styles.css +++ /dev/null @@ -1,1167 +0,0 @@ -/* @group General Styles */ - -body { - margin: 0; - padding: 0; - background: url(images/container_top_grad.png) repeat-x left 120px; - font: 0.85em/1.6 Arial, "Lucida Grande", Lucida, Verdana, sans-serif; -} - -p { - margin: 0 0 15px; -} - -b, strong { - -} - -a:link, a:visited { - -} - -a:hover, a:active { - -} - -img { - border: none; -} - -.image-left { - float: left; - margin: 3px 10px 3px 0; -} - -.image-right { - float: right; - margin: 3px 0 3px 10px; -} - -/* @end */ - -/* @group Layout */ - -#bar { - height: 119px; - border-bottom: 1px solid #fff; - position: absolute; - left: 0; - top: 0; - width: 100%; -} - -#container { - width: 914px; - margin: 0 auto; - background: url(images/content_top.png) no-repeat left 227px; - padding-top: 30px; -} - -.clearer { - clear: both; -} - -#pageHeader { - height: 197px; - position: relative; - text-align: center; - line-height: normal; -} - -#pageHeader #background { - position: absolute; - left: 0; - top: 0; - z-index: 1; -} - -/* @group Overlay */ - -#pageHeader #overlay_swirls { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_stripes_solid { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_stripes_glow { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_curve_solid { - display: none; - position: absolute; - left: 0; - top: 0; -} - -/* @end */ - -#pageHeader #logo { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -#pageHeader #logo img { - display: block; -} - -#pageHeader #title { - position: absolute; - left: 7px; - top: 46px; - z-index: 2; - width: 900px; - height: 150px; - font-size: .8em; -} - -#pageHeader h1 { - position: relative; - z-index: 2; - margin: 50px 0 0; - color: #fff; -} - -#pageHeader h2 { - position: relative; - z-index: 2; - margin: 0; - color: #fff; -} - -#contentContainer { - width: 659px; - background-image: url(images/content_sep.png) ; - background-repeat: no-repeat; - margin-bottom: 20px; -} - -#contentContainer #content { - padding: 10px 30px; -} - -.contentSpacer { - height:350px; - float:right; - width:1px; -} - -#sidebarContainer { - width: 237px; -} - -#sidebarContainer #sidebar { - padding-bottom:20px; -} - -#sidebarContainer #sidebar a { -} - -#sidebarContainer #sidebar a:hover { - text-decoration: underline; -} - -#sidebarContainer .sideHeader { - padding: 15px 0 5px 0px; - font-size: 1.2em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h1 { - font-size: 1.2em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h2 { - font-size: 1.1em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h3 { - font-size: 1.1em; - -} - -#footer { - color: #fff; - height: 70px; - text-align: center; -} - -#footer p { - padding-top: 15px; - margin: 0; - -} - -#footer a:link, #footer a:visited { - font-weight: bold; - text-decoration: none; - text-shadow: none; - color: #fff; -} - -#footer a:hover, #footer a:active { -} - -/* @end */ - -/* @group Bread-crumb */ - -#breadcrumbcontainer { - -} - -#breadcrumbcontainer ul { - padding: 0; - margin: 0; - list-style-type: none; -} - -#breadcrumbcontainer li { - display: inline; -} - -#breadcrumbcontainer a { - text-decoration: underline; -} - -#breadcrumbcontainer a:hover { -} - -/* @end */ - -/* @group Global Classes */ - -blockquote, .standout { - font-style: italic; - margin: 0; - font-size: 1.2em; -} - -h1 { - font-size: 2.2em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h2 { - font-size: 1.8em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h3 { - font-size: 1.6em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h4 { - font-size: 1.4em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -.imageStyle { - -} - -/* Main content area unordered list styles */ -#contentContainer #content ul { -} - -#contentContainer #content li { -} - -ul.disc { - list-style-type: disc; -} - -ul.circle { - list-style-type: circle; -} - -ul.square { - list-style-type: square; -} - -ol.arabic-numbers { - list-style-type: decimal; -} - -ol.upper-alpha { - list-style-type: upper-alpha; -} - -ol.lower-alpha { - list-style-type: lower-alpha; -} - -ol.upper-roman { - list-style-type: upper-roman; -} - -ol.lower-roman { - list-style-type: lower-roman; -} -/* Sidebar area unordered list styles */ -#sidebarContainer #sidebar ul { -} - -#sidebarContainer #sidebar li { -} - - -/* Table Styles */ -table { - font-size: 1em; -} -/* @end */ - -/* @group Toolbar */ - -#navcontainer { - height: 40px; - position: relative; - z-index: 3; - padding: 0 20px; -} - -#navcontainer #current { - background: url(images/button_over.png) no-repeat center 4px; -} - -#navcontainer #current:hover { -} - -#navcontainer .currentAncestor { - background: url(images/button_over.png) no-repeat center 4px; -} - -/* Parent - Level 0 */ - -#navcontainer ul{ - list-style: none; - margin: 0; - padding: 0; - z-index: 7; -} - -#navcontainer li { - position: relative; - display: inline; - float: left; -} - -#navcontainer a { - font-size: 0.9em; - display: block; - padding: 17px 15px 19px 15px; - height: 11px; - text-decoration: none; - width: 90px; - text-align: center; - font-weight: bold; - position: relative; - z-index: 7; -} - -#navcontainer a:hover { - background: url(images/button_over.png) no-repeat center 4px; -} - -#navcontainer a:active { -} - -/* Child - Level 1 */ -/* All browsers will use this code, it will make the pop out menus work */ -#navcontainer ul ul { - position: absolute; - top: 46px; - left: 0; - right: 0; - display: none; - z-index: 6; - font-size: 0.9em; - width: 120px; - padding: 0; - margin: 0; -} - -#navcontainer ul ul:hover { - background: url(images/button_over.png) no-repeat center top; - padding-top: 42px; - top: 4px; - } - -#navcontainer ul ul li { - display: block; -} - -#navcontainer ul ul a { - padding: 5px 0; - display: block; - width: 120px; - background: #fff; - border-bottom: 1px solid #f0f0f0; - height: auto; -} - -#navcontainer ul ul a:hover { - color: #fff; -} - -#navcontainer ul ul #current, -#navcontainer ul ul .currentAncestor{ - background: #fff; -} - - -/* Child Level 3 */ - -#navcontainer ul ul ul { - position: absolute; - top: 0px; - left: 120px; - z-index: 6; - font-size: 1em; - width: 120px; -} - -#navcontainer ul ul ul:hover { - padding: 0; - top: 0px; -} - -div#navcontainer ul ul, -div#navcontainer ul ul ul, -div#navcontainer ul li:hover ul ul, -div#navcontainer ul li:hover ul ul ul, -div#navcontainer ul li:hover ul ul ul ul, -div#navcontainer ul li:hover ul ul ul ul ul { - display:none; -} - -div#navcontainer ul li:hover ul, -div#navcontainer ul ul li:hover ul, -div#navcontainer ul ul ul li:hover ul, -div#navcontainer ul ul ul ul li:hover ul, -div#navcontainer ul ul ul ul ul li:hover ul { - display:block; -} - -/* @end */ - -/* @group Blog */ - -/* @group Tag Cloud */ -ul.blog-tag-cloud { - padding: 15px 0; - margin: 0; -} - -ul.blog-tag-cloud li { - - padding-right: 5px; - text-align: center; - list-style-type: none; - display: inline; -} - -ul.blog-tag-cloud li a{ - text-decoration: none; -} - -.blog-tag-size-1 { - font-size: 0.8em; -} - -.blog-tag-size-2 { - font-size: 0.85em; -} - -.blog-tag-size-3 { - font-size: 0.9em; -} - -.blog-tag-size-4 { - font-size: 0.95em; -} - -.blog-tag-size-5 { - font-size: 1em; -} - -.blog-tag-size-6 { - font-size: 1.05em; -} - -.blog-tag-size-7 { - font-size: 1.1em; -} - -.blog-tag-size-8 { - font-size: 1.15em; -} - -.blog-tag-size-9 { - font-size: 1.2em; -} - -.blog-tag-size-10 { - font-size: 1.25em; -} - -.blog-tag-size-11 { - font-size: 1.3em; -} - -.blog-tag-size-12 { - font-size: 1.35em; -} - -.blog-tag-size-13 { - font-size: 1.4em; -} - -.blog-tag-size-14 { - font-size: 1.45em; -} - -.blog-tag-size-15 { - font-size: 1.5em; -} - -.blog-tag-size-16 { - font-size: 1.55em; -} - -.blog-tag-size-17 { - font-size: 1.6em; -} - -.blog-tag-size-18 { - font-size: 1.65em; -} - -.blog-tag-size-19 { - font-size: 1.7em; -} - -.blog-tag-size-20 { - font-size: 1.75em; -} - - -/* @end */ - -/* @group Archive Page */ - -.blog-archive-background { -} - -.blog-entry-summary { -} - .blog-archive-headings-wrapper { - font-size: 1.4em; - padding-bottom: 25px; - background: url(images/blog_bottom_bar.png) no-repeat center bottom; -} - -.blog-archive-entries-wrapper { -} - -.blog-archive-entries-wrapper .blog-entry { - padding-top: 20px; -} .blog-archive-month { - font-size: 1.2em; - padding-left: 2; - -} - -.blog-archive-link { - font-size: 0.8em; -} .blog-archive-link a:link, .blog-archive-link a:visited { -} - -/* @end */ - -.blog-entry { - padding-bottom: 20px; -} - -h1.blog-entry-title { - padding: 0; - margin: 0; -} - - -h1.blog-entry-title a { - - text-decoration: none; -} - -.blog-entry-date { -} - -/*styles the category link in the main entry */ -.blog-entry-category { - padding-left: 20px; - margin-right: 12px; -} - -.blog-entry-category a:link, .blog-entry-category a:visited { -} - -.blog-read-more { - text-decoration: none; -} - -.blog-entry-body { - padding: 20px 0 40px 0; - background: url(images/blog_bottom_bar.png) no-repeat left bottom; -} - -.blog-entry-comments { -} - -.blog-trackback-link { -} - -p.blog-entry-tags { - padding-left: 20px; - margin-top: 15px; -} - -/* styles the archives in the blog sidebar */ -#blog-archives { - padding-top: 20px; -} - -#sidebarContainer #sidebar ul { - -} - -.blog-archive-link-enabled { - padding-left: 20px; -} - -.blog-archive-link-disabled { - padding-left: 20px; -} - -/* Styles the blog categories in the blog sidebar */ -#blog-categories { - padding-top: 20px ; -} - -.blog-category-link-enabled { - padding: 0px 0px 0px 20px; - margin-top: 3; -} - -.blog-category-link-disabled { - margin: 0; - padding-bottom: 0px; - padding-left: 20px; -} - -/* Styles the blog RSS feeds in the blog sidebar */ -#blog-rss-feeds { - text-decoration: none; -} - -.blog-rss-link { - padding-left: 20px; -} - -.blog-comments-rss-link { - padding-left: 20px; -} - -/* @end */ - -/* @group File Sharing */ - -.filesharing-description { - padding-top: 10px; - padding-bottom: 15px; -} - -.filesharing-item { -} - -.filesharing-item-title a:link { -} - -.filesharing-item-title a:hover { -} - -.filesharing-item-title a:visited { -} - -.filesharing-item-description { - font-size: 0.85em; - padding-bottom:10px; -} - -/* @end */ - -/* @group Photo Album */ - -/* @group Index Page (Thumbnail view) */ - -#flashcontent { - padding-top: 15px; -} - -.album-title { - font-size: 2.2em; - margin-bottom: 10px; -} - -.album-description { - margin-bottom: 20px; -} - -.album-wrapper { - display: block; - width: 99%; - position: relative; -} - -.thumbnail-wrap { - text-align: center; - position: relative; - float: left; - margin-bottom: 20px; - margin-right: 10px; - padding-top: 70px; - padding-left: 5px; - padding-right: 5px; - border-top: 1px solid #f3f3f3; - border-right: 1px solid #f1f1f1; - border-left: 1px solid #f1f1f1; -} - -.thumbnail-frame { - position: absolute; - bottom: 0; - left: 0; - padding-left: 5px; - padding-right: 5px; -} - -.thumbnail-frame:hover { -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { -} - -.thumbnail-frame img { - margin: auto; - border: none; -} - -.thumbnail-caption { - margin: 0 -5px; - padding: 7px 0 7px 0; - font-size: 0.9em; - background: repeat-x left bottom url(images/photo_shadow_bottom.png); - height: 38px; - display: block; -} - -/* @end */ - -/* @group Single Page (Photo view) */ - -.photo-background { - background-image: none; - text-align: center; -} - -.photo-navigation { - color: #e5e5e5; - height: 119px; - border-bottom: 1px solid #fff; - margin-bottom: 25px; - width: 100%; - text-align: left; -} - -.photo-links{ - padding: 0 0 0 40px; - margin: 0; - -} - -.photo-navigation a:link, .photo-navigation a:visited { - color: #f2f2f2; -} - -.photo-navigation a:hover { -} - -.photo-frame{ - padding: 20px 20px 20px 20px; - margin-bottom: 20px; - border: 1px solid #f1f1f1; -} - -.photo-title { - font-size: 2.2em; - padding: 5px 0 0 40px; - margin: 0; - -} - -.photo-caption { - font-size: 1.2em; - padding: 0 0 0 40px; - margin: 0; -} - -/* @group EXIF data */ -/* Data wrapper */ -.exif-data { -} - -.exif-data p { -} - -/* p tag classes for all exif data */ -p.exif-version { -} - -p.exif-colour-space { -} - -p.exif-focal-length { -} - -p.exif-dimensions { -} - -p.exif-pixel-y-dimension { -} - -p.exif-pixel-x-dimension { -} - -p.exif-oecf-value { -} - -p.exif-subsec-time-original { -} - -p.exif-exposure-mode { -} - -p.exif-spatial-frequency-response { -} - -p.exif-scene-capture-type { -} - -p.exif-subject-location { -} - -p.exif-shutter-speed { -} - -p.exif-datetime-original { -} - -p.exif-subsec-time { -} - -p.exif-compressed-bits-per-pixel { -} - -p.exif-flash-energy { -} - -p.exif-saturation { -} - -p.exif-brightness { -} - -p.exif-exposure-time { -} - -p.exif-f-number { -} - -p.exif-file-source { -} - -p.exif-gain-control { -} - -p.exif-subject-area { -} - -p.exif-cfa-pattern { -} - -p.exif-scene-type { -} - -p.exif-white-balance { -} - -p.exif-flash { -} - -p.exif-exposure-index { -} - -p.exif-flashpix-version { -} - -p.exif-device-setting-description { -} - -p.exif-focalplane-x-resolution { -} - -p.exif-image-uniqueid { -} - -p.exif-components-configuration { -} - -p.exif-light-source { -} - -p.exif-sensing-method { -} - -p.exif-aperture { -} - -p.exif-sharpness { -} - -p.exif-exposure-program { -} - -p.exif-subject-distance { -} - -p.exif-subsec-time-digitized { -} - -p.exif-contrast { -} - -p.exif-focalplane-resolution-unit { -} - -p.exif-gamma { -} - -p.exif-35mm-focal-length { -} - -p.exif-datetime-digitized { -} - -p.exif-subject-distance-range { -} - -p.exif-custom-rendered { -} - -p.exif-max-aperture { -} - -p.exif-sound-file { -} - -p.exif-metering-mode { -} - -p.exif-spectral-sensitivity { -} - -p.exif-exposure-bias { -} - -p.exif-focalplane-y-resolution { -} - -p.exif-iso-rating { -} - -p.exif-maker-note { -} - -p.exif-digital-zoom-ratio { -} - -p.exif-user-comment { -} -/* @end */ - -/* @end */ - -/* @end */ - -/* @group Quicktime Page */ - -.movie-description { -} - -/* @end */ - - - -/* @group Quicktime Album */ - -/* @group Index Page (Movie Thumbnail view) */ - -.movie-page-title { - font-size: 2.2em; - margin-bottom: 10px; -} .movie-page-description { - margin-bottom: 20px; -} .movie-thumbnail-frame { - width: 132px; - height: 162px; - float: left; - position: relative; - border-top: 1px ; - text-align: center; - margin-bottom: 20px; - margin-right: 10px; - padding-top: 7px; - padding-left: 5px; - padding-right: 5px; - border-top: 1px solid #f3f3f3; - border-right: 1px solid #f1f1f1; - border-left: 1px solid #f1f1f1; - background: url(images/photo_shadow_bottom.png) repeat-x 0 bottom; - -} - -.movie-thumbnail-frame:hover { -} - -.movie-thumbnail-caption { - height: 56px; - width: 132px; - padding: 5px 0px 0 0px; - - -} - -/* @end */ - -/* @group Single Page (Movie View) */ - -.movie-background { - background-image: none; - text-align: center; -} - -.movie-title { - font-size: 1.4em; - height: 120px; - color: #e5e5e5; - padding: 10px 0 0 20px; -} - -.movie-frame { - margin-top: 10px; - margin-bottom: 10px; -} - -/* @end */ - - -/* @end */ - -/* @group Contact Form */ -.message-text { - padding-top: 10px; -} - -.required-text { -} - -.form-input-field { - -} - -label{ - color:#7f7f7f; - -} - -.form-input-button { -} -/* @end */ - -/* @group Sitemap */ - -.rw-sitemap ul { - margin: 0; - padding: 0; - list-style-type: disc; - list-style-position: inside; -} - -.rw-sitemap ul li { - margin: 0 0 10px 0; -} - -.rw-sitemap ul li:last-child { - margin: 0; -} - -.rw-sitemap ul li li { - margin: 0 0 5px 0; -} - -.rw-sitemap ul li li:last-child { - margin: 0; -} - -.rw-sitemap ul ul { - padding: 0 0 0 20px; - list-style-type: square; -} - -.rw-sitemap ul ul ul { - list-style-type: circle; -} - -/* @end */ \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/._grid.css b/resources/etc/Tutorial/tutorial_fr/CSS/._grid.css new file mode 100644 index 00000000..5d324c27 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/CSS/._grid.css differ diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/._reset.css b/resources/etc/Tutorial/tutorial_fr/CSS/._reset.css new file mode 100644 index 00000000..7a2e6f73 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/CSS/._reset.css differ diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/._typography.css b/resources/etc/Tutorial/tutorial_fr/CSS/._typography.css new file mode 100644 index 00000000..5d324c27 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/CSS/._typography.css differ diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/grid.css b/resources/etc/Tutorial/tutorial_fr/CSS/grid.css new file mode 100644 index 00000000..ae6553be --- /dev/null +++ b/resources/etc/Tutorial/tutorial_fr/CSS/grid.css @@ -0,0 +1,54 @@ + +.main {margin:0 auto; width:800px; padding-top:10px; } + + +.g320,.g480,.g640,.g960,.g80,.g240,.g400,.g560,.g720,.g880,.g960 {float:left; display: inline; padding-top: 10px;} + +.g800 {float:left; display: inline; width:800px;} + +.g200 {float:left; display: inline; width:190px; padding-top: 10px; padding-left: 10px;} +.g200left {float:left; display: inline; width:190px; padding-top: 10px; padding-left: 5px} + +.g160 {width:150px; } +.g320 {width:310px;} +.g480 {width:470px;} +.g600 {width:600px;} +.g640 {width:630px;} +.g800 {width:790px;} +.g960 {width:950px;} + +.g80 {width:70px;} +.g240 {width:230px;} +.g400 {width:390px;} +.g560 {width:550px;} +.g720 {width:710px;} +.g880 {width:870px;} + +.ml80{margin-left:90px;} +.ml160{margin-left:170px;} +.ml240{margin-left:250px;} +.ml320{margin-left:330px;} +.ml400{margin-left:410px;} +.ml480{margin-left:490px;} +.ml560{margin-left:560px;} +.ml640{margin-left:650px;} +.ml720{margin-left:730px;} +.ml800{margin-left:810px;} +.ml880{margin-left:890px;} +.ml960{margin-left:970px;} + +.inside{margin-left:0;} + +p.grid{ padding-left:10px;} + +.clear {clear:both;} +.clearfix, .main{ display:block;} + +.clearfix:after, .main:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; + } diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/reset.css b/resources/etc/Tutorial/tutorial_fr/CSS/reset.css new file mode 100644 index 00000000..e60e93f5 --- /dev/null +++ b/resources/etc/Tutorial/tutorial_fr/CSS/reset.css @@ -0,0 +1,29 @@ +html, body, div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, code, +del, dfn, em, img, q, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + + +/* Tables still need 'cellspacing="0"' in the markup. */ +table { border-collapse: separate; border-spacing: 0; } +caption, th, td { text-align: left; font-weight: normal; } +table, td, th { vertical-align: middle; } + +/* Remove possible quote marks (") from ,
. */ +blockquote:before, blockquote:after, q:before, q:after { content: ""; } +blockquote, q { quotes: "" ""; } + +/* Remove annoying border on linked images. */ +a img { border: none; } + diff --git a/resources/etc/Tutorial/tutorial_fr/CSS/typography.css b/resources/etc/Tutorial/tutorial_fr/CSS/typography.css new file mode 100644 index 00000000..fbfc4539 --- /dev/null +++ b/resources/etc/Tutorial/tutorial_fr/CSS/typography.css @@ -0,0 +1,94 @@ + +body { font:75%/1.5em "lucida grande","lucida sans unicode", sans-serif;} + +p { padding:0 0 1em 0;color:#111;} + + +p.first:first-letter{ float:left;font-family: Palatino,'Palatino Linotype',Georgia, sans-serif;font-size:3em;font-weight:700;line-height:1em;margin-bottom:-0.2em;padding:0.2em 0.1em 0 0; } +p img { float: left; margin: 0.3em 0.833em 0.833em 0; padding: 0; } +p img.right { float: right; margin: 0.3em 0 0.833em 0.833em; } + + +h1,h2{ line-height: normal; font-family: Helvetica, Verdana, Arial, sans-serif; font-weight:normal; color: #333; } +h3,h4,h5,h6 { font-family: Helvetica, Verdana, Arial, sans-serif; text-align: left; line-height: normal; font-weight: normal; color: #333; } + + +h1 { font-size: 2.2em; margin-bottom: 0.682em; } +h2 { font-size: 1.9em; margin-bottom: 0.79em; } +h3 { font-size: 1.7em; margin-bottom: 0.882em; } +h4 { font-size: 1.4em; margin-bottom: 1.071em; } +h5,h6 { font-size: 1.2em; margin-bottom: 1.154em; } + +/* Color palete */ +.water { color:#5582d1; } +.earth { color:#4e3e2c; } +.air { color:#f1fff7; } +.fire { color:#ff8a19; } +.wine { color:#4a040a; } +.beer { color:#F0C030; } +.caffe { color:#473523; } +.caffe-cream { color:#b68d3d; } +.espresso { color:#2c1901; } +.caramel{ color:#ab671f; } +.chocolate { color:#290200; } +.black-pepper { color:#444334; } +.pepper-lite { color:#8d8a72; } +.lipstick { color:#c20c0c; } + + +li ul, +li ol { margin:0 1.5em; } +ul, ol { margin: 0 1.5em 1.5em 1.5em; } + + +dl { margin: 0 0 1.5em 0; } +dl dt { font-weight: bold; } +dl dd { margin-left: 1.5em; } + +a { color:#035292; text-decoration:none; } +a:hover { text-decoration: underline; } + + +table { margin-bottom:1.5em; border-collapse: collapse; } +th { font-weight:bold; } +tr,th,td { margin:0; padding:0 1.5em 0 1em; height:18px; } +tfoot { font-style: italic; } +caption { text-align:center; font-family:Georgia, serif; } + + +abbr, acronym { border-bottom:1px dotted #000; } +address { margin-top:1.5em; font-style: italic; } +del {color:#000;} + + +blockquote { padding:1em 1em 1em 1.5em; font-family:baskerville,"palatino linotype",serif; } +blockquote > *:first-child:before { content:"\201C";font-size:2.5em;margin-left:-.62em;font-family:georgia,serif;padding-right:.2em;color:#aaa;line-height:0; }/* From Tripoli */ + +strong { ont-weight: bold; } +em, dfn { font-style: italic; } +dfn { font-weight: bold; } +pre, code { margin: 1.5em 0; white-space: pre; } +pre, code, tt { font: 1em monospace; line-height: 1.5; } +tt { display: block; margin: 1.5em 0; } +hr { margin-bottom:1.5em; } + +/*other small things */ + +.tc { text-align:center; } +.tr { text-align:right; } +.tl { text-align:left; } +.b { font-weight:bold; } +.i { font-style:italic; } + +.indent { text-indent:1.5em;} +.open { font-variant: small-caps; } +p.break { text-align:center;text-indent:0;line-height:0; } +p.zero{padding:0; margin:0} +p.one { padding:0 1em 1em 1em;color:#111;} +p img.right10 { float: right; margin:0.833em; } + +.oldbook { font-family:"Book Antiqua","Warnock Pro","Goudy Old Style","Palatino",Georgia,serif; } +.note { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:0.9em; margin:0.1em; color:#333; } +.mono { font-family:"Courier New", Courier, monospace; } + + diff --git a/resources/etc/Tutorial/tutorial_fr/images/._logo_open_sankore.png b/resources/etc/Tutorial/tutorial_fr/images/._logo_open_sankore.png new file mode 100644 index 00000000..7a2e6f73 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/._logo_open_sankore.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/._manuel.png b/resources/etc/Tutorial/tutorial_fr/images/._manuel.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/._manuel.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/._pedago.png b/resources/etc/Tutorial/tutorial_fr/images/._pedago.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/._pedago.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/._tech.png b/resources/etc/Tutorial/tutorial_fr/images/._tech.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/._tech.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/._video.png b/resources/etc/Tutorial/tutorial_fr/images/._video.png new file mode 100644 index 00000000..b594fe38 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/._video.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/logo_open_sankore.png b/resources/etc/Tutorial/tutorial_fr/images/logo_open_sankore.png new file mode 100644 index 00000000..0c63bfd7 Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/logo_open_sankore.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/manuel.png b/resources/etc/Tutorial/tutorial_fr/images/manuel.png new file mode 100644 index 00000000..221bf6ae Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/manuel.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/pedago.png b/resources/etc/Tutorial/tutorial_fr/images/pedago.png new file mode 100644 index 00000000..02112edf Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/pedago.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/tech.png b/resources/etc/Tutorial/tutorial_fr/images/tech.png new file mode 100644 index 00000000..1ab2d87b Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/tech.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/images/video.png b/resources/etc/Tutorial/tutorial_fr/images/video.png new file mode 100644 index 00000000..e6697e2d Binary files /dev/null and b/resources/etc/Tutorial/tutorial_fr/images/video.png differ diff --git a/resources/etc/Tutorial/tutorial_fr/index.html b/resources/etc/Tutorial/tutorial_fr/index.html index b3ed65d3..fbf6cbef 100644 --- a/resources/etc/Tutorial/tutorial_fr/index.html +++ b/resources/etc/Tutorial/tutorial_fr/index.html @@ -1,79 +1,69 @@ - - - - - - - Tutoriel - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
-
-

Le développement de la partie tutoriel est actuellement en cours et sera publié progressivement dans les prochaines mises à jour.

En attendant, vous pouvez vous rendre sur le site www.open-sankore.org qui vous permettra de poser vos questions et en savoir plus sur le logiciel.

Vous pouvez également y télécharger le manuel d’utilisation.

-
-
- -
- -
- -
- -
- -
- -
- - - + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+ +

Bienvenue l'espace tutoriel du logiciel Open-Sankoré. Nous vous proposons une série de ressources en ligne pour vous aider à découvrir le logiciel et améliorer vos connaissances pédagogiques et techniques. Si vous avez des questions à nous poser ou désirez contribuer à notre projet, rendez-vous sur notre site principal open-sankore.org

+ +
+ +
+ + +

Tutoriels video
+ +
+ + + + + +
 
+ +
+ + + diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/colourtag-theme-default.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/colourtag-theme-default.css deleted file mode 100644 index 15d12208..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/colourtag-theme-default.css +++ /dev/null @@ -1,99 +0,0 @@ -/* @group Layout Colours */ - -#bar, -.photo-navigation, -.movie-title { - background-color: #51748C; -} - -#pageHeader #title { - background-color: #FF7E00; -} - -#pageHeader h1, -#pageHeader h2 { - text-shadow: 0px -1px 0px #994B00; -} - -#footer { - background-color: #82B4D7; -} - -#footer p { - text-shadow: 0px -1px 0px #4E6C81; -} - -#breadcrumbcontainer li { - color: #5B7E96; -} - -/* @end */ - -/* @group Content Colours */ - -body, -.blog-entry-body, -.blog-entry-date, -.blog-entry { - color: #7F7F7F; -} - - -#sidebarContainer .sideHeader, -#sidebarContainer #sidebar h1, -#sidebarContainer #sidebar h2, -#sidebarContainer #sidebar h3 { - color: #51748C; -} - -#sidebarContainer { - color: #A6A6A6; -} - -#sidebarContainer #sidebar a, -#breadcrumbcontainer, -a:link, a:visited { - color: #656565; -} - -h1, h2, h3, h4, h5, -h1.blog-entry-title a, -.blog-archive-headings-wrapper, -.album-title, -.photo-title, -.movie-page-title { - color: #FF7E00; -} - - - -/* @end */ - -/* @group Navbar */ - -#navcontainer a { - color: #7F7F7F; -} - -#navcontainer a:hover, -#navcontainer #current, -#navcontainer .currentAncestor, -#sidebarContainer #sidebar a:hover, -.photo-navigation a:hover, -a:hover, a:active, -form, -h1 { - color: #FF7E00; -} - -#navcontainer ul ul a:hover, -#navcontainer ul ul #current, -#navcontainer ul ul .currentAncestor { - background: #FF7E00; - color: #fff; - border-bottom-color: #FF7E00; -} - - - -/* @end */ \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/curve_solid.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/curve_solid.css deleted file mode 100644 index da249e32..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/curve_solid.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_curve_solid { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_glow.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_glow.css deleted file mode 100644 index 444f0e6c..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_glow.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_stripes_glow { -display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_solid.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_solid.css deleted file mode 100644 index 39c25215..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/stripes_solid.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_stripes_solid { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/swirls.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/swirls.css deleted file mode 100644 index 6b185fc3..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/banner/swirls.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #overlay_swirls { - display: block; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/alternative.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/alternative.css deleted file mode 100644 index 0a662f24..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/alternative.css +++ /dev/null @@ -1,70 +0,0 @@ -.filesharing-item { - background: url(../../images/download_icon.png) no-repeat 0 3px; - padding-left: 20px; -} - -/* @group Blog */ - -.blog-archive-link { - background: url(../../images/blog_home.png) no-repeat 0 5px; - padding-left: 20px; -} - -.blog-entry-date { - padding-left: 20px; - background: url(../../images/blog_clock.png) no-repeat 0 3px; -} - -/*styles the category link in the main entry */ -.blog-entry-category { - background: url(../../images/blog_file.png) no-repeat 0 0; -} - -.blog-entry-body { - padding: 20px 0 40px 0; - background: url(../../images/blog_bottom_bar.png) no-repeat left bottom; -} - -.blog-entry-comments { - padding-left: 20px; - background: url(../../images/blog_comments.png) no-repeat 0 3px; -} - -.blog-trackback-link { - padding-left: 20px; - background: url(../../images/blog_trackback.png) no-repeat 0 0px; -} - -p.blog-entry-tags { - background: url(../../images/blog_tag.png) no-repeat 0 3px; -} - -/* styles the archives in the blog sidebar */ - -.blog-archive-link-enabled { - - background: url(../../images/blog_icon.png) no-repeat 0; -} - -.blog-archive-link-disabled { - background: url(../../images/blog_icon.png) no-repeat 0; -} - -/* Styles the blog categories in the blog sidebar */ - -.blog-category-link-enabled { - background: url(../../images/blog_file.png) no-repeat 0; -} - -.blog-category-link-disabled { - background: url(../../images/blog_file.png) no-repeat 0 3px; -} - -.blog-rss-link { - background: url(../../images/blog_rss.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/blog_rss.png) no-repeat 0; -} - -/* @end */ \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/black.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/black.css deleted file mode 100644 index a816248e..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/black.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_black.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_black.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_black.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_black.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/blue.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/blue.css deleted file mode 100644 index a8fdad09..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/blue.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_blue.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_blue.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_blue.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_blue.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/brown.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/brown.css deleted file mode 100644 index 52d8a6b1..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/brown.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_brown.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_brown.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_brown.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_brown.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/green.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/green.css deleted file mode 100644 index 1114ad47..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/green.css +++ /dev/null @@ -1,25 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_green.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_green.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_green.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_green.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/pink.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/pink.css deleted file mode 100644 index ac25b094..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/pink.css +++ /dev/null @@ -1,26 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_pink.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_pink.png) no-repeat left 2px; -} - - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_pink.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_pink.png) no-repeat left 2px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/red.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/red.css deleted file mode 100644 index 7d23dfdb..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/icons/red.css +++ /dev/null @@ -1,32 +0,0 @@ -.blog-entry-category { - background: url(../../images/file_red.png) no-repeat left 0; - } - -p.blog-entry-tags { - background: url(../../images/tag_red.png) no-repeat left 2px; -} - -.blog-category-link-disabled, -.blog-archive-link-disabled { - background: url(../../images/file_red.png) no-repeat left center; -} - - -.blog-category-link-enabled, -.blog-archive-link-enabled { - background: url(../../images/file_red.png) no-repeat left 1px; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} - -.blog-rss-link { - background: url(../../images/feed.png) no-repeat 0;} - -.blog-comments-rss-link { - background: url(../../images/feed.png) no-repeat 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/ie6.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/ie6.css deleted file mode 100644 index fbd4e6fe..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/ie6.css +++ /dev/null @@ -1,4 +0,0 @@ -#navcontainer a { - padding: 15px 15px 17px 15px; - height: 0px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/center.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/center.css deleted file mode 100644 index ee422a98..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/center.css +++ /dev/null @@ -1,3 +0,0 @@ -#pageHeader #logo img { - margin: 10px auto 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/left.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/left.css deleted file mode 100644 index beb0cbf7..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/left.css +++ /dev/null @@ -1,4 +0,0 @@ -#pageHeader #logo img { - float: left; - margin: 10px 0 0 30px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/right.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/right.css deleted file mode 100644 index a4a0caf7..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/logo_position/right.css +++ /dev/null @@ -1,4 +0,0 @@ -#pageHeader #logo img { - float: right; - margin: 10px 30px 0 0; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_left.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_left.css deleted file mode 100644 index d9592ade..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_left.css +++ /dev/null @@ -1,15 +0,0 @@ -#contentContainer { - float: right; - padding-right: 7px; - background-position: top left; -} - -#sidebarContainer { - float: left; - padding-left: 7px; -} - -#sidebarContainer #sidebar { - padding-left: 30px; - padding-right: 10px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_none.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_none.css deleted file mode 100644 index d18e1f27..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_none.css +++ /dev/null @@ -1,8 +0,0 @@ -#sidebarContainer { - display: none; -} - -#contentContainer { - width: auto; - background-image: none; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_right.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_right.css deleted file mode 100644 index 5a0a941b..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/css/sidebar/sidebar_right.css +++ /dev/null @@ -1,15 +0,0 @@ -#contentContainer { - float: left; - padding-left: 7px; - background-position: top right; -} - -#sidebarContainer { - float: right; - padding-right: 7px; -} - -#sidebarContainer #sidebar { - padding-right: 30px; - padding-left: 10px; -} \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/csshover.htc b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/csshover.htc deleted file mode 100644 index 20645fdf..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/csshover.htc +++ /dev/null @@ -1,116 +0,0 @@ - - \ No newline at end of file diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/handheld.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/handheld.css deleted file mode 100644 index 73e70c0f..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/handheld.css +++ /dev/null @@ -1,545 +0,0 @@ -/**/ - -body { - text-align: left; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.9em; - margin: 0px; - padding: 0; - white-space: pre; -} - -p { -} - -b, strong { - -} - -a:link { - color: #0000ff; - text-decoration: underline; -} - -a:visited { - color: #681796; -} - -a:hover, a:active { - text-decoration: none; - background: #0000ff; - color: #ffffff; -} - -img { - max-width: 99%; -} - -.image-left { - -} - -.image-right { - -} - -/**/ - -/**/ - -#container { - background: #ffffff; - background-image: none; - width: 100%; -} - -#pageHeader { - height: auto; - text-align: left; - margin-bottom: 8px; - background: #000000; - padding: 3px; - border-bottom: solid #191919 2px; -} - -#pageHeader img { - position: relative; - top: auto; - right: auto; -} - -#pageHeader h1 { - color: #ffffff; - font-size: 1.3em; - margin: 0 0 5px; - padding-top: 0px; - font-weight: bold; -} - -#pageHeader h2 { - font-size: 1.1em; - margin: 0; - color: #ffffff; - font-weight: normal; -} - -#contentContainer { - margin: 0px; - display: block; - width: auto; -} - -#contentContainer #content { - margin: 0; - padding: 0; -} - -#sidebarContainer { - float: none; - width: auto; - display: block; - margin-bottom: 10px; - padding-bottom: 10px; - border-bottom: 1px solid #808080; -} - -#sidebarContainer #sidebar { - margin: 0; - padding: 0px; -} - -#sidebarContainer .sideHeader { - color: #000000; - font-weight: bold; - margin-bottom: 5px; -} - -#footer { - width: auto; - text-align: left; - padding: 0px; - margin: 0; -} - -#footer p { -} - -#footer a:link, #footer a:visited { - -} - -#footer a:hover, #footer a:active { -} - -/**/ - -/**/ - -#breadcrumbcontainer { - margin-bottom: 5px; -} - -#breadcrumbcontainer ul { - list-style: none; - margin: 0; - padding: 0; -} - -#breadcrumbcontainer li { - display: inline; - padding: 0; - margin: 0; -} - -#breadcrumbcontainer a { - padding: 0; -} - -#breadcrumbcontainer a:hover { - -} - -/**/ - -/**/ - -/* Toolbar Styles */ - -#navcontainer { - color: #000000; - margin: 0 0 10px 0; - padding: 0; -} - -#navcontainer #current { - -} - -#navcontainer #current:hover { -} - -#navcontainer .currentAncestor { - -} - -/* Parent - Level 0 */ - -#navcontainer ul{ - margin: 0; - padding: 0; - list-style-type: none; -} - -#navcontainer li { - margin: 0; - padding: 0; -} - -#navcontainer a { - padding: 0; -} - -#navcontainer a:hover { -} - -#navcontainer a:active { -} - -/* Child - Level 1 */ - -#navcontainer ul ul { - list-style-type: none; - margin-left: 2px; - padding: 0; - color: black; -} - -#navcontainer ul ul li { - padding-left: 5px; -} - -#navcontainer ul ul a { - padding: 0; -} - -#navcontainer ul ul a:hover{ -} - -#navcontainer ul ul #current{ -} - -/* Child - Level 2 */ - -#navcontainer ul ul ul { - -} - -#navcontainer ul ul ul li { - padding-left: 10px; -} - -#navcontainer ul ul ul a{ -} - -#navcontainer ul ul ul a:hover{ - -} - -/* Child Level 3 */ - -#navcontainer ul ul ul { - -} - -#navcontainer ul ul ul ul li { - padding-left: 15px; -} - -#navcontainer ul ul ul ul a{ -} - -#navcontainer ul ul ul ul a:hover{ - -} - -/* Child Level 4 */ - -#navcontainer ul ul ul ul { - -} - -#navcontainer ul ul ul ul ul li { - padding-left: 20px; -} - -#navcontainer ul ul ul ul ul a{ -} - -#navcontainer ul ul ul ul ul a:hover{ - -} - -/* Child Level 5 */ - -#navcontainer ul ul ul ul ul { - -} - -#navcontainer ul ul ul ul ul ul li { -} - -#navcontainer ul ul ul ul ul ul a{ -} - -#navcontainer ul ul ul ul ul ul a:hover{ - -} - -/**/ - -/**/ - -blockquote, .standout { - margin: 0; - padding: 5px; - font-weight: bold; -} - -h1 { -} - -h2 { -} - -h3 { -} - -h4 { -} - -.imageStyle { - -} - -/**/ - -/**/ - -/**/ - -.blog-archive-background { -} .blog-archive-headings-wrapper { -} - -.blog-archive-entries-wrapper { -} - -.blog-archive-entries-wrapper .blog-entry { -} .blog-archive-month { -} - -.blog-archive-link { -} .blog-archive-link a:link, .blog-archive-link a:visited { -} - -/**/ - -.blog-entry { -} - -.blog-entry-title { - font-weight: bold; - margin-bottom: 3px; -} - -.blog-entry-date { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} - -.blog-entry-body { - margin-bottom: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #cccccc; -} - -.blog-entry-comments { - display: none; -} - -.blog-entry-category { -} - -.blog-category-link-enabled { -} - -.blog-category-link-disabled { -} - -/**/ - -/**/ - -.filesharing-description { -} - -.filesharing-item { - margin-bottom: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #cccccc; -} - -.filesharing-item-title a:link { -} - -.filesharing-item-title a:hover { -} - -.filesharing-item-title a:visited { - -} - -.filesharing-item-description { -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} - -table.thumbnail-table { - width: 99%; -} - -table.thumbnail-table, table.thumbnail-table tr, table.thumbnail-table td { - display: block; -} - -.thumbnail-frame { -} - -.thumbnail-frame:hover { -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { -} - -.thumbnail-frame img { -} - -.thumbnail-caption { -} - -/**/ - -/**/ - -.photo-background { -} - -.photo-navigation { -} - -.photo-links { -} - -.photo-navigation a:link, .photo-navigation a:visited { - -} - -.photo-navigation a:hover { - -} - -.photo-frame{ -} - -.photo-title { -} - -.photo-caption { -} - -/**/ - -/**/ - -/**/ - -.movie-description { - -} - -/**/ - -/**/ - -/**/ - -.movie-page-title { - font-weight: bold; - margin-bottom: 3px; -} .movie-page-description { - margin-bottom: 8px; - font-size: 0.9em; - color: #808080; -} .movie-thumbnail-frame { -} - -.movie-thumbnail-frame:hover { -} - -.movie-thumbnail-caption { -} - -/**/ - -/**/ - -.movie-background { -} - -.movie-title { -} - -.movie-frame { - -} - -/**/ - - -/**/ - -/**/ -.message-text { -} - -.required-text { -} - -.form-input-field { - max-width: 100%; -} - -.form-input-button { -} -/**/ - - diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_bottom_bar.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_bottom_bar.png deleted file mode 100644 index a76ad531..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_bottom_bar.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_clock.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_clock.png deleted file mode 100644 index 9aed16dc..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_clock.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_comments.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_comments.png deleted file mode 100644 index 36af5fc7..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_comments.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_file.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_file.png deleted file mode 100644 index 2c723b42..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_file.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_home.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_home.png deleted file mode 100644 index b69156e5..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_home.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_icon.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_icon.png deleted file mode 100644 index 417efe66..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_icon.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_rss.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_rss.png deleted file mode 100644 index 3c7e8439..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_rss.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_tag.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_tag.png deleted file mode 100644 index 3be03350..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_tag.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_trackback.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_trackback.png deleted file mode 100644 index 0b29d7af..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/blog_trackback.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/button_over.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/button_over.png deleted file mode 100644 index 54d9ee15..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/button_over.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/container_top_grad.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/container_top_grad.png deleted file mode 100644 index 608b6107..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/container_top_grad.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.bak.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.bak.png deleted file mode 100644 index 8762f462..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.bak.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.png deleted file mode 100644 index 2fe33d61..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_sep.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_top.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_top.png deleted file mode 100644 index 1331d890..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/content_top.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/download_icon.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/download_icon.png deleted file mode 100644 index def80b9a..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/download_icon.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/feed.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/feed.png deleted file mode 100644 index 19fca808..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/feed.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_black.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_black.png deleted file mode 100644 index 4b0e2118..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_black.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_blue.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_blue.png deleted file mode 100644 index fa483bee..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_blue.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_brown.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_brown.png deleted file mode 100644 index 72bde9fc..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_brown.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_green.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_green.png deleted file mode 100644 index 512f704f..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_green.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_pink.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_pink.png deleted file mode 100644 index 3e598435..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_pink.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_red.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_red.png deleted file mode 100644 index 6f1963c4..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/file_red.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_bg.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_bg.png deleted file mode 100644 index bcef0a8d..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_bg.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_curve_solid.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_curve_solid.png deleted file mode 100644 index 20b2a4b6..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_curve_solid.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_glow.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_glow.png deleted file mode 100644 index dc4d0eee..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_glow.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_solid.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_solid.png deleted file mode 100644 index e36f3337..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_stripes_solid.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_swirls.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_swirls.png deleted file mode 100644 index ce8a27a3..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/header_swirls.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_bottom.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_bottom.png deleted file mode 100644 index a742b538..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_bottom.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_top.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_top.png deleted file mode 100644 index 814c0d30..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_shadow_top.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_thumbnail.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_thumbnail.png deleted file mode 100644 index 47750b33..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/photo_thumbnail.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_black.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_black.png deleted file mode 100644 index 485b8971..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_black.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_blue.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_blue.png deleted file mode 100644 index b51fda54..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_blue.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_brown.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_brown.png deleted file mode 100644 index e472389c..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_brown.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_green.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_green.png deleted file mode 100644 index 27d833b8..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_green.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_pink.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_pink.png deleted file mode 100644 index dbdc1ee4..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_pink.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_red.png b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_red.png deleted file mode 100644 index 9c8a716a..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/images/tag_red.png and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/javascript.js b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/javascript.js deleted file mode 100644 index ba93db41..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/javascript.js +++ /dev/null @@ -1,443 +0,0 @@ -/* - * RapidWeaver 3.5.0 theme functions. - * Script Version 2.1 - * Updated 26 May 2006. - */ - - - -/* - * Function to generate "open in new window" link as W3C compliant - */ - -function externalLinks() { -if (!document.getElementsByTagName) return; -var anchors = document.getElementsByTagName("a"); -for (var i=0; i 0){ swfNode += 'flashvars="'+ pairs +'"'; } - swfNode += '/>'; - } else { // PC IE - if (this.getAttribute("doExpressInstall")) this.addVariable("MMplayerType", "ActiveX"); - swfNode = ''; - swfNode += ''; - var params = this.getParams(); - for(var key in params) { - swfNode += ''; - } - var pairs = this.getVariablePairs().join("&"); - if(pairs.length > 0) {swfNode += '';} - swfNode += ""; - } - return swfNode; - }, - write: function(elementId){ - if(this.getAttribute('useExpressInstall')) { - // check to see if we need to do an express install - var expressInstallReqVer = new deconcept.PlayerVersion([6,0,65]); - if (this.installedVer.versionIsValid(expressInstallReqVer) && !this.installedVer.versionIsValid(this.getAttribute('version'))) { - this.setAttribute('doExpressInstall', true); - this.addVariable("MMredirectURL", escape(this.getAttribute('xiRedirectUrl'))); - document.title = document.title.slice(0, 47) + " - Flash Player Installation"; - this.addVariable("MMdoctitle", document.title); - } - } - if(this.skipDetect || this.getAttribute('doExpressInstall') || this.installedVer.versionIsValid(this.getAttribute('version'))){ - var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId; - n.innerHTML = this.getSWFHTML(); - return true; - }else{ - if(this.getAttribute('redirectUrl') != "") { - document.location.replace(this.getAttribute('redirectUrl')); - } - } - return false; - } -} - -/* ---- detection functions ---- */ -deconcept.SWFObjectUtil.getPlayerVersion = function(reqVer, xiInstall){ - var PlayerVersion = new deconcept.PlayerVersion([0,0,0]); - if(navigator.plugins && navigator.mimeTypes.length){ - var x = navigator.plugins["Shockwave Flash"]; - if(x && x.description) { - PlayerVersion = new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split(".")); - } - }else{ - try{ - var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); - for (var i=3; axo!=null; i++) { - axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i); - PlayerVersion = new deconcept.PlayerVersion([i,0,0]); - } - }catch(e){} - if (reqVer && PlayerVersion.major > reqVer.major) return PlayerVersion; // version is ok, skip minor detection - // this only does the minor rev lookup if the user's major version - // is not 6 or we are checking for a specific minor or revision number - // see http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/ - if (!reqVer || ((reqVer.minor != 0 || reqVer.rev != 0) && PlayerVersion.major == reqVer.major) || PlayerVersion.major != 6 || xiInstall) { - try{ - PlayerVersion = new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(",")); - }catch(e){} - } - } - return PlayerVersion; -} -deconcept.PlayerVersion = function(arrVersion){ - this.major = parseInt(arrVersion[0]) != null ? parseInt(arrVersion[0]) : 0; - this.minor = parseInt(arrVersion[1]) || 0; - this.rev = parseInt(arrVersion[2]) || 0; -} -deconcept.PlayerVersion.prototype.versionIsValid = function(fv){ - if(this.major < fv.major) return false; - if(this.major > fv.major) return true; - if(this.minor < fv.minor) return false; - if(this.minor > fv.minor) return true; - if(this.rev < fv.rev) return false; - return true; -} -/* ---- get value of query string param ---- */ -deconcept.util = { - getRequestParameter: function(param){ - var q = document.location.search || document.location.hash; - if(q){ - var startIndex = q.indexOf(param +"="); - var endIndex = (q.indexOf("&", startIndex) > -1) ? q.indexOf("&", startIndex) : q.length; - if (q.length > 1 && startIndex > -1) { - return q.substring(q.indexOf("=", startIndex)+1, endIndex); - } - } - return ""; - } -} -/* fix for video streaming bug */ -deconcept.SWFObjectUtil.cleanupSWFs = function() { - var objects = document.getElementsByTagName("OBJECT"); - for (var i=0; i < objects.length; i++) { - for (var x in objects[i]) { - if (typeof objects[i][x] == 'function') { - objects[i][x] = null; - } - } - } -} -if (typeof window.onunload == 'function') { - var oldunload = window.onunload; - window.onunload = function() { - deconcept.SWFObjectUtil.cleanupSWFs(); - oldunload(); - } -} else { - window.onunload = deconcept.SWFObjectUtil.cleanupSWFs; -} -/* add Array.push if needed (ie5) */ -if (Array.prototype.push == null) { Array.prototype.push = function(item) { this[this.length] = item; return this.length; }} - -/* add some aliases for ease of use/backwards compatibility */ -var getQueryParamValue = deconcept.util.getRequestParameter; -var FlashObject = deconcept.SWFObject; // for legacy support -var SWFObject = deconcept.SWFObject; - - - - - -/* - * Functions to generate OBJECT and EMBED tags for QuickTime content. - * Resource: http://developer.apple.com/internet/ieembedfix.html - */ - -/************** LOCALIZABLE GLOBAL VARIABLES ****************/ - -var gArgCountErr = 'The "%%" function requires an even number of arguments.' - + '\nArguments should be in the form "atttributeName", "attributeValue", ...'; - -/******************** END LOCALIZABLE **********************/ - -var gTagAttrs = null; -var gQTGeneratorVersion = 1.0; - -function AC_QuickTimeVersion() { return gQTGeneratorVersion; } - -function _QTComplain(callingFcnName, errMsg) -{ - errMsg = errMsg.replace("%%", callingFcnName); - alert(errMsg); -} - -function _QTAddAttribute(prefix, slotName, tagName) -{ - var value; - - value = gTagAttrs[prefix + slotName]; - if ( null == value ) - value = gTagAttrs[slotName]; - - if ( null != value ) - { - if ( 0 == slotName.indexOf(prefix) && (null == tagName) ) - tagName = slotName.substring(prefix.length); - if ( null == tagName ) - tagName = slotName; - return tagName + '="' + value + '" '; - } - else - return ""; -} - -function _QTAddObjectAttr(slotName, tagName) -{ - // don't bother if it is only for the embed tag - if ( 0 == slotName.indexOf("emb#") ) - return ""; - - if ( 0 == slotName.indexOf("obj#") && (null == tagName) ) - tagName = slotName.substring(4); - - return _QTAddAttribute("obj#", slotName, tagName); -} - -function _QTAddEmbedAttr(slotName, tagName) -{ - // don't bother if it is only for the object tag - if ( 0 == slotName.indexOf("obj#") ) - return ""; - - if ( 0 == slotName.indexOf("emb#") && (null == tagName) ) - tagName = slotName.substring(4); - - return _QTAddAttribute("emb#", slotName, tagName); -} - - -function _QTAddObjectParam(slotName, generateXHTML) -{ - var paramValue; - var paramStr = ""; - var endTagChar = (generateXHTML) ? ' />' : '>'; - - if ( -1 == slotName.indexOf("emb#") ) - { - // look for the OBJECT-only param first. if there is none, look for a generic one - paramValue = gTagAttrs["obj#" + slotName]; - if ( null == paramValue ) - paramValue = gTagAttrs[slotName]; - - if ( 0 == slotName.indexOf("obj#") ) - slotName = slotName.substring(4); - - if ( null != paramValue ) - paramStr = ' \n' - + _QTAddObjectParam("src", generateXHTML); - var embedTag = ' \n'; -} - -// return the object/embed as a string -function QT_GenerateOBJECTText() -{ - return _QTGenerate("QT_GenerateOBJECTText", false, arguments); -} - -function QT_GenerateOBJECTText_XHTML() -{ - return _QTGenerate("QT_GenerateOBJECTText_XHTML", true, arguments); -} - -function QT_WriteOBJECT() -{ - document.writeln(_QTGenerate("QT_WriteOBJECT", false, arguments)); -} - -function QT_WriteOBJECT_XHTML() -{ - document.writeln(_QTGenerate("QT_WriteOBJECT_XHTML", true, arguments)); -} - - diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/blank.gif b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/blank.gif deleted file mode 100644 index 75b945d2..00000000 Binary files a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/blank.gif and /dev/null differ diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/pngbehavior.htc b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/pngbehavior.htc deleted file mode 100644 index 09ff463c..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/png/pngbehavior.htc +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/print.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/print.css deleted file mode 100644 index 675c58cc..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/print.css +++ /dev/null @@ -1,631 +0,0 @@ -/**/ - -body { - background: transparent none; - margin: 0px 5% 0px 5%; - text-align: left; - color: #000000; - letter-spacing: 0.5px; - word-spacing: 1px; - padding: 0px; - font: 10pt Geneva, Arial, Helvetica; -} - -p { -} - -b, strong { - font-weight: bold; -} - -a:link, a:visited { -} - -a:hover, a:active { -} - -/**/ - -/**/ - -#container { text-align: left; - width: 100%; - padding: 10px 0 0 0; - margin: 0px; -} - -#pageHeader { - display: none; -} - -#pageHeader img { - float: right; -} - -#pageHeader h1 { - color: #000000; - margin: 0px; - font-weight: bold; - font-size: 16pt; - padding: 0px; -} - -#pageHeader h2 { - color: #333333; - margin: 0px; - font-size: 13pt; - font-weight: normal; - padding: 0px; -} - -#contentContainer { - float: none !important; - padding: 0px; -} - -#contentContainer #content { - padding: 0px; -} - -#contentContainer #content img { -} - -#sidebarContainer { - float: right; -} - -#sidebarContainer .sidebar { - width: 190px; - padding: 10px; - border-left: 1px solid #cccccc; -} - -#footer { - text-align: center; - background: none; - color: #000000; - font-size: 10pt; - border-top: 1px solid #cccccc; - margin-top: 10px; - padding-top: 10px; -} - -#footer a { -} - -#footer a:hover { -} - -/**/ - -/**/ - -#navcontainer { - display: none; -} - -/**/ - -/**/ - -#breadcrumbcontainer { - display: none; -} - -/**/ - -/**/ - -.standout { - color: #474747; - font-size: 11pt; - font-weight: bold; - letter-spacing: 1px; - word-spacing: 2px; - padding: 40px; - background-color: #f5f5f5; - font-style: italic; -} - -h1 { - font-size: 20pt; - font-weight: bold; - margin-bottom: 3px; -} - -h2 { - font-size: 18pt; - font-weight: bold; - margin-bottom: 3px; -} - -h3 { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -h4 { - font-size: 14pt; - font-weight: bold; - margin-bottom: 3px; -} - -h5 { - font-size: 12px; - font-weight: bold; - margin-bottom: 3px; -} - -.imageStyle { -} - -/**/ - -/**/ - -.blog-entry { - border-style: none; -} - -.blog-entry-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; - border-style: none; -} - -.blog-entry-date { - margin-bottom: 10px; - margin-top: 5px; - border-style: none; - font-size: 10pt; - color: #333333; -} - -.blog-entry-body { - margin-bottom: 45px; - border-style: none; -} - -/**/ - -/**/ - -.filesharing-description { - margin-bottom: 20px; - border-bottom: 1px solid #d9d9d9; -} - -.filesharing-item { - -} - -.filesharing-item-title { - font-size: 16pt; - font-weight: bold; -} - -.filesharing-item-description { - margin-bottom: 10px; -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { -} - -.thumbnail-frame { - margin: 0px; - padding: 0px; -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { - height: 30px; -} - -.thumbnail-frame img { - background: repeat url(images/sidebar_bg.png); -} - -.thumbnail-caption { - color: #4c4c4c; - margin-top: -2px; - font-size: 10pt; -} - -/**/ - -/**/ - -.photo-background { - text-align: center; -} - -.photo-navigation { - background: none; - display: none; -} - -.photo-navigation a { - display: none; -} - -.photo-navigation a:hover { - display: none; -} - -.photo-frame{ - -} - -.photo-links { - display: none; -} - -.photo-title { - display: none; -} - -.photo-caption { - font-size: 11pt; - margin: 0px; - text-align: center; -} - -/**/ - -/**/ - -/**/ - -.movie-title { - font-size: 16pt; - font-weight: bold; - text-align: left; -} - -.movie-description { - text-align: center; -} - -.movie-frame { - text-align: center; - margin-bottom: 10px; -} - -/**/ - -/**/ - -body { - background: transparent none; - margin: 0px 5% 0px 5%; - text-align: left; - color: #000000; - letter-spacing: 0.5px; - word-spacing: 1px; - padding: 0px; - font: 10pt Georgia, Times New Roman, Times, serif; -} - -p { -} - -b, strong { - font-weight: bold; -} - -a:link, a:visited { -} - -a:hover, a:active { -} - -/**/ - -/**/ - -#container { text-align: left; - width: 100%; - padding: 0px; - margin: 0px; -} - -#pageHeader { - text-align: left; - background: none; - border-bottom: 1px solid #cccccc; - padding-bottom: 10px; - margin-bottom: 10px; -} - -#pageHeader img { - float: right; -} - -#pageHeader h1 { - color: #000000; - margin: 0px; - font-weight: bold; - font-size: 16pt; - padding: 0px; -} - -#pageHeader h2 { - color: #333333; - margin: 0px; - font-size: 13pt; - font-weight: normal; - padding: 0px; -} - -#contentContainer { - float: none !important; - padding: 0px; - margin-bottom: 10px; - border-bottom: 1px solid #cccccc; - padding-bottom: 10px; -} - -#contentContainer #content { - padding: 0px; -} - -#contentContainer #content img { -} - -#sidebarContainer { - float: none; - width: auto; -} - -#sidebarContainer .sidebar { -} - -#footer { - text-align: center; - background: none; - color: #000000; - font-size: 10pt; - border-top: 1px solid #cccccc; - margin-top: 10px; - padding-top: 10px; -} - -#footer a { -} - -#footer a:hover { -} - -/**/ - -/**/ - -#navcontainer { - display: none; -} - -/**/ - -/**/ - -#breadcrumbcontainer { - display: none; -} - -/**/ - -/**/ - -.standout { - color: #474747; - font-size: 11pt; - font-weight: bold; - letter-spacing: 1px; - word-spacing: 2px; - padding: 40px; - background-color: #f5f5f5; - font-style: italic; -} - -h1 { - font-size: 20pt; - font-weight: bold; - margin-bottom: 3px; -} - -h2 { - font-size: 18pt; - font-weight: bold; - margin-bottom: 3px; -} - -h3 { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -h4 { - font-size: 14pt; - font-weight: bold; - margin-bottom: 3px; -} - -h5 { - font-size: 12px; - font-weight: bold; - margin-bottom: 3px; -} - -.imageStyle { -} - -/**/ - -/**/ - -.blog-entry { - border-style: none; -} - -.blog-entry-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; - border-style: none; -} - -.blog-entry-date { - margin-bottom: 10px; - margin-top: 5px; - border-style: none; - font-size: 10pt; - color: #333333; -} - -.blog-entry-body { - margin-bottom: 45px; - border-style: none; -} - -/**/ - -/**/ - -.filesharing-description { - margin-bottom: 20px; - border-bottom: 1px solid #d9d9d9; -} - -.filesharing-item { - -} - -.filesharing-item-title { - font-size: 16pt; - font-weight: bold; -} - -.filesharing-item-description { - margin-bottom: 10px; -} - -/**/ - -/**/ - -/**/ - -.album-title { - font-size: 16pt; - font-weight: bold; - margin-bottom: 3px; -} - -.album-description { -} - -.thumbnail-frame { - margin: 0px; - padding: 0px; -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { - height: 30px; -} - -.thumbnail-frame img { - background: repeat url(images/sidebar_bg.png); -} - -.thumbnail-caption { - color: #4c4c4c; - margin-top: -2px; - font-size: 10pt; -} - -/**/ - -/**/ - -.photo-background { - text-align: center; -} - -.photo-navigation { - background: none; - display: none; -} - -.photo-navigation a { - display: none; -} - -.photo-navigation a:hover { - display: none; -} - -.photo-frame{ - -} - -.photo-links { - display: none; -} - -.photo-title { - display: none; -} - -.photo-caption { - font-size: 11pt; - margin: 0px; - text-align: center; -} - -/**/ - -/**/ - -/**/ - -.movie-title { - font-size: 16pt; - font-weight: bold; - text-align: left; -} - -.movie-description { - text-align: center; -} - -.movie-frame { - text-align: center; - margin-bottom: 10px; -} - -/**/ - - - - - diff --git a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/styles.css b/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/styles.css deleted file mode 100644 index eb4ca54b..00000000 --- a/resources/etc/Tutorial/tutorial_fr/rw_common/themes/caribou/styles.css +++ /dev/null @@ -1,1167 +0,0 @@ -/* @group General Styles */ - -body { - margin: 0; - padding: 0; - background: url(images/container_top_grad.png) repeat-x left 120px; - font: 0.85em/1.6 Arial, "Lucida Grande", Lucida, Verdana, sans-serif; -} - -p { - margin: 0 0 15px; -} - -b, strong { - -} - -a:link, a:visited { - -} - -a:hover, a:active { - -} - -img { - border: none; -} - -.image-left { - float: left; - margin: 3px 10px 3px 0; -} - -.image-right { - float: right; - margin: 3px 0 3px 10px; -} - -/* @end */ - -/* @group Layout */ - -#bar { - height: 119px; - border-bottom: 1px solid #fff; - position: absolute; - left: 0; - top: 0; - width: 100%; -} - -#container { - width: 914px; - margin: 0 auto; - background: url(images/content_top.png) no-repeat left 227px; - padding-top: 30px; -} - -.clearer { - clear: both; -} - -#pageHeader { - height: 197px; - position: relative; - text-align: center; - line-height: normal; -} - -#pageHeader #background { - position: absolute; - left: 0; - top: 0; - z-index: 1; -} - -/* @group Overlay */ - -#pageHeader #overlay_swirls { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_stripes_solid { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_stripes_glow { - display: none; - position: absolute; - left: 0; - top: 0; -} - -#pageHeader #overlay_curve_solid { - display: none; - position: absolute; - left: 0; - top: 0; -} - -/* @end */ - -#pageHeader #logo { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -#pageHeader #logo img { - display: block; -} - -#pageHeader #title { - position: absolute; - left: 7px; - top: 46px; - z-index: 2; - width: 900px; - height: 150px; - font-size: .8em; -} - -#pageHeader h1 { - position: relative; - z-index: 2; - margin: 50px 0 0; - color: #fff; -} - -#pageHeader h2 { - position: relative; - z-index: 2; - margin: 0; - color: #fff; -} - -#contentContainer { - width: 659px; - background-image: url(images/content_sep.png) ; - background-repeat: no-repeat; - margin-bottom: 20px; -} - -#contentContainer #content { - padding: 10px 30px; -} - -.contentSpacer { - height:350px; - float:right; - width:1px; -} - -#sidebarContainer { - width: 237px; -} - -#sidebarContainer #sidebar { - padding-bottom:20px; -} - -#sidebarContainer #sidebar a { -} - -#sidebarContainer #sidebar a:hover { - text-decoration: underline; -} - -#sidebarContainer .sideHeader { - padding: 15px 0 5px 0px; - font-size: 1.2em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h1 { - font-size: 1.2em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h2 { - font-size: 1.1em; - font-weight: bold; - letter-spacing: 0.5px; -} - -#sidebarContainer #sidebar h3 { - font-size: 1.1em; - -} - -#footer { - color: #fff; - height: 70px; - text-align: center; -} - -#footer p { - padding-top: 15px; - margin: 0; - -} - -#footer a:link, #footer a:visited { - font-weight: bold; - text-decoration: none; - text-shadow: none; - color: #fff; -} - -#footer a:hover, #footer a:active { -} - -/* @end */ - -/* @group Bread-crumb */ - -#breadcrumbcontainer { - -} - -#breadcrumbcontainer ul { - padding: 0; - margin: 0; - list-style-type: none; -} - -#breadcrumbcontainer li { - display: inline; -} - -#breadcrumbcontainer a { - text-decoration: underline; -} - -#breadcrumbcontainer a:hover { -} - -/* @end */ - -/* @group Global Classes */ - -blockquote, .standout { - font-style: italic; - margin: 0; - font-size: 1.2em; -} - -h1 { - font-size: 2.2em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h2 { - font-size: 1.8em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h3 { - font-size: 1.6em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -h4 { - font-size: 1.4em; - font-weight: normal; - margin: 0 0 5px; - letter-spacing: -1px; -} - -.imageStyle { - -} - -/* Main content area unordered list styles */ -#contentContainer #content ul { -} - -#contentContainer #content li { -} - -ul.disc { - list-style-type: disc; -} - -ul.circle { - list-style-type: circle; -} - -ul.square { - list-style-type: square; -} - -ol.arabic-numbers { - list-style-type: decimal; -} - -ol.upper-alpha { - list-style-type: upper-alpha; -} - -ol.lower-alpha { - list-style-type: lower-alpha; -} - -ol.upper-roman { - list-style-type: upper-roman; -} - -ol.lower-roman { - list-style-type: lower-roman; -} -/* Sidebar area unordered list styles */ -#sidebarContainer #sidebar ul { -} - -#sidebarContainer #sidebar li { -} - - -/* Table Styles */ -table { - font-size: 1em; -} -/* @end */ - -/* @group Toolbar */ - -#navcontainer { - height: 40px; - position: relative; - z-index: 3; - padding: 0 20px; -} - -#navcontainer #current { - background: url(images/button_over.png) no-repeat center 4px; -} - -#navcontainer #current:hover { -} - -#navcontainer .currentAncestor { - background: url(images/button_over.png) no-repeat center 4px; -} - -/* Parent - Level 0 */ - -#navcontainer ul{ - list-style: none; - margin: 0; - padding: 0; - z-index: 7; -} - -#navcontainer li { - position: relative; - display: inline; - float: left; -} - -#navcontainer a { - font-size: 0.9em; - display: block; - padding: 17px 15px 19px 15px; - height: 11px; - text-decoration: none; - width: 90px; - text-align: center; - font-weight: bold; - position: relative; - z-index: 7; -} - -#navcontainer a:hover { - background: url(images/button_over.png) no-repeat center 4px; -} - -#navcontainer a:active { -} - -/* Child - Level 1 */ -/* All browsers will use this code, it will make the pop out menus work */ -#navcontainer ul ul { - position: absolute; - top: 46px; - left: 0; - right: 0; - display: none; - z-index: 6; - font-size: 0.9em; - width: 120px; - padding: 0; - margin: 0; -} - -#navcontainer ul ul:hover { - background: url(images/button_over.png) no-repeat center top; - padding-top: 42px; - top: 4px; - } - -#navcontainer ul ul li { - display: block; -} - -#navcontainer ul ul a { - padding: 5px 0; - display: block; - width: 120px; - background: #fff; - border-bottom: 1px solid #f0f0f0; - height: auto; -} - -#navcontainer ul ul a:hover { - color: #fff; -} - -#navcontainer ul ul #current, -#navcontainer ul ul .currentAncestor{ - background: #fff; -} - - -/* Child Level 3 */ - -#navcontainer ul ul ul { - position: absolute; - top: 0px; - left: 120px; - z-index: 6; - font-size: 1em; - width: 120px; -} - -#navcontainer ul ul ul:hover { - padding: 0; - top: 0px; -} - -div#navcontainer ul ul, -div#navcontainer ul ul ul, -div#navcontainer ul li:hover ul ul, -div#navcontainer ul li:hover ul ul ul, -div#navcontainer ul li:hover ul ul ul ul, -div#navcontainer ul li:hover ul ul ul ul ul { - display:none; -} - -div#navcontainer ul li:hover ul, -div#navcontainer ul ul li:hover ul, -div#navcontainer ul ul ul li:hover ul, -div#navcontainer ul ul ul ul li:hover ul, -div#navcontainer ul ul ul ul ul li:hover ul { - display:block; -} - -/* @end */ - -/* @group Blog */ - -/* @group Tag Cloud */ -ul.blog-tag-cloud { - padding: 15px 0; - margin: 0; -} - -ul.blog-tag-cloud li { - - padding-right: 5px; - text-align: center; - list-style-type: none; - display: inline; -} - -ul.blog-tag-cloud li a{ - text-decoration: none; -} - -.blog-tag-size-1 { - font-size: 0.8em; -} - -.blog-tag-size-2 { - font-size: 0.85em; -} - -.blog-tag-size-3 { - font-size: 0.9em; -} - -.blog-tag-size-4 { - font-size: 0.95em; -} - -.blog-tag-size-5 { - font-size: 1em; -} - -.blog-tag-size-6 { - font-size: 1.05em; -} - -.blog-tag-size-7 { - font-size: 1.1em; -} - -.blog-tag-size-8 { - font-size: 1.15em; -} - -.blog-tag-size-9 { - font-size: 1.2em; -} - -.blog-tag-size-10 { - font-size: 1.25em; -} - -.blog-tag-size-11 { - font-size: 1.3em; -} - -.blog-tag-size-12 { - font-size: 1.35em; -} - -.blog-tag-size-13 { - font-size: 1.4em; -} - -.blog-tag-size-14 { - font-size: 1.45em; -} - -.blog-tag-size-15 { - font-size: 1.5em; -} - -.blog-tag-size-16 { - font-size: 1.55em; -} - -.blog-tag-size-17 { - font-size: 1.6em; -} - -.blog-tag-size-18 { - font-size: 1.65em; -} - -.blog-tag-size-19 { - font-size: 1.7em; -} - -.blog-tag-size-20 { - font-size: 1.75em; -} - - -/* @end */ - -/* @group Archive Page */ - -.blog-archive-background { -} - -.blog-entry-summary { -} - .blog-archive-headings-wrapper { - font-size: 1.4em; - padding-bottom: 25px; - background: url(images/blog_bottom_bar.png) no-repeat center bottom; -} - -.blog-archive-entries-wrapper { -} - -.blog-archive-entries-wrapper .blog-entry { - padding-top: 20px; -} .blog-archive-month { - font-size: 1.2em; - padding-left: 2; - -} - -.blog-archive-link { - font-size: 0.8em; -} .blog-archive-link a:link, .blog-archive-link a:visited { -} - -/* @end */ - -.blog-entry { - padding-bottom: 20px; -} - -h1.blog-entry-title { - padding: 0; - margin: 0; -} - - -h1.blog-entry-title a { - - text-decoration: none; -} - -.blog-entry-date { -} - -/*styles the category link in the main entry */ -.blog-entry-category { - padding-left: 20px; - margin-right: 12px; -} - -.blog-entry-category a:link, .blog-entry-category a:visited { -} - -.blog-read-more { - text-decoration: none; -} - -.blog-entry-body { - padding: 20px 0 40px 0; - background: url(images/blog_bottom_bar.png) no-repeat left bottom; -} - -.blog-entry-comments { -} - -.blog-trackback-link { -} - -p.blog-entry-tags { - padding-left: 20px; - margin-top: 15px; -} - -/* styles the archives in the blog sidebar */ -#blog-archives { - padding-top: 20px; -} - -#sidebarContainer #sidebar ul { - -} - -.blog-archive-link-enabled { - padding-left: 20px; -} - -.blog-archive-link-disabled { - padding-left: 20px; -} - -/* Styles the blog categories in the blog sidebar */ -#blog-categories { - padding-top: 20px ; -} - -.blog-category-link-enabled { - padding: 0px 0px 0px 20px; - margin-top: 3; -} - -.blog-category-link-disabled { - margin: 0; - padding-bottom: 0px; - padding-left: 20px; -} - -/* Styles the blog RSS feeds in the blog sidebar */ -#blog-rss-feeds { - text-decoration: none; -} - -.blog-rss-link { - padding-left: 20px; -} - -.blog-comments-rss-link { - padding-left: 20px; -} - -/* @end */ - -/* @group File Sharing */ - -.filesharing-description { - padding-top: 10px; - padding-bottom: 15px; -} - -.filesharing-item { -} - -.filesharing-item-title a:link { -} - -.filesharing-item-title a:hover { -} - -.filesharing-item-title a:visited { -} - -.filesharing-item-description { - font-size: 0.85em; - padding-bottom:10px; -} - -/* @end */ - -/* @group Photo Album */ - -/* @group Index Page (Thumbnail view) */ - -#flashcontent { - padding-top: 15px; -} - -.album-title { - font-size: 2.2em; - margin-bottom: 10px; -} - -.album-description { - margin-bottom: 20px; -} - -.album-wrapper { - display: block; - width: 99%; - position: relative; -} - -.thumbnail-wrap { - text-align: center; - position: relative; - float: left; - margin-bottom: 20px; - margin-right: 10px; - padding-top: 70px; - padding-left: 5px; - padding-right: 5px; - border-top: 1px solid #f3f3f3; - border-right: 1px solid #f1f1f1; - border-left: 1px solid #f1f1f1; -} - -.thumbnail-frame { - position: absolute; - bottom: 0; - left: 0; - padding-left: 5px; - padding-right: 5px; -} - -.thumbnail-frame:hover { -} - -.thumbnail-frame a { -} - -.thumbnail-frame a:hover { -} - -.thumbnail-frame img { - margin: auto; - border: none; -} - -.thumbnail-caption { - margin: 0 -5px; - padding: 7px 0 7px 0; - font-size: 0.9em; - background: repeat-x left bottom url(images/photo_shadow_bottom.png); - height: 38px; - display: block; -} - -/* @end */ - -/* @group Single Page (Photo view) */ - -.photo-background { - background-image: none; - text-align: center; -} - -.photo-navigation { - color: #e5e5e5; - height: 119px; - border-bottom: 1px solid #fff; - margin-bottom: 25px; - width: 100%; - text-align: left; -} - -.photo-links{ - padding: 0 0 0 40px; - margin: 0; - -} - -.photo-navigation a:link, .photo-navigation a:visited { - color: #f2f2f2; -} - -.photo-navigation a:hover { -} - -.photo-frame{ - padding: 20px 20px 20px 20px; - margin-bottom: 20px; - border: 1px solid #f1f1f1; -} - -.photo-title { - font-size: 2.2em; - padding: 5px 0 0 40px; - margin: 0; - -} - -.photo-caption { - font-size: 1.2em; - padding: 0 0 0 40px; - margin: 0; -} - -/* @group EXIF data */ -/* Data wrapper */ -.exif-data { -} - -.exif-data p { -} - -/* p tag classes for all exif data */ -p.exif-version { -} - -p.exif-colour-space { -} - -p.exif-focal-length { -} - -p.exif-dimensions { -} - -p.exif-pixel-y-dimension { -} - -p.exif-pixel-x-dimension { -} - -p.exif-oecf-value { -} - -p.exif-subsec-time-original { -} - -p.exif-exposure-mode { -} - -p.exif-spatial-frequency-response { -} - -p.exif-scene-capture-type { -} - -p.exif-subject-location { -} - -p.exif-shutter-speed { -} - -p.exif-datetime-original { -} - -p.exif-subsec-time { -} - -p.exif-compressed-bits-per-pixel { -} - -p.exif-flash-energy { -} - -p.exif-saturation { -} - -p.exif-brightness { -} - -p.exif-exposure-time { -} - -p.exif-f-number { -} - -p.exif-file-source { -} - -p.exif-gain-control { -} - -p.exif-subject-area { -} - -p.exif-cfa-pattern { -} - -p.exif-scene-type { -} - -p.exif-white-balance { -} - -p.exif-flash { -} - -p.exif-exposure-index { -} - -p.exif-flashpix-version { -} - -p.exif-device-setting-description { -} - -p.exif-focalplane-x-resolution { -} - -p.exif-image-uniqueid { -} - -p.exif-components-configuration { -} - -p.exif-light-source { -} - -p.exif-sensing-method { -} - -p.exif-aperture { -} - -p.exif-sharpness { -} - -p.exif-exposure-program { -} - -p.exif-subject-distance { -} - -p.exif-subsec-time-digitized { -} - -p.exif-contrast { -} - -p.exif-focalplane-resolution-unit { -} - -p.exif-gamma { -} - -p.exif-35mm-focal-length { -} - -p.exif-datetime-digitized { -} - -p.exif-subject-distance-range { -} - -p.exif-custom-rendered { -} - -p.exif-max-aperture { -} - -p.exif-sound-file { -} - -p.exif-metering-mode { -} - -p.exif-spectral-sensitivity { -} - -p.exif-exposure-bias { -} - -p.exif-focalplane-y-resolution { -} - -p.exif-iso-rating { -} - -p.exif-maker-note { -} - -p.exif-digital-zoom-ratio { -} - -p.exif-user-comment { -} -/* @end */ - -/* @end */ - -/* @end */ - -/* @group Quicktime Page */ - -.movie-description { -} - -/* @end */ - - - -/* @group Quicktime Album */ - -/* @group Index Page (Movie Thumbnail view) */ - -.movie-page-title { - font-size: 2.2em; - margin-bottom: 10px; -} .movie-page-description { - margin-bottom: 20px; -} .movie-thumbnail-frame { - width: 132px; - height: 162px; - float: left; - position: relative; - border-top: 1px ; - text-align: center; - margin-bottom: 20px; - margin-right: 10px; - padding-top: 7px; - padding-left: 5px; - padding-right: 5px; - border-top: 1px solid #f3f3f3; - border-right: 1px solid #f1f1f1; - border-left: 1px solid #f1f1f1; - background: url(images/photo_shadow_bottom.png) repeat-x 0 bottom; - -} - -.movie-thumbnail-frame:hover { -} - -.movie-thumbnail-caption { - height: 56px; - width: 132px; - padding: 5px 0px 0 0px; - - -} - -/* @end */ - -/* @group Single Page (Movie View) */ - -.movie-background { - background-image: none; - text-align: center; -} - -.movie-title { - font-size: 1.4em; - height: 120px; - color: #e5e5e5; - padding: 10px 0 0 20px; -} - -.movie-frame { - margin-top: 10px; - margin-bottom: 10px; -} - -/* @end */ - - -/* @end */ - -/* @group Contact Form */ -.message-text { - padding-top: 10px; -} - -.required-text { -} - -.form-input-field { - -} - -label{ - color:#7f7f7f; - -} - -.form-input-button { -} -/* @end */ - -/* @group Sitemap */ - -.rw-sitemap ul { - margin: 0; - padding: 0; - list-style-type: disc; - list-style-position: inside; -} - -.rw-sitemap ul li { - margin: 0 0 10px 0; -} - -.rw-sitemap ul li:last-child { - margin: 0; -} - -.rw-sitemap ul li li { - margin: 0 0 5px 0; -} - -.rw-sitemap ul li li:last-child { - margin: 0; -} - -.rw-sitemap ul ul { - padding: 0 0 0 20px; - list-style-type: square; -} - -.rw-sitemap ul ul ul { - list-style-type: circle; -} - -/* @end */ \ No newline at end of file