From 4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:10:44 +0200 Subject: embed themes --- themes/solarized/README.md | 6 + themes/solarized/Solarized-LICENSE.txt | 19 ++ themes/solarized/css/style-solarized.css | 223 +++++++++++++++++++++++ themes/solarized/img/solarized/backtotop.png | Bin 0 -> 249 bytes themes/solarized/img/solarized/bad-display.png | Bin 0 -> 434 bytes themes/solarized/img/solarized/checkmark-off.png | Bin 0 -> 475 bytes themes/solarized/img/solarized/checkmark-on.png | Bin 0 -> 163 bytes themes/solarized/img/solarized/clock.png | Bin 0 -> 346 bytes themes/solarized/img/solarized/down.png | Bin 0 -> 189 bytes themes/solarized/img/solarized/envelop.png | Bin 0 -> 340 bytes themes/solarized/img/solarized/flattr.png | Bin 0 -> 315 bytes themes/solarized/img/solarized/left.png | Bin 0 -> 139 bytes themes/solarized/img/solarized/link.png | Bin 0 -> 425 bytes themes/solarized/img/solarized/remove.png | Bin 0 -> 332 bytes themes/solarized/img/solarized/shaarli.png | Bin 0 -> 729 bytes themes/solarized/img/solarized/star-off.png | Bin 0 -> 455 bytes themes/solarized/img/solarized/star-on.png | Bin 0 -> 332 bytes themes/solarized/img/solarized/top.png | Bin 0 -> 172 bytes themes/solarized/img/solarized/twitter.png | Bin 0 -> 407 bytes themes/solarized/screenshot.jpg | Bin 0 -> 245928 bytes 20 files changed, 248 insertions(+) create mode 100644 themes/solarized/README.md create mode 100644 themes/solarized/Solarized-LICENSE.txt create mode 100644 themes/solarized/css/style-solarized.css create mode 100644 themes/solarized/img/solarized/backtotop.png create mode 100644 themes/solarized/img/solarized/bad-display.png create mode 100644 themes/solarized/img/solarized/checkmark-off.png create mode 100644 themes/solarized/img/solarized/checkmark-on.png create mode 100644 themes/solarized/img/solarized/clock.png create mode 100644 themes/solarized/img/solarized/down.png create mode 100644 themes/solarized/img/solarized/envelop.png create mode 100644 themes/solarized/img/solarized/flattr.png create mode 100644 themes/solarized/img/solarized/left.png create mode 100644 themes/solarized/img/solarized/link.png create mode 100644 themes/solarized/img/solarized/remove.png create mode 100644 themes/solarized/img/solarized/shaarli.png create mode 100644 themes/solarized/img/solarized/star-off.png create mode 100644 themes/solarized/img/solarized/star-on.png create mode 100644 themes/solarized/img/solarized/top.png create mode 100644 themes/solarized/img/solarized/twitter.png create mode 100644 themes/solarized/screenshot.jpg (limited to 'themes/solarized') diff --git a/themes/solarized/README.md b/themes/solarized/README.md new file mode 100644 index 00000000..255e3cdd --- /dev/null +++ b/themes/solarized/README.md @@ -0,0 +1,6 @@ +# solarized (Solarized) theme + + +Theme created by NumEricR + +http://github.com/NumEricR/poche-themes diff --git a/themes/solarized/Solarized-LICENSE.txt b/themes/solarized/Solarized-LICENSE.txt new file mode 100644 index 00000000..a842f663 --- /dev/null +++ b/themes/solarized/Solarized-LICENSE.txt @@ -0,0 +1,19 @@ +Copyright (c) 2011 Ethan Schoonover + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE diff --git a/themes/solarized/css/style-solarized.css b/themes/solarized/css/style-solarized.css new file mode 100644 index 00000000..6e736630 --- /dev/null +++ b/themes/solarized/css/style-solarized.css @@ -0,0 +1,223 @@ +/* + * Solarized - by NumEricR + * http://github.com/NumEricR/poche-themes + * ================================================== + * + * Based on Solarized's palette - (c) 2011 Ethan Schoonover + * See http://ethanschoonover.com/solarized#usage-development + * See http://ethanschoonover.com/solarized#the-values + * + * Background: #fdf6e3 base 3 + * Highlight: #eee8d5 base 2 + * Primary content: #657b83 base 00 + * Intermediate: #839496 base 0 + * Emphasized content: #586e75 base 01 + * Secondary content: #93a1a1 base 1 + * Green: #859900 + * Orange: #cb4b16 + * Red: #dc322f + * Blue: #268bd2 + * + * ================================================== */ + +/* Background */ + +body, +#article_toolbar { + background-color: #fdf6e3; +} + +/* Highlight */ +/* 2 different selectors for selection pseudo-elmt */ +/* See https://developer.mozilla.org/en-US/docs/Web/CSS/::selection */ +::-moz-selection { + background-color: #eee8d5; +} +::selection { + background-color: #eee8d5; +} + +/* Primary content */ + +body, +a, +a:hover, +a:visited { + color: #657b83; +} + +/* Secondary content */ + +.tools p, +.vieworiginal a, +.vieworiginal a:hover, +.vieworiginal a:visited { + color: #93a1a1; +} + +#main #content .entrie, +#article header, +#article article { + border-bottom-color: #93a1a1; +} + +/* Emphasized content */ + +.entrie h2 a:hover, +footer, +footer a { + color: #586e75; +} + +/* Colored content */ + +#main .messages.success, +#main .messages.warning, +#main .messages.error, +#main .messages.information, +#main .messages.info { + background-color: #eee8d5; +} + +#main .messages.success { + border-color: #859900; +} + +#main .messages.success p { + color: #859900 !important; /* Overwrites !important used on messages.css */ +} + +#main .messages.warning { + border-color: #cb4b16; +} + +#main .messages.warning p { + color: #cb4b16; +} + +#main .messages.error { + border-color: #dc322f; +} + +#main .messages.error p { + color: #dc322f !important; /* Overwrites !important used on messages.css */ +} + +#main .messages.information, +#main .messages.info { + border-color: #268bd2; +} + +#main .messages.information p, +#main .messages.info p { + color: #268bd2; +} + +/* Miscellaneous */ + +.bouton, +.bouton:hover, +#main #links li a.current, +#links a:hover, +.pagination span.current, +.pagination a:hover, +.pagination a:active { + color: #fdf6e3; + background-color: #93a1a1; +} + +.bouton:hover { + background-color: #657b83; +} + +#login, +#password, +#password_repeat, +#bookmarklet, +.top_link { + background-color: #eee8d5; +} + +#login, +#password, +#password_repeat, +#bookmarklet { + padding: 5px; + border: 1px solid #93a1a1; + color: #657b83; +} + +#bookmarklet { + border-style: dashed; +} + +.pagination a { + border-color: #93a1a1; + color: #93a1a1; +} + +.pagination span.current { + border-color: #eee8d5; +} + +/* Images */ + +a.back span { + background-image: url('../img/solarized/left.png'); +} + +a.top span { + background-image: url('../img/solarized/top.png'); +} + +a.fav span, +a.fav-off span:hover { + background-image: url('../img/solarized/star-on.png'); +} + +a.fav span:hover, +a.fav-off span { + background-image: url('../img/solarized/star-off.png'); +} + +a.archive span, +a.archive-off span:hover { + background-image: url('../img/solarized/checkmark-on.png'); +} + +a.archive span:hover, +a.archive-off span { + background-image: url('../img/solarized/checkmark-off.png'); +} + +a.twitter span { + background-image: url('../img/solarized/twitter.png'); +} + +a.shaarli span { + background-image: url('../img/solarized/shaarli.png'); +} + +a.flattr span { + background-image: url('../img/solarized/flattr.png'); +} + +a.email span { + background-image: url('../img/solarized/envelop.png'); +} + +a.delete span { + background-image: url('../img/solarized/remove.png'); +} + +a.link span { + background-image: url('../img/solarized/link.png'); +} + +a.bad-display span { + background-image: url('../img/solarized/bad-display.png'); +} + +a.reading-time span { + background-image: url('../img/solarized/clock.png'); +} diff --git a/themes/solarized/img/solarized/backtotop.png b/themes/solarized/img/solarized/backtotop.png new file mode 100644 index 00000000..a3e52318 Binary files /dev/null and b/themes/solarized/img/solarized/backtotop.png differ diff --git a/themes/solarized/img/solarized/bad-display.png b/themes/solarized/img/solarized/bad-display.png new file mode 100644 index 00000000..ae99ab37 Binary files /dev/null and b/themes/solarized/img/solarized/bad-display.png differ diff --git a/themes/solarized/img/solarized/checkmark-off.png b/themes/solarized/img/solarized/checkmark-off.png new file mode 100644 index 00000000..20cd26b3 Binary files /dev/null and b/themes/solarized/img/solarized/checkmark-off.png differ diff --git a/themes/solarized/img/solarized/checkmark-on.png b/themes/solarized/img/solarized/checkmark-on.png new file mode 100644 index 00000000..87a2b799 Binary files /dev/null and b/themes/solarized/img/solarized/checkmark-on.png differ diff --git a/themes/solarized/img/solarized/clock.png b/themes/solarized/img/solarized/clock.png new file mode 100644 index 00000000..f7dabfcf Binary files /dev/null and b/themes/solarized/img/solarized/clock.png differ diff --git a/themes/solarized/img/solarized/down.png b/themes/solarized/img/solarized/down.png new file mode 100644 index 00000000..622ff87b Binary files /dev/null and b/themes/solarized/img/solarized/down.png differ diff --git a/themes/solarized/img/solarized/envelop.png b/themes/solarized/img/solarized/envelop.png new file mode 100644 index 00000000..1caf7d43 Binary files /dev/null and b/themes/solarized/img/solarized/envelop.png differ diff --git a/themes/solarized/img/solarized/flattr.png b/themes/solarized/img/solarized/flattr.png new file mode 100644 index 00000000..18e00f86 Binary files /dev/null and b/themes/solarized/img/solarized/flattr.png differ diff --git a/themes/solarized/img/solarized/left.png b/themes/solarized/img/solarized/left.png new file mode 100644 index 00000000..9780faee Binary files /dev/null and b/themes/solarized/img/solarized/left.png differ diff --git a/themes/solarized/img/solarized/link.png b/themes/solarized/img/solarized/link.png new file mode 100644 index 00000000..d0e12862 Binary files /dev/null and b/themes/solarized/img/solarized/link.png differ diff --git a/themes/solarized/img/solarized/remove.png b/themes/solarized/img/solarized/remove.png new file mode 100644 index 00000000..d5113d17 Binary files /dev/null and b/themes/solarized/img/solarized/remove.png differ diff --git a/themes/solarized/img/solarized/shaarli.png b/themes/solarized/img/solarized/shaarli.png new file mode 100644 index 00000000..1eb30f60 Binary files /dev/null and b/themes/solarized/img/solarized/shaarli.png differ diff --git a/themes/solarized/img/solarized/star-off.png b/themes/solarized/img/solarized/star-off.png new file mode 100644 index 00000000..afd7d80c Binary files /dev/null and b/themes/solarized/img/solarized/star-off.png differ diff --git a/themes/solarized/img/solarized/star-on.png b/themes/solarized/img/solarized/star-on.png new file mode 100644 index 00000000..3a772512 Binary files /dev/null and b/themes/solarized/img/solarized/star-on.png differ diff --git a/themes/solarized/img/solarized/top.png b/themes/solarized/img/solarized/top.png new file mode 100644 index 00000000..d20001a4 Binary files /dev/null and b/themes/solarized/img/solarized/top.png differ diff --git a/themes/solarized/img/solarized/twitter.png b/themes/solarized/img/solarized/twitter.png new file mode 100644 index 00000000..109d7151 Binary files /dev/null and b/themes/solarized/img/solarized/twitter.png differ diff --git a/themes/solarized/screenshot.jpg b/themes/solarized/screenshot.jpg new file mode 100644 index 00000000..07d402e3 Binary files /dev/null and b/themes/solarized/screenshot.jpg differ -- cgit v1.2.3