Lungo.theme.default.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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. /* @group DIMENSIONS */
  11. /* @end */
  12. /* @group COLORS */
  13. /* @end */.app {
  14. background: #000000;
  15. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  16. }
  17. /* @group <header> & <footer> & <article> */
  18. header {
  19. border-top-left-radius: 5px;
  20. border-top-right-radius: 5px;
  21. border-bottom: 1px solid #1a2838;
  22. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  23. box-shadow: inset 0 1px 0 #64b9e2, inset 0 -1px 0 #2566a4;
  24. position: absolute;
  25. z-index: 2;
  26. }
  27. footer {
  28. background: #353b42 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353b42), color-stop(50%, #272a2d));
  29. border-top: 1px inset #2A2A2A;
  30. color: #353b42;
  31. border-bottom-left-radius: 5px;
  32. border-bottom-right-radius: 5px;
  33. }
  34. .title {
  35. color: #ffffff;
  36. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  37. }
  38. article {
  39. background-color: #EBEBEB;
  40. }
  41. article .title {
  42. color: #797979;
  43. text-shadow: 0px 1px 0px #fff;
  44. }
  45. /* @end */
  46. /* @group <nav> */
  47. nav a {
  48. color: rgba(255, 255, 255, 0.5);
  49. }
  50. nav a.current,
  51. nav a.active {
  52. color: #ffffff;
  53. }
  54. .toolbar a {
  55. color: #cdd9e3;
  56. -webkit-border-radius: 4px;
  57. -moz-border-radius: 4px;
  58. border-radius: 4px;
  59. -webkit-background-clip: padding-box;
  60. -moz-background-clip: padding;
  61. background-clip: padding-box;
  62. -webkit-border-radius: 4px;
  63. -moz-border-radius: 4px;
  64. border-radius: 4px;
  65. -webkit-background-clip: padding-box;
  66. -moz-background-clip: padding;
  67. background-clip: padding-box;
  68. font-weight: bold;
  69. }
  70. .toolbar a.current,
  71. .toolbar a.active {
  72. background: #111;
  73. box-shadow: inset 0 1px 1px #000000, -1px 0 0 rgba(255, 255, 255, 0.05), 1px 1px 0 rgba(255, 255, 255, 0.05);
  74. }
  75. .groupbar {
  76. background: #272a2d;
  77. border-bottom: solid 1px #000000;
  78. box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.3);
  79. }
  80. .groupbar a {
  81. color: #6e6e6e;
  82. }
  83. .groupbar a.current {
  84. color: #fff;
  85. border-bottom: solid 3px #2566a4;
  86. }
  87. /* @end */
  88. /* @group <aside> */
  89. aside {
  90. background: #252525;
  91. }
  92. aside .title {
  93. background: #101010;
  94. border: none;
  95. }
  96. aside a {
  97. color: #fff;
  98. text-shadow: 0px 1px 0px #000;
  99. border-bottom: 1px inset #101010;
  100. border-top: 1px inset #868686;
  101. }
  102. aside a.current {
  103. background: #1c1c1c;
  104. box-shadow: inset 0px 0px 8px #101010;
  105. border-top: 1px inset #1c1c1c;
  106. }
  107. aside a .icon {
  108. text-shadow: none;
  109. color: #7a7a7a;
  110. }
  111. aside .anchor {
  112. background: #101010;
  113. color: #7a7a7a;
  114. }
  115. section.aside {
  116. box-shadow: -4px 0 8px rgba(0, 0, 0, 0.5);
  117. }
  118. section.aside.onright {
  119. box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
  120. }
  121. @media handheld, only screen and (min-width: 768px) {
  122. section.current,
  123. section.show {
  124. box-shadow: -4px 0 8px rgba(0, 0, 0, 0.5);
  125. }
  126. section.current.onright,
  127. section.show.onright {
  128. box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
  129. }
  130. }
  131. /* @end */
  132. /* @group .list */
  133. .list,
  134. .list li:not(.toolbar) a {
  135. color: #2a2a2a;
  136. }
  137. .list li {
  138. background: #fff;
  139. border-bottom: 1px inset #e1e1e1;
  140. }
  141. .list li:last-child {
  142. border-bottom: none;
  143. }
  144. .list li.selectable:active {
  145. background: #93d6e7;
  146. color: #1b6777;
  147. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  148. }
  149. .list li.selectable:active small,
  150. .list li.selectable:active .onright:not(.bubble) {
  151. color: #ffffff;
  152. text-shadow: none;
  153. }
  154. .list li small,
  155. .list li .onright:not(.bubble) {
  156. color: #888;
  157. }
  158. .list.indented li {
  159. border-left: solid 1px #e1e1e1;
  160. border-right: solid 1px #e1e1e1;
  161. }
  162. .list.indented li:first-child {
  163. border-top: solid 1px #e1e1e1;
  164. }
  165. .list.indented li:last-child {
  166. border-bottom: solid 1px #e1e1e1;
  167. }
  168. .list .anchor {
  169. color: #ffffff;
  170. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  171. border: none;
  172. }
  173. .list .tip {
  174. color: #7a7a7a;
  175. }
  176. .list .tip.theme {
  177. color: #fff;
  178. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  179. }
  180. .list .tip.dark {
  181. background: #353b42 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353b42), color-stop(100%, #272a2d));
  182. color: #fff;
  183. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  184. }
  185. .list .tip.dark a {
  186. color: #fff !important;
  187. }
  188. .list .toolbar {
  189. border-bottom-color: rgba(0, 0, 0, 0.2);
  190. }
  191. .list .toolbar .toolbar a {
  192. box-shadow: 1px 0px 0px #d9d9d9;
  193. }
  194. .list .toolbar .toolbar a:last-child {
  195. box-shadow: none;
  196. }
  197. .list .toolbar .toolbar a.current {
  198. background: transparent;
  199. color: #333;
  200. text-shadow: none !important;
  201. }
  202. /* @end */
  203. /* @group widgets */
  204. .splash {
  205. background: #07acd0;
  206. color: #fff;
  207. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  208. }
  209. .indented ul {
  210. -webkit-border-radius: 5px;
  211. -moz-border-radius: 5px;
  212. border-radius: 5px;
  213. -webkit-background-clip: padding-box;
  214. -moz-background-clip: padding;
  215. background-clip: padding-box;
  216. -webkit-border-radius: 5px;
  217. -moz-border-radius: 5px;
  218. border-radius: 5px;
  219. -webkit-background-clip: padding-box;
  220. -moz-background-clip: padding;
  221. background-clip: padding-box;
  222. }
  223. .indented li:first-child {
  224. -webkit-border-radius: 5px 5px 0px 0px;
  225. -moz-border-radius: 5px 5px 0px 0px;
  226. border-radius: 5px 5px 0px 0px;
  227. -webkit-background-clip: padding-box;
  228. -moz-background-clip: padding;
  229. background-clip: padding-box;
  230. -webkit-border-radius: 5px 5px 0px 0px;
  231. -moz-border-radius: 5px 5px 0px 0px;
  232. border-radius: 5px 5px 0px 0px;
  233. -webkit-background-clip: padding-box;
  234. -moz-background-clip: padding;
  235. background-clip: padding-box;
  236. }
  237. .indented li:last-child {
  238. -webkit-border-radius: 0px 0px 5px 5px;
  239. -moz-border-radius: 0px 0px 5px 5px;
  240. border-radius: 0px 0px 5px 5px;
  241. -webkit-background-clip: padding-box;
  242. -moz-background-clip: padding;
  243. background-clip: padding-box;
  244. -webkit-border-radius: 0px 0px 5px 5px;
  245. -moz-border-radius: 0px 0px 5px 5px;
  246. border-radius: 0px 0px 5px 5px;
  247. -webkit-background-clip: padding-box;
  248. -moz-background-clip: padding;
  249. background-clip: padding-box;
  250. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  251. }
  252. /* @group .button */
  253. .button {
  254. -webkit-border-radius: 3px;
  255. -moz-border-radius: 3px;
  256. border-radius: 3px;
  257. -webkit-background-clip: padding-box;
  258. -moz-background-clip: padding;
  259. background-clip: padding-box;
  260. -webkit-border-radius: 3px;
  261. -moz-border-radius: 3px;
  262. border-radius: 3px;
  263. -webkit-background-clip: padding-box;
  264. -moz-background-clip: padding;
  265. background-clip: padding-box;
  266. -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25), inset 0 -3px 0 rgba(255, 255, 255, 0.05);
  267. font-weight: bold;
  268. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  269. }
  270. .button.big {
  271. -webkit-box-shadow: 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);
  272. }
  273. .button:active {
  274. -webkit-box-shadow: inset 0 29px 8px rgba(0, 0, 0, 0.1);
  275. }
  276. .button.default {
  277. background: #5a5a5a;
  278. }
  279. .button.default:active,
  280. .button.default.active {
  281. background: #4b4b4b;
  282. }
  283. /* @end */
  284. /* @group <inputs> */
  285. input,
  286. textarea,
  287. select {
  288. border: 1px solid #e1e1e1;
  289. -webkit-border-radius: 3px;
  290. -moz-border-radius: 3px;
  291. border-radius: 3px;
  292. -webkit-background-clip: padding-box;
  293. -moz-background-clip: padding;
  294. background-clip: padding-box;
  295. -webkit-border-radius: 3px;
  296. -moz-border-radius: 3px;
  297. border-radius: 3px;
  298. -webkit-background-clip: padding-box;
  299. -moz-background-clip: padding;
  300. background-clip: padding-box;
  301. color: #858585;
  302. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  303. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  304. }
  305. input.underline,
  306. textarea.underline,
  307. select.underline {
  308. border: none;
  309. box-shadow: none;
  310. border-bottom: 2px solid #e1e1e1;
  311. }
  312. input:focus,
  313. textarea:focus,
  314. select:focus {
  315. border-color: #64b9e2;
  316. }
  317. label {
  318. color: #e1e1e1;
  319. text-transform: uppercase;
  320. font-weight: bold;
  321. }
  322. .select:after {
  323. background: #858585;
  324. color: white;
  325. border-top-right-radius: 3px;
  326. border-bottom-right-radius: 3px;
  327. }
  328. /* @group .range */
  329. input[type="checkbox"] + span,
  330. input[type="radio"] + span {
  331. color: #fff;
  332. background: #a0a0a0;
  333. -webkit-border-radius: 3px;
  334. -moz-border-radius: 3px;
  335. border-radius: 3px;
  336. -webkit-background-clip: padding-box;
  337. -moz-background-clip: padding;
  338. background-clip: padding-box;
  339. -webkit-border-radius: 3px;
  340. -moz-border-radius: 3px;
  341. border-radius: 3px;
  342. -webkit-background-clip: padding-box;
  343. -moz-background-clip: padding;
  344. background-clip: padding-box;
  345. }
  346. input[type="checkbox"] + span::before,
  347. input[type="radio"] + span::before {
  348. background: #c1c1c1;
  349. -webkit-border-radius: 3px;
  350. -moz-border-radius: 3px;
  351. border-radius: 3px;
  352. -webkit-background-clip: padding-box;
  353. -moz-background-clip: padding;
  354. background-clip: padding-box;
  355. -webkit-border-radius: 3px;
  356. -moz-border-radius: 3px;
  357. border-radius: 3px;
  358. -webkit-background-clip: padding-box;
  359. -moz-background-clip: padding;
  360. background-clip: padding-box;
  361. }
  362. input[type="checkbox"]:checked + span,
  363. input[type="radio"]:checked + span {
  364. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  365. -webkit-border-radius: 3px;
  366. -moz-border-radius: 3px;
  367. border-radius: 3px;
  368. -webkit-background-clip: padding-box;
  369. -moz-background-clip: padding;
  370. background-clip: padding-box;
  371. -webkit-border-radius: 3px;
  372. -moz-border-radius: 3px;
  373. border-radius: 3px;
  374. -webkit-background-clip: padding-box;
  375. -moz-background-clip: padding;
  376. background-clip: padding-box;
  377. }
  378. /* @end */
  379. /* @group range */
  380. input[type="range"] {
  381. background-color: #c7c7c7;
  382. -webkit-border-radius: 3px;
  383. -moz-border-radius: 3px;
  384. border-radius: 3px;
  385. -webkit-background-clip: padding-box;
  386. -moz-background-clip: padding;
  387. background-clip: padding-box;
  388. -webkit-border-radius: 3px;
  389. -moz-border-radius: 3px;
  390. border-radius: 3px;
  391. -webkit-background-clip: padding-box;
  392. -moz-background-clip: padding;
  393. background-clip: padding-box;
  394. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  395. }
  396. input[type="range"]:active {
  397. box-shadow: none;
  398. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  399. }
  400. input[type="range"]::-webkit-slider-thumb {
  401. box-shadow: 0 0 4px #333;
  402. background: #fff;
  403. }
  404. input[type="range"]:active::-webkit-slider-thumb {
  405. box-shadow: 0px 0px 4px #34b7dc;
  406. }
  407. /* @end */
  408. /* @group .progress */
  409. .progress .labels {
  410. font-size: 12px;
  411. font-weight: bold;
  412. line-height: 18px;
  413. color: #858585;
  414. }
  415. .progress .bar {
  416. background: #c7c7c7;
  417. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  418. -webkit-border-radius: 3px;
  419. -moz-border-radius: 3px;
  420. border-radius: 3px;
  421. -webkit-background-clip: padding-box;
  422. -moz-background-clip: padding;
  423. background-clip: padding-box;
  424. -webkit-border-radius: 3px;
  425. -moz-border-radius: 3px;
  426. border-radius: 3px;
  427. -webkit-background-clip: padding-box;
  428. -moz-background-clip: padding;
  429. background-clip: padding-box;
  430. }
  431. .progress .bar .value {
  432. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  433. -webkit-border-radius: 3px;
  434. -moz-border-radius: 3px;
  435. border-radius: 3px;
  436. -webkit-background-clip: padding-box;
  437. -moz-background-clip: padding;
  438. background-clip: padding-box;
  439. -webkit-border-radius: 3px;
  440. -moz-border-radius: 3px;
  441. border-radius: 3px;
  442. -webkit-background-clip: padding-box;
  443. -moz-background-clip: padding;
  444. background-clip: padding-box;
  445. }
  446. .progress .bar .value .label {
  447. float: right;
  448. margin-right: 3px;
  449. font-weight: bold;
  450. color: rgba(0, 0, 0, 0.6);
  451. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  452. font-size: 12px;
  453. }
  454. /* @end */
  455. /* @end */
  456. .bubble {
  457. color: #fff;
  458. -webkit-border-radius: 7px;
  459. -moz-border-radius: 7px;
  460. border-radius: 7px;
  461. -webkit-background-clip: padding-box;
  462. -moz-background-clip: padding;
  463. background-clip: padding-box;
  464. -webkit-border-radius: 7px;
  465. -moz-border-radius: 7px;
  466. border-radius: 7px;
  467. -webkit-background-clip: padding-box;
  468. -moz-background-clip: padding;
  469. background-clip: padding-box;
  470. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  471. font-weight: bold !important;
  472. border: solid 1px #ffffff;
  473. box-shadow: 0 0 6px #000;
  474. }
  475. .bubble.count {
  476. background: #2c8bca -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c8bca), color-stop(100%, #154f93));
  477. }
  478. header .bubble.count {
  479. background: #2c2c2d;
  480. }
  481. /* @end */