My new theme \o/

This commit is contained in:
franklin 2013-11-20 00:59:56 +01:00
parent d6984c426c
commit bb9ae03db6
19 changed files with 176 additions and 0 deletions

176
themes/still/css/app.css Normal file
View File

@ -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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.