| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- /**
- * Stylesheet
- *
- * @namespace LUNGO.Theme
- * @class Default
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
- @import "mixins.less";
- @import "Lungo.theme.default.font.css";
- /*
- //ARTIC
- @master-color: #2daf96;
- @master-color-light: #35d2b3;
- @master-color-dark: #22937d;
- */
- /*
- //GREEN
- @master-color: #2ea03c;
- @master-color-light: #34b745;
- @master-color-dark: #248831;
- */
- @master-color: #05b8e2;
- @master-color-light: #05bde9;
- @master-color-dark: #07acd0;
- @master-color-base: #93d6e7;
- @secondary-color: #2c2c2d;
- .app {
- background: @black;
- font-family: 'Roboto', Helvetica, Arial, sans-serif;
- }
-
- /* @group <header> & <footer> & <article> */
- header {
- background-color: @master-color;
- border-top: 1px solid @master-color-light;
- border-bottom: 1px solid @master-color-dark;
- box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
- }
-
- footer {
- background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
- border-top: 1px inset #1c1c1c;
- }
- .title {
- color: @white;
- text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
- }
- article { background-color: #f9f9f9; }
-
- article .title {
- color: #797979;
- text-shadow: 0px 1px 0px #fff;
- }
- /* @end */
- /* @group <nav> */
- nav a { color: rgba(255,255,255,0.5); }
- nav a.current, nav a:active { color: @white; }
- //nav a.current { box-shadow: inset 0px -4px 0px @white; }
- .toolbar a { color: rgba(255,255,255,0.2); }
- .toolbar a.current, .toolbar nav a:active {
- background: #1c1c1c;
- box-shadow: inset 0px 0px 8px #101010;
- text-shadow: 0px 1px 4px #000;
- }
- /* @end */
- /* @group <aside> */
- aside {
- background: #252525;
- }
- aside a {
- color: #fff;
- text-shadow: 0px 1px 0px #000;
- border-bottom: 1px inset #101010;
- border-top: 1px inset #868686;
- }
-
- aside a.current {
- background: #1c1c1c;
- box-shadow: inset 0px 0px 8px #101010;
- border-top: 1px inset #1c1c1c;
- }
-
- aside a .icon {
- text-shadow: none;
- color: #7a7a7a;
- }
-
- aside .anchor {
- background: #101010;
- color: #7a7a7a;
- }
-
- aside ~ article {
- box-shadow: -1px 0px 4px #000;
- }
- /* @end */
- /* @group .list */
- .list, .list li:not(.toolbar) a { color: #2a2a2a; }
-
- .list li {
- background: #fff;
- border-bottom: 1px inset #e1e1e1;
- }
-
- .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.1);
- }
-
- .indented ul {
- border: 1px solid #e1e1e1;
- }
-
- .list .darker {
- background-color: #2c2c2d;
- color: #fff;
- text-shadow: 0px 1px 0px #000;
- }
- .list li.darker a{ color: #fff !important; }
-
- .list .dark {
- background-color: #f4f4f4;
- box-shadow: inset 0px 1px 0px #fff;
- text-shadow: 0px 1px 0px #fff;
- }
- .list small, .list .onright:not(.bubble) {
- color: #888;
- }
-
- .list li.selectable:active small,
- .list li.selectable:active .onright:not(.bubble) {
- color: #34bcd7;
- color: @white;
- }
-
- .list .tip {
- color: #7a7a7a;
- }
-
- .list li.anchor {
- background: #93d6e7;
- color: #1b6777;
- text-shadow: 0 1px 0 rgba(255,255,255,0.1);
- border: none;
- }
-
- .list .toolbar {
- border-bottom-color: rgba(0,0,0,0.2);
- }
-
- .list .arrow:before {
- color: #a9a9a9;
- }
-
- .list .toolbar a { box-shadow: 1px 0px 0px #d9d9d9; }
-
- .list .toolbar a:last-child { box-shadow: none; }
-
- .list .toolbar a.current {
- background: transparent;
- color: #333;
- text-shadow: none !important;
- }
- /* @end */
- /* @group widgets */
- .splash {
- background: @master-color-dark;
- color: #fff;
- text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
- }
- /* @group .button */
- a.button {
- box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 2px 0px rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.1);
- }
- a.button:active {
- box-shadow: inset 0 0 8px rgba(0,0,0,0.4);
- }
- /* @end */
- /* @group <inputs> */
- input, textarea, select {
- border: 1px solid #e1e1e1;
- color: #858585;
- font-family: 'Roboto', Helvetica, Arial, sans-serif;
- }
-
- input:focus, textarea:focus, select:focus {
- border-color: @master-color;
- color: @master-color;
- }
- label {
- color: @master-color;
- text-transform: uppercase;
- font-weight: bold;
- }
-
- .select:after {
- background: #858585;
- color: white;
- }
- input[type="checkbox"] + span, input[type="radio"] + span {
- color: #fff;
- background: #a0a0a0;
- }
- input[type="checkbox"] + span::before,
- input[type="radio"] + span::before {
- background: #c1c1c1;
- }
-
- input[type="checkbox"]:checked + span,
- input[type="radio"]:checked + span {
- background: @master-color-dark;
- }
- /* @end */
- .bubble {
- color: #fff;
- .border-radius(2px);
- text-shadow: none;
- font-weight: bold !important;
- box-shadow: inset 0px 0px 1px rgba(0,0,0,01);
- }
- header .bubble.count {background: @secondary-color;}
- .bubble.count { background: @master-color; }
- /* @end */
|