You are here

help-popup.css in Advanced Help 7

Same filename and directory in other branches
  1. 5 help-popup.css
  2. 6 help-popup.css
body {
  background: #edf5fa;
  color: #494949;
  font: 12px/170% Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

input {
  color: #494949;
  font: 12px/100% Verdana, sans-serif;
}

textarea,
select {
  color: #494949;
  font: 12px/160% Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul,
quote,
code,
fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link,
a:visited {
  color: #027ac6;
  text-decoration: none;
}

a:hover {
  color: #0062a0;
  text-decoration: underline;
}

a:active,
a.active {
  color: #5895be;
}

hr {
  background: #5294c1;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

#content {
  margin: .5em 1em 1em 1em;
}

#content #page-title {
  padding-bottom: .5em;
}

div#breadcrumb {
  background-color: white;
  border-bottom: 1px solid #ccc;
  height: 2em;
  padding-left: 1em;
}

div#breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
}

pre {
  background: #f1f1f1;
  border: 1px solid #ccc;
  display: block;
  margin: 1em;
  padding: .2em;
}

File

help-popup.css
View source
  1. body {
  2. background: #edf5fa;
  3. color: #494949;
  4. font: 12px/170% Verdana, sans-serif;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. input {
  9. color: #494949;
  10. font: 12px/100% Verdana, sans-serif;
  11. }
  12. textarea,
  13. select {
  14. color: #494949;
  15. font: 12px/160% Verdana, sans-serif;
  16. }
  17. h1,
  18. h2,
  19. h3,
  20. h4,
  21. h5,
  22. h6 {
  23. font-family: Helvetica, Arial, sans-serif;
  24. font-weight: normal;
  25. margin: 0;
  26. padding: 0;
  27. }
  28. h1 {
  29. font-size: 170%;
  30. }
  31. h2 {
  32. font-size: 160%;
  33. line-height: 130%;
  34. }
  35. h3 {
  36. font-size: 140%;
  37. }
  38. h4 {
  39. font-size: 130%;
  40. }
  41. h5 {
  42. font-size: 120%;
  43. }
  44. h6 {
  45. font-size: 110%;
  46. }
  47. ul,
  48. quote,
  49. code,
  50. fieldset {
  51. margin: .5em 0;
  52. }
  53. p {
  54. margin: 0.6em 0 1.2em;
  55. padding: 0;
  56. }
  57. a:link,
  58. a:visited {
  59. color: #027ac6;
  60. text-decoration: none;
  61. }
  62. a:hover {
  63. color: #0062a0;
  64. text-decoration: underline;
  65. }
  66. a:active,
  67. a.active {
  68. color: #5895be;
  69. }
  70. hr {
  71. background: #5294c1;
  72. border: none;
  73. height: 1px;
  74. margin: 0;
  75. padding: 0;
  76. }
  77. ol li,
  78. ul li {
  79. margin: 0.4em 0 0.4em .5em; /* LTR */
  80. }
  81. #content {
  82. margin: .5em 1em 1em 1em;
  83. }
  84. #content #page-title {
  85. padding-bottom: .5em;
  86. }
  87. div#breadcrumb {
  88. background-color: white;
  89. border-bottom: 1px solid #ccc;
  90. height: 2em;
  91. padding-left: 1em;
  92. }
  93. div#breadcrumb .breadcrumb {
  94. margin: 0;
  95. padding: 0;
  96. }
  97. pre {
  98. background: #f1f1f1;
  99. border: 1px solid #ccc;
  100. display: block;
  101. margin: 1em;
  102. padding: .2em;
  103. }