|
@@ -16,8 +16,14 @@ article {
|
|
|
}
|
|
}
|
|
|
/* @group <header> & <footer> */
|
|
/* @group <header> & <footer> */
|
|
|
header {
|
|
header {
|
|
|
- background: #42474d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #42474d), color-stop(1, #2c3137));
|
|
|
|
|
- -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px -1px rgba(0, 0, 0, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
+ background: #019d5e -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #019d5e), color-stop(1, #006b41));
|
|
|
|
|
+ -webkit-border-radius: 6px 6px 0 0;
|
|
|
|
|
+ -moz-border-radius: 6px 6px 0 0;
|
|
|
|
|
+ border-radius: 6px 6px 0 0;
|
|
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
|
|
+ -moz-background-clip: padding;
|
|
|
|
|
+ background-clip: padding-box;
|
|
|
|
|
+ -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4), inset 0px -1px rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
}
|
|
|
footer {
|
|
footer {
|
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
|
|
@@ -25,24 +31,23 @@ footer {
|
|
|
}
|
|
}
|
|
|
.title {
|
|
.title {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 1px;
|
|
|
|
|
- text-transform: uppercase;
|
|
|
|
|
|
|
+ text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0px;
|
|
|
}
|
|
}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
/* @group <nav> */
|
|
/* @group <nav> */
|
|
|
nav a {
|
|
nav a {
|
|
|
- background: none;
|
|
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
text-shadow: rgba(255, 255, 255, 0.35) 0 1px 1px;
|
|
text-shadow: rgba(255, 255, 255, 0.35) 0 1px 1px;
|
|
|
}
|
|
}
|
|
|
header:not(.toolbar) nav a, footer:not(.toolbar) nav a {
|
|
header:not(.toolbar) nav a, footer:not(.toolbar) nav a {
|
|
|
- text-shadow: none;
|
|
|
|
|
- -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.15), inset 1px 0px rgba(0, 0, 0, 0.75), inset 2px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
|
|
|
+ line-height: 38px;
|
|
|
}
|
|
}
|
|
|
nav a.current {
|
|
nav a.current {
|
|
|
- background: rgba(255, 255, 255, 0.15);
|
|
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- text-shadow: none;
|
|
|
|
|
|
|
+ text-shadow: 0px 1px 0px #000 !important;
|
|
|
|
|
+}
|
|
|
|
|
+.toolbar a.current {
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.15);
|
|
|
}
|
|
}
|
|
|
.toolbar a:first-child {
|
|
.toolbar a:first-child {
|
|
|
-webkit-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
@@ -50,13 +55,17 @@ nav a.current {
|
|
|
/* @end */
|
|
/* @end */
|
|
|
/* @group <aside> */
|
|
/* @group <aside> */
|
|
|
aside {
|
|
aside {
|
|
|
- background: #42474d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #42474d), color-stop(1, #2c3137));
|
|
|
|
|
- -webkit-box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
|
+ background: #252525;
|
|
|
|
|
+ -webkit-box-shadow: inset -1px 0px 0px #ffffff, inset -4px 0px 8px rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
}
|
|
|
aside a {
|
|
aside a {
|
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
text-shadow: 0px 1px 0px #000 !important;
|
|
text-shadow: 0px 1px 0px #000 !important;
|
|
|
- border-bottom: 1px inset rgba(255, 255, 255, 0.1);
|
|
|
|
|
|
|
+ border-bottom: 1px inset rgba(0, 0, 0, 0.3);
|
|
|
|
|
+ border-top: 1px inset rgba(255, 255, 255, 0.1);
|
|
|
|
|
+}
|
|
|
|
|
+aside a .icon {
|
|
|
|
|
+ opacity: 0.5;
|
|
|
}
|
|
}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
/* @group .list */
|
|
/* @group .list */
|
|
@@ -102,7 +111,7 @@ aside a {
|
|
|
}
|
|
}
|
|
|
/* @group .anchor */
|
|
/* @group .anchor */
|
|
|
.list li.anchor {
|
|
.list li.anchor {
|
|
|
- background: #e1e1e1;
|
|
|
|
|
|
|
+ background: #f4f4f4;
|
|
|
color: #222;
|
|
color: #222;
|
|
|
}
|
|
}
|
|
|
/* @end */
|
|
/* @end */
|
|
@@ -143,6 +152,14 @@ aside a {
|
|
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
|
|
}
|
|
}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
|
|
+/* @group .button */
|
|
|
|
|
+a.button {
|
|
|
|
|
+ background-color: #15744d;
|
|
|
|
|
+}
|
|
|
|
|
+a.button:active {
|
|
|
|
|
+ background-color: #189462;
|
|
|
|
|
+}
|
|
|
|
|
+/* @end */
|
|
|
/* @group <inputs> */
|
|
/* @group <inputs> */
|
|
|
input, textarea, select {
|
|
input, textarea, select {
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|