You are here

help-popup.css in Advanced Help 5

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

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

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

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

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 {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

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 {
  padding-left: 1em;
  background-color: white;
  border-bottom: 1px solid #ccc;
  height: 2em;
}

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

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

File

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