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.
 
 
 
 
 
 

46 linhas
775 B

  1. /* Use this stylesheet for print styles only. */
  2. /* line 2, ../sass/print.sass */
  3. * {
  4. background-color: transparent;
  5. }
  6. /* line 5, ../sass/print.sass */
  7. .sidebar,
  8. #navigation,
  9. #header-region,
  10. #search-theme-form,
  11. #footer,
  12. .breadcrumb,
  13. .tabs,
  14. .feed-icon,
  15. .links {
  16. display: none;
  17. }
  18. /* line 16, ../sass/print.sass */
  19. #page {
  20. width: 100%;
  21. }
  22. /* line 19, ../sass/print.sass */
  23. #content,
  24. #content #content-inner,
  25. .content,
  26. .title {
  27. margin: 20px 0;
  28. width: auto;
  29. }
  30. /* line 27, ../sass/print.sass */
  31. a:hover, a:active, a:link, a:visited {
  32. color: black;
  33. }
  34. /* CSS2 selector to add visible href after links. */
  35. /* line 35, ../sass/print.sass */
  36. #content a:link:after, #content a:visited:after {
  37. content: " (" attr(href) ") ";
  38. font-size: 0.8em;
  39. font-weight: normal;
  40. }