|
@@ -1,58 +1,63 @@
|
|
|
|
|
+@import "mixins.less";
|
|
|
|
|
+
|
|
|
/* @group layout */
|
|
/* @group layout */
|
|
|
.app {
|
|
.app {
|
|
|
font-size:13px;
|
|
font-size:13px;
|
|
|
background: #000;
|
|
background: #000;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-article{
|
|
|
|
|
|
|
+article {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* @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));
|
|
background: #42474d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #42474d), color-stop(1, #2c3137));
|
|
|
-webkit-box-shadow:
|
|
-webkit-box-shadow:
|
|
|
inset 0px 1px 0px rgba(255,255,255,0.25),
|
|
inset 0px 1px 0px rgba(255,255,255,0.25),
|
|
|
inset 0px -1px rgba(0,0,0,0.5),
|
|
inset 0px -1px rgba(0,0,0,0.5),
|
|
|
- 0px 2px 2px rgba(0,0,0,0.2);}
|
|
|
|
|
|
|
+ 0px 2px 2px rgba(0,0,0,0.2);
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-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));
|
|
|
|
|
|
|
|
-webkit-box-shadow:
|
|
-webkit-box-shadow:
|
|
|
inset 0px 1px rgba(0,0,0,0.5),
|
|
inset 0px 1px rgba(0,0,0,0.5),
|
|
|
- 0px -1px 2px rgba(0,0,0,0.4);}
|
|
|
|
|
|
|
+ 0px -1px 2px rgba(0,0,0,0.4);
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.title{
|
|
|
|
|
|
|
+.title {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;
|
|
text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;
|
|
|
- text-transform: uppercase;}
|
|
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group <nav> */
|
|
/* @group <nav> */
|
|
|
nav a {
|
|
nav a {
|
|
|
background: none;
|
|
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;
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
-webkit-box-shadow:
|
|
-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);
|
|
|
|
|
|
|
+ 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);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-nav a.current{
|
|
|
|
|
|
|
+nav a.current {
|
|
|
background: rgba(255,255,255,0.15);
|
|
background: rgba(255,255,255,0.15);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- text-shadow: rgba(0,0,0,1) 0 1px 1px;
|
|
|
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
//@ToDo: Change the colour for not .toolbar classed elements
|
|
//@ToDo: Change the colour for not .toolbar classed elements
|
|
|
-not(.toolbar) nav a.current{
|
|
|
|
|
|
|
+not(.toolbar) nav a.current {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -63,56 +68,55 @@ not(.toolbar) nav a.current{
|
|
|
/* @group .list */
|
|
/* @group .list */
|
|
|
.list {
|
|
.list {
|
|
|
background: #c5c5c5;
|
|
background: #c5c5c5;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.list li:not(.info){
|
|
|
|
|
|
|
+.list li:not(.info) {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
border-bottom: 1px inset #c3c4c6;
|
|
border-bottom: 1px inset #c3c4c6;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.list li.toolbar{
|
|
|
|
|
|
|
+.list li.toolbar {
|
|
|
border-bottom-color: rgba(0,0,0,0.2);
|
|
border-bottom-color: rgba(0,0,0,0.2);
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.list li:not(.toolbar) a {
|
|
.list li:not(.toolbar) a {
|
|
|
color: #333;
|
|
color: #333;
|
|
|
text-shadow: #fff 0px 1px 1px;
|
|
text-shadow: #fff 0px 1px 1px;
|
|
|
-webkit-tap-highlight-color: #242525;
|
|
-webkit-tap-highlight-color: #242525;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.list strong {
|
|
.list strong {
|
|
|
color: #2343be;
|
|
color: #2343be;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.list small{
|
|
|
|
|
|
|
+.list small {
|
|
|
opacity: 0.75;
|
|
opacity: 0.75;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.list .bubble{
|
|
|
|
|
|
|
+.list .bubble {
|
|
|
border: 1px solid rgba(0,0,0,0.15);
|
|
border: 1px solid rgba(0,0,0,0.15);
|
|
|
- -webkit-border-radius: 2px;
|
|
|
|
|
|
|
+ .border-radius(2px);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
|
|
- }
|
|
|
|
|
-.list .button{
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.list .button {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.list .arrow:before{
|
|
|
|
|
- color: #a9a9a9;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+.list .arrow:before {
|
|
|
|
|
+ color: #a9a9a9;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* @group .anchor */
|
|
/* @group .anchor */
|
|
|
.list li.anchor {
|
|
.list li.anchor {
|
|
|
background: #e1e1e1;
|
|
background: #e1e1e1;
|
|
|
color: #222;
|
|
color: #222;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/* @group .anchor */
|
|
/* @group .anchor */
|
|
|
.list li.search {
|
|
.list li.search {
|
|
|
border: none;
|
|
border: none;
|
|
@@ -129,30 +133,26 @@ not(.toolbar) nav a.current{
|
|
|
inset 0px 1px 0px rgba(255,255,255,0.1),
|
|
inset 0px 1px 0px rgba(255,255,255,0.1),
|
|
|
inset 0px -1px 0px rgba(0,0,0,0.25);
|
|
inset 0px -1px 0px rgba(0,0,0,0.25);
|
|
|
background: #cbcbcb;
|
|
background: #cbcbcb;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.list .info strong{
|
|
.list .info strong{
|
|
|
color: #333;
|
|
color: #333;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-.list .info.contrast strong{
|
|
|
|
|
|
|
+.list .info.contrast strong {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
/* @end */
|
|
/* @end */
|
|
|
-.list .contrast{
|
|
|
|
|
|
|
+.list .contrast {
|
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
|
|
|
text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
|
|
text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.list .highlight{
|
|
|
|
|
|
|
+.list .highlight {
|
|
|
background: #499dc4 -webkit-gradient(linear, left top, left bottom, color-stop(0, #499dc4), color-stop(1, #0e8eb6)) !important;
|
|
background: #499dc4 -webkit-gradient(linear, left top, left bottom, color-stop(0, #499dc4), color-stop(1, #0e8eb6)) !important;
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-/* @end */
|
|
|
|
|
-
|
|
|
|
|
-/* @group .classes */
|
|
|
|
|
|
|
+}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group widgets */
|
|
/* @group widgets */
|
|
@@ -161,24 +161,28 @@ not(.toolbar) nav a.current{
|
|
|
.splash article {
|
|
.splash article {
|
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
|
|
background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- 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 <inputs> */
|
|
/* @group <inputs> */
|
|
|
input, textarea, select {
|
|
input, textarea, select {
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
- -webkit-border-radius: 2px;
|
|
|
|
|
- background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(0.15, #fff));}
|
|
|
|
|
|
|
+ .border-radius(2px);
|
|
|
|
|
+ background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(0.15, #fff));
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
input:focus, textarea:focus, select:focus {
|
|
input:focus, textarea:focus, select:focus {
|
|
|
border: 1px solid #058cf5;
|
|
border: 1px solid #058cf5;
|
|
|
- -webkit-box-shadow: 0 0 4px 1px #058cf5;
|
|
|
|
|
- background: #e8fefe;}
|
|
|
|
|
|
|
+ .box-shadow(0 0 4px 1px #058cf5);
|
|
|
|
|
+ background: #e8fefe;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.select:after {
|
|
.select:after {
|
|
|
background: #ccc;
|
|
background: #ccc;
|
|
|
color: white;
|
|
color: white;
|
|
|
- -webkit-border-radius: 0 2px 2px 0;}
|
|
|
|
|
|
|
+ .border-radius(0 2px 2px 0);
|
|
|
|
|
+}
|
|
|
/* @end */
|
|
/* @end */
|
|
|
|
|
|
|
|
|
|
|
|
@@ -186,9 +190,7 @@ input:focus, textarea:focus, select:focus {
|
|
|
/* @group .counter (BETA) */
|
|
/* @group .counter (BETA) */
|
|
|
.counter{
|
|
.counter{
|
|
|
background: #ee2c23;
|
|
background: #ee2c23;
|
|
|
- -webkit-border-radius: 2px;
|
|
|
|
|
- -moz-border-radius: 2px;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ .border-radius(2px);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
/* @end */
|
|
/* @end */
|