Lungo.theme.default.less 3.7 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. @import "mixins.less";
  10. .app {
  11. background: @black;
  12. }
  13. /* @group <header> & <footer> & <article> */
  14. header {
  15. background-color: #72be4b;
  16. border-top: 1px solid #84dd56;
  17. border-bottom: 1px solid #589739;
  18. }
  19. footer {
  20. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
  21. border-top: 1px inset #1c1c1c;
  22. }
  23. .title {
  24. color: #fff;
  25. //text-shadow: 0px -1px 0px rgba(0,0,0,0.5) ;
  26. text-shadow: 0px 1px 0px #589739;
  27. }
  28. article { background-color: #e2e2e2; }
  29. article .title {
  30. color: #797979;
  31. text-shadow: 0px 1px 0px #fff;
  32. }
  33. /* @end */
  34. /* @group <nav> */
  35. nav a { color: rgba(0,0,0,0.5); }
  36. nav a.current { color: #fff; }
  37. .toolbar a.current{
  38. background: #1c1c1c;
  39. box-shadow: inset 0px 0px 8px #101010;
  40. text-shadow: 0px 1px 4px #000;
  41. }
  42. /* @end */
  43. /* @group <aside> */
  44. aside {
  45. background: #252525;
  46. }
  47. aside a {
  48. color: #fff;
  49. text-shadow: 0px 1px 0px #000;
  50. border-bottom: 1px inset #101010;
  51. border-top: 1px inset #868686;
  52. }
  53. aside a.current {
  54. background: #1c1c1c;
  55. box-shadow: inset 0px 0px 8px #101010;
  56. border-top: 1px inset #1c1c1c;
  57. }
  58. aside a .icon {
  59. text-shadow: none;
  60. color: #7a7a7a;
  61. }
  62. aside .anchor {
  63. background: #101010;
  64. color: #7a7a7a;
  65. }
  66. aside ~ article {
  67. box-shadow: -1px 0px 4px #000;
  68. }
  69. /* @end */
  70. /* @group .list */
  71. .list, .list li:not(.toolbar) a {
  72. color: #333;
  73. }
  74. .list li {
  75. background: #fff;
  76. border-bottom: 1px inset #e6e6e6;
  77. }
  78. .list li:last-child { border-bottom: none; }
  79. .indented ul {
  80. border: 1px solid #c5c5c5;
  81. }
  82. .list .darker {
  83. background-color: #2c2c2d;
  84. color: #fff;
  85. text-shadow: 0px 1px 0px #000;
  86. }
  87. .list li.darker a{ color: #fff !important; }
  88. .list .dark {
  89. background-color: #f4f4f4;
  90. box-shadow: inset 0px 1px 0px #fff;
  91. text-shadow: 0px 1px 0px #fff;
  92. }
  93. .list small, .list .onright:not(.bubble) {
  94. color: #999;
  95. }
  96. .list .tip {
  97. color: #7a7a7a;
  98. }
  99. .list li.anchor {
  100. background: #f4f4f4;
  101. color: #222;
  102. }
  103. .list .toolbar {
  104. border-bottom-color: rgba(0,0,0,0.2);
  105. }
  106. .list .arrow:before {
  107. color: #a9a9a9;
  108. }
  109. .list .toolbar a { box-shadow: 1px 0px 0px #d9d9d9; }
  110. .list .toolbar a:last-child { box-shadow: none; }
  111. .list .toolbar a.current {
  112. background: transparent;
  113. color: #333;
  114. text-shadow: none !important;
  115. }
  116. /* @end */
  117. /* @group widgets */
  118. .splash {
  119. background: #019d5e -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #019d5e), color-stop(1, #006b41));
  120. color: #fff;
  121. text-shadow: 0px 1px 1px #000;
  122. }
  123. /* @group .button */
  124. a.button {
  125. box-shadow: inset 0 1px 0 rgba(34,57,100,0.6), inset 1px 0 0 rgba(34,57,100,0.4), inset -1px 0 0 rgba(34,57,100,0.5), inset 0 -1px 0 rgba(34,57,100,0.6), inset 0 2px 0 rgba(255,255,255,0.2), 0px 1px 0px rgba(255,255,255,0.2);
  126. }
  127. a.button:active {
  128. box-shadow:inset 0 1px 0 rgba(10,10,10,0.5), inset 1px 0 0 rgba(10,10,10,0.3), inset -1px 0 0 rgba(10,10,10,0.4), inset 0 -1px 0 rgba(10,10,10,0.5),inset 0 1px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255, 0.3);
  129. }
  130. /* @end */
  131. /* @group <inputs> */
  132. input, textarea, select {
  133. border: 1px solid #c5c5c5;
  134. background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.25, #fff));
  135. }
  136. .rounded input, textarea, select {
  137. .border-radius(2px);
  138. }
  139. input:focus, textarea:focus, select:focus {
  140. border: 1px solid #058cf5;
  141. .box-shadow(0px 0px 4px 0px #058cf5);
  142. background: #e8fefe;
  143. }
  144. .select:after {
  145. background: #ccc;
  146. color: white;
  147. }
  148. /* @end */
  149. .bubble {
  150. color: #fff;
  151. text-shadow: none;
  152. box-shadow: inset 0px 0px 2px rgba(0,0,0,0.7);
  153. }
  154. .bubble.count { background: #e33100; }
  155. /* @end */