From 0d8731a8f1c3a2d8bed7b4f88d3a3f9bab749404 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Mar 2017 15:16:08 +0100 Subject: import --- themes/remi/_define.php | 20 + themes/remi/favicon.ico | Bin 0 -> 1406 bytes themes/remi/img/attach.png | Bin 0 -> 321 bytes themes/remi/img/background.png | Bin 0 -> 588 bytes themes/remi/img/commentaire.png | Bin 0 -> 325 bytes themes/remi/img/commentaire_bulle.png | Bin 0 -> 312 bytes themes/remi/img/elephpant_100_69.png | Bin 0 -> 6110 bytes themes/remi/img/elephpant_50_35.png | Bin 0 -> 2690 bytes themes/remi/img/elephpant_70_49.png | Bin 0 -> 4141 bytes themes/remi/img/footer.png | Bin 0 -> 170 bytes themes/remi/img/forums.png | Bin 0 -> 2694 bytes themes/remi/img/li.png | Bin 0 -> 154 bytes themes/remi/img/monkey.png | Bin 0 -> 32904 bytes themes/remi/img/package.png | Bin 0 -> 2456 bytes themes/remi/img/report.png | Bin 0 -> 396 bytes themes/remi/img/retrolien.png | Bin 0 -> 452 bytes themes/remi/img/rpms.png | Bin 0 -> 2754 bytes themes/remi/img/rss.png | Bin 0 -> 549 bytes themes/remi/img/sidebar_li.png | Bin 0 -> 115 bytes themes/remi/img/tag.png | Bin 0 -> 308 bytes themes/remi/img/tags.png | Bin 0 -> 321 bytes themes/remi/img/top.jpg | Bin 0 -> 451 bytes themes/remi/img/top_gar.jpg | Bin 0 -> 7966 bytes themes/remi/img/top_monkey.png | Bin 0 -> 13774 bytes themes/remi/img/top_prelude.jpg | Bin 0 -> 2062 bytes themes/remi/img/top_remi.jpg | Bin 0 -> 19539 bytes themes/remi/refresh | 3 + themes/remi/screenshot.jpg | Bin 0 -> 17661 bytes themes/remi/style.css | 990 ++++++++++++++++++++++++++++++++++ themes/remi/tpl/.htaccess | 1 + themes/remi/tpl/404.html | 63 +++ themes/remi/tpl/_head.html | 13 + themes/remi/tpl/_top.html | 14 + themes/remi/tpl/archive.html | 81 +++ themes/remi/tpl/archive_month.html | 98 ++++ themes/remi/tpl/category.html | 169 ++++++ themes/remi/tpl/home.html | 196 +++++++ themes/remi/tpl/page.html | 284 ++++++++++ themes/remi/tpl/post.html | 314 +++++++++++ themes/remi/tpl/search.html | 154 ++++++ themes/remi/tpl/tag.html | 163 ++++++ themes/remi/tpl/tags.html | 79 +++ 42 files changed, 2642 insertions(+) create mode 100644 themes/remi/_define.php create mode 100644 themes/remi/favicon.ico create mode 100644 themes/remi/img/attach.png create mode 100644 themes/remi/img/background.png create mode 100644 themes/remi/img/commentaire.png create mode 100644 themes/remi/img/commentaire_bulle.png create mode 100644 themes/remi/img/elephpant_100_69.png create mode 100644 themes/remi/img/elephpant_50_35.png create mode 100644 themes/remi/img/elephpant_70_49.png create mode 100644 themes/remi/img/footer.png create mode 100644 themes/remi/img/forums.png create mode 100644 themes/remi/img/li.png create mode 100644 themes/remi/img/monkey.png create mode 100644 themes/remi/img/package.png create mode 100644 themes/remi/img/report.png create mode 100644 themes/remi/img/retrolien.png create mode 100644 themes/remi/img/rpms.png create mode 100644 themes/remi/img/rss.png create mode 100644 themes/remi/img/sidebar_li.png create mode 100644 themes/remi/img/tag.png create mode 100644 themes/remi/img/tags.png create mode 100644 themes/remi/img/top.jpg create mode 100644 themes/remi/img/top_gar.jpg create mode 100644 themes/remi/img/top_monkey.png create mode 100644 themes/remi/img/top_prelude.jpg create mode 100644 themes/remi/img/top_remi.jpg create mode 100644 themes/remi/refresh create mode 100644 themes/remi/screenshot.jpg create mode 100644 themes/remi/style.css create mode 100644 themes/remi/tpl/.htaccess create mode 100644 themes/remi/tpl/404.html create mode 100644 themes/remi/tpl/_head.html create mode 100644 themes/remi/tpl/_top.html create mode 100644 themes/remi/tpl/archive.html create mode 100644 themes/remi/tpl/archive_month.html create mode 100644 themes/remi/tpl/category.html create mode 100644 themes/remi/tpl/home.html create mode 100644 themes/remi/tpl/page.html create mode 100644 themes/remi/tpl/post.html create mode 100644 themes/remi/tpl/search.html create mode 100644 themes/remi/tpl/tag.html create mode 100644 themes/remi/tpl/tags.html diff --git a/themes/remi/_define.php b/themes/remi/_define.php new file mode 100644 index 0000000..cc714e6 --- /dev/null +++ b/themes/remi/_define.php @@ -0,0 +1,20 @@ +registerModule( + /* Name */ "Remi", + /* Description*/ "Remi's DotClear Theme", + /* Author */ "Trashy", + /* Version */ '1.2' +); +?> diff --git a/themes/remi/favicon.ico b/themes/remi/favicon.ico new file mode 100644 index 0000000..956fc90 Binary files /dev/null and b/themes/remi/favicon.ico differ diff --git a/themes/remi/img/attach.png b/themes/remi/img/attach.png new file mode 100644 index 0000000..6b9116a Binary files /dev/null and b/themes/remi/img/attach.png differ diff --git a/themes/remi/img/background.png b/themes/remi/img/background.png new file mode 100644 index 0000000..068f7e9 Binary files /dev/null and b/themes/remi/img/background.png differ diff --git a/themes/remi/img/commentaire.png b/themes/remi/img/commentaire.png new file mode 100644 index 0000000..b7b0d35 Binary files /dev/null and b/themes/remi/img/commentaire.png differ diff --git a/themes/remi/img/commentaire_bulle.png b/themes/remi/img/commentaire_bulle.png new file mode 100644 index 0000000..d684c9e Binary files /dev/null and b/themes/remi/img/commentaire_bulle.png differ diff --git a/themes/remi/img/elephpant_100_69.png b/themes/remi/img/elephpant_100_69.png new file mode 100644 index 0000000..7b4bce8 Binary files /dev/null and b/themes/remi/img/elephpant_100_69.png differ diff --git a/themes/remi/img/elephpant_50_35.png b/themes/remi/img/elephpant_50_35.png new file mode 100644 index 0000000..3ef7649 Binary files /dev/null and b/themes/remi/img/elephpant_50_35.png differ diff --git a/themes/remi/img/elephpant_70_49.png b/themes/remi/img/elephpant_70_49.png new file mode 100644 index 0000000..0e97fce Binary files /dev/null and b/themes/remi/img/elephpant_70_49.png differ diff --git a/themes/remi/img/footer.png b/themes/remi/img/footer.png new file mode 100644 index 0000000..7d6fa56 Binary files /dev/null and b/themes/remi/img/footer.png differ diff --git a/themes/remi/img/forums.png b/themes/remi/img/forums.png new file mode 100644 index 0000000..8f3102b Binary files /dev/null and b/themes/remi/img/forums.png differ diff --git a/themes/remi/img/li.png b/themes/remi/img/li.png new file mode 100644 index 0000000..639364f Binary files /dev/null and b/themes/remi/img/li.png differ diff --git a/themes/remi/img/monkey.png b/themes/remi/img/monkey.png new file mode 100644 index 0000000..8d1ba75 Binary files /dev/null and b/themes/remi/img/monkey.png differ diff --git a/themes/remi/img/package.png b/themes/remi/img/package.png new file mode 100644 index 0000000..b51fba9 Binary files /dev/null and b/themes/remi/img/package.png differ diff --git a/themes/remi/img/report.png b/themes/remi/img/report.png new file mode 100644 index 0000000..f4a312e Binary files /dev/null and b/themes/remi/img/report.png differ diff --git a/themes/remi/img/retrolien.png b/themes/remi/img/retrolien.png new file mode 100644 index 0000000..a7690b3 Binary files /dev/null and b/themes/remi/img/retrolien.png differ diff --git a/themes/remi/img/rpms.png b/themes/remi/img/rpms.png new file mode 100644 index 0000000..6b7d48b Binary files /dev/null and b/themes/remi/img/rpms.png differ diff --git a/themes/remi/img/rss.png b/themes/remi/img/rss.png new file mode 100644 index 0000000..829a4e0 Binary files /dev/null and b/themes/remi/img/rss.png differ diff --git a/themes/remi/img/sidebar_li.png b/themes/remi/img/sidebar_li.png new file mode 100644 index 0000000..1064ac6 Binary files /dev/null and b/themes/remi/img/sidebar_li.png differ diff --git a/themes/remi/img/tag.png b/themes/remi/img/tag.png new file mode 100644 index 0000000..99c653f Binary files /dev/null and b/themes/remi/img/tag.png differ diff --git a/themes/remi/img/tags.png b/themes/remi/img/tags.png new file mode 100644 index 0000000..107d1da Binary files /dev/null and b/themes/remi/img/tags.png differ diff --git a/themes/remi/img/top.jpg b/themes/remi/img/top.jpg new file mode 100644 index 0000000..6fd06bf Binary files /dev/null and b/themes/remi/img/top.jpg differ diff --git a/themes/remi/img/top_gar.jpg b/themes/remi/img/top_gar.jpg new file mode 100644 index 0000000..1aead54 Binary files /dev/null and b/themes/remi/img/top_gar.jpg differ diff --git a/themes/remi/img/top_monkey.png b/themes/remi/img/top_monkey.png new file mode 100644 index 0000000..89be5ef Binary files /dev/null and b/themes/remi/img/top_monkey.png differ diff --git a/themes/remi/img/top_prelude.jpg b/themes/remi/img/top_prelude.jpg new file mode 100644 index 0000000..2e5ef44 Binary files /dev/null and b/themes/remi/img/top_prelude.jpg differ diff --git a/themes/remi/img/top_remi.jpg b/themes/remi/img/top_remi.jpg new file mode 100644 index 0000000..5891d84 Binary files /dev/null and b/themes/remi/img/top_remi.jpg differ diff --git a/themes/remi/refresh b/themes/remi/refresh new file mode 100644 index 0000000..e048b4e --- /dev/null +++ b/themes/remi/refresh @@ -0,0 +1,3 @@ +cp /home/rpms/theme/dotclear/*.* . +cp /home/rpms/theme/dotclear/img/* img/ +cp /home/rpms/theme/dotclear/tpl/* tpl/ diff --git a/themes/remi/screenshot.jpg b/themes/remi/screenshot.jpg new file mode 100644 index 0000000..1341164 Binary files /dev/null and b/themes/remi/screenshot.jpg differ diff --git a/themes/remi/style.css b/themes/remi/style.css new file mode 100644 index 0000000..eea6751 --- /dev/null +++ b/themes/remi/style.css @@ -0,0 +1,990 @@ +/* ************************************************ +Modern +- design & code : Marco +- icônes : http://www.famfamfam.com/ +************************************************ */ + +* { + margin: 0; + padding: 0; + border: 0; +} + +body { + background: #CDCDCD; + font: 0.7em Arial,sans-serif; +} + +/* Common styles +-------------------------------------------------------- */ + +ul, ul li { + list-style: none; +} + +a:link, a:visited { + color: #000; + text-decoration: underline; +} + +a:hover { + color: #000; + text-decoration: none; +} + +pre { + overflow: auto; + height: auto; +} + +.left { + float: left; +} + +.right { + float: right; +} + +/* Page +-------------------------------------------------------- */ + +#page { + position: relative; + width: 99%; + margin: 0 auto; + background:white url(img/monkey.png) bottom right no-repeat; +} + +/* Header +-------------------------------------------------------- */ + +#top { + width:auto; + padding:0; + margin: 0 0 19px; + background: #5782AC url(img/elephpant_100_69.png) right 30px no-repeat; + border-bottom: 4px #6db9f7 solid; + height: 100px; +} + +#top h1 { + font-size: 3em; + text-align: center; + background: transparent url(img/top_monkey.png) bottom left no-repeat; + height:100px; +} + +#top h1 span{ + display:block; + text-align:center; + padding-top: 30px; +} + +#top a:link, #top a:visited, #top a:hover { + color: #FFF; + text-decoration: none; +} + +/* Prelude +-------------------------------------------------------- */ + +#prelude { + position: absolute; + top: 0; + right: 18px; + width: 370px; + padding: 6px 0 6px; + color: #CAE4FC; + text-align: center; + background-color: rgba(255,255,255,.3); + border-radius: 0 0 6px 6px; +} + +#prelude a { + padding: 0 0.5em; +} + +#navlink a:link, #navlink a:visited, #prelude a:link, #prelude a:visited { + font-size: 1.1em; + font-weight: bold; + color: #CAE4FC; + text-decoration: none; +} + +#prelude a:link, #prelude a:visited { + color: #fff; +} + +#navlink a:link, #navlink a:visited{ + font-size: 1em; + font-weight: normal; + padding-right: 1em; +} + +#navlink a:hover { + text-decoration: underline; +} + +#prelude a:hover { + text-decoration: underline; +} + +/* Nav_Remi +-------------------------------------------------------- */ + +#navlink { + color: #CAE4FC; + position: absolute; + top: 80px; + right: 9em; + padding: 6px 0; +} + +/* Wrapper +-------------------------------------------------------- */ + +#wrapper { + width:auto; + margin: 0 auto 10px; + position:relative; +} + +#main { + float:left; + display:inline; + width:100%; +} + +#content{ + margin-left:1em; + margin-right:25em; +} + +#sidebar { + width: 23em; + float:left; + margin:0 0 0 -24em; +} + +#blogextra p{ + text-align:center; +} + +/* Sidebar +-------------------------------------------------------- */ + +#sidebar h2 { + margin: 0 0 10px; + padding: 5px 8px; + background: #F5F5F5; + border: none; + color: #005D99; + font-size: 1em; + font-weight: bold; +} + +#sidebar h3 { + padding: 4px 8px 0 8px; + color: #005D99; + font-size: 1em; +} + +#sidebar a:link, #sidebar a:visited { + text-decoration: none; +} + +#sidebar a:hover { + text-decoration: underline; +} + +#sidebar ul { + padding: 0 0 4px; +} + +#sidebar li { + padding: 3px 4px 3px 20px; + background: transparent url(img/sidebar_li.png) no-repeat 10px 7px; +} + +#sidebar p { + padding: 0 0 4px 10px; +} + +#search fieldset p { + padding-left: 8px; +} + +#search #q { + width: 180px; + padding: 1px 2px; + border: 1px solid #CDCDCD; + color: #005D99; + font-size: 1em; +} + +#search .submit { + color: #005D99; + background: #FFF; + font-size: 1em; + font-weight: bold; + text-transform: uppercase; + border: 1px solid #FFF; +} + +#search .submit:hover { + background: #005D99; + border: 1px solid #005D99; + color: #FFF; +} + +#search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate, +#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { + padding: 0 0 10px; +} + +#topnav { + margin: 0 0 20px; + padding: 5px 5px 5px 8px; + background: #F5F5F5; + border: none; + color: #005D99; + font-size: 0.9em; + font-weight: bold; + text-transform: uppercase; +} + +#sidebar #topnav ul { + margin: 0; + padding: 0; +} + +#sidebar #topnav li { + display: inline; + margin: 0; + padding: 0; + background: none; +} + +#sidebar .syndicate li { + margin: 0 4px 0 11px; + padding: 5px 4px 5px 22px; + background: transparent url(img/rss.png) no-repeat 0% 50%; +} + +#sidebar .tags ul { + margin: 5px 5px 10px 10px; + padding: 0; + font-size: 110%; +} + +#sidebar .tags ul li { + display: inline; + margin: 0; + padding: 0; + background: none; + font-size: 0.9em; +} + +#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { + color: #333; +} + +#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { + padding: 0 0 0 18px; + background: transparent url(img/tags.png) no-repeat 0 -2px; +} + +.tag0 { font-size: 75%; } +.tag10 { font-size: 80%; } +.tag20 { font-size: 90%; } +.tag30 { font-size: 100%; } +.tag40 { font-size: 110%; } +.tag50 { font-size: 120%; } +.tag60 { font-size: 130%; } +.tag70 { font-size: 140%; } +.tag80 { font-size: 150%; } +.tag90 { font-size: 160%; } +.tag100 { font-size: 170%; } + +/* Post-content +-------------------------------------------------------- */ + +.post-content, .post-excerpt { + padding: 4px 0 0 0; + line-height: 1.5em; + font-size: 1.2em; +} + +.post-content p, .post-excerpt p { + padding: 4px 0; +} + +.post-content strong, .post-excerpt strong { + font-size: 0.9em; +} + +.post-content acronym, .post-excerpt acronym { + cursor: help; + border-bottom: 1px dashed #666; +} + +.post-content pre, .post-excerpt pre { + padding: 10px 5px; + margin: 6px 0; + background: #F5F5F5; + font: 1.1em 'courier new', courier, monospace; +} + +#comments pre { + padding: 10px 5px; + margin: 6px 0; + background: #E5E5E5; + font: 1.1em 'courier new', courier, monospace; +} + +.post-content h2 { + padding: 1em 0 0.2em 0; +} + +.post-content h3, .post-excerpt h3 { + padding: 4px 0; + font-size: 1.2em; + color: #666; +} + +.post-content h4, .post-excerpt h4 { + padding: 4px 0; + font-size: 1.1em; + color: #666; +} + +.post-content h5, .post-excerpt h5 { + padding: 4px 0; + font-size: 1.0em; + color: #666; +} + +.post-content ul, .post-excerpt ul { + margin: 0; + padding: 4px 0; +} + +.post-content ul li, .post-excerpt ul li, #comments ul li { + padding: 1px 0 1px 10px; + background: transparent url(img/li.png) no-repeat 0 5px; +} + +.post-content ol, .post-excerpt ol { + margin: 0 0 0 28px; + padding: 4px 0; +} + +.post-content ol li, .post-excerpt ol li { + padding: 1px 0; +} + +.post-content blockquote, .post-excerpt blockquote { + margin: 4px 0 4px 5px; + padding: 0 5px; + border-left: 4px solid #CDCDCD; +} + +/* Classes +-------------------------------------------------------- */ + +.day-date { + clear: left; + margin: 0 0 10px 0; + padding: 5px 10px; + background: #F5F5F5; + border: none; + color: #5E9E14; + font-weight: bold; + text-align: right; +} + +a.feed { } + +.post { + color: #000; +} + +.post-title { + padding: 10px 0 4px 0; + color: #666; + font-size: 1.7em; +} + +.post-title a:link, .post-title a:visited { + color: #666; + text-decoration: none; +} + +.post-title a:hover { + text-decoration: underline; +} + +.post-info { + font-style: italic; +} + +.post-tags { + position: relative; + overflow: hidden; + height: 1%; + margin: 8px 0 0 0; + padding: 5px; + border: 0; + background: #FBFBFB; +} + +.post-tags:after { + content: '[DO NOT LEAVE IT IS NOT REAL]'; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.post-tags li { + display: inline; +} + +.post-tags li a:link, .post-tags li a:visited { + display: block; + float: left; + padding: 2px 8px 2px 18px; + background: transparent url(img/tag.png) no-repeat 0 0; + white-space: nowrap; + color: #005D99; + text-decoration: none; +} + +.post-tags li a:hover { + text-decoration: underline; +} + +.post-info-co { + clear: left; + margin: 0 0 26px; + padding: 5px; + border: 0; + background: #FBFBFB; +} + +.post-info-co a:link, .post-info-co a:visited { + padding: 2px 10px 2px 18px; + text-decoration: none; +} + +.post-info-co a:hover { + text-decoration: underline; +} + +.comment_count { + background: transparent url(img/commentaire.png) no-repeat 0 50%; +} + +.ping_count { + background: transparent url(img/retrolien.png) no-repeat 0 50%; +} + +.attach_count { + background: transparent url(img/attach.png) no-repeat 0 50%; +} + +.read-it { + font-weight: bold; + padding: 0 0 10px 0; + clear: left; +} + +#attachments { + clear: left; + margin: 4px 0 6px 0; + padding: 5px; + background: #FBFBFB; + border: 1px solid #E8E8E8; + border-width: 1px 0; +} + +#attachments * { + color: #3C8FD1; +} + +#attachments h3 { + font-size: 1.2em; +} + +#attachments ul { + padding: 4px 0; +} + +#attachments li { + margin: 0 0 0.6em; + padding: 2px 10px 2px 18px; + background: transparent url(img/attach.png) no-repeat 0 50%; +} + +#attachments li object { + display: inline; + margin: 0; + padding: 0; + vertical-align: bottom; +} + +.footnotes { + margin: 6px 0 25px 0; + padding: 5px 0; + border: 1px solid #E8E8E8; +} + +.footnotes h4 { + margin: 0 0 6px; + padding: 2px 10px 2px 25px; + background: transparent url(img/report.png) no-repeat 4px 3px; + border-bottom: 1px solid #E8E8E8; + color: #005D99; + font-style: italic; +} + +.footnotes p { + padding: 4px 10px; +} + +/* Archives +-------------------------------------------------------- */ + +#content-info { + margin: 0 0 20px; + padding: 5px 10px; + background: #F5F5F5; + border: 1px solid #CDCDCD; + border-width: 1px 0; + font-size: 1em; + line-height: 1.4; +} + +.content-inner { + padding-bottom: 20px; +} + +.content-inner h3 { + margin: 10px 0; + padding: 5px 10px; + background: #F5F5F5; + border: 1px solid #CDCDCD; + border-width: 1px 0; + font-size: 1em; + color: #5E9E14; +} + +#content-info h2 { + font-size: 1.4em; +} + +#content-info p { + padding: 4px 0; + font-size: 1em; +} + +#content-info p a.feed:link, #content-info p a.feed:visited { + padding: 4px 0 4px 22px; + background: transparent url(img/rss.png) no-repeat 1px 3px; +} + +.content-inner .day-date { + text-align: left; +} + +.content-inner .post-title { + margin: 0 0 0 10px; + padding: 4px 0; +} + +.content-inner .post-info { + margin: 4px 0 20px 10px; +} + +.content-inner ul { + margin: 0 0 0 10px; + padding: 4px 0; +} + +.content-inner ul li { + padding: 1px 0 1px 10px; + background: transparent url(img/li.png) no-repeat 0 5px; + font-size: 1em; + line-height: 1.3; +} + +/* Tags - Page des tags +-------------------------------------------------------- */ + +.content-inner ul.tags { + position: relative; + height: 1%; + overflow: hidden; + margin: 8px 0 20px; + padding: 5px; + background: #FBFBFB; + border: 1px solid #E8E8E8; + border-width: 1px 0; + font-size: 120%; +} + +.content-inner ul.tags:after { + content: '[DO NOT LEAVE IT IS NOT REAL]'; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.content-inner ul.tags li { + display: block; + float: left; + height: 18px; + margin: 4px; + background: transparent; + line-height: 18px; +} + +.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited { + color: #005D99; + text-decoration: none; + white-space: nowrap; +} + +.content-inner ul.tags li a:hover { + text-decoration: underline; +} + +.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { + background: #005D99; + color: #FFF; +} + +/* Commentaires +-------------------------------------------------------- */ + +#comments, #pings { + padding-top: 10px; +} + +#comments h3, #pings h3, #comments-feed, #pr h3 { + clear: left; + margin: 20px 0 8px 0; + padding: 5px; + background: #FBFBFB; + border: 1px solid #E8E8E8; + border-width: 1px 0; + font-size: 1.2em; +} + +#pr h3 { + margin: 30px 0 8px; + color: #5E9E14; +} + +#comments-feed { + margin: 14px 0 8px; + text-align: right; + font-weight: bold; +} + +#comments-feed a:link, #comments-feed a:visited { + padding: 3px 0 3px 22px; + background: transparent url(img/rss.png) no-repeat 0px 50%; + font-size: 0.8em; + text-decoration: none; +} + +#comments-feed a:hover { + text-decoration: underline; +} + +#comments dl { } + +#comments dt, #pings dt { + position: relative; + top: 1px; + display: block; + padding: 10px 0 30px; + background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%; +} + +#comments dt a:link, #comments dt a:visited { + color: #3C8FD1; + text-decoration: none; +} + +#comments dt a:hover { + text-decoration: underline; +} + +#pings dt a:link, #pings dt a:visited { + color: #3C8FD1; + text-decoration: none; +} + +#pings dt a:hover { + text-decoration: underline; +} + +#comments dd, #pings dd, dd.comment-preview { + margin: 0 0 8px; + padding: 10px; + border: 1px solid #E8E8E8; + border-width: 1px 0; + background: #F5F5F5; + font-size: 1.1em; + line-height: 1.4; +} + +#comments dd *, #pings dd *, dd.comment-preview * { + padding: 5px 0; + font-size: 1em; +} + +#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { + color: #5E9E14; +} + +#comments dd.me { + border-left: 4px solid #5E9E14; +} + +.comment-number, .ping-number { + color: #3C8FD1; + font-weight: bold; + font-size: 1.4em; +} + +#ping-url { + margin: 30px 0; + padding: 5px; + background: #FBFBFB; + border: 1px solid #E8E8E8; + border-width: 1px 0; + font-weight: bold; + text-align: right; +} + +.error { + margin: 20px 0 0; + padding: 10px 5px; + background: #FFCCCC; + border: 2px solid red; + font-weight: bold; +} + +.message { } + +/* navigations */ + +.pagination { + clear: left; + margin: 0 0 30px; + padding: 5px; + background: #F5F5F5; + border: 1px solid #CDCDCD; + border-width: 1px 0; + text-align: center; + color: #5E9E14; + font-weight: bold; +} + +.pagination a:link, .pagination a:visited { + color: #5E9E14; + text-decoration: none; +} + +.pagination a:hover { + text-decoration: underline; +} + +#navlinks { + margin: 0 0 20px; + padding: 5px; + background: #F5F5F5; + border-width: 1px 0; + text-align: center; + color: #5E9E14; + font-weight: bold; +} + +#navlinks a:link, #navlinks a:visited { + color: #5E9E14; + text-decoration: none; +} + +#navlinks a:hover { + text-decoration: underline; +} + +/* Forms +-------------------------------------------------------- */ + +#comment-form { + padding-top: 10px; +} + +#comment-form h3 { + margin: 20px 0 8px 0; + padding: 5px; + background: #FBFBFB; + border: 1px solid #E8E8E8; + border-width: 1px 0; + font-size: 1.2em; +} + +#comment-form fieldset p { + padding: 5px 0; +} + +#comment-form fieldset p.field { + clear: left; + width: auto; + margin: 0; + padding: 5px 0; +} + +#comment-form p.form-help { + width: 60%; + margin: 0 0 0 30%; + font-style: italic; +} + +#comment-form p label { + width: auto; +} + +#comment-form p.field label { + display: block; + float: left; + width: 29%; + padding: 0 4px 4px 0; + text-align: right; + font-weight: bold; +} + +#comment-form input, #comment-form textarea { + width: 60%; + padding: 1px 2px; + border: 1px solid #CDCDCD; + font: 1em Arial,sans-serif; + color: #005D99; + background: transparent; +} + +#comment-form input#c_remember { + width: auto; + margin: 0 5px 0 140px; + border: 0; +} + +#comment-form input.preview { + margin-left: 134px; +} + +#comment-form input.preview, #comment-form input.submit { + width: auto; + background: #FFF; + border: 1px solid #FFF; + color: #005D99; + font-size: 1em; + font-weight: bold; + text-transform: uppercase; +} + +#comment-form input.preview:hover, #comment-form input.submit:hover { + background: #005D99; + border: 1px solid #005D99; + color: #FFF; +} + +/* Footer +-------------------------------------------------------- */ + +#footer { + clear: both; + width:99%; + margin: 0 auto; + padding: 0 0 14px; + background: transparent url(img/footer.png) repeat-x center bottom; +} + +#footer p { + margin: 0 auto; + padding: 6px 16px 6px 0; + background: #5682ab; + color: #FFF; + text-align: right; + font-weight: bold; +} + +#footer p a:link, #footer p a:visited { + color: #FFF; + text-decoration: underline; +} + +#footer p a:hover { + text-decoration: none; +} + +/* Progress */ +progress { + width: 25em; + background-color: #ff8484; + border-radius: 1em; + margin: 0 1em; +} + +progress::-webkit-progress-bar { + background: #00ee00; + border-radius: 1em; +} + +progress::-moz-progress-bar { + background: #00ee00; + border-radius: 1em; +} + +/* Table */ +.pkg_list { + width: 100%; +} + +.pkg_list tr:nth-child(even) { + vertical-align: top; + background: #f5f5f5; +} + +.pkg_list tr:nth-child(odd) { + vertical-align: top; + background: white; +} + +.pkg_list tr:hover { + background: rgba(87, 130, 172, 0.3); +} + +.pkg_list tbody { + counter-reset: rowNumber; +} + +.pkg_list tbody tr { + counter-increment: rowNumber; +} + +.pkg_list tbody tr td:first-child::before { + content: counter(rowNumber); + min-width: 1em; + margin-right: 0.5em; +} + +.pkg_list thead th { + text-align: left; + font-wight: bold; +} diff --git a/themes/remi/tpl/.htaccess b/themes/remi/tpl/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/themes/remi/tpl/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/themes/remi/tpl/404.html b/themes/remi/tpl/404.html new file mode 100644 index 0000000..16e17dc --- /dev/null +++ b/themes/remi/tpl/404.html @@ -0,0 +1,63 @@ + + + + + + + + {{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ + + +
+
+ +
+

{{tpl:lang Document not found}}

+
+ +
+

{{tpl:lang The document you are looking for does not exist.}}

+
+ +
+
+ +
+
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/_head.html b/themes/remi/tpl/_head.html new file mode 100644 index 0000000..5871e1f --- /dev/null +++ b/themes/remi/tpl/_head.html @@ -0,0 +1,13 @@ + + + + + + + +{{tpl:include src="user_head.html"}} +{{tpl:SysBehavior behavior="publicHeadContent"}} diff --git a/themes/remi/tpl/_top.html b/themes/remi/tpl/_top.html new file mode 100644 index 0000000..455dfc3 --- /dev/null +++ b/themes/remi/tpl/_top.html @@ -0,0 +1,14 @@ +
+

{{tpl:BlogName encode_html="1"}}

+ +    + {{tpl:SysBehavior behavior="publicTopAfterContent"}} +
+ + + +

Blog | +Forum | +Repository

diff --git a/themes/remi/tpl/archive.html b/themes/remi/tpl/archive.html new file mode 100644 index 0000000..0c91859 --- /dev/null +++ b/themes/remi/tpl/archive.html @@ -0,0 +1,81 @@ + + + + + + + + {{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ + + +
+
+ +
+

{{tpl:lang Archives}}

+
+ +
+ + +

{{tpl:ArchiveDate format="%Y"}}

+ + +
+
+ +
+
+ +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/archive_month.html b/themes/remi/tpl/archive_month.html new file mode 100644 index 0000000..2054258 --- /dev/null +++ b/themes/remi/tpl/archive_month.html @@ -0,0 +1,98 @@ + + + + + + + + {{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ + + +
+
+ + + +
+

{{tpl:ArchiveDate}}

+
+ +
+ + +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + +
+
+
+
+ +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/category.html b/themes/remi/tpl/category.html new file mode 100644 index 0000000..b8c6eec --- /dev/null +++ b/themes/remi/tpl/category.html @@ -0,0 +1,169 @@ + + + + + + + + {{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + + - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ +
+

{{tpl:CategoryTitle encode_html="1"}} + {{tpl:CategoryTitle encode_html="1"}}

+ {{tpl:CategoryDescription}} + + +

{{tpl:lang Entries feed}} + + + - {{tpl:lang Comments feed}} + +

+
+
+ + + +
+

{{tpl:lang Subcategories}}

+ +
+ +
+ + +
+ +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+

{{tpl:lang Continue + reading}}...

+
+ + + +
{{tpl:EntryContent}}
+
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + +
+ + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/home.html b/themes/remi/tpl/home.html new file mode 100644 index 0000000..bccfe1f --- /dev/null +++ b/themes/remi/tpl/home.html @@ -0,0 +1,196 @@ + + + + + + + + {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + + - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ + + +
+ +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+

{{tpl:lang Continue + reading}}...

+
+ + + +
{{tpl:EntryContent}}
+
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + +
+ + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/page.html b/themes/remi/tpl/page.html new file mode 100644 index 0000000..4517879 --- /dev/null +++ b/themes/remi/tpl/page.html @@ -0,0 +1,284 @@ + + + + + + + + {{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + + + + +
+{{tpl:EntryPingData}} + +{{tpl:include src="_top.html"}} + +
+ +
+
+ +
+

{{tpl:EntryTitle encode_html="1"}}

+ + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + +
{{tpl:EntryExcerpt}}
+
+
{{tpl:EntryContent}}
+ +

{{tpl:lang Published on}} {{tpl:EntryDate}} + {{tpl:lang by}} {{tpl:EntryAuthorLink}}

+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} +
+ + + + +
+

{{tpl:lang Attachments}}

+
    + +
  • + + {{tpl:include src="_mp3_player.html"/}} - + + + {{tpl:include src="_flv_player.html"/}} + + + {{tpl:AttachmentTitle}} + +
  • + +
+
+ +
+ + + + + +
+

{{tpl:lang Comments}}

+
+ +
{{tpl:CommentOrderNumber}}. + {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} + {{tpl:lang by}} {{tpl:CommentAuthorLink}}
+ +
+ + {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} + + {{tpl:CommentContent}} + + + {{tpl:SysBehavior behavior="publicCommentAfterContent"}} +
+ +
+
+ +
+
+ + + +

{{tpl:SysFormError}}

+
+ + +

{{tpl:lang Your comment has been published.}}

+
+ + +

{{tpl:lang Your comment has been submitted and + will be reviewed for publication.}}

+
+ + +
+ +
+

{{tpl:lang Your comment}}

+
+
{{tpl:CommentPreviewContent}}
+
+

+
+
+ +

{{tpl:lang Add a comment}}

+
+ + {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} + +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ + + {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} +
+ +

{{tpl:lang HTML code is displayed as text and web addresses are + automatically converted.}}

+ +
+

+

+
+
+
+ + + +
+

{{tpl:lang They posted on the same topic}}

+ + +
+ +
{{tpl:PingOrderNumber}}. + {{tpl:lang On}} {{tpl:PingDate}}, {{tpl:PingTime}} + {{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}
+ +
+ + {{tpl:SysBehavior behavior="publicPingBeforeContent"}} + +

{{tpl:PingTitle encode_html="1"}}

+ {{tpl:PingContent}} + + + {{tpl:SysBehavior behavior="publicPingAfterContent"}} +
+ +
+ +
+
+
+ + +

{{tpl:lang Trackback URL}} : {{tpl:EntryPingLink}}

+
+ + +

{{tpl:lang This page's comments feed}}

+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/post.html b/themes/remi/tpl/post.html new file mode 100644 index 0000000..74cfcc1 --- /dev/null +++ b/themes/remi/tpl/post.html @@ -0,0 +1,314 @@ + + + + + + + + {{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + + + + +
+{{tpl:EntryPingData}} + +{{tpl:include src="_top.html"}} + +
+ +
+
+ + + +
+

{{tpl:EntryTitle encode_html="1"}} + +
+
+

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+
+ +
{{tpl:EntryContent}}
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} +
+ + + + +
+

{{tpl:lang Attachments}}

+
    + +
  • + + {{tpl:include src="_mp3_player.html"/}} - + + + {{tpl:include src="_flv_player.html"/}} + + + {{tpl:AttachmentTitle}} + +
  • + +
+
+ +
+ + + + + +
+

{{tpl:lang Comments}}

+
+ +
{{tpl:CommentOrderNumber}}. + {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} + {{tpl:lang by}} {{tpl:CommentAuthorLink}}
+ +
+ + {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} + + {{tpl:CommentContent}} + + + {{tpl:SysBehavior behavior="publicCommentAfterContent"}} +
+ +
+
+ +
+
+ + + +

{{tpl:SysFormError}}

+
+ + +

{{tpl:lang Your comment has been published.}}

+
+ + +

{{tpl:lang Your comment has been submitted and + will be reviewed for publication.}}

+
+ + +
+ +
+

{{tpl:lang Your comment}}

+
+
{{tpl:CommentPreviewContent}}
+
+

+
+
+ +

{{tpl:lang Add a comment}}

+
+ + {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} + +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+

{{tpl:lang HTML code is displayed as text and web addresses are + automatically converted.}}

+ + + {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} +
+ +
+

+

+
+
+
+ + + +
+

{{tpl:lang They posted on the same topic}}

+ + +
+ +
{{tpl:PingOrderNumber}}. + {{tpl:lang On}} {{tpl:PingDate}}, {{tpl:PingTime}} + {{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}
+ +
+ + {{tpl:SysBehavior behavior="publicPingBeforeContent"}} + +

{{tpl:PingTitle encode_html="1"}}

+ {{tpl:PingContent}} + + + {{tpl:SysBehavior behavior="publicPingAfterContent"}} +
+ +
+ +
+
+
+ + +

{{tpl:lang Trackback URL}} : {{tpl:EntryPingLink}}

+
+ + +

{{tpl:lang This post's comments feed}}

+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + + + + diff --git a/themes/remi/tpl/search.html b/themes/remi/tpl/search.html new file mode 100644 index 0000000..0c4ea6c --- /dev/null +++ b/themes/remi/tpl/search.html @@ -0,0 +1,154 @@ + + + + + + + + {{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ +
+

{{tpl:lang Search}}

+ +

{{tpl:SysSearchString encode_html="1" string="Your search for %1$s returned no result."}}

+
+ +

{{tpl:SysSearchString encode_html="1" string="Your search for %1$s returned %2$s result."}}

+
+ +

{{tpl:SysSearchString encode_html="1" string="Your search for %1$s returned %2$s results."}}

+
+
+ + +
+ +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+

{{tpl:lang Continue + reading}}...

+
+ + + +
{{tpl:EntryContent}}
+
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + +
+ + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/tag.html b/themes/remi/tpl/tag.html new file mode 100644 index 0000000..d5a06f7 --- /dev/null +++ b/themes/remi/tpl/tag.html @@ -0,0 +1,163 @@ + + + + + + + + {{tpl:lang Tag}} - {{tpl:MetaID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ +
+

{{tpl:lang Tag}} - {{tpl:MetaID}}

+ +

{{tpl:lang Entries feed}} + + + - {{tpl:lang Comments feed}} + +

+
+ + +
+ +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+

{{tpl:lang Continue + reading}}...

+
+ + + +
{{tpl:EntryContent}}
+
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + +
+ + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + diff --git a/themes/remi/tpl/tags.html b/themes/remi/tpl/tags.html new file mode 100644 index 0000000..34150b1 --- /dev/null +++ b/themes/remi/tpl/tags.html @@ -0,0 +1,79 @@ + + + + + + + + {{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ +
+

{{tpl:lang Tags}}

+
+ +
+ +
+ +
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + -- cgit