Kabuki Projectメイン

print.css

  1. /* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */
  2.  
  3. /* underline all links */
  4. a:link, a:visited
  5. {
  6. text-decoration: underline !important;
  7. }
  8.  
  9. /* Don't underline header */
  10. #site-name a:link,
  11. #site-name a:visited
  12. {
  13. text-decoration: none !important;
  14. }
  15.  
  16. /* CSS2 selector to add visible href after links */
  17. #content a:link:after,
  18. #content a:visited:after
  19. {
  20. content: " (" attr(href) ") ";
  21. font-size: 0.8em;
  22. font-weight: normal;
  23. }
  24.  
  25. /* Un-float the content */
  26. #content,
  27. #content-inner
  28. {
  29. float: none;
  30. width: 100%;
  31. margin: 0 !important;
  32. padding: 0 !important;
  33. }
  34.  
  35. /* Turn off any background colors or images */
  36. body,
  37. #page, #page-inner,
  38. #main, #main-inner,
  39. #content, #content-inner
  40. {
  41. color: #000;
  42. background-color: transparent !important;
  43. background-image: none !important;
  44. }
  45.  
  46. /* Hide sidebars and nav elements */
  47. #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  48. .breadcrumb, div.tabs, .links, .taxonomy,
  49. .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  50. {
  51. visibility: hidden;
  52. display: none;
  53. }
  54.  
  55. /* Otherwise, Firefox clips the content after the first page. */
  56. #page
  57. {
  58. overflow-y: visible;
  59. }

コメント

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2009年06月11日 22:28