Lungo.theme.default.css 13 KB

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