You are here

docs.css in Taxonomy import/export via XML 6.2

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