Lungo.theme.default.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. @import "Lungo.theme.default.font.css";
  2. /**
  3. * Stylesheet
  4. *
  5. * @namespace LUNGO.Theme
  6. * @class Default
  7. *
  8. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  9. */
  10. .app {
  11. background: #000000;
  12. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  13. }
  14. /* @group <header> & <footer> & <article> */
  15. header {
  16. background-color: #05b8e2;
  17. border-top: 1px solid #05bde9;
  18. border-bottom: 1px solid #07acd0;
  19. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  20. }
  21. footer {
  22. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1c1c));
  23. border-top: 1px inset #1c1c1c;
  24. }
  25. .title {
  26. color: #ffffff;
  27. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  28. }
  29. article {
  30. background-color: #ededed;
  31. }
  32. article .title {
  33. color: #797979;
  34. text-shadow: 0px 1px 0px #fff;
  35. }
  36. /* @end */
  37. /* @group <nav> */
  38. nav a {
  39. color: rgba(255, 255, 255, 0.5);
  40. }
  41. nav a.current, nav a.active {
  42. color: #ffffff;
  43. }
  44. .toolbar a {
  45. color: rgba(255, 255, 255, 0.2);
  46. }
  47. .toolbar a.current, .toolbar a.active {
  48. background: #1c1c1c;
  49. box-shadow: inset 0px 0px 8px #101010;
  50. text-shadow: 0px 1px 4px #000;
  51. }
  52. .groupbar {
  53. background: #ededed;
  54. border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  55. }
  56. .groupbar a {
  57. color: #6e6e6e;
  58. }
  59. .groupbar a.current {
  60. color: #6e6e6e;
  61. border-bottom: solid 3px #05bde9;
  62. }
  63. /* @end */
  64. /* @group <aside> */
  65. aside {
  66. background: #252525;
  67. }
  68. aside .title {
  69. background: #101010;
  70. border: none;
  71. }
  72. aside a {
  73. color: #fff;
  74. text-shadow: 0px 1px 0px #000;
  75. border-bottom: 1px inset #101010;
  76. border-top: 1px inset #868686;
  77. }
  78. aside a.current {
  79. background: #1c1c1c;
  80. box-shadow: inset 0px 0px 8px #101010;
  81. border-top: 1px inset #1c1c1c;
  82. }
  83. aside a .icon {
  84. text-shadow: none;
  85. color: #7a7a7a;
  86. }
  87. aside .anchor {
  88. background: #101010;
  89. color: #7a7a7a;
  90. }
  91. section.aside {
  92. box-shadow: -4px 0 8px rgba(0, 0, 0, 0.5);
  93. }
  94. section.aside.onright {
  95. box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
  96. }
  97. @media handheld, only screen and (min-width: 768px) {
  98. section.current, section.show {
  99. box-shadow: -4px 0 8px rgba(0, 0, 0, 0.5);
  100. }
  101. section.current.onright, section.show.onright {
  102. box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
  103. }
  104. }
  105. /* @end */
  106. /* @group .list */
  107. .list, .list li:not(.toolbar) a {
  108. color: #2a2a2a;
  109. }
  110. .list li {
  111. background: #fff;
  112. border-bottom: 1px inset #e1e1e1;
  113. }
  114. .list li:last-child {
  115. border-bottom: none;
  116. }
  117. .list li.selectable:active {
  118. background: #93d6e7;
  119. color: #1b6777;
  120. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  121. }
  122. .list li.selectable:active small, .list li.selectable:active .onright:not(.bubble) {
  123. color: #ffffff;
  124. text-shadow: none;
  125. }
  126. .list li small, .list li .onright:not(.bubble) {
  127. color: #888;
  128. }
  129. .list.indented li {
  130. border-left: solid 1px #e1e1e1;
  131. border-right: solid 1px #e1e1e1;
  132. }
  133. .list.indented li:first-child {
  134. border-top: solid 1px #e1e1e1;
  135. }
  136. .list.indented li:last-child {
  137. border-bottom: solid 1px #e1e1e1;
  138. }
  139. .list .anchor {
  140. background: #93d6e7;
  141. color: #1b6777;
  142. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  143. border: none;
  144. }
  145. .list .tip {
  146. color: #7a7a7a;
  147. }
  148. .list .tip.darker {
  149. background-color: #2c2c2d;
  150. color: #fff;
  151. text-shadow: 0px 1px 0px #000;
  152. }
  153. .list .tip.darker a {
  154. color: #fff !important;
  155. }
  156. .list .tip.dark {
  157. background-color: #f4f4f4;
  158. box-shadow: inset 0px 1px 0px #fff;
  159. text-shadow: 0px 1px 0px #fff;
  160. }
  161. .list .toolbar {
  162. border-bottom-color: rgba(0, 0, 0, 0.2);
  163. }
  164. .list .toolbar .toolbar a {
  165. box-shadow: 1px 0px 0px #d9d9d9;
  166. }
  167. .list .toolbar .toolbar a:last-child {
  168. box-shadow: none;
  169. }
  170. .list .toolbar .toolbar a.current {
  171. background: transparent;
  172. color: #333;
  173. text-shadow: none !important;
  174. }
  175. /* @end */
  176. /* @group widgets */
  177. .splash {
  178. background: #07acd0;
  179. color: #fff;
  180. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  181. }
  182. /* @group .button */
  183. .button {
  184. border-bottom: 1px inset rgba(0, 0, 0, 0.2);
  185. -webkit-border-radius: 2px;
  186. -moz-border-radius: 2px;
  187. border-radius: 2px;
  188. -webkit-background-clip: padding-box;
  189. -moz-background-clip: padding;
  190. background-clip: padding-box;
  191. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
  192. }
  193. .button:active, .button.active {
  194. -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(0, 0, 0, 0.2);
  195. border-bottom-color: rgba(0, 0, 0, 0);
  196. }
  197. header .button:active,
  198. footer .button:active,
  199. header .button:active,
  200. footer .button:active {
  201. height: 29px;
  202. position: relative;
  203. top: 1px;
  204. }
  205. .button.default {
  206. background: #5a5a5a;
  207. }
  208. .button.default:active, .button.default.active {
  209. background: #4b4b4b;
  210. }
  211. /* @end */
  212. /* @group <inputs> */
  213. input, textarea, select {
  214. border: 1px solid #e1e1e1;
  215. color: #858585;
  216. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  217. }
  218. input:focus, textarea:focus, select:focus {
  219. border-color: #05b8e2;
  220. color: #05b8e2;
  221. }
  222. label {
  223. color: #05b8e2;
  224. text-transform: uppercase;
  225. font-weight: bold;
  226. }
  227. .select:after {
  228. background: #858585;
  229. color: white;
  230. }
  231. input[type="checkbox"] + span, input[type="radio"] + span {
  232. color: #fff;
  233. background: #a0a0a0;
  234. }
  235. input[type="checkbox"] + span::before, input[type="radio"] + span::before {
  236. background: #c1c1c1;
  237. }
  238. input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
  239. background: #07acd0;
  240. }
  241. /* @group range */
  242. input[type="range"] {
  243. background-color: #c7c7c7;
  244. }
  245. input[type="range"]:active {
  246. background-color: #34b7dc;
  247. }
  248. input[type="range"]::-webkit-slider-thumb {
  249. border: solid 7px rgba(255, 255, 255, 0.5);
  250. background: #34b7dc;
  251. }
  252. input[type="range"]:active::-webkit-slider-thumb {
  253. box-shadow: 0px 0px 4px #34b7dc;
  254. }
  255. /* @end */
  256. /* @group .progress */
  257. .progress .labels {
  258. font-size: 12px;
  259. font-weight: bold;
  260. line-height: 18px;
  261. color: #858585;
  262. }
  263. .progress .bar {
  264. background: #c7c7c7;
  265. }
  266. .progress .bar .value {
  267. background: #34b7dc;
  268. }
  269. .progress .bar .value .glow {
  270. background-color: rgba(255, 255, 255, 0.25);
  271. box-shadow: 0px 0px 3px #34b7dc;
  272. }
  273. /* @end */
  274. /* @end */
  275. .bubble {
  276. color: #fff;
  277. -webkit-border-radius: 2px;
  278. -moz-border-radius: 2px;
  279. border-radius: 2px;
  280. -webkit-background-clip: padding-box;
  281. -moz-background-clip: padding;
  282. background-clip: padding-box;
  283. text-shadow: none;
  284. font-weight: bold !important;
  285. }
  286. header .bubble.count {
  287. background: #2c2c2d;
  288. }
  289. .bubble.count {
  290. background: #05b8e2;
  291. }
  292. /* @end */