|
|
@@ -1,3 +1,8 @@
|
|
|
+@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
|
|
|
+
|
|
|
+@import url("http://fonts.googleapis.com/css?family=Exo:200,400,700");
|
|
|
+
|
|
|
+@import url("http://fonts.googleapis.com/css?family=Titillium+Web:200,400,700");
|
|
|
/**
|
|
|
* Stylesheet
|
|
|
*
|
|
|
@@ -8,7 +13,7 @@
|
|
|
*/
|
|
|
.app {
|
|
|
background: #000;
|
|
|
- font-family: Helvetica, Arial, sans-serif;
|
|
|
+ font-family: "Titillium Web", "Exo", "Open Sans Condensed", Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
.theme,
|
|
|
li.theme,
|
|
|
@@ -41,12 +46,12 @@ section > footer {
|
|
|
-moz-box-shadow: inset 0 3px 0 #333333;
|
|
|
box-shadow: inset 0 3px 0 #333333;
|
|
|
}
|
|
|
-section > footer > nav a {
|
|
|
+section > footer > nav a {
|
|
|
-webkit-box-shadow: 1px 0 0 #151515;
|
|
|
-moz-box-shadow: 1px 0 0 #151515;
|
|
|
box-shadow: 1px 0 0 #151515;
|
|
|
}
|
|
|
-section > footer > nav a.current {
|
|
|
+section > footer > nav a.current {
|
|
|
color: #ffffff;
|
|
|
background: #111111;
|
|
|
-webkit-box-shadow: -1px 0 0 #252525, 1px 0 0 #252525, inset 0 3px 0 #2A95D3;
|
|
|
@@ -145,7 +150,7 @@ header nav.button a:active {
|
|
|
section > nav.groupbar {
|
|
|
background-color: #222222;
|
|
|
}
|
|
|
-section > nav.groupbar > a.current {
|
|
|
+section > nav.groupbar > a.current {
|
|
|
-webkit-box-shadow: inset 0 -3px 0 #2a95d3;
|
|
|
-moz-box-shadow: inset 0 -3px 0 #2a95d3;
|
|
|
box-shadow: inset 0 -3px 0 #2a95d3;
|