Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

mail.css 26KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555
  1. /**
  2. * Roundcube webmail styles for the Email section
  3. *
  4. * Copyright (c) 2012-2017, The Roundcube Dev Team
  5. * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
  6. *
  7. * The contents are subject to the Creative Commons Attribution-ShareAlike
  8. * License. It is allowed to copy, distribute, transmit and to adapt the work
  9. * by keeping credits to the original autors in the README file.
  10. * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
  11. */
  12. #mailview-left {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. width: 200px;
  17. bottom: 0;
  18. z-index: 1; /* fixes scrolling in Edge (#5750) */
  19. }
  20. #mailview-right {
  21. position: absolute;
  22. top: 0;
  23. left: 212px;
  24. right: 0;
  25. bottom: 0;
  26. }
  27. #mailview-right.fullwidth {
  28. left: 0;
  29. }
  30. #mailview-top {
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. right: 0;
  35. bottom: 0px;
  36. }
  37. html.ie #mailview-top {
  38. overflow: visible; /* fixes display issues of fixed list header in IE */
  39. }
  40. #mailview-bottom {
  41. display: none;
  42. position: absolute;
  43. left: 0;
  44. bottom: 0;
  45. right: 0;
  46. height: 0;
  47. border-radius: 4px;
  48. border-top: none;
  49. }
  50. #composeview-right #mailview-bottom {
  51. border-radius: 0 0 4px 4px;
  52. }
  53. #mailboxcontainer,
  54. #messagelistcontainer {
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. width: 100%;
  59. bottom: 0;
  60. outline: none;
  61. }
  62. #messagelistcontainer {
  63. top: 0;
  64. bottom: 30px;
  65. overflow: auto;
  66. }
  67. /* Real browsers accept this (not IE) */
  68. html>/**/body #messagelist {
  69. overflow: auto;
  70. overflow-x: hidden;
  71. }
  72. #messagelistfooter {
  73. position: absolute;
  74. bottom: 0;
  75. left: 0;
  76. right: 0;
  77. height: 22px;
  78. padding: 5px 6px 3px;
  79. border-top: 1px solid #ddd;
  80. background: #eaeaea;
  81. border-radius: 0 0 4px 4px;
  82. white-space: nowrap;
  83. }
  84. #messagelistfooter.rightalign {
  85. text-align: right;
  86. }
  87. #messagelistfooter #countcontrols {
  88. display: inline-block;
  89. }
  90. #messagelistfooter #listcontrols,
  91. #messagelistfooter #listselectors {
  92. display: inline-block;
  93. margin-right: 2em;
  94. vertical-align: middle;
  95. }
  96. #messagelistfooter #listselectors .menuselector {
  97. margin-top: -2px;
  98. }
  99. a.iconbutton.listmode {
  100. width: 26px;
  101. height: 20px;
  102. background-position: 0 -477px;
  103. }
  104. a.iconbutton.threadmode {
  105. width: 26px;
  106. height: 20px;
  107. background-position: 0 -497px;
  108. }
  109. a.iconbutton.listmode.selected {
  110. background-position: -26px -477px;
  111. }
  112. a.iconbutton.threadmode.selected {
  113. background-position: -26px -497px;
  114. }
  115. #mailboxlist > li:first-child {
  116. border-top: 0;
  117. }
  118. html.mozilla #mailboxlist > li:first-child {
  119. border-radius: 4px 4px 0 0;
  120. }
  121. .folderlist li.mailbox.unread > a {
  122. padding-right: 36px;
  123. }
  124. .folderlist li.unread {
  125. font-weight: bold;
  126. }
  127. .folderlist li.recent > a {
  128. color: #017cb4;
  129. }
  130. .folderlist li.mailbox .unreadcount {
  131. position: absolute;
  132. top: 3px;
  133. right: 6px;
  134. min-width: 1.8em;
  135. line-height: 15px;
  136. padding: 2px 4px;
  137. background: #6a939f;
  138. border-radius: 9px;
  139. color: #fff;
  140. text-align: center;
  141. font-weight: bold;
  142. text-shadow: none;
  143. }
  144. .folderlist li.mailbox.selected > a .unreadcount {
  145. background: #005d76;
  146. }
  147. .folderlist li.mailbox.recent > a .unreadcount {
  148. background: #006ca4;
  149. }
  150. #searchfilter {
  151. position: absolute;
  152. right: 256px;
  153. width: auto;
  154. top: 2px;
  155. }
  156. #searchfilter select {
  157. height: 26px;
  158. }
  159. #mailview-left select.mailboxlist {
  160. position: relative;
  161. top: 10px;
  162. width: 100%;
  163. }
  164. #messagetoolbar {
  165. position: absolute;
  166. top: -6px;
  167. left: 0;
  168. height: 40px;
  169. white-space: nowrap;
  170. }
  171. #messagetoolbar.fullwidth {
  172. right: 0;
  173. }
  174. #messagesearchtools {
  175. position: absolute;
  176. right: 0;
  177. top: 0;
  178. }
  179. #s_interval {
  180. margin: 3px 8px;
  181. }
  182. /*** message list ***/
  183. table.messagelist {
  184. z-index: 1;
  185. }
  186. table.messagelist.fixedcopy {
  187. z-index: 2;
  188. }
  189. .messagelist thead th:first-child {
  190. border-radius: 4px 0 0 0; /* for Chrome */
  191. }
  192. .messagelist tr > .attachment,
  193. .messagelist tr > .threads,
  194. .messagelist tr > .status,
  195. .messagelist tr > .flag,
  196. .messagelist tr > .priority {
  197. width: 20px;
  198. padding: 2px 3px !important;
  199. }
  200. .messagelist tr > .threads {
  201. width: 26px;
  202. }
  203. .messagelist tr > .threads + td,
  204. .messagelist tr > .threads + th {
  205. border-left: 0;
  206. }
  207. .messagelist tr > .size {
  208. width: 60px;
  209. text-align: right;
  210. }
  211. .messagelist thead tr th.size {
  212. text-align: left;
  213. }
  214. .messagelist tr > .fromto,
  215. .messagelist tr > .from,
  216. .messagelist tr > .to,
  217. .messagelist tr > .cc,
  218. .messagelist tr > .replyto {
  219. width: 200px;
  220. }
  221. .messagelist tr > .date {
  222. width: 155px;
  223. }
  224. .messagelist tr > .folder {
  225. width: 135px;
  226. }
  227. .messagelist tr > .hidden {
  228. display: none;
  229. }
  230. .messagelist tr.message {
  231. /* background-color: #fff; */
  232. }
  233. .messagelist tr.thread.expanded:not(.selected) td {
  234. background-color: #ededed;
  235. }
  236. .messagelist tr.unread {
  237. font-weight: bold;
  238. /* background-color: #fff; */
  239. }
  240. .messagelist tr.flagged th,
  241. .messagelist tr.flagged td,
  242. .messagelist tr.flagged td a {
  243. color: #f30;
  244. }
  245. .messagelist thead tr th.sortedASC a,
  246. .messagelist thead tr th.sortedDESC a {
  247. color: #004458;
  248. text-decoration: underline;
  249. background-image: url(images/listicons.png?v=c458.10409);
  250. background-repeat: no-repeat;
  251. background-position: right -912px;
  252. }
  253. .messagelist thead tr th.sortedASC a {
  254. background-position: right -944px;
  255. }
  256. .messagelist td img {
  257. vertical-align: middle;
  258. display: inline-block;
  259. }
  260. .messagelist tbody td a {
  261. color: #333;
  262. text-decoration: none;
  263. white-space: nowrap;
  264. cursor: default;
  265. }
  266. .messagelist tbody tr td.flag,
  267. .messagelist tbody tr td.status,
  268. .messagelist tbody tr td.subject span.status {
  269. cursor: pointer;
  270. }
  271. .messagelist tr > .flag span,
  272. .messagelist tr > .status span,
  273. .messagelist tr > .attachment span,
  274. .messagelist tr > .priority span {
  275. display: block;
  276. width: 20px;
  277. text-indent: -5000px;
  278. overflow: hidden;
  279. }
  280. .messagelist tr td div.collapsed,
  281. .messagelist tr td div.expanded,
  282. .messagelist tr > .threads .listmenu,
  283. .messagelist tr .attachment span.attachment,
  284. .messagelist tr .attachment span.report,
  285. .messagelist tr .attachment span.encrypted,
  286. .messagelist tr > .priority span.priority,
  287. .messagelist tr > .priority span.prio1,
  288. .messagelist tr > .priority span.prio2,
  289. .messagelist tr > .priority span.prio3,
  290. .messagelist tr > .priority span.prio4,
  291. .messagelist tr > .priority span.prio5,
  292. .messagelist tr .flag span.flagged,
  293. .messagelist tr .flag span.unflagged,
  294. .messagelist tr .flag span.unflagged:hover,
  295. .messagelist tr > .status span.status,
  296. .messagelist tr > .status span.msgicon,
  297. .messagelist tr > .status span.deleted,
  298. .messagelist tr > .status span.unread,
  299. .messagelist tr > .status span.unreadchildren,
  300. .messagelist tr > .subject span.msgicon,
  301. .messagelist tr > .subject span.deleted,
  302. .messagelist tr > .subject span.unread,
  303. .messagelist tr > .subject span.replied,
  304. .messagelist tr > .subject span.forwarded,
  305. .messagelist tr > .subject span.unreadchildren {
  306. display: inline-block;
  307. vertical-align: middle;
  308. height: 18px;
  309. width: 20px;
  310. padding: 0;
  311. background: url(images/listicons.png?v=c458.10409) -100px 0 no-repeat;
  312. }
  313. .messagelist tbody tr .attachment span.attachment {
  314. background-position: 0 -996px;
  315. }
  316. .messagelist thead tr .attachment span.attachment {
  317. background-position: -24px -996px;
  318. }
  319. .messagelist tbody tr .attachment span.report {
  320. background-position: -24px -1116px;
  321. }
  322. .messagelist tbody tr .attachment span.encrypted {
  323. background-position: 0 -2272px;
  324. }
  325. .messagelist thead tr th.priority span.priority {
  326. background-position: -25px -1845px;
  327. }
  328. .messagelist tr td.priority span.prio5 {
  329. background-position: -2px -1905px;
  330. }
  331. .messagelist tr td.priority span.prio4 {
  332. background-position: -2px -1885px;
  333. }
  334. .messagelist tr td.priority span.prio2 {
  335. background-position: -2px -1865px;
  336. }
  337. .messagelist tr td.priority span.prio1 {
  338. background-position: -2px -1845px;
  339. }
  340. /* thread parent message with flagged children */
  341. .messagelist tbody tr.flaggedroot .flag span {
  342. background-position: -23px -1076px;
  343. }
  344. .messagelist tbody tr .flag span.flagged {
  345. background-position: 0 -1036px;
  346. }
  347. .messagelist thead tr th.flag span.flagged {
  348. background-position: -22px -1037px;
  349. }
  350. .messagelist tr:hover td.status span.msgicon {
  351. background-position: -23px -1057px;
  352. }
  353. .messagelist tr:hover .flag span.unflagged {
  354. background-position: -23px -1076px;
  355. }
  356. .messagelist tr td.subject span.msgicon,
  357. .messagelist tr td.subject span.unreadchildren {
  358. background-position: 0 -1056px;
  359. margin: 0 1px 0 0;
  360. width: 24px;
  361. }
  362. .messagelist tr td.subject span.replied {
  363. background-position: 0 -1076px;
  364. }
  365. .messagelist tr td.subject span.forwarded {
  366. background-position: 0 -1096px;
  367. }
  368. .messagelist tr td.subject span.replied.forwarded {
  369. background-position: 0 -1116px;
  370. }
  371. .messagelist tr td.status span.msgicon,
  372. .messagelist tr td.flag span.unflagged,
  373. .messagelist tr td.status span.unreadchildren {
  374. background-position: 0 1056px; /* no icon */
  375. }
  376. /*
  377. .messagelist tr td.status span.msgicon:hover {
  378. background-position: 0 -272px;
  379. }
  380. */
  381. .messagelist tr td.status span.deleted,
  382. .messagelist tr:hover td.status span.deleted,
  383. .messagelist tr td.subject span.deleted {
  384. background-position: -21px -1096px;
  385. }
  386. .messagelist tr td.status span.status,
  387. .messagelist tr td.status span.unread,
  388. .messagelist tr td.subject span.unread,
  389. .messagelist tr td.status span.unread:hover {
  390. background-position: 0 -1017px !important;
  391. }
  392. .messagelist thead tr th.status span.status {
  393. background-position: -23px -1017px;
  394. }
  395. .messagelist tr td div.collapsed {
  396. background-position: 0 -1137px;
  397. cursor: pointer;
  398. }
  399. .messagelist tr td div.expanded {
  400. background-position: 0 -1157px;
  401. cursor: pointer;
  402. }
  403. .messagelist tr th.threads .listmenu {
  404. background-position: 4px -972px;
  405. cursor: pointer;
  406. width: 24px;
  407. height: 21px;
  408. overflow: hidden;
  409. text-indent: -5000px;
  410. margin: -3px -5px -2px -6px;
  411. padding: 3px 5px 2px 6px;
  412. }
  413. .messagelist tr th.threads .listmenu:focus {
  414. background-color: rgba(73,180,210,0.7);
  415. outline: none;
  416. }
  417. .messagelist thead tr th.subject,
  418. .messagelist tbody tr td.subject {
  419. width: 99%;
  420. white-space: nowrap;
  421. }
  422. .messagelist tbody tr td.subject a {
  423. cursor: default;
  424. vertical-align: middle; /* #1487091 */
  425. }
  426. /* thread parent message with unread children */
  427. .messagelist tbody tr.unroot td.subject a {
  428. text-decoration: underline;
  429. }
  430. /**** tree indicators ****/
  431. .messagelist tbody tr td span.branch div {
  432. display: inline-block;
  433. }
  434. .messagelist tbody tr td span.branch div.tree {
  435. width: 15px;
  436. }
  437. #listoptions ul.proplist {
  438. min-width: 16em;
  439. }
  440. /**** message view ****/
  441. #mailpreviewframe {
  442. display: none;
  443. position: absolute;
  444. top: 0;
  445. left: 0;
  446. width: 100%;
  447. bottom: 0px;
  448. }
  449. #messagecontframe {
  450. border: 0;
  451. border-radius: 4px;
  452. }
  453. #messagecontent {
  454. position: absolute;
  455. top: 110px;
  456. left: 0;
  457. width: 100%;
  458. bottom: 1px;
  459. overflow: auto;
  460. -webkit-overflow-scrolling: touch;
  461. }
  462. #messageheader,
  463. #composeheaders {
  464. position: relative;
  465. padding: 3px 0;
  466. background: #f9f9f9;
  467. border-bottom: 1px solid #dfdfdf;
  468. }
  469. #mailview-right #messageheader {
  470. border-radius: 4px 4px 0 0;
  471. padding-left: 78px;
  472. /* avoid headers eating up all the vertical space */
  473. max-height: 50%;
  474. overflow: auto;
  475. }
  476. h2.subject {
  477. font-size: 15px;
  478. margin: 0 15em 0 0;
  479. padding: 4px 8px 2px 8px;
  480. white-space: nowrap;
  481. overflow: hidden;
  482. text-overflow: ellipsis;
  483. }
  484. #mailview-right #messageheader h2.subject {
  485. margin-left: -56px;
  486. }
  487. h3.subject {
  488. font-size: 14px;
  489. margin: 0 15em 0 0;
  490. padding: 8px 8px 4px 8px;
  491. white-space: nowrap;
  492. overflow: hidden;
  493. text-overflow: ellipsis;
  494. }
  495. .headers-table td {
  496. color: #666;
  497. padding: 1px 8px;
  498. }
  499. .headers-table td.header,
  500. .ui-dialog-content.popup span.adr {
  501. font-weight: bold;
  502. }
  503. .headers-table td.header-title {
  504. white-space: nowrap;
  505. }
  506. .headers-table td.header a,
  507. .ui-dialog-content.popup span.adr a {
  508. color: #666;
  509. text-decoration: none;
  510. }
  511. .headers-table td.header a:hover,
  512. .ui-dialog-content.popup span.adr a:hover {
  513. text-decoration: underline;
  514. }
  515. .headers-table td.subject {
  516. color: #333;
  517. font-weight: bold;
  518. }
  519. .headers-table td.header span,
  520. .ui-dialog-content.popup span.adr {
  521. white-space: nowrap;
  522. }
  523. .headers-table td.header a.morelink {
  524. color: #0069a6;
  525. white-space: nowrap;
  526. font-weight: normal;
  527. }
  528. .rcmaddcontact {
  529. position: relative;
  530. top: 1px;
  531. margin-left: 0.5em;
  532. }
  533. .rcmaddcontact imp {
  534. width: 20px;
  535. height: 13px;
  536. }
  537. #preview-allheaders {
  538. display: none;
  539. }
  540. #preview-allheaders td.header-title,
  541. #preview-shortheaders td.header-title {
  542. padding-left: 0;
  543. }
  544. #preview-shortheaders td.header {
  545. padding-right: 18px;
  546. }
  547. .moreheaderstoggle {
  548. display: block;
  549. position: absolute;
  550. top: 0;
  551. left: 0;
  552. bottom: 0;
  553. width: 18px;
  554. padding: 0;
  555. outline: none;
  556. background: #e9e9e9;
  557. border-right: 1px solid #dfdfdf;
  558. border-radius: 3px 0 0 0; /* for Opera */
  559. }
  560. .moreheaderstoggle:focus {
  561. background: #66bcd9;
  562. border-right-color: #66bcd9;
  563. }
  564. .moreheaderstoggle .iconlink {
  565. display: inline-block;
  566. position: absolute;
  567. top: 8px;
  568. left: 0;
  569. width: 18px;
  570. height: 16px;
  571. background: url(images/buttons.png?v=d70c.9130) -27px -242px no-repeat;
  572. }
  573. .moreheaderstoggle.remove .iconlink {
  574. top: auto;
  575. bottom: 5px;
  576. background-position: -5px -242px;
  577. }
  578. #full-headers {
  579. position: relative;
  580. }
  581. div.more-headers {
  582. position: absolute;
  583. top: -12px;
  584. right: 10px;
  585. width: 12px;
  586. height: 10px;
  587. cursor: pointer;
  588. background: url(images/buttons.png?v=d70c.9130) center -1579px no-repeat;
  589. }
  590. div.hide-headers {
  591. background-position: center -1590px;
  592. }
  593. #all-headers {
  594. position: relative;
  595. margin: 4px 10px;
  596. padding: 0;
  597. height: 180px;
  598. border: 1px solid #ccc;
  599. border-radius: 4px;
  600. background: #fdfdfd;
  601. }
  602. #headers-source {
  603. display: none;
  604. position: absolute;
  605. top: 0;
  606. left: 0;
  607. right: 0;
  608. bottom: 0;
  609. padding: 3px 6px;
  610. overflow: auto;
  611. text-align: left;
  612. color: #333;
  613. }
  614. #messageheader.previewheader #all-headers {
  615. margin-left: 0;
  616. }
  617. #messageheader.previewheader {
  618. position: relative;
  619. height: auto;
  620. min-height: 52px;
  621. padding: 0 0 3px 72px;
  622. }
  623. #messageheader.previewheader h3.subject {
  624. padding: 8px 8px 2px 0;
  625. }
  626. #messageheader.previewheader #contactphoto {
  627. display: block;
  628. position: absolute;
  629. top: 11px;
  630. left: 30px;
  631. width: 32px;
  632. height: 32px;
  633. overflow: hidden;
  634. background: url(images/contactpic_32px.png?v=ee80.246) center center no-repeat #fff;
  635. border-radius: 3px;
  636. }
  637. #messageheader.previewheader #contactphoto img {
  638. width: 32px;
  639. height: auto;
  640. border-radius: 3px;
  641. }
  642. #messageheader .message-headers {
  643. min-height: 60px;
  644. }
  645. #messageheader #contactphoto {
  646. display: block;
  647. position: absolute;
  648. top: 34px;
  649. left: 30px;
  650. width: 48px;
  651. height: 48px;
  652. overflow: hidden;
  653. border-radius: 4px;
  654. border: 1px solid #e6e6e6;
  655. background: url(images/contactpic_48px.png?v=1bc4.353) center center no-repeat #fff;
  656. }
  657. #messageheader #contactphoto img {
  658. width: 48px;
  659. height: auto;
  660. border-radius: 4px;
  661. }
  662. #messageheader #countcontrols,
  663. #messageheader #formatcontrols {
  664. position: absolute;
  665. top: 8px;
  666. right: 8px;
  667. text-align: right;
  668. white-space: nowrap;
  669. }
  670. #messageheader #formatcontrols {
  671. top: 38px;
  672. right: 8px;
  673. }
  674. #messageheader .pagenav .countdisplay {
  675. padding-right: 0.5em;
  676. white-space: nowrap;
  677. }
  678. #messagecontent .leftcol,
  679. #messagepreview .leftcol {
  680. margin-right: 252px;
  681. }
  682. #messagecontent .rightcol,
  683. #messagepreview .rightcol {
  684. position: absolute;
  685. right: 8px;
  686. width: 230px;
  687. min-height: 200px;
  688. background: #f0f0f0;
  689. padding: 8px;
  690. border-radius: 4px;
  691. z-index: 1;
  692. }
  693. #messagecontent .rightcol {
  694. margin-top: 8px;
  695. }
  696. #messagebody {
  697. position: relative;
  698. margin: 8px;
  699. }
  700. #messagebody.mailvelope {
  701. margin: 0;
  702. }
  703. #message-objects div,
  704. #messagebody span.part-notice {
  705. margin: 8px;
  706. }
  707. #message-objects div.notice {
  708. display: block;
  709. color: #960;
  710. border: 1px solid #ffdf0e;
  711. background-color: #fef893;
  712. background-position: 5px -83px;
  713. padding: 6px 12px 6px 30px;
  714. white-space: normal;
  715. }
  716. #message-objects div a.button,
  717. #messagebody span.part-notice a.button {
  718. margin-left: 10px;
  719. margin-top: -1px;
  720. }
  721. div.message-part,
  722. div.message-htmlpart,
  723. div.message-partheaders {
  724. padding: 10px 2px;
  725. border-top: 1px solid #ccc;
  726. }
  727. #messagebody div:first-child {
  728. padding-top: 0;
  729. border-top: 0;
  730. }
  731. div.message-part div.pre {
  732. margin: 0;
  733. padding: 0;
  734. font-family: monospace;
  735. font-size: 12px;
  736. }
  737. div.message-part span.sig {
  738. color: #666;
  739. }
  740. div.message-part blockquote {
  741. color: blue;
  742. border-left: 2px solid blue;
  743. border-right: 2px solid blue;
  744. background-color: #F6F6F6;
  745. margin: 2px 0;
  746. padding: 0 0.4em;
  747. overflow: hidden;
  748. text-overflow: ellipsis;
  749. }
  750. div.message-part blockquote blockquote {
  751. color: green;
  752. border-left: 2px solid green;
  753. border-right: 2px solid green;
  754. }
  755. div.message-part blockquote blockquote blockquote {
  756. color: #900;
  757. border-left: 2px solid #b00;
  758. border-right: 2px solid #b00;
  759. }
  760. div.message-partheaders {
  761. margin-top: 8px;
  762. padding: 8px 0;
  763. }
  764. div.message-partheaders .headers-table {
  765. width: 100%;
  766. }
  767. div.message-partheaders .headers-table td.header-title {
  768. width: 1%;
  769. padding-left: 0;
  770. vertical-align: top;
  771. }
  772. div.message-partheaders .headers-table td.header {
  773. width: 99%;
  774. }
  775. #messagebody > hr {
  776. color: #fff;
  777. background: #fff;
  778. border: 0;
  779. border-bottom: 2px solid #f0f0f0;
  780. }
  781. #messagebody fieldset.image-attachment {
  782. border: 0;
  783. border-top: 1px solid #ccc;
  784. margin-top: 1em;
  785. }
  786. #messagebody fieldset.image-attachment p > img {
  787. max-width: 80%;
  788. }
  789. #messagebody legend.image-filename {
  790. color: #999;
  791. font-size: 0.9em;
  792. margin: 0 1em;
  793. }
  794. #messagebody p.image-attachment {
  795. position: relative;
  796. padding: 1em;
  797. margin-bottom: 0;
  798. border-top: 1px solid #ccc;
  799. }
  800. #messagebody p.image-attachment a.image-link {
  801. float: left;
  802. display: block;
  803. margin-right: 2em;
  804. min-width: 160px;
  805. min-height: 60px;
  806. text-align: center;
  807. }
  808. #messagebody p.image-attachment .image-filename {
  809. display: block;
  810. font-weight: bold;
  811. line-height: 1.6em;
  812. }
  813. #messagebody p.image-attachment .image-filesize {
  814. padding-right: 1em;
  815. }
  816. #messagebody p.image-attachment .attachment-links a {
  817. margin-right: 0.6em;
  818. }
  819. #messagepartcontainer {
  820. position: absolute;
  821. top: 0;
  822. left: 232px;
  823. right: 0;
  824. bottom: 0;
  825. }
  826. #messagepartframe {
  827. border: 0;
  828. width: 100%;
  829. height: 100%;
  830. }
  831. #messagepartheader {
  832. position: absolute;
  833. top: 0;
  834. left: 0;
  835. width: 220px;
  836. bottom: 0;
  837. }
  838. #messagepartheader table {
  839. table-layout: fixed;
  840. overflow: hidden;
  841. }
  842. #messagepartheader table td {
  843. text-overflow: ellipsis;
  844. overflow: hidden;
  845. }
  846. #messagepartheader table td.title {
  847. width: 60px;
  848. padding-right: 0;
  849. }
  850. /*** message composition ***/
  851. #composeview-left {
  852. position: absolute;
  853. top: 0;
  854. left: 0;
  855. width: 200px;
  856. bottom: 0;
  857. }
  858. #composeview-right {
  859. position: absolute;
  860. top: 0;
  861. left: 212px;
  862. right: 0;
  863. bottom: 0;
  864. }
  865. #compose-contacts {
  866. position: absolute;
  867. top: 0;
  868. left: 0;
  869. width: 100%;
  870. bottom: 0;
  871. }
  872. #compose-contacts .listsearchbox {
  873. display: block;
  874. }
  875. #compose-contacts #directorylist {
  876. border-bottom: 4px solid #c7e3ef;
  877. }
  878. #compose-contacts .scroller {
  879. top: 65px;
  880. }
  881. #contacts-table {
  882. table-layout: fixed;
  883. }
  884. #contacts-table td {
  885. width: 100%;
  886. }
  887. #contacts-table td span {
  888. display: block;
  889. }
  890. #contacts-table td span.email {
  891. display: inline;
  892. color: #69939e;
  893. font-style: italic;
  894. margin-left: 0.5em;
  895. }
  896. #compose-contacts li a,
  897. #contacts-table td {
  898. background-image: url(images/listicons.png?v=c458.10409);
  899. background-position: -100px 0;
  900. background-repeat: no-repeat;
  901. overflow: hidden;
  902. text-overflow: ellipsis;
  903. }
  904. #compose-contacts li a {
  905. padding-left: 36px;
  906. }
  907. #contacts-table td.contactgroup a {
  908. color: #376572;
  909. text-decoration: none;
  910. }
  911. #contacts-table td.contactgroup a span {
  912. display: inline-block;
  913. font-size: 16px;
  914. font-weight: bold;
  915. line-height: 11px;
  916. margin-left: 0.3em;
  917. }
  918. #contacts-table tr:first-child td {
  919. border-top: 0;
  920. }
  921. #compose-contacts li.addressbook a {
  922. background-position: 6px -766px;
  923. }
  924. #compose-contacts li.addressbook a:focus,
  925. #compose-contacts li.addressbook.selected a {
  926. background-position: 6px -791px;
  927. }
  928. #contacts-table td.contactgroup {
  929. background-position: 6px -1553px;
  930. }
  931. #contacts-table tr.selected td.contactgroup {
  932. background-position: 6px -1577px;
  933. }
  934. #contacts-table td.contact {
  935. background-position: 6px -1601px;
  936. }
  937. #contacts-table tr.selected td.contact {
  938. background-position: 6px -1625px;
  939. }
  940. #compose-content {
  941. position: absolute;
  942. top: 0;
  943. left: 0;
  944. right: 0;
  945. bottom: 0px;
  946. overflow: hidden;
  947. }
  948. #composeheaders {
  949. border-radius: 4px 4px 0 0;
  950. padding-left: 19px;
  951. }
  952. #composebuttons {
  953. position: absolute;
  954. top: 6px;
  955. right: 6px;
  956. width: auto;
  957. white-space: nowrap;
  958. z-index: 100;
  959. }
  960. #composebuttons a.button.extwin {
  961. padding: 2px 3px;
  962. }
  963. .compose-headers {
  964. width: 99%;
  965. margin-bottom: 2px;
  966. }
  967. .compose-headers td {
  968. padding: 2px 4px;
  969. }
  970. .compose-headers td.title {
  971. width: 11%;
  972. white-space: nowrap;
  973. padding-left: 6px;
  974. }
  975. .compose-headers td.title label {
  976. float: left;
  977. }
  978. .compose-headers td.title a.iconbutton {
  979. float: right;
  980. position: relative;
  981. top: -2px;
  982. width: 15px;
  983. }
  984. .compose-headers td.editfield {
  985. width: 90%;
  986. padding-left: 4px;
  987. }
  988. .compose-headers td.editfield a.iconlink {
  989. margin-left: 0.5em;
  990. }
  991. .compose-headers td.formlinks {
  992. padding: 0 4px;
  993. }
  994. .compose-headers td.top {
  995. vertical-align: top;
  996. padding-top: 10px;
  997. }
  998. .compose-headers td textarea,
  999. .compose-headers td input {
  1000. width: 100%;
  1001. resize: none;
  1002. }
  1003. #compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {
  1004. display: none;
  1005. }
  1006. #composeoptions {
  1007. display: none;
  1008. padding: 2px 0 0 8px;
  1009. white-space: normal;
  1010. border-top: 1px solid #dfdfdf;
  1011. }
  1012. .composeoption {
  1013. color: #666;
  1014. padding-right: 22px;
  1015. white-space: nowrap;
  1016. }
  1017. #composeoptions .composeoption {
  1018. display: inline-block;
  1019. padding: 4px 22px 4px 0;
  1020. }
  1021. #composeoptions .composeoption:last-child {
  1022. padding-right: 4px;
  1023. }
  1024. .mozilla .composeoption input {
  1025. vertical-align: -3px;
  1026. }
  1027. #composeview-bottom {
  1028. position: relative;
  1029. width: 100%;
  1030. height: 200px;
  1031. }
  1032. #composebodycontainer {
  1033. position: absolute;
  1034. top: 0;
  1035. left: 0;
  1036. right: 260px;
  1037. bottom: 0;
  1038. border-radius: 0 0 0 4px;
  1039. }
  1040. #composebodycontainer.buttons {
  1041. bottom: 42px;
  1042. }
  1043. #composebodycontainer.mailvelope {
  1044. right: 0;
  1045. z-index: 10;
  1046. }
  1047. #composebodycontainer.mailvelope > iframe[scrolling='no'] {
  1048. position: relative;
  1049. top: -12px;
  1050. }
  1051. #composebody {
  1052. position: absolute;
  1053. top: 0;
  1054. left: 0;
  1055. bottom: 0;
  1056. width: 99%;
  1057. border: 0;
  1058. border-radius: 0 0 0 4px;
  1059. padding: 4px;
  1060. resize: none;
  1061. font-family: monospace;
  1062. font-size: 9pt;
  1063. outline: none;
  1064. }
  1065. #composebody:active,
  1066. #composebody:focus {
  1067. box-shadow: inset 0 0 3px 2px rgba(71,135,177, 0.9);
  1068. }
  1069. #compose-attachments {
  1070. position: absolute;
  1071. right: 0;
  1072. top: 1px;
  1073. bottom: 0;
  1074. width: 240px;
  1075. background: #f0f0f0;
  1076. border-style: solid;
  1077. border-color: #f0f0f0 #f0f0f0 #f0f0f0 #ddd;
  1078. border-width: 1px;
  1079. padding: 8px;
  1080. overflow: auto;
  1081. }
  1082. #compose-attachments.droptarget {
  1083. background-image: url(images/filedrop.png?v=be5d.415);
  1084. background-position: center bottom;
  1085. background-repeat: no-repeat;
  1086. }
  1087. #compose-attachments.droptarget.hover,
  1088. #compose-attachments.droptarget.active {
  1089. border-color: #017db4;
  1090. box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
  1091. }
  1092. #compose-attachments.droptarget.hover {
  1093. background-color: #d9ecf4;
  1094. box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
  1095. }
  1096. #compose-attachments .attachment-size {
  1097. color: #888;
  1098. }
  1099. #compose-attachments .hint {
  1100. color: #666;
  1101. margin: 0 0 8px;
  1102. }
  1103. #composeview-bottom .formbuttons.floating {
  1104. position: absolute;
  1105. width: auto;
  1106. right: 260px;
  1107. z-index: 200;
  1108. padding-bottom: 8px;
  1109. }
  1110. #composebodycontainer .mce-tinymce {
  1111. border: 0 !important;
  1112. margin-top: 1px;
  1113. }
  1114. #composebodycontainer .mce-panel {
  1115. border-color: #ccc !important;
  1116. background: #f0f0f0;
  1117. }
  1118. #composebody_toolbargroup {
  1119. border-bottom: 1px solid #ddd;
  1120. }
  1121. #uploadform a.iconlink {
  1122. margin-left: 1em;
  1123. text-indent: -5000px;
  1124. }
  1125. #uploadform form div {
  1126. margin: 4px 0;
  1127. }
  1128. /**** Styles for widescreen (3-column) view ****/
  1129. .widescreen #mailview-top {
  1130. bottom: 0;
  1131. width: 400px;
  1132. height: auto;
  1133. }
  1134. .widescreen #mailview-bottom {
  1135. left: 412px;
  1136. top:0;
  1137. border: 1px solid #b2b8bf;
  1138. }
  1139. #messagelistheader,
  1140. .widescreen #messagelistfooter #countcontrols,
  1141. .widescreen .messagelist > thead,
  1142. .widescreen .messagelist .branch,
  1143. .widescreen table.fixedcopy {
  1144. display: none;
  1145. }
  1146. .widescreen #messagelistcontainer {
  1147. top: 34px;
  1148. overflow-x: hidden;
  1149. }
  1150. .widescreen #messagelistheader {
  1151. display: block;
  1152. position: absolute;
  1153. top: 0;
  1154. left: 0;
  1155. right: 0;
  1156. height: 34px;
  1157. padding: 6px 6px;
  1158. background: #efefef;
  1159. border-radius: 4px 4px 0 0;
  1160. white-space: nowrap;
  1161. border-bottom: 1px solid #dfdfdf;
  1162. -webkit-box-sizing: border-box;
  1163. -moz-box-sizing: border-box;
  1164. box-sizing: border-box;
  1165. }
  1166. .widescreen #messagelistheader .listmenu {
  1167. margin-right: 8px;
  1168. vertical-align: middle;
  1169. line-height: 24px;
  1170. width: 28px;
  1171. padding: 0;
  1172. text-indent: -5000px;
  1173. overflow: hidden;
  1174. display: inline-block;
  1175. background: url(images/listicons.png?v=c458.10409) 0 -2328px no-repeat;
  1176. }
  1177. .widescreen #messagelistheader .listmenu:focus {
  1178. background-color: rgba(128,128,128,0.55);
  1179. outline: none;
  1180. }
  1181. .widescreen #countcontrols {
  1182. line-height: 24px;
  1183. display: inline;
  1184. min-width: 0;
  1185. }
  1186. .widescreen #countcontrols span {
  1187. padding: 0;
  1188. }
  1189. .widescreen .pagenavbuttons {
  1190. position: absolute;
  1191. top: 4px;
  1192. right: 6px;
  1193. }
  1194. .widescreen .pagenavbuttons a.button {
  1195. background: none;
  1196. border: 0;
  1197. padding: 2px;
  1198. margin: 0;
  1199. height: 20px;
  1200. }
  1201. .widescreen .pagenavbuttons a.button.pressed {
  1202. background: inherit;
  1203. }
  1204. .widescreen a.listmenu:focus,
  1205. .widescreen .pagenav a.button:focus {
  1206. border-color: #017db6;
  1207. outline: none;
  1208. }
  1209. .widescreen .messagelist td {
  1210. border-left: 0;
  1211. vertical-align: top;
  1212. padding: 3px 2px !important;
  1213. }
  1214. .widescreen .messagelist td.subject {
  1215. width: 99%;
  1216. white-space: wrap;
  1217. position: relative; /* for span.date positioning in Firefox */
  1218. }
  1219. .widescreen .messagelist td.threads {
  1220. width: 20px;
  1221. vertical-align: bottom;
  1222. }
  1223. .widescreen .messagelist td.threads div {
  1224. padding-bottom: 1px;
  1225. }
  1226. .widescreen .messagelist td.flags {
  1227. width: 22px;
  1228. }
  1229. .widescreen .messagelist td.subject span {
  1230. line-height: 20px;
  1231. }
  1232. .widescreen .messagelist td.subject span.date {
  1233. right: 2px;
  1234. top: 3px;
  1235. position: absolute;
  1236. color: #666;
  1237. }
  1238. .widescreen .messagelist td.subject span.fromto {
  1239. padding-left: 22px;
  1240. display: block;
  1241. margin-right: 10em;
  1242. overflow: hidden;
  1243. text-overflow: ellipsis;
  1244. color: #666;
  1245. }
  1246. .widescreen .messagelist tr.flagged td.subject span.date,
  1247. .widescreen .messagelist tr.flagged td.subject span.fromto {
  1248. color: #ff5c33;
  1249. }
  1250. .widescreen .messagelist tr.deleted td.subject span.date,
  1251. .widescreen .messagelist tr.deleted td.subject span.fromto {
  1252. color: #ccc;
  1253. }
  1254. .widescreen .messagelist td.subject span.subject {
  1255. clear: both;
  1256. display: block;
  1257. font-size: 12px;
  1258. overflow: hidden;
  1259. text-overflow: ellipsis;
  1260. }
  1261. .widescreen .messagelist td.flags span {
  1262. width: 20px;
  1263. height: 20px;
  1264. display: block;
  1265. margin-left: 1px;
  1266. }
  1267. .widescreen .messagelist td.flags span.flag {
  1268. cursor: pointer;
  1269. }
  1270. .widescreen .messagelist tr td.subject span.msgicon,
  1271. .widescreen .messagelist tr td.subject span.unreadchildren {
  1272. width: 20px;
  1273. height: 20px;
  1274. }
  1275. /* move attachments list to the bottom on narrow mail preview page */
  1276. @media screen and (max-width: 800px) {
  1277. #messagepreview .leftcol {
  1278. margin-right: 0;
  1279. }
  1280. #messagepreview .rightcol {
  1281. min-height: 0;
  1282. width: auto;
  1283. right: 0;
  1284. position: relative;
  1285. border-radius: 0;
  1286. border-bottom: 1px solid #dfdfdf;
  1287. background-color: #f9f9f9;
  1288. padding: 5px;
  1289. }
  1290. ul.attachmentslist,
  1291. ul.attachmentslist > li,
  1292. div.rightcol > div > a.button {
  1293. vertical-align: middle;
  1294. display: inline-block;
  1295. margin-top: 0;
  1296. }
  1297. }