Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

embed.css 923B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * Roundcube webmail "embedded" stylesheets
  3. *
  4. * Copyright (c) 2013, The Roundcube Dev Team
  5. *
  6. * The contents are subject to the Creative Commons Attribution-ShareAlike
  7. * License. It is allowed to copy, distribute, transmit and to adapt the work
  8. * by keeping credits to the original autors in the README file.
  9. * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
  10. */
  11. .rcmail-inline-message {
  12. font-family: sans-serif;
  13. font-size: 14px;
  14. color: #000;
  15. margin-bottom: .8em;
  16. min-height: 30px;
  17. padding: 10px 10px 6px 46px;
  18. background: url(images/display/icons.png?v=e866.4201) 6px 3px no-repeat #F7FDCB;
  19. border: 1px solid #C2D071;
  20. }
  21. .rcmail-inline-warning {
  22. background-position: 6px -92px;
  23. }
  24. .rcmail-inline-message > button {
  25. margin-left: 1em;
  26. vertical-align: baseline;
  27. }
  28. .rcmail-inline-message em {
  29. font-size: 90%;
  30. color: #666;
  31. }
  32. .rcmail-inline-buttons {
  33. margin-bottom: 0;
  34. }