Просмотр файла mc-2.7.0/docs/style.css

Размер файла: 3.36Kb
  1. body
  2. {
  3. background: white;
  4. margin: 0.5in;
  5. font-family: arial,helvetica,sans-serif;
  6. }
  7.  
  8. h1.title
  9. {
  10. font-size: 250%;
  11. font-style: normal;
  12. font-weight: bold;
  13. color: black;
  14. }
  15.  
  16. h2.subtitle
  17. {
  18. font-size: 150%;
  19. font-style: italic;
  20. color: black;
  21. }
  22.  
  23. h2.title
  24. {
  25. font-size: 150%;
  26. font-style: normal;
  27. font-weight: bold;
  28. color: black;
  29. }
  30.  
  31. h3.title
  32. {
  33. font-size: 125%;
  34. font-style: normal;
  35. font-weight: bold;
  36. color: black;
  37. }
  38.  
  39. h4.title
  40. {
  41. font-size: 100%;
  42. font-style: normal;
  43. font-weight: bold;
  44. color: black;
  45. }
  46.  
  47. .toc b
  48. {
  49. font-size: 125%;
  50. font-style: normal;
  51. font-weight: bold;
  52. color: black;
  53. }
  54.  
  55. p,li,ul,ol,dd,dt
  56. {
  57. font-style: normal;
  58. font-weight: normal;
  59. color: black;
  60. }
  61.  
  62. tt,pre
  63. {
  64. font-family: courier new,courier,fixed;
  65. }
  66.  
  67. .term
  68. {
  69. font-family: courier new,courier,fixed;
  70. }
  71.  
  72. .command, .screen, .programlisting
  73. {
  74. font-family: courier new,courier,fixed;
  75. font-style: normal;
  76. font-weight: normal;
  77. }
  78.  
  79. .filename
  80. {
  81. font-family: arial,helvetica,sans-serif;
  82. font-style: italic;
  83. }
  84.  
  85. a
  86. {
  87. color: blue;
  88. text-decoration: underline;
  89. }
  90.  
  91. a:hover
  92. {
  93. background: rgb(75%,75%,100%);
  94. color: blue;
  95. text-decoration: underline;
  96. }
  97.  
  98. a:visited
  99. {
  100. color: purple;
  101. text-decoration: underline;
  102. }
  103.  
  104. img
  105. {
  106. border: none;
  107. }
  108.  
  109. .figure, .example, .table
  110. {
  111. margin: 0.125in 0.5in;
  112. }
  113.  
  114. .table table
  115. {
  116. border-width: 1px;
  117. border-style: solid;
  118. border-color: black;
  119. border-spacing: 0;
  120. background: rgb(240,240,240);
  121. }
  122.  
  123. .table td
  124. {
  125. border: none;
  126. border-right: 1px black solid;
  127. border-bottom: 1px black solid;
  128. padding: 2px;
  129. }
  130.  
  131. .table th
  132. {
  133. background: rgb(180,180,180);
  134. border: none;
  135. border-right: 1px black solid;
  136. border-bottom: 1px black solid;
  137. padding: 2px;
  138. }
  139.  
  140. .table p.title, .figure p.title, .example p.title
  141. {
  142. text-align: left !important;
  143. font-size: 100% !important;
  144. }
  145.  
  146. .author
  147. {
  148. font-size: 100%;
  149. font-style: italic;
  150. font-weight: normal;
  151. color: black;
  152. }
  153.  
  154. .sidebar
  155. {
  156. border-top: dotted 1px black;
  157. border-left: dotted 1px black;
  158. border-right: solid 2px black;
  159. border-bottom: solid 2px black;
  160. background: rgb(240,220,170);
  161. padding: 0 0.12in;
  162. margin: 0.5in;
  163. }
  164.  
  165. .note .programlisting, .note .screen,
  166. .tip .programlisting, .tip .screen,
  167. .warning .programlisting, .warning .screen,
  168. .sidebar .programlisting, .sidebar .screen
  169. {
  170. border: none;
  171. background: none;
  172. }
  173.  
  174. .sidebar p.title
  175. {
  176. text-align: center;
  177. font-size: 125%;
  178. }
  179.  
  180. .note
  181. {
  182. border: black solid 1px;
  183. background: url(./images/note.png) no-repeat rgb(252,246,220);
  184. margin: 0.12in 0;
  185. padding: 0 55px;
  186. }
  187.  
  188. .tip
  189. {
  190. border: black solid 1px;
  191. background: url(./images/tip.png) no-repeat rgb(224,244,255);
  192. margin: 0.12in 0;
  193. padding: 0 55px;
  194. }
  195.  
  196. .warning
  197. {
  198. border: black solid 1px;
  199. background: url(./images/warning.png) no-repeat rgb(255,210,210);
  200. margin: 0.12in 0;
  201. padding: 0 55px;
  202. }
  203.  
  204. .programlisting, .screen
  205. {
  206. font-size: 90%;
  207. color: black;
  208. margin: 1em 0.5in;
  209. padding: 0.5em;
  210. background: rgb(240,240,240);
  211. border-top: black dotted 1px;
  212. border-left: black dotted 1px;
  213. border-right: black solid 2px;
  214. border-bottom: black solid 2px;
  215. }
  216.  
  217. .navheader, .navfooter
  218. {
  219. border: black solid 1px;
  220. background: rgb(180,180,200);
  221. }
  222.  
  223. .navheader hr, .navfooter hr
  224. {
  225. display: none;
  226. }