V5_html.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rsvp
  4. (C) Copyright IBM Corp. 2005, 2011
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /* COPYRIGHT_DATA { 'YEAR':[2011, 2010, 2005, 2009], 'RELEASE':['colorado_wave1', 'colorado_wave2'], 'VISIBLE':'YES', 'COMPONENT':'rsvp' }*/
  9. /*All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. */
  10. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  11. /* blocks */
  12. html, div, map, dt, isindex, caption, :cell-content {
  13. display: block;
  14. }
  15. div, caption {
  16. border-width:medium;
  17. }
  18. body {
  19. display: block;
  20. margin: 8px;
  21. }
  22. p, dl, multicol {
  23. display: block;
  24. margin: 1em 0;
  25. }
  26. dd {
  27. display: block;
  28. margin-left: 40px;
  29. }
  30. blockquote {
  31. display: block;
  32. margin: 1em 40px;
  33. }
  34. address {
  35. display: block;
  36. font-style: italic;
  37. }
  38. center {
  39. display: block;
  40. text-align: center;
  41. }
  42. blockquote[type=cite] {
  43. display: block;
  44. margin: 1em 0px;
  45. padding-left: 1em;
  46. border-left: solid;
  47. border-color: blue;
  48. border-width: thin;
  49. }
  50. h1 {
  51. display: block;
  52. font-size: 2em;
  53. font-weight: bold;
  54. margin: .67em 0;
  55. }
  56. h2 {
  57. display: block;
  58. font-size: 1.5em;
  59. font-weight: bold;
  60. margin: .83em 0;
  61. }
  62. h3 {
  63. display: block;
  64. font-size: 1.17em;
  65. font-weight: bold;
  66. margin: 1em 0;
  67. }
  68. h4 {
  69. display: block;
  70. font-weight: bold;
  71. margin: 1.33em 0;
  72. }
  73. h5 {
  74. display: block;
  75. font-size: 0.83em;
  76. font-weight: bold;
  77. margin: 1.67em 0;
  78. }
  79. h6 {
  80. display: block;
  81. font-size: 0.67em;
  82. font-weight: bold;
  83. margin: 2.33em 0;
  84. }
  85. listing {
  86. display: block;
  87. font-size: medium;
  88. white-space: pre;
  89. margin: 1em 0;
  90. }
  91. plaintext, xmp, pre {
  92. display: block;
  93. white-space: pre;
  94. margin: 1em 0;
  95. }
  96. /* tables */
  97. table, :table {
  98. display: table;
  99. border-spacing: 2px;
  100. border-collapse: separate;
  101. border-width:medium;
  102. }
  103. :table-outer {
  104. display: table;
  105. margin: 0;
  106. border: none;
  107. padding: 0;
  108. width: 0;
  109. height: 0;
  110. float: inherit;
  111. clear: inherit;
  112. position: inherit;
  113. top: inherit;
  114. right: inherit;
  115. bottom: inherit;
  116. left: inherit;
  117. z-index: inherit;
  118. clip: inherit;
  119. }
  120. caption {
  121. display: table-caption;
  122. text-align: center;
  123. }
  124. tr {
  125. display: table-row;
  126. vertical-align: middle;
  127. }
  128. :table-row {
  129. display: table-row;
  130. }
  131. col, :table-column {
  132. display: table-column;
  133. }
  134. colgroup, :table-column-group {
  135. display: table-column-group;
  136. }
  137. tbody {
  138. display: table-row-group;
  139. vertical-align: middle;
  140. }
  141. thead {
  142. display: table-header-group;
  143. vertical-align: middle;
  144. }
  145. tfoot {
  146. display: table-footer-group;
  147. vertical-align: middle;
  148. }
  149. :table-row-group {
  150. display: table-row-group;
  151. }
  152. td { /* must never set padding on TD */
  153. display: table-cell;
  154. vertical-align: inherit;
  155. text-align: inherit;
  156. border-width:medium;
  157. background-color: inherit;
  158. background-image: inherit;
  159. background-position: inherit;
  160. background-repeat: inherit;
  161. }
  162. th { /* must never set padding on TH */
  163. display: table-cell;
  164. vertical-align: inherit;
  165. font-weight: bold;
  166. border-width:medium;
  167. }
  168. :table-cell {
  169. display: table-cell;
  170. }
  171. /* inlines */
  172. q:before {
  173. content: open-quote;
  174. }
  175. q:after {
  176. content: close-quote;
  177. }
  178. b, strong {
  179. font-weight: bolder;
  180. }
  181. i, cite, em, var, dfn {
  182. font-style: italic;
  183. }
  184. tt, code, kbd, samp {
  185. }
  186. u, ins {
  187. text-decoration: underline;
  188. }
  189. s, strike, del {
  190. text-decoration: line-through;
  191. }
  192. blink {
  193. text-decoration: blink;
  194. }
  195. big {
  196. font-size: larger;
  197. }
  198. small {
  199. font-size: smaller;
  200. }
  201. sub {
  202. vertical-align: sub;
  203. font-size: smaller;
  204. line-height: normal;
  205. }
  206. sup {
  207. vertical-align: super;
  208. font-size: smaller;
  209. line-height: normal;
  210. }
  211. nobr {
  212. white-space: nowrap;
  213. }
  214. /* titles */
  215. abbr[title], acronym[title] {
  216. border-bottom: dotted 1px;
  217. cursor: help;
  218. }
  219. /* lists */
  220. menu, dir {
  221. display: block;
  222. list-style-type: disc;
  223. counter-reset: -html-counter 0;
  224. }
  225. ul {
  226. display: block;
  227. list-style-type: disc;
  228. counter-reset: -html-counter 0;
  229. margin-left: 0.25in;
  230. }
  231. ol {
  232. display: block;
  233. list-style-type: decimal;
  234. counter-reset: -html-counter 0;
  235. margin-left: 0.25in;
  236. }
  237. li {
  238. display: list-item;
  239. }
  240. /* nested lists have no top/bottom margins */
  241. ul ul, ul ol, ul dir, ul menu, ul dl,
  242. ol ul, ol ol, ol dir, ol menu, ol dl,
  243. dir ul, dir ol, dir dir, dir menu, dir dl,
  244. menu ul, menu ol, menu dir, menu menu, menu dl,
  245. dl ul, dl ol, dl dir, dl menu, dl dl {
  246. margin-top: 0;
  247. margin-bottom: 0;
  248. }
  249. /* 2 deep unordered lists use a circle */
  250. ol ul, ul ul, menu ul, dir ul,
  251. ol menu, ul menu, menu menu, dir menu,
  252. ol dir, ul dir, menu dir, dir dir {
  253. list-style-type: circle;
  254. }
  255. /* 3 deep (or more) unordered lists use a square */
  256. ol ol ul, ol ul ul, ol menu ul, ol dir ul,
  257. ol ol menu, ol ul menu, ol menu menu, ol dir menu,
  258. ol ol dir, ol ul dir, ol menu dir, ol dir dir,
  259. ul ol ul, ul ul ul, ul menu ul, ul dir ul,
  260. ul ol menu, ul ul menu, ul menu menu, ul dir menu,
  261. ul ol dir, ul ul dir, ul menu dir, ul dir dir,
  262. menu ol ul, menu ul ul, menu menu ul, menu dir ul,
  263. menu ol menu, menu ul menu, menu menu menu, menu dir menu,
  264. menu ol dir, menu ul dir, menu menu dir, menu dir dir,
  265. dir ol ul, dir ul ul, dir menu ul, dir dir ul,
  266. dir ol menu, dir ul menu, dir menu menu, dir dir menu,
  267. dir ol dir, dir ul dir, dir menu dir, dir dir dir {
  268. list-style-type: square;
  269. }
  270. /* leafs */
  271. hr {
  272. display: block;
  273. margin: 0 auto 0 auto;
  274. }
  275. :link img, :visited img, img[usemap], object[usemap] {
  276. cursor: pointer;
  277. }
  278. img[usemap], object[usemap] {
  279. /* color: blue; */
  280. }
  281. object, embed, applet {
  282. }
  283. frameset {
  284. display: block ! important;
  285. overflow: hidden;
  286. }
  287. frame {
  288. background-color: transparent ! important; /* (b=49779) */
  289. }
  290. iframe {
  291. background-color: transparent ! important; /* (b=49779) */
  292. border: 2px inset;
  293. }
  294. noframes {
  295. display: block;
  296. }
  297. /* focusable content */
  298. /* links */
  299. :link {
  300. cursor: pointer;
  301. }
  302. :visited {
  303. cursor: pointer;
  304. }
  305. :link:active, :visited:active {
  306. color: red;
  307. }
  308. :link:focus, :visited:focus {
  309. }
  310. /* hidden elements */
  311. area, base, basefont, head, meta, script, style, title,
  312. noembed, noscript, param, {
  313. display: none;
  314. }
  315. /* magic */
  316. :viewport, :viewport-scroll, :canvas {
  317. display: block;
  318. /* background-color: inherit; */
  319. }
  320. :scrolled-content {
  321. /* e.g., text inputs, select boxes */
  322. /* background: inherit; */
  323. padding: inherit;
  324. /* display: inherit; */
  325. }
  326. :wrapped-frame {
  327. /* display: inherit; */
  328. }
  329. :placeholder-frame {
  330. display: inline;
  331. width: 0;
  332. height: 0;
  333. }
  334. span {
  335. display:inline;
  336. border-width:medium;
  337. }
  338. img {
  339. display:inline;
  340. border-width:medium;
  341. border-style:none;
  342. }
  343. fieldset {
  344. border: 1px solid #ccc;
  345. }
  346. legend {
  347. white-space: nowrap;
  348. padding-left: 5px;
  349. padding-right: 5px;
  350. }
  351. a {
  352. display:inline;
  353. }
  354. button {
  355. display:inline;
  356. white-space:nowrap;
  357. overflow: hidden;
  358. border-width:medium;
  359. vertical-align:middle;
  360. }