/Src/Dependencies/Boost/libs/gil/doc/adobe_source.css

http://hadesmem.googlecode.com/ · CSS · 433 lines · 349 code · 72 blank · 12 comment · 0 complexity · 5013abc241740ee819f77ae54d10138f MD5 · raw file

  1. /*
  2. Copyright 2008 Lubomir Bourdev and Hailin Jin
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
  8. font-family: Verdana, Arial, Helvetica, sans-serif;
  9. font-size: 12px;
  10. }
  11. CODE {
  12. font-family: Monaco, Courier New, Fixed, monospace;
  13. font-size: 12px;
  14. }
  15. BODY,TD {
  16. font-size: 12px;
  17. margin: 0;
  18. padding: 0;
  19. background: white;
  20. color: black;
  21. }
  22. TABLE {
  23. margin: 0;
  24. padding: 0;
  25. border-spacing: 0;
  26. }
  27. H1 {
  28. text-align: center;
  29. font-size: 18px;
  30. }
  31. H2 {
  32. font-size: 16px;
  33. border-top: 1px dotted #666666;
  34. border-bottom: 1px dotted #666666;
  35. }
  36. H3 {
  37. font-size: 14px;
  38. border-top: 1px dotted #666666;
  39. border-bottom: 1px dotted #666666;
  40. }
  41. CAPTION {
  42. font-weight: bold
  43. }
  44. DIV.qindex {
  45. width: 100%;
  46. background-color: #e8eef2;
  47. border: 1px solid #84b0c7;
  48. text-align: center;
  49. margin: 2px;
  50. padding: 2px;
  51. line-height: 140%;
  52. }
  53. DIV.nav {
  54. display: none;
  55. width: 100%;
  56. text-align: center;
  57. margin: 2px;
  58. padding: 2px;
  59. line-height: 140%;
  60. }
  61. DIV.navtab {
  62. background-color: #e8eef2;
  63. border: 1px solid #84b0c7;
  64. text-align: center;
  65. margin: 2px;
  66. margin-right: 15px;
  67. padding: 2px;
  68. }
  69. TD.navtab {
  70. font-size: 12px;
  71. }
  72. A.qindex, A.qindex:visited {
  73. text-decoration: none;
  74. font-weight: bold;
  75. color: #1A419D;
  76. }
  77. A.qindex:hover {
  78. text-decoration: none;
  79. background-color: #ddddff;
  80. }
  81. A.qindexHL {
  82. text-decoration: none;
  83. font-weight: bold;
  84. background-color: #6666cc;
  85. color: #ffffff;
  86. border: 1px double #9295C2;
  87. }
  88. A.qindexHL:hover {
  89. text-decoration: none;
  90. background-color: #6666cc;
  91. color: #ffffff;
  92. }
  93. A.qindexHL:visited {
  94. text-decoration: none;
  95. background-color: #6666cc;
  96. color: #ffffff
  97. }
  98. A.el {
  99. text-decoration: none;
  100. }
  101. A.elRef {
  102. }
  103. A.code:link, A.code:visited {
  104. border-bottom: 1px dotted darkred;
  105. color: darkred;
  106. }
  107. A.codeRef:link, A.codeRef:visited {
  108. color: darkred;
  109. border-bottom: 1px dotted darkred;
  110. }
  111. A:link, A:visited {
  112. text-decoration: none;
  113. color: #cc0000;
  114. border-bottom: 1px solid #cc0000;
  115. }
  116. A:link:hover, A:visited:hover {
  117. text-decoration: none;
  118. color: darkred;
  119. border-bottom: 1px solid darkred;
  120. }
  121. DL.el {
  122. margin-left: -1cm
  123. }
  124. .fragment {
  125. font-family: Monaco, Courier New, Fixed, monospace;
  126. font-size: 12px;
  127. }
  128. PRE.fragment {
  129. border: 1px solid lightgrey;
  130. margin: 4px;
  131. padding: 4px;
  132. line-height: 150%;
  133. }
  134. DIV.ah {
  135. background-color: black;
  136. color: white;
  137. margin-bottom: 3px;
  138. margin-top: 3px
  139. }
  140. /* I'm not sure about the next few, but they appear in the doxygen docs but weren't in the doxygen CSS. */
  141. TD.md {
  142. font-family: Monaco, Courier New, Fixed, monospace;
  143. background: transparent;
  144. }
  145. TD.mdPrefix {
  146. font-family: Monaco, Courier New, Fixed, monospace;
  147. color: #555555;
  148. font-size: 12px;
  149. background: transparent;
  150. }
  151. TD.mdname1 {
  152. color: darkred;
  153. background: transparent;
  154. }
  155. TD.mdname {
  156. color: darkred;
  157. white-space: nowrap;
  158. background: transparent;
  159. }
  160. DIV.groupHeader {
  161. margin-left: 16px;
  162. margin-top: 12px;
  163. margin-bottom: 6px;
  164. font-weight: bold;
  165. }
  166. DIV.groupText { margin-left: 16px; font-style: italic; font-size: 12px }
  167. TD.indexkey {
  168. padding : 10px;
  169. margin: 0px;
  170. border-bottom: 1px solid #666666;
  171. }
  172. TD.indexvalue {
  173. font-style: italic;
  174. padding : 10px;
  175. margin: 0px;
  176. border-bottom: 1px solid #666666;
  177. }
  178. TR.memlist {
  179. line-height: 150%;
  180. }
  181. TR.memlist td, TR.memlist a {
  182. font-family: Monaco, Courier New, Fixed, monospace;
  183. }
  184. P.formulaDsp { text-align: center; }
  185. IMG.formulaDsp { }
  186. IMG.formulaInl { vertical-align: middle; }
  187. IMG {
  188. border: none;
  189. }
  190. .footerdiv, .footerdiv a, .footerdiv p, .footerdiv ul , .footerdiv ul li {
  191. font-size: 9px;
  192. color: grey;
  193. border: none;
  194. margin: 0;
  195. padding: 0;
  196. margin-bottom: 3px;
  197. }
  198. .footerdiv {
  199. width: 1000px;
  200. margin: 0;
  201. padding: 0;
  202. margin-top: 30px;
  203. margin-right: auto;
  204. margin-left: auto;
  205. }
  206. .footerdiv ul {
  207. list-style: none;
  208. display: table;
  209. margin: 0;
  210. padding: 0;
  211. }
  212. .footerdiv ul li {
  213. float: left;
  214. }
  215. SPAN.keyword { color: mediumblue }
  216. SPAN.keywordtype { color: mediumblue }
  217. SPAN.keywordflow { color: mediumblue }
  218. SPAN.comment { color: darkgreen }
  219. SPAN.preprocessor { color: mediumblue }
  220. SPAN.stringliteral { color: maroon }
  221. SPAN.charliteral { color: maroon }
  222. /* Again, this is only in the doxygen documentation, but wasn't in the doxygen css. */
  223. .mdTable {
  224. border: 1px solid #666666;
  225. background-color: lavender;
  226. padding: 10px;
  227. width: 100%;
  228. }
  229. .mdRow {
  230. background: lavender;
  231. }
  232. .mdescLeft {
  233. font-style: italic;
  234. border: none;
  235. margin: 0px;
  236. }
  237. .mdescRight {
  238. font-style: italic;
  239. border: none;
  240. margin: 0px;
  241. }
  242. .memItemLeft {
  243. font-family: Monaco, Courier New, Fixed, monospace;
  244. font-size: 11px;
  245. padding: 4px;
  246. border: none;
  247. border-top: 1px solid lightgray;
  248. }
  249. .memItemRight {
  250. font-family: Monaco, Courier New, Fixed, monospace;
  251. font-size: 11px;
  252. padding: 4px;
  253. border: none;
  254. border-top: 1px solid lightgray;
  255. }
  256. .memTemplItemLeft {
  257. font-family: Monaco, Courier New, Fixed, monospace;
  258. font-size: 11px;
  259. padding: 4px;
  260. border: none;
  261. }
  262. .memTemplItemRight {
  263. font-family: Monaco, Courier New, Fixed, monospace;
  264. font-size: 11px;
  265. padding: 4px;
  266. border: none;
  267. }
  268. .memTemplParams {
  269. font-family: Monaco, Courier New, Fixed, monospace;
  270. font-size: 11px;
  271. padding: 4px;
  272. border: none;
  273. border-top: 1px solid lightgray;
  274. color: #666666;
  275. }
  276. TD.tiny {
  277. font-size: 10px;
  278. }
  279. .dirtab {
  280. padding: 4px;
  281. border-collapse: collapse;
  282. border: 1px solid #84b0c7;
  283. }
  284. TH.dirtab {
  285. background: #e8eef2;
  286. font-weight: bold;
  287. }
  288. HR {
  289. height: 1px;
  290. border: none;
  291. border-top: 1px solid black;
  292. }
  293. /* Style for detailed member documentation */
  294. .memtemplate {
  295. font-family: Monaco, Courier New, Fixed, monospace;
  296. color: #606060;
  297. font-weight: normal;
  298. font-size: 11px;
  299. }
  300. .memnav {
  301. background-color: #e8eef2;
  302. border: 1px solid #84b0c7;
  303. text-align: center;
  304. margin: 2px;
  305. margin-right: 15px;
  306. padding: 2px;
  307. font-size: 11px;
  308. }
  309. .memitem {
  310. padding: 0;
  311. padding-bottom: 15px;
  312. font-size: 11px;
  313. }
  314. .memname {
  315. font-family: Monaco, Courier New, Fixed, monospace;
  316. font-size: 11px;
  317. white-space: nowrap;
  318. }
  319. .memname td {
  320. vertical-align: bottom;
  321. font-size: 11px;
  322. }
  323. .memdoc{
  324. padding-left: 10px;
  325. }
  326. .memproto {
  327. border: 1px solid gray;
  328. background-color: lavender;
  329. padding: 5px;
  330. -moz-border-radius: 8px 8px 8px 8px;
  331. }
  332. .paramkey {
  333. font-family: Monaco, Courier New, Fixed, monospace;
  334. font-size: 11px;
  335. text-align: right;
  336. }
  337. .paramtype {
  338. font-family: Monaco, Courier New, Fixed, monospace;
  339. font-size: 11px;
  340. white-space: nowrap;
  341. }
  342. .paramname {
  343. font-family: Monaco, Courier New, Fixed, monospace;
  344. font-size: 11px;
  345. }
  346. /* End Styling for detailed member documentation */
  347. /* for the tree view */
  348. .ftvtree {
  349. font-family: sans-serif;
  350. margin:0.5em;
  351. }
  352. .directory { font-size: 10px; font-weight: bold; }
  353. .directory h3 { margin: 0px; margin-top: 1em; font-size: 11px; }
  354. .directory > h3 { margin-top: 0; }
  355. .directory p {
  356. margin: 0px;
  357. white-space: nowrap;
  358. }
  359. .directory div { display: none; margin: 0px; }
  360. .directory img { vertical-align: -30%; }