Lungo.theme.default.css 13 KB

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