You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enigma.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /*** Style for Enigma plugin ***/
  2. /***** Messages displaying *****/
  3. #enigma-message,
  4. #messagebody div #enigma-message
  5. {
  6. margin: 0;
  7. margin-bottom: 5px;
  8. padding: 6px 12px 6px 30px;
  9. font-weight: bold;
  10. }
  11. div.enigmaerror,
  12. #messagebody div.enigmaerror
  13. {
  14. background: url(enigma_icons.png) 3px -201px no-repeat #f2cccd;
  15. border: 1px solid #c00005;
  16. color: #c00005;
  17. }
  18. div.enigmanotice,
  19. #messagebody div.enigmanotice
  20. {
  21. background: url(enigma_icons.png) 3px -171px no-repeat #c9e6d3;
  22. border: 1px solid #008a2e;
  23. color: #008a2e;
  24. }
  25. div.enigmawarning,
  26. #messagebody div.enigmawarning
  27. {
  28. background: url(enigma_icons.png) 3px -231px no-repeat #fef893;
  29. border: 1px solid #ffdf0e;
  30. color: #960;
  31. }
  32. #enigma-message a
  33. {
  34. color: #666666;
  35. padding-left: 10px;
  36. }
  37. #enigma-message a:hover
  38. {
  39. color: #333333;
  40. }
  41. p.enigmaattachment {
  42. margin: 0.5em 1em;
  43. width: auto;
  44. background: #f9f9f9;
  45. border: 1px solid #d3d3d3;
  46. border-radius: 4px;
  47. box-shadow: 0 0 2px #ccc;
  48. -webkit-box-shadow: 0 0 2px #ccc;
  49. }
  50. p.enigmaattachment a {
  51. display: block;
  52. background: url(enigma_icons.png) 8px -78px no-repeat;
  53. padding: 1em 0.5em 1em 46px;
  54. }
  55. /***** E-mail Compose Page *****/
  56. #messagetoolbar a.button.enigma {
  57. background: url(enigma_icons.png) center -122px no-repeat;
  58. }
  59. #enigmamenu {
  60. color: white;
  61. padding: 2px 5px;
  62. }
  63. /***** Keys/Certs Management *****/
  64. #settings-sections .enigma.keys a {
  65. background-image: url(enigma_icons.png);
  66. background-position: 7px -345px;
  67. background-repeat: no-repeat;
  68. }
  69. #settings-sections .enigma.keys.selected a {
  70. background-image: url(enigma_icons.png);
  71. background-position: 7px -368px;
  72. background-repeat: no-repeat;
  73. }
  74. #sections-table #rcmrowenigma .section {
  75. background-image: url(enigma_icons.png);
  76. background-position: 5px -297px;
  77. background-repeat: no-repeat;
  78. }
  79. #sections-table #rcmrowenigma.selected .section {
  80. background-image: url(enigma_icons.png);
  81. background-position: 5px -321px;
  82. background-repeat: no-repeat;
  83. }
  84. #mainscreen.enigma #settings-sections,
  85. #mainscreen.enigma #settings-right
  86. {
  87. top: 44px;
  88. }
  89. #enigmacontent-box
  90. {
  91. position: absolute;
  92. top: 0px;
  93. left: 272px;
  94. right: 0px;
  95. bottom: 0px;
  96. }
  97. #enigmakeyslist
  98. {
  99. position: absolute;
  100. top: 0;
  101. bottom: 0;
  102. left: 0;
  103. width: 260px;
  104. }
  105. #keylistcountbar
  106. {
  107. margin-top: 4px;
  108. margin-left: 4px;
  109. }
  110. #keys-table
  111. {
  112. width: 100%;
  113. table-layout: fixed;
  114. }
  115. #keys-table td
  116. {
  117. text-overflow: ellipsis;
  118. }
  119. #keystoolbar
  120. {
  121. position: absolute;
  122. top: -6px;
  123. left: 0;
  124. height: 40px;
  125. white-space: nowrap;
  126. z-index: 10;
  127. }
  128. #keystoolbar a.button
  129. {
  130. background: url(enigma_icons.png) 0 0 no-repeat transparent;
  131. }
  132. #keystoolbar a.import {
  133. background-position: center 0;
  134. }
  135. #keystoolbar a.export {
  136. background-position: center -40px;
  137. }