custom.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* Colors */
  2. .nokia-border-state-default > b {
  3. border-left: 1px solid #C0DEED;
  4. border-right: 1px solid #C0DEED;
  5. }
  6. .nokia-border-state-default.nokia-border-top > b {
  7. background: #F2F9FC;
  8. }
  9. .nokia-border-state-default.nokia-border-bottom > b {
  10. background: #E6F3F9;
  11. }
  12. .nokia-border-state-default b.nokia-b1 {
  13. background: #C0DEED;
  14. }
  15. .nokia-border-state-active > b {
  16. border-left: 1px solid #1587AC;
  17. border-right: 1px solid #1587AC;
  18. }
  19. .nokia-border-state-active.nokia-border-top > b {
  20. background: #3FB6DE;
  21. }
  22. .nokia-border-state-active.nokia-border-bottom > b {
  23. background: #5CC2E3;
  24. }
  25. .nokia-border-state-active b.nokia-b1 {
  26. background: #1587AC;
  27. }
  28. .nokia-border-state-hover > b {
  29. border-left: 1px solid #2CB3E0;
  30. border-right: 1px solid #2CB3E0;
  31. }
  32. .nokia-border-state-hover.nokia-border-top > b {
  33. background: #D2EAEF;
  34. }
  35. .nokia-border-state-hover.nokia-border-bottom > b {
  36. background: #DFF0F3;
  37. }
  38. .nokia-border-state-hover b.nokia-b1 {
  39. background: #2CB3E0;
  40. }
  41. .nokia-border-state-highlight > b {
  42. border-left: 1px solid #2CB3E0;
  43. border-right: 1px solid #2CB3E0;
  44. }
  45. .nokia-border-state-highlight.nokia-border-top > b {
  46. background: #3FB6DE;
  47. }
  48. .nokia-border-state-highlight.nokia-border-bottom > b {
  49. background: #5CC2E3;
  50. }
  51. .nokia-border-state-highlight b.nokia-b1 {
  52. background: #2CB3E0;
  53. }
  54. .nokia-border-state-disabled > .nokia-b1 {
  55. background: #C8C8C8;
  56. }
  57. .nokia-border-state-disabled > b {
  58. opacity: .35;
  59. background-image: none;
  60. }
  61. /* Images */
  62. /* Carousel */
  63. .nokia-carousel-arrow-left {
  64. background-image: url(images/arrow-left.png);
  65. }
  66. .nokia-carousel-arrow-right {
  67. background-image: url(images/arrow-right.png);
  68. }
  69. /* Checkbox */
  70. .nokia-checkbox-icon {
  71. background-image: url(images/checkbox.png);
  72. }
  73. /* Datepicker */
  74. .nokia-datepicker-image {
  75. background: url(images/calendar.png) no-repeat;
  76. }
  77. .nokia-datepicker-image-hover {
  78. background-position: 0 -60px;
  79. }
  80. /* Dropdown */
  81. .nokia-dropdown-arrow {
  82. background-image: url(images/arrow-down.png);
  83. }
  84. /* Image Description */
  85. .nokia-imagedescription-arrow {
  86. background-image: url(images/imagedescription.png);
  87. }
  88. /* Options Menu */
  89. .nokia-optionsmenu-label-content {
  90. background: transparent url(images/arrow-down-small.png) no-repeat scroll 98% 50%;
  91. }
  92. .ui-state-active .nokia-optionsmenu-label-content {
  93. background: transparent url(images/arrow-down-small-active.png) no-repeat scroll 98% 50%;
  94. }
  95. /* Radiobox */
  96. .nokia-radiobox-icon {
  97. background-image: url(images/radiobox.png);
  98. }
  99. /* Rating */
  100. .nokia-rating-star {
  101. background-image: url(images/rating.png);
  102. }
  103. /* Scroll */
  104. .nokia-scroll-arrow {
  105. background: url(images/scroll.png);
  106. }
  107. /* Tooltip */
  108. .nokia-tooltip-border {
  109. border:1px solid #1587AC;
  110. }