You are here

default.css in simplehtmldom API 7

/*$Rev: 46 $*/

body {
margin: 0;
padding: 0;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
color: #4F5155;
}

#content {
margin: 0 20px 0 20px;
line-height: 16px;
padding: 0;
}

h1 {
font-size: 18px;
margin: 0;
padding: 0 0 2px 0;
background-color: #D0D0D0;
text-align: center;
}

h2 {
background-color: #727EA3;
border-right: 1px solid #D0D0D0;
border-bottom: 1px solid #D0D0D0;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin: 14px 0 4px 0;
padding: 1px 10px 1px 10px;
}

ul {
margin-top: 0;
margin-bottom: 0;
line-height:1.5em;
list-style-image:url(bullet.gif);
list-style-type:square;
}

.top {
font-size: 11px;
float: right;
}

.code {
font-size: 11px;
font-family: Monaco, Verdana, Sans-serif;
line-height: 14px;
background-color: #f6f6f6;
border-bottom: 1px solid #D0D0D0;
border-top: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
border-right: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 2px 0 2px 0;
padding: 2px 10px 2px 10px;
}

.code A:link {color: #002166; text-decoration: none; font-weight: bold;}
.code A:visited {color: #002166; text-decoration: none; font-weight: bold;}
.code A:active {color: #002166; text-decoration: none; font-weight: bold;}
.code A:hover {color: #0000ff; text-decoration: underline; font-weight: bold;}

.code .keyword {
color: #007700;
}

.code .comment {
font-size: 10px;
color: #888;
}

.code .var {
color: #770000;
}

th {
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
color: #000000;
background-color: #CFD4E6;
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
font-size: 13px;
font-weight: normal;
font-style: normal;
}

td {
background-color: #dddddd;
}

.description {
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
color: #333;
text-ident: 30px;
font-style: normal;
}

.returns {
font-family: Monaco, Verdana, Sans-serif;
font-size: 10px;
color: #888;
float: left;
text-align: right;
margin: 0 4px 0 0;
width: 48px;
}

File

simplehtmldom/manual/css/default.css
View source
  1. /*$Rev: 46 $*/
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. font-family: verdana,arial,helvetica,sans-serif;
  6. font-size: 11px;
  7. color: #4F5155;
  8. }
  9. #content {
  10. margin: 0 20px 0 20px;
  11. line-height: 16px;
  12. padding: 0;
  13. }
  14. h1 {
  15. font-size: 18px;
  16. margin: 0;
  17. padding: 0 0 2px 0;
  18. background-color: #D0D0D0;
  19. text-align: center;
  20. }
  21. h2 {
  22. background-color: #727EA3;
  23. border-right: 1px solid #D0D0D0;
  24. border-bottom: 1px solid #D0D0D0;
  25. color: #FFFFFF;
  26. font-size: 14px;
  27. font-weight: bold;
  28. margin: 14px 0 4px 0;
  29. padding: 1px 10px 1px 10px;
  30. }
  31. ul {
  32. margin-top: 0;
  33. margin-bottom: 0;
  34. line-height:1.5em;
  35. list-style-image:url(bullet.gif);
  36. list-style-type:square;
  37. }
  38. .top {
  39. font-size: 11px;
  40. float: right;
  41. }
  42. .code {
  43. font-size: 11px;
  44. font-family: Monaco, Verdana, Sans-serif;
  45. line-height: 14px;
  46. background-color: #f6f6f6;
  47. border-bottom: 1px solid #D0D0D0;
  48. border-top: 1px solid #A0A0A0;
  49. border-left: 1px solid #A0A0A0;
  50. border-right: 1px solid #D0D0D0;
  51. color: #002166;
  52. display: block;
  53. margin: 2px 0 2px 0;
  54. padding: 2px 10px 2px 10px;
  55. }
  56. .code A:link {color: #002166; text-decoration: none; font-weight: bold;}
  57. .code A:visited {color: #002166; text-decoration: none; font-weight: bold;}
  58. .code A:active {color: #002166; text-decoration: none; font-weight: bold;}
  59. .code A:hover {color: #0000ff; text-decoration: underline; font-weight: bold;}
  60. .code .keyword {
  61. color: #007700;
  62. }
  63. .code .comment {
  64. font-size: 10px;
  65. color: #888;
  66. }
  67. .code .var {
  68. color: #770000;
  69. }
  70. th {
  71. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  72. color: #000000;
  73. background-color: #CFD4E6;
  74. margin: 2px 2px 2px 2px;
  75. padding: 2px 2px 2px 2px;
  76. font-size: 13px;
  77. font-weight: normal;
  78. font-style: normal;
  79. }
  80. td {
  81. background-color: #dddddd;
  82. }
  83. .description {
  84. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  85. font-size: 11px;
  86. color: #333;
  87. text-ident: 30px;
  88. font-style: normal;
  89. }
  90. .returns {
  91. font-family: Monaco, Verdana, Sans-serif;
  92. font-size: 10px;
  93. color: #888;
  94. float: left;
  95. text-align: right;
  96. margin: 0 4px 0 0;
  97. width: 48px;
  98. }