PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Documentation/Help/styles/presentation.css

#
CSS | 688 lines | 552 code | 118 blank | 18 comment | 0 complexity | 1e0088914ea37b4594ecdf5506d31f0a MD5 | raw file
Possible License(s): MIT
  1. /* page style */
  2. body {
  3. margin: 0;
  4. background-color: #FFFFFF;
  5. padding: 0;
  6. font-size: 8.5pt;
  7. font-family: verdana, arial, sans-serif;
  8. color: #000000;
  9. overflow: hidden;
  10. }
  11. html>body {
  12. margin: 0;
  13. background-color: #FFFFFF;
  14. padding: 0;
  15. font-size: 8.5pt;
  16. font-family: verdana, arial, sans-serif;
  17. color: #000000;
  18. overflow: auto;
  19. }
  20. table {
  21. /* this is a trick to force tables to inherit the body font size */
  22. font-size: 100%;
  23. }
  24. /* non-scrolling (control) region style */
  25. div#control {
  26. margin: 0;
  27. background-color: #D4DFFF;
  28. padding: 4px;
  29. width: 100%;
  30. border-bottom-color: #C8CDDE;
  31. border-bottom-style: solid;
  32. border-bottom-width: 1px;
  33. z-index: 2;
  34. }
  35. span.productTitle {
  36. font-size: 80%;
  37. }
  38. span.topicTitle {
  39. font-size: 140%;
  40. font-weight: bold;
  41. color: #003399;
  42. }
  43. span#chickenFeet {
  44. float: left;
  45. }
  46. span#languageFilter {
  47. float: right;
  48. height: 1px;
  49. max-height: 1px;
  50. vertical-align: bottom;
  51. overflow: visible;
  52. }
  53. /* scrolling (content) region style */
  54. div#main
  55. {
  56. clear: both;
  57. margin: 0;
  58. padding: 1em;
  59. width: 100%;
  60. z-index: 1;
  61. overflow: auto;
  62. }
  63. /* sections */
  64. div#header {
  65. font-size: 80%;
  66. color: #666666;
  67. margin-bottom: 0.5em;
  68. }
  69. div.summary {
  70. margin-top: 0em;
  71. margin-bottom: 1em;
  72. }
  73. div.section {
  74. margin-bottom: 1em;
  75. }
  76. div.sectionTitle {
  77. display: inline;
  78. font-size: 120%;
  79. font-weight: bold;
  80. color: #003399;
  81. }
  82. div.sectionContent {
  83. margin-top: 0.2em;
  84. }
  85. span.subsectionTitle {
  86. font-weight: bold;
  87. }
  88. div#footer {
  89. margin-top: 1em;
  90. border-top: thin solid #003399;
  91. padding-top: 0.5em;
  92. }
  93. div#footer p {
  94. margin-top: 0.2em;
  95. margin-bottom: 0.2em;
  96. }
  97. /* authored content (block) */
  98. p {
  99. margin-top: 1em;
  100. margin-bottom: 1em;
  101. }
  102. dl {
  103. margin-top: 0.5em;
  104. margin-bottom: 0.5em;
  105. }
  106. ul
  107. {
  108. margin-top: 1em;
  109. margin-bottom: 1em;
  110. }
  111. ol {
  112. margin-top: 1em;
  113. margin-bottom: 1em;
  114. }
  115. li {
  116. margin-top: 0.5em;
  117. margin-bottom: 0.5em;
  118. }
  119. ul.nobullet
  120. {
  121. list-style-type: none;
  122. }
  123. div.code
  124. {
  125. clear: both;
  126. width: 100%;
  127. background: #EFEFF7;
  128. padding: 0.4em;
  129. font-family: Consolas, "Courier New", Courier, monospace;
  130. font-size: 9pt;
  131. margin-bottom: 1em;
  132. }
  133. pre {
  134. margin: 0;
  135. padding: 0;
  136. font-family: Consolas, "Courier New", Courier, monospace;
  137. }
  138. table.authoredTable {
  139. width: 100%;
  140. margin-bottom: 1em;
  141. }
  142. table.authoredTable th {
  143. border-bottom-color: #C8CDDE;
  144. border-bottom-style: solid;
  145. border-bottom-width: 1px;
  146. background: #EFEFF7;
  147. padding: 0.2em;
  148. text-align: left;
  149. color: #000066;
  150. font-weight: bold;
  151. }
  152. table.authoredTable td {
  153. border-bottom-style: solid;
  154. border-bottom-color: #C8CDDE;
  155. border-bottom-width: 1px;
  156. background: #F7F7FF;
  157. padding: 0.2em;
  158. vertical-align: top;
  159. }
  160. /*------------------------------ Begin Note Styles -------------------------------*/
  161. div.alert table
  162. {
  163. border: 0px;
  164. font-size: 100%;
  165. width: 100%;
  166. margin-top: 5px;
  167. margin-bottom: 5px;
  168. }
  169. div.alert table th
  170. {
  171. text-align: left;
  172. background: #EFEFF7;
  173. border-bottom-width: 0px;
  174. color: #000066;
  175. padding-left: 5px;
  176. padding-right: 5px;
  177. }
  178. div.alert table td
  179. {
  180. background: #F7F7FF;
  181. border-top-color: #FFFFFF;
  182. border-top-style: solid;
  183. border-top-width: 1px;
  184. padding-left: 5px;
  185. padding-right: 5px;
  186. }
  187. /*------------------------------ End Note Styles -------------------------------*/
  188. span.media {
  189. margin-left: 5px;
  190. margin-right: 5px;
  191. vertical-align: middle;
  192. }
  193. div.mediaNear {
  194. text-align: left;
  195. margin-top: 1em;
  196. margin-bottom: 1em;
  197. }
  198. div.mediaFar {
  199. text-align: right;
  200. margin-top: 1em;
  201. margin-bottom: 1em;
  202. }
  203. div.mediaCenter {
  204. text-align: center;
  205. margin-top: 1em;
  206. margin-bottom: 1em;
  207. }
  208. div.caption
  209. {
  210. margin-top: 1em;
  211. margin-bottom: 1em;
  212. font-size:100%;
  213. color:#003399;
  214. }
  215. span.captionLead
  216. {
  217. font-weight: bold;
  218. margin-right: .5em;
  219. }
  220. /* authored content (inline) */
  221. span.keyword {
  222. /* font-weight: bold;*/
  223. }
  224. span.code, span.command
  225. {
  226. font-family: Consolas, "Courier New", Courier, monospace;
  227. font-size: 110%;
  228. color: #000066;
  229. }
  230. span.literalValue
  231. {
  232. color:#8B0000;
  233. }
  234. span.ui
  235. {
  236. font-weight: bold;
  237. }
  238. span.math
  239. {
  240. font-style: italic;
  241. }
  242. span.input
  243. {
  244. font-weight: bold;
  245. }
  246. span.label
  247. {
  248. font-weight: bold;
  249. }
  250. /* auto-generated controls */
  251. div.langTabs {
  252. /*width: 100%;*/
  253. }
  254. div.langTab {
  255. float: left;
  256. width: 15%;
  257. border-top: 1px solid #C8CDDE;
  258. border-left: 1px solid #C8CDDE;
  259. border-right: 1px solid #C8CDDE;
  260. background: #F7F7FF;
  261. padding: 0.2em;
  262. text-align: left;
  263. color: #000066;
  264. font-weight: normal;
  265. }
  266. div.activeLangTab {
  267. float: left;
  268. width: 15%;
  269. border-top: 1px solid #C8CDDE;
  270. border-left: 1px solid #C8CDDE;
  271. border-right: 1px solid #C8CDDE;
  272. background: #EFEFF7;
  273. padding: 0.2em;
  274. text-align: left;
  275. color: #000066;
  276. font-weight: bold;
  277. }
  278. table.members {
  279. /* table-layout: fixed; */
  280. width: 100%;
  281. }
  282. table.members th.iconColumn {
  283. width: 60px;
  284. }
  285. table.members th.nameColumn {
  286. width: 40%;
  287. }
  288. table.members th.descriptionColumn {
  289. width: 60%;
  290. }
  291. table.members th {
  292. border-bottom-color: #C8CDDE;
  293. border-bottom-style: solid;
  294. border-bottom-width: 1px;
  295. background: #EFEFF7;
  296. padding: 0.2em;
  297. text-align: left;
  298. color: #000066;
  299. font-weight: bold;
  300. }
  301. table.members td {
  302. border-bottom-style: solid;
  303. border-bottom-color: #C8CDDE;
  304. border-bottom-width: 1px;
  305. background: #F7F7FF;
  306. padding: 0.2em;
  307. vertical-align: top;
  308. overflow: hidden;
  309. }
  310. table.exceptions {
  311. table-layout: fixed;
  312. width: 100%;
  313. }
  314. table.exceptions th.exceptionNameColumn {
  315. width: 40%;
  316. }
  317. table.exceptions th.exceptionConditionColumn {
  318. width: 60%;
  319. }
  320. table.exceptions th {
  321. border-bottom-color: #C8CDDE;
  322. border-bottom-style: solid;
  323. border-bottom-width: 1px;
  324. background: #EFEFF7;
  325. padding: 0.2em;
  326. text-align: left;
  327. color: #000066;
  328. font-weight: bold;
  329. }
  330. table.exceptions td {
  331. border-bottom-style: solid;
  332. border-bottom-color: #C8CDDE;
  333. border-bottom-width: 1px;
  334. background: #F7F7FF;
  335. padding: 0.2em;
  336. vertical-align: top;
  337. }
  338. table.permissions {
  339. table-layout: fixed;
  340. width: 100%;
  341. }
  342. table.permissions th.permissionNameColumn {
  343. width: 40%;
  344. }
  345. table.permissions th.permissionConditionColumn {
  346. width: 60%;
  347. }
  348. table.permissions th {
  349. border-bottom-color: #C8CDDE;
  350. border-bottom-style: solid;
  351. border-bottom-width: 1px;
  352. background: #EFEFF7;
  353. padding: 0.2em;
  354. text-align: left;
  355. color: #000066;
  356. font-weight: bold;
  357. }
  358. table.permissions td {
  359. border-bottom-style: solid;
  360. border-bottom-color: #C8CDDE;
  361. border-bottom-width: 1px;
  362. background: #F7F7FF;
  363. padding: 0.2em;
  364. vertical-align: top;
  365. }
  366. span.obsolete {
  367. color: red;
  368. }
  369. span.cs {
  370. display: inline;
  371. }
  372. span.vb {
  373. display: none;
  374. }
  375. span.cpp {
  376. display: none;
  377. }
  378. span.fs {
  379. display: none;
  380. }
  381. span.nu
  382. {
  383. display: none;
  384. }
  385. /* syntax styling */
  386. div.code span.identifier {
  387. /* font-weight: bold;*/
  388. }
  389. div.code span.keyword {
  390. color: green;
  391. }
  392. div.code span.parameter {
  393. font-style: italic;
  394. color: purple;
  395. }
  396. div.code span.literal {
  397. color: purple;
  398. }
  399. div.code span.comment {
  400. color: red;
  401. }
  402. q
  403. {
  404. font-style: italic;
  405. }
  406. span.foreignPhrase, span.phrase
  407. {
  408. font-style: italic;
  409. }
  410. span.placeholder {
  411. font-style: italic;
  412. }
  413. span.parameter
  414. {
  415. font-style: italic;
  416. }
  417. span.typeparameter
  418. {
  419. font-style: italic;
  420. }
  421. a:link {
  422. color: #0000FF;
  423. }
  424. a:visited {
  425. color: #0000FF;
  426. }
  427. a:hover {
  428. color: #DD7C3B;
  429. }
  430. MSHelp\:link {
  431. color: blue;
  432. hoverColor: #3366ff;
  433. }
  434. span.italic
  435. {
  436. font-style: italic;
  437. }
  438. span.nolink {
  439. font-weight: bold;
  440. }
  441. span.selflink {
  442. font-weight: bold;
  443. }
  444. table.filter {
  445. table-layout: fixed;
  446. }
  447. tr.tabs td.tab {
  448. width: 10em;
  449. background: #F7F7FF;
  450. padding: 0.2em;
  451. text-align: left;
  452. color: #000066;
  453. font-weight: normal;
  454. overflow: hidden;
  455. cursor: pointer;
  456. }
  457. tr.tabs td.activeTab {
  458. width: 10em;
  459. background: #EFEFF7;
  460. padding: 0.2em;
  461. text-align: left;
  462. color: #000066;
  463. font-weight: bold;
  464. overflow: hidden;
  465. }
  466. td.line {
  467. background: #EFEFF7;
  468. }
  469. dt {
  470. font-weight: bold;
  471. margin-top: 10px;
  472. margin-left: 10px;
  473. }
  474. dl.authored dt {
  475. font-weight: bold;
  476. margin-top: 5px;
  477. }
  478. dl.authored dd {
  479. margin-left: 20px;
  480. margin-bottom: 5px;
  481. }
  482. /* Glossary styles */
  483. h1.glossaryTitle
  484. {
  485. color: #000000;
  486. font-size: 140%;
  487. margin-top: 10px;
  488. margin-bottom: 10px;
  489. }
  490. div.glossaryDiv
  491. {
  492. }
  493. h2.glossaryDivHeading
  494. {
  495. color: Black;
  496. font-size: 115%;
  497. margin-top: 1em;
  498. margin-bottom: 0px;
  499. }
  500. div.glossaryLetterBar
  501. {
  502. font-size: 90%;
  503. }
  504. hr.glossaryRule
  505. {
  506. text-align: left;
  507. color: Black;
  508. }
  509. h3.glossaryGroupHeading
  510. {
  511. font-size: 120%;
  512. color: Gray;
  513. margin: 5px 0 5px 0;
  514. }
  515. div.glossaryGroup
  516. {
  517. }
  518. dl.glossaryGroupList
  519. {
  520. margin: 0;
  521. color: Black;
  522. }
  523. dt.glossaryEntry
  524. {
  525. font-weight: bold;
  526. margin-left: 2em;
  527. }
  528. dd.glossaryEntry
  529. {
  530. margin-left: 2em;
  531. margin-bottom: 2em;
  532. }
  533. dd.glossaryEntry p
  534. {
  535. margin-top: 0;
  536. }
  537. div.relatedEntry
  538. {
  539. margin-bottom: 4px;
  540. }
  541. /* Bibliography */
  542. div.bibliographStyle
  543. {
  544. padding-top:5px;
  545. }
  546. span.bibliographyNumber
  547. {
  548. }
  549. span.bibliographyAuthor
  550. {
  551. font-weight: bold;
  552. }
  553. span.bibliographyTitle
  554. {
  555. font-style: italic;
  556. }
  557. span.bibliographyPublisher
  558. {
  559. }
  560. sup.citation a:link a:visited a:active
  561. {
  562. text-decoration: none;
  563. }
  564. /* autoOutline styles */
  565. li.outlineSectionEntry
  566. {
  567. }
  568. div.outlineSectionEntrySummary
  569. {
  570. }