| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- /**
- * Stylesheet
- *
- * @namespace Lungo.Theme
- * @class Default
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
- /* DIMENSIONS */
- /* COLORS */
- .app {
- background: #000;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- }
- .theme,
- li.theme,
- a.theme {
- background: #2a95d3;
- }
- .theme:active,
- li.theme:active,
- a.theme:active {
- background: #1984c2;
- }
- /* @group <header> & <footer> & <article> */
- section > header {
- background-image: -webkit-linear-gradient(top , #2a95d3 , #1984c2);
- background-image: -moz-linear-gradient(top , #2a95d3 , #1984c2);
- background-image: -ms-linear-gradient(top , #2a95d3 , #1984c2);
- background-image: -o-linear-gradient(top , #2a95d3 , #1984c2);
- background-image: linear-gradient(top , #2a95d3 , #1984c2);
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -2px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.5);
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -2px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.5);
- box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -2px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.5);
- -webkit-border-radius: 4px 4px 0px 0px;
- -moz-border-radius: 4px 4px 0px 0px;
- border-radius: 4px 4px 0px 0px;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- }
- section > header .title {
- color: #fff;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
- }
- section > header .subtitle {
- color: #fff;
- opacity: 0.7;
- }
- section > footer {
- background-image: -webkit-linear-gradient(top , #292f34 0% , #23282c 60%);
- background-image: -moz-linear-gradient(top , #292f34 0% , #23282c 60%);
- background-image: -ms-linear-gradient(top , #292f34 0% , #23282c 60%);
- background-image: -o-linear-gradient(top , #292f34 0% , #23282c 60%);
- background-image: linear-gradient(top , #292f34 0% , #23282c 60%);
- -webkit-border-radius: 0px 0px 4px 4px;
- -moz-border-radius: 0px 0px 4px 4px;
- border-radius: 0px 0px 4px 4px;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.8), inset 0 2px 0 rgba(255,255,255,0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.8), inset 0 2px 0 rgba(255,255,255,0.05);
- box-shadow: inset 0 1px 0 rgba(0,0,0,0.8), inset 0 2px 0 rgba(255,255,255,0.05);
- }
- section > nav.groupbar {
- background-image: -webkit-linear-gradient(top , #23282c 0% , #292f34 60%);
- background-image: -moz-linear-gradient(top , #23282c 0% , #292f34 60%);
- background-image: -ms-linear-gradient(top , #23282c 0% , #292f34 60%);
- background-image: -o-linear-gradient(top , #23282c 0% , #292f34 60%);
- background-image: linear-gradient(top , #23282c 0% , #292f34 60%);
- }
- section > article {
- background: #f4f5f5;
- }
- /* @end */
- /* @group <nav> */
- header nav a {
- color: #fff;
- }
- header nav.box:not(.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);
- box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
- }
- header nav.box.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);
- box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
- }
- header nav.box a:active {
- background: rgba(0, 0, 0, 0.1);
- }
- header nav.button a {
- border-radius: 4px;
- background-image: -webkit-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.1));
- background-image: -moz-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.1));
- background-image: -ms-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.1));
- background-image: -o-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.1));
- background-image: linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.1));
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.5);
- }
- header nav.button a:active {
- background: rgba(0, 0, 0, 0.2);
- }
- footer nav a.current {
- background: #000;
- -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);
- }
- footer nav a,
- nav.groupbar a {
- color: rgba(0, 0, 0, 0.7);
- }
- footer nav a.current,
- nav.groupbar a.current {
- color: #fff;
- }
- 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;
- }
- /* @end */
- /* @group <aside> */
- aside {
- color: #fff;
- background: #292f34;
- }
- aside header,
- aside footer {
- -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
- -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
- box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
- background: #23282c;
- }
- aside article {
- background: none;
- }
- aside nav .icon {
- color: white;
- }
- 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);
- }
- 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);
- }
- /*
- @media handheld, only screen and (min-width: 768px) {
- section.current, section.show {
- .box-shadow(~"-4px 0 8px rgba(0,0,0,0.5)");
- &.right { .box-shadow(~"4px 0 8px rgba(0,0,0,0.5)"); }
- }
- }
- */
- /* @end */
- /* @group .list */
- .list li {
- background: #fff;
- border-bottom: 1px inset #dddddd;
- }
- .list li:last-child {
- border-bottom: none;
- }
- .list li,
- .list li a {
- color: #2a2a2a;
- }
- .list li.contrast {
- background: #292f34;
- color: #fff;
- }
- .list li.highlight {
- background: #dddddd;
- }
- .list li.anchor {
- background: #292f34;
- border-bottom: none;
- }
- .list li.anchor,
- .list li.anchor a {
- color: #fff !important;
- }
- .list li.selectable:active {
- background: #39abe1;
- }
- .list li.selectable:active,
- .list li.selectable:active a {
- color: #fff;
- text-shadow: none;
- }
- .list li small,
- .list li .right:not(.bubble) {
- opacity: 0.8;
- }
- aside .list li {
- background: none;
- border-top: 1px solid rgba(255, 255, 255, 0.05);
- border-bottom: 1px solid ;
- }
- aside .list li.current {
- border-top-color: #2a95d3;
- background-image: -webkit-linear-gradient(top , #39abe1 25% , #1984c2 100%);
- background-image: -moz-linear-gradient(top , #39abe1 25% , #1984c2 100%);
- background-image: -ms-linear-gradient(top , #39abe1 25% , #1984c2 100%);
- background-image: -o-linear-gradient(top , #39abe1 25% , #1984c2 100%);
- background-image: linear-gradient(top , #39abe1 25% , #1984c2 100%);
- }
- aside .list li strong,
- aside .list li small,
- aside .list li .icon {
- color: #fff;
- }
- aside .list li strong {
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
- }
- /* @end */
- /* @group widgets */
- .splash {
- background: #292f34;
- color: #fff;
- text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
- }
- .indented ul {
- border: 1px solid #dddddd;
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
- }
- .indented li:first-child {
- -webkit-border-radius: 2px 2px 0 0;
- -moz-border-radius: 2px 2px 0 0;
- border-radius: 2px 2px 0 0;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- }
- .indented li:last-child {
- -webkit-border-radius: 0 0 2px 2px;
- -moz-border-radius: 0 0 2px 2px;
- border-radius: 0 0 2px 2px;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- }
- /* @group .button */
- a.button {
- -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.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);
- }
- a.button:active {
- -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,0.2), inset 0 -2px 4px rgba(0,0,0,0.3);
- -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);
- }
- /* @end */
- /* @group <form> */
- label {
- color: #999;
- }
- input,
- textarea,
- select {
- border: 1px solid #ccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- color: #858585;
- font-family: Helvetica, Arial, sans-serif;
- -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
- -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
- box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
- }
- input:focus,
- textarea:focus,
- select:focus {
- color: #484a49;
- border-color: #2a95d3;
- -webkit-box-shadow: 0 0 6px #39abe1;
- -moz-box-shadow: 0 0 6px #39abe1;
- box-shadow: 0 0 6px #39abe1;
- }
- .select:after {
- background: #ccc;
- color: white;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- }
- /* @group range */
- input[type="range"]:not(.checkbox) {
- background-color: #c7c7c7;
- -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 1px 2px rgba(0,0,0,0.1);
- -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
- box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
- }
- input[type="range"]:not(.checkbox):active {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- input[type="range"]:not(.checkbox)::-webkit-slider-thumb {
- -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"]:not(.checkbox):active::-webkit-slider-thumb {
- -webkit-box-shadow: 0px 0px 4px #39abe1;
- -moz-box-shadow: 0px 0px 4px #39abe1;
- box-shadow: 0px 0px 4px #39abe1;
- background-image: -webkit-linear-gradient(top , #2a95d3 0% , #1984c2 100%);
- background-image: -moz-linear-gradient(top , #2a95d3 0% , #1984c2 100%);
- background-image: -ms-linear-gradient(top , #2a95d3 0% , #1984c2 100%);
- background-image: -o-linear-gradient(top , #2a95d3 0% , #1984c2 100%);
- background-image: linear-gradient(top , #2a95d3 0% , #1984c2 100%);
- }
- /* @end */
- /* @group .progress */
- .progress .labels {
- font-size: 12px;
- font-weight: bold;
- line-height: 18px;
- color: #858585;
- }
- .progress .bar {
- background: #c7c7c7;
- -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 , #39abe1 0% , #1984c2 100%);
- background-image: -moz-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: -ms-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: -o-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: linear-gradient(top , #39abe1 0% , #1984c2 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;
- }
- .progress .bar .value .label {
- float: right;
- margin-right: 3px;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.6);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) !important;
- font-size: 12px;
- }
- /* @end */
- /* @group .bubble */
- .bubble {
- color: #fff;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- }
- .bubble.count {
- background-image: -webkit-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: -moz-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: -ms-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: -o-linear-gradient(top , #39abe1 0% , #1984c2 100%);
- background-image: linear-gradient(top , #39abe1 0% , #1984c2 100%);
- }
- footer .bubble {
- -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
- -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
- box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
- }
- 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);
- -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);
- 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);
- }
- aside .list .bubble {
- background: rgba(0, 0, 0, 0.25);
- }
- /* @end */
- /* @group .bubble */
- .notification {
- color: #fff;
- }
- .notification .window.confirm {
- background: #333;
- }
- .notification .window.notify {
- text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.25);
- box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.25);
- }
- .notification .window.notify.error {
- background: #e33100;
- }
- .notification .window.notify.alert {
- background: #ffb515;
- }
- .notification .window.notify.success {
- background: #009600;
- }
- .notification .window.url .close {
- background: #000;
- border: solid 2px #fff;
- box-shadow: 0 0 4px black;
- }
|