lungo.theme.default.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace LUNGO.Theme
  5. * @class Default
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. .app {
  10. background: #000000;
  11. }
  12. /* @group <header> & <footer> & <article> */
  13. header {
  14. background-color: #91bd09;
  15. border-top: 1px solid #b7de3f;
  16. border-bottom: 1px solid #758e29;
  17. box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  18. }
  19. footer {
  20. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1c1c));
  21. border-top: 1px inset #1c1c1c;
  22. }
  23. .title {
  24. color: #ffffff;
  25. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  26. }
  27. article {
  28. background-color: #f9f9f9;
  29. }
  30. article .title {
  31. color: #797979;
  32. text-shadow: 0px 1px 0px #fff;
  33. }
  34. /* @end */
  35. /* @group <nav> */
  36. nav a {
  37. color: rgba(255, 255, 255, 0.5);
  38. }
  39. nav a.current, nav a:active {
  40. color: #ffffff;
  41. }
  42. .toolbar a {
  43. color: rgba(255, 255, 255, 0.2);
  44. }
  45. .toolbar a.current, .toolbar a:active {
  46. background: #1c1c1c;
  47. box-shadow: inset 0px 0px 8px #101010;
  48. text-shadow: 0px 1px 4px #000;
  49. }
  50. /* @end */
  51. /* @group <aside> */
  52. aside {
  53. background: #252525;
  54. }
  55. aside a {
  56. color: #fff;
  57. text-shadow: 0px 1px 0px #000;
  58. border-bottom: 1px inset #101010;
  59. border-top: 1px inset #868686;
  60. }
  61. aside a.current {
  62. background: #1c1c1c;
  63. box-shadow: inset 0px 0px 8px #101010;
  64. border-top: 1px inset #1c1c1c;
  65. }
  66. aside a .icon {
  67. text-shadow: none;
  68. color: #7a7a7a;
  69. }
  70. aside .anchor {
  71. background: #101010;
  72. color: #7a7a7a;
  73. }
  74. aside ~ article {
  75. box-shadow: -1px 0px 4px #000000;
  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: #c1de6a;
  91. color: #5d7b03;
  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: #c1de6a;
  106. color: #5d7b03;
  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: #91bd09;
  144. color: #fff;
  145. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  146. }
  147. /* @group .button */
  148. a.button {
  149. 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);
  150. }
  151. a.button:active {
  152. box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
  153. }
  154. /* @end */
  155. /* @group <inputs> */
  156. input, textarea, select {
  157. border: 1px solid #e1e1e1;
  158. color: #858585;
  159. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  160. }
  161. input:focus, textarea:focus, select:focus {
  162. border-color: #91bd09;
  163. color: #91bd09;
  164. }
  165. label {
  166. color: #91bd09;
  167. text-transform: uppercase;
  168. font-weight: bold;
  169. }
  170. .select:after {
  171. background: #858585;
  172. color: white;
  173. }
  174. input[type="checkbox"] + span, input[type="radio"] + span {
  175. color: #fff;
  176. background: #a0a0a0;
  177. }
  178. input[type="checkbox"] + span::before, input[type="radio"] + span::before {
  179. background: #c1c1c1;
  180. }
  181. input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
  182. background: #758e29;
  183. }
  184. /* @end */
  185. .bubble {
  186. color: #fff;
  187. -webkit-border-radius: 2px;
  188. border-radius: 2px;
  189. -webkit-background-clip: padding-box;
  190. background-clip: padding-box;
  191. text-shadow: none;
  192. font-weight: bold !important;
  193. }
  194. header .bubble.count {
  195. background: #2c2c2d;
  196. }
  197. .bubble.count {
  198. background: #91bd09;
  199. }
  200. /* @end */