diff --git a/themes/still/css/app.css b/themes/still/css/app.css new file mode 100644 index 0000000..ef3abed --- /dev/null +++ b/themes/still/css/app.css @@ -0,0 +1,176 @@ +@import url("../../../assets/css/app.css"); + +@font-face { + font-family: roboto; + src: url("../fonts/Roboto-Light.ttf"); +} + +body { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + background: #222; + color: #efefef; +} + +h1, h2, h3 { + color: #999; +} + +a { + color: #aaa; + text-decoration : none; +} + +a:hover { + color: #eee; +} + +pre, code { + color: #fff; + background: #555; + border-color: #888; +} + +.page-header h2 { + border-bottom: 1px dotted #555; +} + +.items article { + border: 1px dotted #333; + background-color: #222; + margin-top: 20px +} + +.items h2 { + font-weight : normal; +} + +.items p { + color: #666; +} + +.items article:hover .preview, +.items #current-item .preview { + color: #666; +} + +#item-content { + text-align: justify; + font-family: roboto; +} + +.preview p { + color: #ff0000; +} + +.items .preview { + font-family: roboto; + text-align: justify; +} + +.items a:hover { + text-decoration: none; +} + +.items #current-item { + border: 3px solid #999; +} + +.item h1 a { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + color: #eee; + font-size: 1.2em; +} + +.item h1 a:visited { + color: #888; +} + +.infos { + color: #777; +} + +.item .infos a { + color: #666; +} + +.item { + color: #666; +} + +.item nav span, +.item nav a, +.item nav a:visited { + color: #bbb; +} + +blockquote { + color: #999; +} + +blockquote + p { + color: #999; +} + +nav .active a { + color: #ccc; +} + +.logo { + color: #efefef; +} + +.alert, +.alert-success, +.alert-error, +.alert-info, +.alert-normal { + color: #efefef; + background-color: #333; + border-color: #444; +} + +input[type="email"], +input[type="tel"], +input[type="password"], +input[type="text"] { + border: 1px solid #333; + background: #111; + color: #ccc; +} + +input[type="email"]:focus, +input[type="tel"]:focus, +input[type="password"]:focus, +input[type="text"]:focus, +textarea:focus { + color: #efefef; + border-color: rgba(82, 168, 236, 0.8); + box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); +} + +::-webkit-input-placeholder { + color: #666; +} + +::-ms-input-placeholder { + color: #666; +} + +::-moz-placeholder { + color: #666; +} + +.btn-red, +.btn-blue { + border-color: #444; + background: #333; + color: #efefef; +} + +.btn-red:hover, +.btn-red:focus, +.btn-blue:hover, +.btn-blue:focus { + border-color: #888; + background: #555; +} diff --git a/themes/still/fonts/Roboto-Black.ttf b/themes/still/fonts/Roboto-Black.ttf new file mode 100644 index 0000000..71f01ac Binary files /dev/null and b/themes/still/fonts/Roboto-Black.ttf differ diff --git a/themes/still/fonts/Roboto-BlackItalic.ttf b/themes/still/fonts/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..ec309c7 Binary files /dev/null and b/themes/still/fonts/Roboto-BlackItalic.ttf differ diff --git a/themes/still/fonts/Roboto-Bold.ttf b/themes/still/fonts/Roboto-Bold.ttf new file mode 100644 index 0000000..aaf374d Binary files /dev/null and b/themes/still/fonts/Roboto-Bold.ttf differ diff --git a/themes/still/fonts/Roboto-BoldItalic.ttf b/themes/still/fonts/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..dcd0f80 Binary files /dev/null and b/themes/still/fonts/Roboto-BoldItalic.ttf differ diff --git a/themes/still/fonts/Roboto-Italic.ttf b/themes/still/fonts/Roboto-Italic.ttf new file mode 100644 index 0000000..f382c68 Binary files /dev/null and b/themes/still/fonts/Roboto-Italic.ttf differ diff --git a/themes/still/fonts/Roboto-Light.ttf b/themes/still/fonts/Roboto-Light.ttf new file mode 100644 index 0000000..664e1b2 Binary files /dev/null and b/themes/still/fonts/Roboto-Light.ttf differ diff --git a/themes/still/fonts/Roboto-LightItalic.ttf b/themes/still/fonts/Roboto-LightItalic.ttf new file mode 100644 index 0000000..b8f5296 Binary files /dev/null and b/themes/still/fonts/Roboto-LightItalic.ttf differ diff --git a/themes/still/fonts/Roboto-Medium.ttf b/themes/still/fonts/Roboto-Medium.ttf new file mode 100644 index 0000000..aa00de0 Binary files /dev/null and b/themes/still/fonts/Roboto-Medium.ttf differ diff --git a/themes/still/fonts/Roboto-MediumItalic.ttf b/themes/still/fonts/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..67e25f0 Binary files /dev/null and b/themes/still/fonts/Roboto-MediumItalic.ttf differ diff --git a/themes/still/fonts/Roboto-Regular.ttf b/themes/still/fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..3e6e2e7 Binary files /dev/null and b/themes/still/fonts/Roboto-Regular.ttf differ diff --git a/themes/still/fonts/Roboto-Thin.ttf b/themes/still/fonts/Roboto-Thin.ttf new file mode 100644 index 0000000..d262d14 Binary files /dev/null and b/themes/still/fonts/Roboto-Thin.ttf differ diff --git a/themes/still/fonts/Roboto-ThinItalic.ttf b/themes/still/fonts/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..63e9f97 Binary files /dev/null and b/themes/still/fonts/Roboto-ThinItalic.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-Bold.ttf b/themes/still/fonts/RobotoCondensed-Bold.ttf new file mode 100644 index 0000000..48dd635 Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-Bold.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-BoldItalic.ttf b/themes/still/fonts/RobotoCondensed-BoldItalic.ttf new file mode 100644 index 0000000..ad72864 Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-BoldItalic.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-Italic.ttf b/themes/still/fonts/RobotoCondensed-Italic.ttf new file mode 100644 index 0000000..a232513 Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-Italic.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-Light.ttf b/themes/still/fonts/RobotoCondensed-Light.ttf new file mode 100644 index 0000000..a6e368d Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-Light.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-LightItalic.ttf b/themes/still/fonts/RobotoCondensed-LightItalic.ttf new file mode 100644 index 0000000..5b2b6ae Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-LightItalic.ttf differ diff --git a/themes/still/fonts/RobotoCondensed-Regular.ttf b/themes/still/fonts/RobotoCondensed-Regular.ttf new file mode 100644 index 0000000..65bf32a Binary files /dev/null and b/themes/still/fonts/RobotoCondensed-Regular.ttf differ