Lungo.theme.default.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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. /*
  11. //ARTIC
  12. @master-color: #2daf96;
  13. @master-color-light: #35d2b3;
  14. @master-color-dark: #22937d;
  15. */
  16. /*
  17. //GREEN
  18. @master-color: #2ea03c;
  19. @master-color-light: #34b745;
  20. @master-color-dark: #248831;
  21. */
  22. .app {
  23. background: #000000;
  24. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  25. }
  26. /* @group <header> & <footer> & <article> */
  27. header {
  28. background-color: #05b8e2;
  29. border-top: 1px solid #05bde9;
  30. border-bottom: 1px solid #07acd0;
  31. box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  32. }
  33. footer {
  34. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
  35. border-top: 1px inset #1c1c1c;
  36. }
  37. .title {
  38. color: #ffffff;
  39. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  40. }
  41. article {
  42. background-color: #f9f9f9;
  43. }
  44. article .title {
  45. color: #797979;
  46. text-shadow: 0px 1px 0px #fff;
  47. }
  48. /* @end */
  49. /* @group <nav> */
  50. nav a {
  51. color: rgba(255, 255, 255, 0.5);
  52. }
  53. nav a.current, nav a:active {
  54. color: #ffffff;
  55. }
  56. .toolbar a {
  57. color: rgba(255, 255, 255, 0.2);
  58. }
  59. .toolbar a.current, .toolbar nav a:active {
  60. background: #1c1c1c;
  61. box-shadow: inset 0px 0px 8px #101010;
  62. text-shadow: 0px 1px 4px #000;
  63. }
  64. /* @end */
  65. /* @group <aside> */
  66. aside {
  67. background: #252525;
  68. }
  69. aside a {
  70. color: #fff;
  71. text-shadow: 0px 1px 0px #000;
  72. border-bottom: 1px inset #101010;
  73. border-top: 1px inset #868686;
  74. }
  75. aside a.current {
  76. background: #1c1c1c;
  77. box-shadow: inset 0px 0px 8px #101010;
  78. border-top: 1px inset #1c1c1c;
  79. }
  80. aside a .icon {
  81. text-shadow: none;
  82. color: #7a7a7a;
  83. }
  84. aside .anchor {
  85. background: #101010;
  86. color: #7a7a7a;
  87. }
  88. aside ~ article {
  89. box-shadow: -1px 0px 4px #000000;
  90. }
  91. /* @end */
  92. /* @group .list */
  93. .list, .list li:not(.toolbar) a {
  94. color: #2a2a2a;
  95. }
  96. .list li {
  97. background: #fff;
  98. border-bottom: 1px inset #e1e1e1;
  99. }
  100. .list li:last-child {
  101. border-bottom: none;
  102. }
  103. .list li.selectable:active {
  104. background: #93d6e7;
  105. color: #1b6777;
  106. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  107. }
  108. .indented ul {
  109. border: 1px solid #e1e1e1;
  110. }
  111. .list .darker {
  112. background-color: #2c2c2d;
  113. color: #fff;
  114. text-shadow: 0px 1px 0px #000;
  115. }
  116. .list li.darker a {
  117. color: #fff !important;
  118. }
  119. .list .dark {
  120. background-color: #f4f4f4;
  121. box-shadow: inset 0px 1px 0px #fff;
  122. text-shadow: 0px 1px 0px #fff;
  123. }
  124. .list small, .list .onright:not(.bubble) {
  125. color: #888;
  126. }
  127. .list li.selectable:active small, .list li.selectable:active .onright:not(.bubble) {
  128. color: #34bcd7;
  129. color: #ffffff;
  130. }
  131. .list .tip {
  132. color: #7a7a7a;
  133. }
  134. .list li.anchor {
  135. background: #93d6e7;
  136. color: #1b6777;
  137. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  138. border: none;
  139. }
  140. .list .toolbar {
  141. border-bottom-color: rgba(0, 0, 0, 0.2);
  142. }
  143. .list .arrow:before {
  144. color: #a9a9a9;
  145. }
  146. .list .toolbar a {
  147. box-shadow: 1px 0px 0px #d9d9d9;
  148. }
  149. .list .toolbar a:last-child {
  150. box-shadow: none;
  151. }
  152. .list .toolbar a.current {
  153. background: transparent;
  154. color: #333;
  155. text-shadow: none !important;
  156. }
  157. /* @end */
  158. /* @group widgets */
  159. .splash {
  160. background: #07acd0;
  161. color: #fff;
  162. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  163. }
  164. /* @group .button */
  165. a.button {
  166. box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 2px 0px rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
  167. }
  168. a.button:active {
  169. box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
  170. }
  171. /* @end */
  172. /* @group <inputs> */
  173. input, textarea, select {
  174. border: 1px solid #e1e1e1;
  175. color: #858585;
  176. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  177. }
  178. input:focus, textarea:focus, select:focus {
  179. border-color: #05b8e2;
  180. color: #05b8e2;
  181. }
  182. label {
  183. color: #05b8e2;
  184. text-transform: uppercase;
  185. font-weight: bold;
  186. }
  187. .select:after {
  188. background: #858585;
  189. color: white;
  190. }
  191. input[type="checkbox"] + span, input[type="radio"] + span {
  192. color: #fff;
  193. background: #a0a0a0;
  194. }
  195. input[type="checkbox"] + span::before, input[type="radio"] + span::before {
  196. background: #c1c1c1;
  197. }
  198. input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
  199. background: #07acd0;
  200. }
  201. /* @end */
  202. .bubble {
  203. color: #fff;
  204. -webkit-border-radius: 2px;
  205. border-radius: 2px;
  206. -webkit-background-clip: padding-box;
  207. background-clip: padding-box;
  208. text-shadow: none;
  209. font-weight: bold !important;
  210. box-shadow: inset 0px 0px 1px #000000;
  211. }
  212. header .bubble.count {
  213. background: #2c2c2d;
  214. }
  215. .bubble.count {
  216. background: #05b8e2;
  217. }
  218. /* @end */