lungo.theme.default.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* @group layout */
  2. .app {
  3. font-size:13px;
  4. background: #000;
  5. }
  6. article{
  7. background: #fff;
  8. }
  9. /* @group <header> & <footer> */
  10. header{
  11. background: #42474d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #42474d), color-stop(1, #2c3137));
  12. -webkit-box-shadow:
  13. inset 0px 1px 0px rgba(255,255,255,0.25),
  14. inset 0px -1px rgba(0,0,0,0.5),
  15. 0px 2px 2px rgba(0,0,0,0.2);}
  16. footer{
  17. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d));
  18. -webkit-box-shadow:
  19. inset 0px 1px rgba(0,0,0,0.5),
  20. 0px -1px 2px rgba(0,0,0,0.4);}
  21. .title{
  22. color: #fff;
  23. text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;
  24. text-transform: uppercase;}
  25. /* @end */
  26. /* @group <nav> */
  27. nav a {
  28. background: none;
  29. color: rgba(0,0,0,0.5);
  30. text-shadow: rgba(255,255,255,0.35) 0 1px 1px;}
  31. header:not(.toolbar) nav a, footer:not(.toolbar) nav a{
  32. text-shadow: none;
  33. -webkit-box-shadow:
  34. inset 0px 1px rgba(255,255,255,0.15),
  35. inset 1px 0px rgba(0,0,0,0.75),
  36. inset 2px 0px rgba(255,255,255,0.25);
  37. }
  38. nav a.current{
  39. background: rgba(255,255,255,0.15);
  40. color: #fff;
  41. text-shadow: rgba(0,0,0,1) 0 1px 1px;
  42. text-shadow: none;
  43. }
  44. //@ToDo: Change the colour for not .toolbar classed elements
  45. not(.toolbar) nav a.current{
  46. }
  47. .toolbar a:first-child{ -webkit-box-shadow: none; }
  48. /* @end */
  49. /* @group .list */
  50. .list {
  51. background: #c5c5c5;
  52. }
  53. .list li:not(.info){
  54. background: #fff;
  55. border-bottom: 1px inset #c3c4c6;
  56. color: #333;
  57. }
  58. .list li.toolbar{
  59. border-bottom-color: rgba(0,0,0,0.2);
  60. }
  61. .list li:not(.toolbar) a {
  62. color: #333;
  63. text-shadow: #fff 0px 1px 1px;
  64. -webkit-tap-highlight-color: #242525;
  65. }
  66. .list strong {
  67. color: #2343be;
  68. }
  69. .list small{
  70. opacity: 0.75;
  71. }
  72. .list .bubble{
  73. border: 1px solid rgba(0,0,0,0.15);
  74. -webkit-border-radius: 2px;
  75. color: #fff;
  76. text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  77. }
  78. .list .button{
  79. color: #fff;
  80. text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  81. }
  82. .list .arrow:before{
  83. color: #a9a9a9;}
  84. /* @group .anchor */
  85. .list li.anchor {
  86. background: #e1e1e1;
  87. color: #222;
  88. }
  89. /* @end */
  90. /* @group .anchor */
  91. .list li.search {
  92. border: none;
  93. -webkit-box-shadow:
  94. inset 0px 1px 0px rgba(255,255,255,0.1),
  95. inset 0px -1px 0px rgba(0,0,0,0.25);
  96. }
  97. /* @end */
  98. /* @group .info */
  99. .list li.info {
  100. border: none;
  101. -webkit-box-shadow:
  102. inset 0px 1px 0px rgba(255,255,255,0.1),
  103. inset 0px -1px 0px rgba(0,0,0,0.25);
  104. background: #cbcbcb;
  105. }
  106. .list .info strong{
  107. color: #333;
  108. }
  109. .list .info.contrast strong{
  110. color: #fff;
  111. }
  112. /* @end */
  113. /* @end */
  114. .list .contrast{
  115. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
  116. text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
  117. color: #fff;
  118. }
  119. .list .highlight{
  120. background: #499dc4 -webkit-gradient(linear, left top, left bottom, color-stop(0, #499dc4), color-stop(1, #0e8eb6)) !important;
  121. }
  122. /* @end */
  123. /* @group .classes */
  124. /* @end */
  125. /* @group widgets */
  126. /* @group <section>.splash */
  127. .splash article {
  128. background: #2c2c2d -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #2c2c2d), color-stop(1, #1c1d1d)) !important;
  129. color: #fff;
  130. text-shadow: rgba(0,0,0,0.5) 0 1px 1px;}
  131. /* @end */
  132. /* @group <inputs> */
  133. input, textarea, select {
  134. border: 1px solid #ccc;
  135. -webkit-border-radius: 2px;
  136. background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(0.15, #fff));}
  137. input:focus, textarea:focus, select:focus {
  138. border: 1px solid #058cf5;
  139. -webkit-box-shadow: 0 0 4px 1px #058cf5;
  140. background: #e8fefe;}
  141. .select:after {
  142. background: #ccc;
  143. color: white;
  144. -webkit-border-radius: 0 2px 2px 0;}
  145. /* @end */
  146. /* @group .counter (BETA) */
  147. .counter{
  148. background: #ee2c23;
  149. -webkit-border-radius: 2px;
  150. -moz-border-radius: 2px;
  151. color: #fff;
  152. }
  153. /* @end */
  154. /* @end */