您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

print.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. /***** Roundcube|Mail message print styles *****/
  2. body
  3. {
  4. font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  5. background-color: #ffffff;
  6. color: #000000;
  7. margin: 2mm;
  8. }
  9. body, td, th, div, p
  10. {
  11. font-size: 9pt;
  12. color: #000000;
  13. }
  14. h3
  15. {
  16. font-size: 18px;
  17. color: #000000;
  18. }
  19. a, a:active, a:visited
  20. {
  21. color: #000000;
  22. }
  23. body > #logo
  24. {
  25. float: right;
  26. margin: 0 5mm 3mm 5mm;
  27. }
  28. table.headers-table
  29. {
  30. table-layout: fixed;
  31. margin-top: 14px;
  32. }
  33. table.headers-table tr td
  34. {
  35. font-size: 9pt;
  36. }
  37. table.headers-table td.header-title
  38. {
  39. color: #666666;
  40. font-weight: bold;
  41. text-align: right;
  42. vertical-align: top;
  43. padding-right: 4mm;
  44. white-space: nowrap;
  45. }
  46. table.headers-table tr td.subject
  47. {
  48. width: 90%;
  49. font-weight: bold;
  50. }
  51. #attachment-list
  52. {
  53. margin-top: 3mm;
  54. padding-top: 3mm;
  55. border-top: 1pt solid #cccccc;
  56. }
  57. #attachment-list li
  58. {
  59. font-size: 9pt;
  60. }
  61. #attachment-list li a
  62. {
  63. text-decoration: none;
  64. }
  65. #attachment-list li a:hover
  66. {
  67. text-decoration: underline;
  68. }
  69. #messagebody
  70. {
  71. position: relative;
  72. margin-top: 5mm;
  73. border-top: none;
  74. }
  75. div.message-part
  76. {
  77. padding: 2mm;
  78. margin-top: 5mm;
  79. margin-bottom: 5mm;
  80. border-top: 1pt solid #cccccc;
  81. }
  82. div.message-part a
  83. {
  84. color: #0000CC;
  85. }
  86. div.message-part div.pre
  87. {
  88. margin: 0;
  89. padding: 0;
  90. font-family: monospace;
  91. font-size: 12px;
  92. }
  93. div.message-part blockquote
  94. {
  95. color: blue;
  96. border-left: 2px solid blue;
  97. border-right: 2px solid blue;
  98. background-color: #F6F6F6;
  99. margin: 2px 0;
  100. padding: 0 0.4em;
  101. }
  102. div.message-part blockquote blockquote
  103. {
  104. color: green;
  105. border-left: 2px solid green;
  106. border-right: 2px solid green;
  107. }
  108. div.message-part blockquote blockquote blockquote
  109. {
  110. color: #990000;
  111. border-left: 2px solid #bb0000;
  112. border-right: 2px solid #bb0000;
  113. }
  114. p.image-attachment
  115. {
  116. position: relative;
  117. padding: 1em;
  118. border-top: 1px solid #ccc;
  119. }
  120. p.image-attachment a.image-link
  121. {
  122. float: left;
  123. display: block;
  124. margin-right: 2em;
  125. min-width: 160px;
  126. min-height: 60px;
  127. text-align: center;
  128. }
  129. p.image-attachment .image-filename
  130. {
  131. display: block;
  132. line-height: 1.6em;
  133. }
  134. p.image-attachment .attachment-links
  135. {
  136. display: none;
  137. }
  138. /* contact print */
  139. #contact-details fieldset {
  140. color: #666;
  141. border: 1px solid #999;
  142. margin-top: 5px;
  143. }
  144. #contact-details fieldset.contactfieldgroup {
  145. border: 0;
  146. padding: 0;
  147. margin: 0;
  148. }
  149. #contact-details div.row {
  150. padding: 2px 0;
  151. }
  152. #contact-details .contactfieldlabel {
  153. display: inline-block;
  154. vertical-align: top;
  155. width: 150px;
  156. overflow: hidden;
  157. text-overflow: ellipsis;
  158. }
  159. #contact-details .contactfieldcontent {
  160. display: inline-block;
  161. vertical-align: top;
  162. font-weight: bold;
  163. }
  164. #contact-details #contactphoto {
  165. float: left;
  166. margin: 5px 15px 5px 3px;
  167. width: 112px;
  168. border: 0;
  169. padding: 0;
  170. }
  171. #contact-details #contactpic {
  172. width: 112px;
  173. background: white;
  174. }
  175. #contact-details #contactpic img {
  176. max-width: 112px;
  177. visibility: inherit;
  178. }
  179. #contact-details #contacthead {
  180. border: 0;
  181. margin: 0 16em 0 0;
  182. padding: 0;
  183. }
  184. #contact-details #contacthead > legend {
  185. display: none;
  186. }
  187. #contact-details #contacthead .names span.namefield {
  188. font-size: 140%;
  189. font-weight: bold;
  190. }