You are here

docs.css in Taxonomy import/export via XML 7

Same filename and directory in other branches
  1. 6.2 help/docs.css
/*
   Css based somewhat on the W3C RFC examples.
   Just basic formatting to make the pages less painful on the eye.
body {
	padding: 2em 1em 2em 70px;
	margin: 0;
	font-family: sans-serif;
	color: black;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

:link {
	color: #00C;
	background: transparent;
}

:visited {
	color: #609;
	background: transparent;
}

a:active {
	color: #C00;
	background: transparent;
}

a:link img,a:visited img {
	border-style: none
}  /* no border on img links */
h1,h2,h3,h4,h5,h6 {
	text-align: left
}

h1,h2,h3 {
	color: #005A9C;
	background: white;
}

h1 {
	font: 170% sans-serif;
}

h2 {
	font: 140% sans-serif;
}

h3 {
	font: 120% sans-serif;
}

h4 {
	font: bold 100% sans-serif;
}

h5 {
	font: italic 100% sans-serif;
}

h6 {
	font: small-caps 100% sans-serif;
}

.hide {
	display: none;
}

div.head {
	margin-bottom: 1em;
}

div.head h1 {
	margin-top: 2em;
	clear: both;
}

div.head table {
	margin-left: 2em;
	margin-top: 2em;
}

p.copyright {
	font-size: small;
}

p.copyright small {
	font-size: small;
}

pre {
	margin-left: 2em;
}

dt,dd {
	margin-top: 0;
	margin-bottom: 0
} /* opera 3.50 */

dt {
	font-weight: bold;
}

pre,code {
	font-family: monospace
}  /* navigator 4 requires this */

File

help/docs.css
View source
  1. /*
  2. Css based somewhat on the W3C RFC examples.
  3. Just basic formatting to make the pages less painful on the eye.
  4. body {
  5. padding: 2em 1em 2em 70px;
  6. margin: 0;
  7. font-family: sans-serif;
  8. color: black;
  9. background: white;
  10. background-position: top left;
  11. background-attachment: fixed;
  12. background-repeat: no-repeat;
  13. }
  14. :link {
  15. color: #00C;
  16. background: transparent;
  17. }
  18. :visited {
  19. color: #609;
  20. background: transparent;
  21. }
  22. a:active {
  23. color: #C00;
  24. background: transparent;
  25. }
  26. a:link img,a:visited img {
  27. border-style: none
  28. } /* no border on img links */
  29. h1,h2,h3,h4,h5,h6 {
  30. text-align: left
  31. }
  32. h1,h2,h3 {
  33. color: #005A9C;
  34. background: white;
  35. }
  36. h1 {
  37. font: 170% sans-serif;
  38. }
  39. h2 {
  40. font: 140% sans-serif;
  41. }
  42. h3 {
  43. font: 120% sans-serif;
  44. }
  45. h4 {
  46. font: bold 100% sans-serif;
  47. }
  48. h5 {
  49. font: italic 100% sans-serif;
  50. }
  51. h6 {
  52. font: small-caps 100% sans-serif;
  53. }
  54. .hide {
  55. display: none;
  56. }
  57. div.head {
  58. margin-bottom: 1em;
  59. }
  60. div.head h1 {
  61. margin-top: 2em;
  62. clear: both;
  63. }
  64. div.head table {
  65. margin-left: 2em;
  66. margin-top: 2em;
  67. }
  68. p.copyright {
  69. font-size: small;
  70. }
  71. p.copyright small {
  72. font-size: small;
  73. }
  74. pre {
  75. margin-left: 2em;
  76. }
  77. dt,dd {
  78. margin-top: 0;
  79. margin-bottom: 0
  80. } /* opera 3.50 */
  81. dt {
  82. font-weight: bold;
  83. }
  84. pre,code {
  85. font-family: monospace
  86. } /* navigator 4 requires this */