|
|
@@ -10,26 +10,26 @@
|
|
|
/* COLORS */
|
|
|
.app {
|
|
|
background: #000000;
|
|
|
- font-family: 'Roboto', Helvetica, Arial, sans-serif;
|
|
|
+ font-family: Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
/* @group <header> & <footer> & <article> */
|
|
|
section > header {
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- -webkit-box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
- -moz-box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
- box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
- -moz-box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
- box-shadow: inset 0 1px 0 #64b9e2 , inset 0 -1px 0 #2566a4;
|
|
|
+ background-image: -webkit-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ background-image: linear-gradient(top , #efeeed 0% , #e0dedf 100%);
|
|
|
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
-webkit-border-radius: 4px 4px 0px 0px;
|
|
|
-moz-border-radius: 4px 4px 0px 0px;
|
|
|
border-radius: 4px 4px 0px 0px;
|
|
|
@@ -42,12 +42,9 @@ section > header {
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- border-bottom: 1px solid #1a2838;
|
|
|
- z-index: 2;
|
|
|
}
|
|
|
section > header .title {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
|
|
+ color: #484a49;
|
|
|
}
|
|
|
section > header .subtitle {
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
@@ -64,7 +61,6 @@ section > footer {
|
|
|
background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 60%);
|
|
|
background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 60%);
|
|
|
background-image: linear-gradient(top , #353b42 0% , #272a2d 60%);
|
|
|
- border-top: 1px inset #2A2A2A;
|
|
|
color: #353b42;
|
|
|
-webkit-border-radius: 0px 0px 4px 4px;
|
|
|
-moz-border-radius: 0px 0px 4px 4px;
|
|
|
@@ -80,13 +76,12 @@ section > footer {
|
|
|
background-clip: padding-box;
|
|
|
}
|
|
|
article {
|
|
|
- background: #efefef;
|
|
|
+ background: #f4f5f5;
|
|
|
}
|
|
|
/* @end */
|
|
|
/* @group <nav> */
|
|
|
header nav a {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
|
|
|
+ color: #484a49;
|
|
|
}
|
|
|
header nav:not(.plain) a {
|
|
|
-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
|
|
|
@@ -102,6 +97,18 @@ header nav:not(.plain) a.accept {
|
|
|
header nav:not(.plain) a.cancel {
|
|
|
background: rgba(255, 0, 0, 0.4);
|
|
|
}
|
|
|
+header nav:not(.plain) a:active {
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+header nav:not(.plain) a:active.accept {
|
|
|
+ background: rgba(0, 255, 0, 0.2);
|
|
|
+}
|
|
|
+header nav:not(.plain) a:active.cancel {
|
|
|
+ background: rgba(255, 0, 0, 0.2);
|
|
|
+}
|
|
|
+header nav:not(.plain) a:active:not(.accept):not(.cancel) {
|
|
|
+ background: rgba(0, 0, 0, 0.1);
|
|
|
+}
|
|
|
header nav:not(.plain).right a {
|
|
|
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
|
|
|
-moz-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
|
|
|
@@ -110,17 +117,26 @@ header nav:not(.plain).right a {
|
|
|
-moz-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
|
|
|
box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
|
|
|
}
|
|
|
-header nav:not(.plain) a:active {
|
|
|
- -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
- box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
- -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
- box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
|
|
|
-}
|
|
|
header nav.plain a:active {
|
|
|
text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
|
|
|
}
|
|
|
+footer nav a {
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
+}
|
|
|
+footer nav a.current,
|
|
|
+footer nav a.active {
|
|
|
+ color: #ffffff;
|
|
|
+ text-shadow: 0 0 1px #ffffff;
|
|
|
+ background: #000000;
|
|
|
+ -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+ -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+ box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+ -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+ -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+ box-shadow: -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
+}
|
|
|
.toolbar a {
|
|
|
color: #cdd9e3;
|
|
|
-webkit-border-radius: 4px;
|
|
|
@@ -147,27 +163,24 @@ header nav.plain a:active {
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
|
|
|
}
|
|
|
.groupbar {
|
|
|
- background: #272a2d;
|
|
|
- border-bottom: solid 1px #000000;
|
|
|
- -webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
- -moz-box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
- box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
- -webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
- -moz-box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
- box-shadow: inset 0 1px 8px rgba(0,0,0,0.3);
|
|
|
+ background: #353b42;
|
|
|
}
|
|
|
.groupbar a {
|
|
|
- color: #6e6e6e;
|
|
|
+ color: #e3e4e3;
|
|
|
}
|
|
|
.groupbar a.current {
|
|
|
- color: #fff;
|
|
|
- border-bottom: solid 3px #2566a4;
|
|
|
+ color: #ffffff;
|
|
|
+ -webkit-box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
+ -moz-box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
+ box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
+ -webkit-box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
+ -moz-box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
+ box-shadow: inset 0 -3px 0 #05bde9;
|
|
|
}
|
|
|
/* @end */
|
|
|
/* @group <aside> */
|
|
|
aside {
|
|
|
color: #fff;
|
|
|
- background: #272727;
|
|
|
background: #333;
|
|
|
}
|
|
|
aside header,
|
|
|
@@ -188,33 +201,37 @@ aside .list ul {
|
|
|
}
|
|
|
aside .list li {
|
|
|
color: #F0F0F0;
|
|
|
+ border-top: 1px solid rgba(255, 255, 255, 0.05);
|
|
|
border-bottom: 1px solid #2f2f2f;
|
|
|
}
|
|
|
+aside .list li.current {
|
|
|
+ background: #05bde9;
|
|
|
+}
|
|
|
aside .list li strong {
|
|
|
- text-shadow: 0 1px 1px black;
|
|
|
- color: #fff;
|
|
|
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
aside .list li small {
|
|
|
- color: rgba(255, 255, 255, 0.3);
|
|
|
+ color: rgba(255, 255, 255, 0.5);
|
|
|
}
|
|
|
aside a.current {
|
|
|
- background: #2f2f2f;
|
|
|
+ background: #05bde9;
|
|
|
}
|
|
|
section.aside {
|
|
|
- -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
- box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
- box-shadow: -4px 0 8px rgba(0,0,0,0.5);
|
|
|
+ -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ box-shadow: -4px 0 8px rgba(0,0,0,0.4);
|
|
|
}
|
|
|
section.aside.right {
|
|
|
- -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
- box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
- -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
- box-shadow: 4px 0 8px rgba(0,0,0,0.5);
|
|
|
+ -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
+ box-shadow: 4px 0 8px rgba(0,0,0,0.4);
|
|
|
}
|
|
|
@media handheld, only screen and (min-width: 768px) {
|
|
|
section.current,
|
|
|
@@ -239,115 +256,42 @@ section.aside.right {
|
|
|
/* @end */
|
|
|
/* @group .list */
|
|
|
.list,
|
|
|
-.list li:not(.toolbar) a {
|
|
|
+.list li a {
|
|
|
color: #2a2a2a;
|
|
|
}
|
|
|
-.list ul {
|
|
|
+section .list ul,
|
|
|
+section .list li {
|
|
|
background: #fff;
|
|
|
}
|
|
|
-.list li {
|
|
|
- border-bottom: 1px inset #f8f8f8;
|
|
|
+section .list li {
|
|
|
+ border-bottom: 1px inset #eee;
|
|
|
}
|
|
|
.list li:last-child {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
.list li.selectable:active {
|
|
|
- background: #93d6e7;
|
|
|
- color: #1b6777;
|
|
|
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
+ background: #42c8fc;
|
|
|
}
|
|
|
.list li.selectable:active small,
|
|
|
-.list li.selectable:active .right:not(.bubble) {
|
|
|
+.list li.selectable:active .right:not(.bubble),
|
|
|
+.list li.selectable:active strong {
|
|
|
color: #ffffff;
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
-.list li small,
|
|
|
-.list li .right:not(.bubble) {
|
|
|
- color: #888;
|
|
|
-}
|
|
|
-.list li strong {
|
|
|
- color: #134c81;
|
|
|
-}
|
|
|
-.list.indented li {
|
|
|
- border-left: solid 1px #e1e1e1;
|
|
|
- border-right: solid 1px #e1e1e1;
|
|
|
-}
|
|
|
-.list.indented li:first-child {
|
|
|
- border-top: solid 1px #e1e1e1;
|
|
|
-}
|
|
|
-.list.indented li:last-child {
|
|
|
- border-bottom: solid 1px #e1e1e1;
|
|
|
+.list li.highlight {
|
|
|
+ background: #eee;
|
|
|
}
|
|
|
-.list .anchor {
|
|
|
+.list li.anchor {
|
|
|
color: #ffffff;
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- border: none;
|
|
|
-}
|
|
|
-.list .tip {
|
|
|
- color: #7a7a7a;
|
|
|
-}
|
|
|
-.list .tip.theme {
|
|
|
- color: #fff;
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
-}
|
|
|
-.list .tip.dark {
|
|
|
- background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- color: #fff;
|
|
|
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
|
|
|
-}
|
|
|
-.list .tip.dark a {
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-.list .toolbar {
|
|
|
- border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-.list .toolbar .toolbar a {
|
|
|
- -webkit-box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
- -moz-box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
- box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
- -webkit-box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
- -moz-box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
- box-shadow: 1px 0px 0px #d9d9d9;
|
|
|
+ background: #484a49;
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
|
-.list .toolbar .toolbar a:last-child {
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
+.list li small,
|
|
|
+.list li .right:not(.bubble) {
|
|
|
+ opacity: 0.75;
|
|
|
}
|
|
|
-.list .toolbar .toolbar a.current {
|
|
|
- background: transparent;
|
|
|
+.list li strong {
|
|
|
color: #333;
|
|
|
- text-shadow: none !important;
|
|
|
}
|
|
|
/* @end */
|
|
|
/* @group widgets */
|
|
|
@@ -357,43 +301,44 @@ section.aside.right {
|
|
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
.indented ul {
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
.indented li:first-child {
|
|
|
- -webkit-border-radius: 3px 3px 0px 0px;
|
|
|
- -moz-border-radius: 3px 3px 0px 0px;
|
|
|
- border-radius: 3px 3px 0px 0px;
|
|
|
+ -webkit-border-radius: 2px 2px 0px 0px;
|
|
|
+ -moz-border-radius: 2px 2px 0px 0px;
|
|
|
+ border-radius: 2px 2px 0px 0px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px 3px 0px 0px;
|
|
|
- -moz-border-radius: 3px 3px 0px 0px;
|
|
|
- border-radius: 3px 3px 0px 0px;
|
|
|
+ -webkit-border-radius: 2px 2px 0px 0px;
|
|
|
+ -moz-border-radius: 2px 2px 0px 0px;
|
|
|
+ border-radius: 2px 2px 0px 0px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
}
|
|
|
.indented li:last-child {
|
|
|
- -webkit-border-radius: 0px 0px 3px 3px;
|
|
|
- -moz-border-radius: 0px 0px 3px 3px;
|
|
|
- border-radius: 0px 0px 3px 3px;
|
|
|
+ -webkit-border-radius: 0px 0px 2px 2px;
|
|
|
+ -moz-border-radius: 0px 0px 2px 2px;
|
|
|
+ border-radius: 0px 0px 2px 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 0px 0px 3px 3px;
|
|
|
- -moz-border-radius: 0px 0px 3px 3px;
|
|
|
- border-radius: 0px 0px 3px 3px;
|
|
|
+ -webkit-border-radius: 0px 0px 2px 2px;
|
|
|
+ -moz-border-radius: 0px 0px 2px 2px;
|
|
|
+ border-radius: 0px 0px 2px 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
@@ -406,24 +351,24 @@ section.aside.right {
|
|
|
}
|
|
|
/* @group .button */
|
|
|
.button {
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
- -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
- box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
- -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
- -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
- box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.25), inset 0 -3px 0 rgba(255,255,255, 0.05), 0 1px 2px rgba(0,0,0,0.3);
|
|
|
+ -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
+ -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
+ box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
+ -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
+ -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
+ box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255, 0.2);
|
|
|
font-weight: bold;
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
@@ -435,12 +380,12 @@ section.aside.right {
|
|
|
-moz-box-shadow: inset 0 10px 30px rgba(0,0,0,0.2), inset 0 -2px 4px rgba(0,0,0,0.3);
|
|
|
box-shadow: inset 0 10px 30px rgba(0,0,0,0.2), inset 0 -2px 4px rgba(0,0,0,0.3);
|
|
|
}
|
|
|
-.button.default {
|
|
|
- background: #2c4579;
|
|
|
+.button.theme {
|
|
|
+ background: #05bde9;
|
|
|
}
|
|
|
-.button.default:active,
|
|
|
-.button.default.active {
|
|
|
- background: #213761;
|
|
|
+.button.theme:active,
|
|
|
+.button.theme.active {
|
|
|
+ background: #07acd0;
|
|
|
}
|
|
|
/* @end */
|
|
|
/* @group <form> */
|
|
|
@@ -465,7 +410,7 @@ select {
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
color: #858585;
|
|
|
- font-family: 'Roboto', Helvetica, Arial, sans-serif;
|
|
|
+ font-family: Helvetica, Arial, sans-serif;
|
|
|
-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
@@ -477,34 +422,34 @@ input:focus,
|
|
|
textarea:focus,
|
|
|
select:focus {
|
|
|
color: #000;
|
|
|
- border-color: #64b9e2;
|
|
|
- -webkit-box-shadow: 0 0 6px #64b9e2;
|
|
|
- -moz-box-shadow: 0 0 6px #64b9e2;
|
|
|
- box-shadow: 0 0 6px #64b9e2;
|
|
|
- -webkit-box-shadow: 0 0 6px #64b9e2;
|
|
|
- -moz-box-shadow: 0 0 6px #64b9e2;
|
|
|
- box-shadow: 0 0 6px #64b9e2;
|
|
|
+ border-color: #05bde9;
|
|
|
+ -webkit-box-shadow: 0 0 6px #42c8fc;
|
|
|
+ -moz-box-shadow: 0 0 6px #42c8fc;
|
|
|
+ box-shadow: 0 0 6px #42c8fc;
|
|
|
+ -webkit-box-shadow: 0 0 6px #42c8fc;
|
|
|
+ -moz-box-shadow: 0 0 6px #42c8fc;
|
|
|
+ box-shadow: 0 0 6px #42c8fc;
|
|
|
}
|
|
|
.select:after {
|
|
|
background: #ccc;
|
|
|
color: white;
|
|
|
- border-top-right-radius: 3px;
|
|
|
- border-bottom-right-radius: 3px;
|
|
|
+ border-top-right-radius: 2px;
|
|
|
+ border-bottom-right-radius: 2px;
|
|
|
}
|
|
|
/* @group .range */
|
|
|
input[type="checkbox"] + span,
|
|
|
input[type="radio"] + span {
|
|
|
color: #fff;
|
|
|
background: #a0a0a0;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
@@ -512,40 +457,40 @@ input[type="radio"] + span {
|
|
|
input[type="checkbox"] + span::before,
|
|
|
input[type="radio"] + span::before {
|
|
|
background: #c1c1c1;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
}
|
|
|
input[type="checkbox"]:checked + span,
|
|
|
input[type="radio"]:checked + span {
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ background-image: -webkit-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
@@ -554,24 +499,24 @@ input[type="radio"]:checked + span {
|
|
|
/* @group range */
|
|
|
input[type="range"] {
|
|
|
background-color: #c7c7c7;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
+ -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
+ -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
+ box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
+ -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
+ -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
+ box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
|
|
|
}
|
|
|
input[type="range"]:active {
|
|
|
-webkit-box-shadow: none;
|
|
|
@@ -580,33 +525,39 @@ input[type="range"]:active {
|
|
|
-webkit-box-shadow: none;
|
|
|
-moz-box-shadow: none;
|
|
|
box-shadow: none;
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
}
|
|
|
input[type="range"]::-webkit-slider-thumb {
|
|
|
- -webkit-box-shadow: 0 0 4px #333333;
|
|
|
- -moz-box-shadow: 0 0 4px #333333;
|
|
|
- box-shadow: 0 0 4px #333333;
|
|
|
- -webkit-box-shadow: 0 0 4px #333333;
|
|
|
- -moz-box-shadow: 0 0 4px #333333;
|
|
|
- box-shadow: 0 0 4px #333333;
|
|
|
- background: #fff;
|
|
|
+ -webkit-border-radius: 12px;
|
|
|
+ -moz-border-radius: 12px;
|
|
|
+ border-radius: 12px;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
+ -moz-background-clip: padding;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 12px;
|
|
|
+ -moz-border-radius: 12px;
|
|
|
+ border-radius: 12px;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
+ -moz-background-clip: padding;
|
|
|
+ background-clip: padding-box;
|
|
|
+ background: #a0a0a0;
|
|
|
}
|
|
|
input[type="range"]:active::-webkit-slider-thumb {
|
|
|
- -webkit-box-shadow: 0px 0px 4px #34b7dc;
|
|
|
- -moz-box-shadow: 0px 0px 4px #34b7dc;
|
|
|
- box-shadow: 0px 0px 4px #34b7dc;
|
|
|
- -webkit-box-shadow: 0px 0px 4px #34b7dc;
|
|
|
- -moz-box-shadow: 0px 0px 4px #34b7dc;
|
|
|
- box-shadow: 0px 0px 4px #34b7dc;
|
|
|
+ -webkit-box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ -moz-box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ -webkit-box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ -moz-box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ box-shadow: 0px 0px 4px #42c8fc;
|
|
|
+ background-image: -webkit-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #05bde9 0% , #07acd0 100%);
|
|
|
}
|
|
|
/* @end */
|
|
|
/* @group .progress */
|
|
|
@@ -618,45 +569,39 @@ input[type="range"]:active::-webkit-slider-thumb {
|
|
|
}
|
|
|
.progress .bar {
|
|
|
background: #c7c7c7;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
}
|
|
|
.progress .bar .value {
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ background-image: -webkit-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
@@ -670,52 +615,33 @@ input[type="range"]:active::-webkit-slider-thumb {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
/* @end */
|
|
|
-/* @end */
|
|
|
+/* @group .bubble */
|
|
|
.bubble {
|
|
|
- color: #fff;
|
|
|
- -webkit-border-radius: 8px;
|
|
|
- -moz-border-radius: 8px;
|
|
|
- border-radius: 8px;
|
|
|
+ color: #ffffff;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- -webkit-border-radius: 8px;
|
|
|
- -moz-border-radius: 8px;
|
|
|
- border-radius: 8px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
-webkit-background-clip: padding-box;
|
|
|
-moz-background-clip: padding;
|
|
|
background-clip: padding-box;
|
|
|
- text-shadow: 0 0 1px #000000;
|
|
|
}
|
|
|
.bubble.count {
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
|
|
|
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
- -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
- -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
|
|
-}
|
|
|
-header .bubble.count {
|
|
|
- background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
- background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -webkit-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -moz-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -ms-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: -o-linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
+ background-image: linear-gradient(top , #42c8fc 0% , #07acd0 100%);
|
|
|
}
|
|
|
article .list .bubble {
|
|
|
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
|
|
|
@@ -727,17 +653,5 @@ article .list .bubble {
|
|
|
}
|
|
|
aside .list .bubble {
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
- -webkit-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- -moz-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- -moz-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
- box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
- box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
|
|
|
}
|
|
|
/* @end */
|