Lungo.theme.default.css 13 KB

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