EdgeToEdgeCategory.css 847 B

12345678910111213141516171819
  1. /* dojox.mobile.EdgeToEdgeCategory */
  2. .mblEdgeToEdgeCategory {
  3. position: relative;
  4. overflow: hidden;
  5. white-space: nowrap;
  6. text-overflow: ellipsis;
  7. margin: 0;
  8. padding: 0 8px;
  9. height: 30px;
  10. border-bottom: 1px solid #b5bcc7;
  11. background-color: #5cb0ff;
  12. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2.5%, #ffffff), color-stop(2.5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.68)), color-stop(10%, rgba(255, 255, 255, 0.68)), color-stop(1, rgba(255, 255, 255, 0)));
  13. font-size: 18px;
  14. font-family: Helvetica;
  15. font-weight: normal;
  16. text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  17. color: #000000;
  18. line-height: 32px;
  19. }