Lungo.theme.pro.css 4.5 KB

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