Lungo.theme.scaffold.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace LUNGO.Theme
  5. * @class Default
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. /* DIMENSIONS */
  10. /* COLORS */
  11. .app {
  12. background: #000000;
  13. font-family: Helvetica, Arial, sans-serif;
  14. }
  15. /* @group <header> & <footer> & <article> */
  16. section > header {
  17. background: #999999;
  18. -webkit-box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  19. -moz-box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  20. box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  21. -webkit-box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  22. -moz-box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  23. box-shadow: inset 0 1px 0 #cccccc , inset 0 -1px 0 #333333;
  24. z-index: 2;
  25. }
  26. section > header .title,
  27. section > header .subtitle {
  28. color: #ffffff;
  29. }
  30. section > footer {
  31. background: #333333;
  32. border-top: 1px inset #000000;
  33. color: #ffffff;
  34. }
  35. article {
  36. background: #cccccc;
  37. }
  38. /* @end */
  39. /* @group <nav> */
  40. header nav a {
  41. color: #ffffff;
  42. }
  43. header nav:not(.plain) a {
  44. -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  45. -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  46. box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  47. -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  48. -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  49. box-shadow: 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  50. }
  51. header nav:not(.plain) a.accept {
  52. background: rgba(0, 255, 0, 0.4);
  53. }
  54. header nav:not(.plain) a.cancel {
  55. background: rgba(255, 0, 0, 0.4);
  56. }
  57. header nav:not(.plain).onright a {
  58. -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  59. -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  60. box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  61. -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  62. -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  63. box-shadow: -1px 0 0 rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2);
  64. }
  65. header nav:not(.plain) a:active {
  66. -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  67. -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  68. box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  69. -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  70. -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  71. box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), inset 0 0 42px rgba(0,0,0,0.5);
  72. }
  73. header nav.plain a:active {
  74. text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  75. }
  76. .toolbar a {
  77. color: #cccccc;
  78. }
  79. .toolbar a.current,
  80. .toolbar a.active {
  81. color: #ffffff;
  82. background: #000000;
  83. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  84. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  85. box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  86. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  87. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  88. box-shadow: inset 0 1px 1px rgba(0,0,0,1), -1px 0 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
  89. }
  90. .groupbar {
  91. background: #333333;
  92. }
  93. .groupbar a {
  94. color: #cccccc;
  95. }
  96. .groupbar a.current {
  97. color: #ffffff;
  98. border-bottom: solid 3px #2566a4;
  99. }
  100. /* @end */
  101. /* @group <aside> */
  102. aside {
  103. color: #fff;
  104. background: #272727;
  105. background: #333;
  106. }
  107. aside header,
  108. aside footer {
  109. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  110. -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  111. box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  112. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  113. -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  114. box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.1);
  115. background: #272727;
  116. }
  117. aside article {
  118. background: none;
  119. }
  120. aside .list ul {
  121. background: none;
  122. }
  123. aside .list li {
  124. color: #F0F0F0;
  125. border-bottom: 1px solid #2f2f2f;
  126. }
  127. aside .list li strong {
  128. text-shadow: 0 1px 1px black;
  129. color: #fff;
  130. }
  131. aside .list li small {
  132. color: rgba(255, 255, 255, 0.3);
  133. }
  134. aside a.current {
  135. background: #2f2f2f;
  136. }
  137. section.aside {
  138. -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  139. -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  140. box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  141. -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  142. -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  143. box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  144. }
  145. section.aside.onright {
  146. -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  147. -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  148. box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  149. -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  150. -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  151. box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  152. }
  153. @media handheld, only screen and (min-width: 768px) {
  154. section.current,
  155. section.show {
  156. -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  157. -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  158. box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  159. -webkit-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  160. -moz-box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  161. box-shadow: -4px 0 8px rgba(0,0,0,0.5);
  162. }
  163. section.current.onright,
  164. section.show.onright {
  165. -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  166. -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  167. box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  168. -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  169. -moz-box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  170. box-shadow: 4px 0 8px rgba(0,0,0,0.5);
  171. }
  172. }
  173. /* @end */
  174. /* @group .list */
  175. .list,
  176. .list li:not(.toolbar) a {
  177. color: #2a2a2a;
  178. }
  179. .list ul {
  180. background: #fff;
  181. }
  182. .list li {
  183. border-bottom: 1px inset #f8f8f8;
  184. }
  185. .list li:last-child {
  186. border-bottom: none;
  187. }
  188. .list li.selectable:active {
  189. background: #cccccc;
  190. color: #333333;
  191. }
  192. .list li.selectable:active small,
  193. .list li.selectable:active .onright:not(.bubble) {
  194. color: #ffffff;
  195. text-shadow: none;
  196. }
  197. .list li small,
  198. .list li .onright:not(.bubble) {
  199. color: #888;
  200. }
  201. .list li strong {
  202. color: #134c81;
  203. }
  204. .list.indented li {
  205. border-left: solid 1px #e1e1e1;
  206. border-right: solid 1px #e1e1e1;
  207. }
  208. .list.indented li:first-child {
  209. border-top: solid 1px #e1e1e1;
  210. }
  211. .list.indented li:last-child {
  212. border-bottom: solid 1px #e1e1e1;
  213. }
  214. .list .anchor {
  215. color: #ffffff;
  216. background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  217. background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  218. background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  219. background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  220. background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
  221. background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  222. background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  223. background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  224. background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  225. background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
  226. border: none;
  227. }
  228. .list .tip {
  229. color: #7a7a7a;
  230. }
  231. .list .tip.theme {
  232. color: #fff;
  233. background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  234. background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  235. background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  236. background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  237. background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
  238. background-image: -webkit-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  239. background-image: -moz-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  240. background-image: -ms-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  241. background-image: -o-linear-gradient(top , #2c8bca 0% , #154f93 100%);
  242. background-image: linear-gradient(top , #2c8bca 0% , #154f93 100%);
  243. }
  244. .list .tip.dark {
  245. background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
  246. background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
  247. background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
  248. background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
  249. background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
  250. background-image: -webkit-linear-gradient(top , #353b42 0% , #272a2d 100%);
  251. background-image: -moz-linear-gradient(top , #353b42 0% , #272a2d 100%);
  252. background-image: -ms-linear-gradient(top , #353b42 0% , #272a2d 100%);
  253. background-image: -o-linear-gradient(top , #353b42 0% , #272a2d 100%);
  254. background-image: linear-gradient(top , #353b42 0% , #272a2d 100%);
  255. color: #fff;
  256. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  257. }
  258. .list .tip.dark a {
  259. color: #fff !important;
  260. }
  261. .list .toolbar {
  262. border-bottom-color: rgba(0, 0, 0, 0.2);
  263. }
  264. .list .toolbar .toolbar a {
  265. -webkit-box-shadow: 1px 0px 0px #d9d9d9;
  266. -moz-box-shadow: 1px 0px 0px #d9d9d9;
  267. box-shadow: 1px 0px 0px #d9d9d9;
  268. -webkit-box-shadow: 1px 0px 0px #d9d9d9;
  269. -moz-box-shadow: 1px 0px 0px #d9d9d9;
  270. box-shadow: 1px 0px 0px #d9d9d9;
  271. }
  272. .list .toolbar .toolbar a:last-child {
  273. -webkit-box-shadow: none;
  274. -moz-box-shadow: none;
  275. box-shadow: none;
  276. -webkit-box-shadow: none;
  277. -moz-box-shadow: none;
  278. box-shadow: none;
  279. }
  280. .list .toolbar .toolbar a.current {
  281. background: transparent;
  282. color: #333;
  283. text-shadow: none !important;
  284. }
  285. /* @end */
  286. /* @group widgets */
  287. .splash {
  288. background: #333333;
  289. color: #fff;
  290. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  291. }
  292. .indented ul {
  293. -webkit-border-radius: 3px;
  294. -moz-border-radius: 3px;
  295. border-radius: 3px;
  296. -webkit-background-clip: padding-box;
  297. -moz-background-clip: padding;
  298. background-clip: padding-box;
  299. -webkit-border-radius: 3px;
  300. -moz-border-radius: 3px;
  301. border-radius: 3px;
  302. -webkit-background-clip: padding-box;
  303. -moz-background-clip: padding;
  304. background-clip: padding-box;
  305. }
  306. .indented li:first-child {
  307. -webkit-border-radius: 3px 3px 0px 0px;
  308. -moz-border-radius: 3px 3px 0px 0px;
  309. border-radius: 3px 3px 0px 0px;
  310. -webkit-background-clip: padding-box;
  311. -moz-background-clip: padding;
  312. background-clip: padding-box;
  313. -webkit-border-radius: 3px 3px 0px 0px;
  314. -moz-border-radius: 3px 3px 0px 0px;
  315. border-radius: 3px 3px 0px 0px;
  316. -webkit-background-clip: padding-box;
  317. -moz-background-clip: padding;
  318. background-clip: padding-box;
  319. }
  320. .indented li:last-child {
  321. -webkit-border-radius: 0px 0px 3px 3px;
  322. -moz-border-radius: 0px 0px 3px 3px;
  323. border-radius: 0px 0px 3px 3px;
  324. -webkit-background-clip: padding-box;
  325. -moz-background-clip: padding;
  326. background-clip: padding-box;
  327. -webkit-border-radius: 0px 0px 3px 3px;
  328. -moz-border-radius: 0px 0px 3px 3px;
  329. border-radius: 0px 0px 3px 3px;
  330. -webkit-background-clip: padding-box;
  331. -moz-background-clip: padding;
  332. background-clip: padding-box;
  333. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  334. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  335. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  336. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  337. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  338. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  339. }
  340. /* @group .button */
  341. .button {
  342. color: #ffffff;
  343. font-weight: bold;
  344. }
  345. .button.default {
  346. background: #999999;
  347. }
  348. .button.default:active,
  349. .button.default.active {
  350. background: #333333;
  351. }
  352. /* @end */
  353. /* @group <form> */
  354. form label,
  355. .form label {
  356. color: #999;
  357. }
  358. input,
  359. textarea,
  360. select {
  361. border: 1px solid #ccc;
  362. color: #333333;
  363. font-family: Helvetica, Arial, sans-serif;
  364. }
  365. input:focus,
  366. textarea:focus,
  367. select:focus {
  368. color: #000;
  369. border-color: #333333;
  370. }
  371. .select:after {
  372. background: #ccc;
  373. color: white;
  374. }
  375. /* @group .range */
  376. input[type="checkbox"] + span,
  377. input[type="radio"] + span {
  378. color: #fff;
  379. background: #999999;
  380. }
  381. input[type="checkbox"] + span::before,
  382. input[type="radio"] + span::before {
  383. background: #cccccc;
  384. }
  385. input[type="checkbox"]:checked + span,
  386. input[type="radio"]:checked + span {
  387. background: #333333;
  388. }
  389. /* @end */
  390. /* @group range */
  391. input[type="range"] {
  392. background-color: #cccccc;
  393. }
  394. input[type="range"]:active {
  395. background: #999999;
  396. }
  397. input[type="range"]::-webkit-slider-thumb {
  398. background: #999999;
  399. }
  400. input[type="range"]:active::-webkit-slider-thumb {
  401. background: #333333;
  402. }
  403. /* @end */
  404. /* @group .progress */
  405. .progress .labels {
  406. font-size: 12px;
  407. font-weight: bold;
  408. line-height: 18px;
  409. color: #999999;
  410. }
  411. .progress .bar {
  412. background: #cccccc;
  413. }
  414. .progress .bar .value {
  415. background: #333333;
  416. }
  417. .progress .bar .value .label {
  418. float: right;
  419. margin-right: 3px;
  420. font-weight: bold;
  421. color: #ffffff;
  422. font-size: 12px;
  423. }
  424. /* @end */
  425. /* @end */
  426. .bubble {
  427. color: #fff;
  428. }
  429. .bubble.count {
  430. background: #999999;
  431. }
  432. header .bubble.count {
  433. background: #333333;
  434. }
  435. article .list .bubble {
  436. -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  437. -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  438. box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  439. -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  440. -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  441. box-shadow: inset 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(0,0,0,0.3), inset -1px 0 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
  442. }
  443. aside .list .bubble {
  444. background: rgba(0, 0, 0, 0.25);
  445. -webkit-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  446. -moz-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  447. box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  448. -webkit-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  449. -moz-box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  450. box-shadow: inset 0 1px 0 #1b212a), inset 0 -1px 0 #454c56;
  451. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  452. -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  453. box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  454. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  455. -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  456. box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(255,255,255,0.2);
  457. }
  458. /* @end */