home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Software / Apps / opera7b2.exe / HELP.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-13  |  9.5 KB  |  616 lines

  1. /* general help styles **********************************************/
  2.  
  3. @media screen, projection {
  4.   body, table {
  5.     font-family: "Verdana", "Georgia", "Book Antiqua", "Garamond", "Verdana", serif;
  6.     margin-left: auto;
  7.     margin-right: auto;
  8.     max-width: 50em;
  9.   }
  10. }
  11.  
  12. @media print {
  13.   body, table {
  14.     font-family: "Georgia", "Book Antiqua", "Garamond", "Verdana", serif;
  15.     font-size: 1em;
  16.   }
  17. }
  18.  
  19. @media screen {
  20.   body {
  21.     font-size: 0.8em;
  22.  }
  23. }
  24.  
  25. @media projection {
  26. body {
  27.     font-size: 1.1em;
  28.   }
  29.  
  30. h2 {
  31.     page-break-before: always;
  32.   }
  33.  
  34. .nobreak {
  35.     page-break-before: avoid;
  36. }
  37.  
  38. hr, .copyright {
  39.     display: none;
  40.   }
  41. }
  42.  
  43.  
  44. body {
  45.   background-color: white;
  46.   color: black;
  47. }
  48.  
  49. h1 {
  50.   font-weight: normal;
  51.   font-size: 2em;
  52.   letter-spacing: 1px;
  53. }
  54.  
  55. h2 {
  56.   border-bottom: 1px solid black;
  57.   margin-top: 2em;
  58.   font-weight: normal;
  59.   font-size: 1.5em;
  60. }
  61.  
  62. h3 {
  63.   font-size: 1.1em;
  64.   margin-bottom: 0em;
  65. }
  66.  
  67. h4 {
  68.   font-size: 1em;
  69. }
  70.  
  71. p {
  72.   margin-top: 0em;
  73. }
  74.  
  75.  
  76. ol.alfa {
  77.   list-style: lower-alpha;
  78. }
  79.  
  80. /* styles for links *************************************************/
  81.  
  82. a:link, .fakelink { 
  83.   text-decoration: underline;
  84.   color: blue;
  85. }
  86.  
  87. a:visited, a:hover { 
  88.   text-decoration: underline;
  89.   color: red;
  90. }
  91.  
  92. a[target="_blank"]:after {
  93.     content: " ╗╗";
  94.     color: green;
  95. }
  96.  
  97. /* styles for text types ********************************************/
  98.  
  99. .url, .mailaddress, .html, .mime, .file, .mailheader { 
  100.   font-family: "Lucida Console", "Courier New", monospace;
  101.   color: green;
  102.   white-space: nowrap;
  103. }
  104.  
  105. kbd {
  106.   color: #333333;
  107.   background-color: #EFEFEF;
  108.   font-family: "Verdana";
  109.   font-weight: normal;
  110.   font-size: 80%;
  111.   text-align: center;
  112.   border-top: 2px double #CFCFCF;
  113.   border-left: 3px solid #BABABA;
  114.   border-right: 4px solid #AAAAAA;
  115.   border-bottom: 6px solid #909090;
  116.   padding-left: 0.2em;
  117.   padding-top: 0em;
  118.   padding-right: 0.2em;
  119.   padding-bottom: 0em;
  120.   line-height: 1.6em;
  121.   vertical-align: top;
  122.   white-space: nowrap;
  123. }
  124.  
  125. table kbd {
  126.   font-size: 100%;
  127. }
  128.  
  129. .keyseq {
  130.   white-space: nowrap;
  131. }
  132.  
  133. .bold {
  134.   font-weight: bold;
  135. }
  136.  
  137. .red {
  138.   color: red;
  139. }
  140.  
  141. .underline {
  142. text-decoration: underline !important;
  143. }
  144.  
  145. abbr, code {
  146.  
  147. }
  148.  
  149. dfn {
  150.     font-family: "Courier New", Courier, monospace;
  151.     font-style: normal;
  152.         border-bottom: dashed 1px green;
  153. }
  154.  
  155. .note {
  156.   color: maroon;
  157.   font-weight: bold;
  158. }
  159.  
  160. .grayed {
  161.   color: gray;
  162. }
  163.  
  164. .copyright {
  165.   margin-top: 3em;
  166.   padding-top: 1em;
  167.   border-top: 1px solid gray;
  168.   color: gray;
  169.   font-size: 0.75em;
  170.   text-align: center;
  171. }
  172.  
  173. .tea {
  174.   white-space: nowrap;
  175. }
  176.  
  177. /* styles for tables ************************************************/
  178.  
  179. td, th { 
  180.   text-align: left; 
  181.   vertical-align: top; 
  182. }
  183.  
  184. /* nice tables */
  185.  
  186. table.nice {
  187.   border-collapse: collapse;
  188.   border-style: hidden;
  189.   border-spacing: 0;
  190. }
  191.  
  192. .nice td, .nice th {
  193.   border: 1px dotted black;
  194.   padding: 0.25em;
  195.   font-size: 90%;
  196. }
  197.  
  198. .nice th {
  199.   white-space: nowrap;
  200. }
  201.  
  202. /* keyboard tables */
  203.  
  204. .keytable table {
  205.   width: 100%;
  206.   border-collapse: collapse;
  207.   border-style: hidden;
  208.   border-spacing: 0;
  209. }
  210.  
  211. .keytable td {
  212.   width: 20%;
  213.   white-space: nowrap;
  214.   font: menu;
  215.   border: 1px dotted black;
  216.   padding: 0.25em;
  217.   padding-left: 0.5em;
  218. }
  219.  
  220. .keytable th {
  221.   width: 80%;
  222.   font-weight: normal;
  223.   border: 1px dotted black;
  224. }
  225.  
  226. .keytable h3 {
  227.   margin-bottom: 0;
  228.   margin-top: 0.75em;
  229. }
  230.  
  231. /* gesture tables */
  232.  
  233. .gestures table {
  234.   width: 100%;
  235.   border-collapse: collapse;
  236.   border-style: hidden;
  237.   border-spacing: 0;
  238. }
  239.  
  240. .gestures td {
  241.   width: 50%;
  242.   white-space: nowrap;
  243.   border: 1px dotted black;
  244. }
  245.  
  246. .gestures th {
  247.   width: 50%;
  248.   font-weight: bold;
  249.   border: 1px dotted black;
  250. }
  251.  
  252. /* styles for dialogs ***********************************************/
  253.  
  254. .prefs {
  255.     background-color: ThreeDFace;
  256.     color: WindowText;
  257.     font-family: "MS Sans Serif", sans-serif;
  258.     font-size: 12px;
  259.     border-top: 2px solid ThreeDLightShadow;
  260.     border-right: 2px solid ThreeDShadow;
  261.     border-bottom: 2px solid ThreeDShadow;
  262.     border-left: 2px solid ThreeDLightShadow;
  263.     min-width: 500px;
  264. }
  265.  
  266. .titlebar {
  267.     font-family: "MS Sans Serif", sans-serif;
  268.     background-color: ActiveCaption;
  269.     font-size: 14px;
  270.     font-weight: bold;
  271.     color: CaptionText;
  272.     margin-bottom: 4px;
  273. }
  274.  
  275. .groupbox {
  276.     font-family: "MS Sans Serif", sans-serif;
  277.     border: 2px groove ThreeDFace;
  278.     margin-left: 4px;
  279.     margin-right: 4px;
  280.     margin-bottom: 2px;
  281.     margin-top: 0px;
  282.     padding: 6px;
  283. }
  284.  
  285. .groupbox td {
  286.         color: WindowText;
  287. }
  288.  
  289. .grouptitle {
  290.     font-family: "MS Sans Serif", sans-serif;
  291.     font-weight: bold;
  292.     margin-bottom: 0px;
  293.     margin-left: 10px;
  294. }
  295.  
  296. .groupbox ul,
  297. .groupbox li,
  298. .ui ul,
  299. .ui li,
  300. .keytable ul,
  301. .keytable li,
  302. .nice ul,
  303. .nice li,
  304. ul.lean,
  305. .lean li
  306.   list-style: none;
  307.   margin: 0;
  308.   padding: 0;
  309.   spacing: 0;
  310. }
  311.  
  312. .block ul,
  313. .block li
  314.  
  315.   list-style: none;
  316. }
  317.  
  318. .mailbuttons {
  319.   margin-bottom: 1em;
  320. }
  321.  
  322. .mal {
  323.   text-align: right;
  324. }
  325.  
  326. .fixbrowse { 
  327.   text-align: right;
  328. }
  329.  
  330. /* styles for menus *************************************************/
  331.  
  332. table.mainmenu, table.menu {
  333.   border-spacing: 0;
  334. }
  335.  
  336. table {
  337.   margin-bottom: 1em;
  338. }
  339.  
  340. .menu th, .menu td, .mainmenu th {
  341.   text-align: left;
  342.   font-weight: normal;
  343.   vertical-align: top;
  344.   white-space: nowrap;
  345. }
  346.  
  347. .menu th {
  348.   font: menu;
  349.   color: MenuText;
  350.   background-color: ThreeDFace;
  351.   border-left: 2px outset ThreeDLightShadow;
  352.   border-right: 2px ridge ThreeDDarkShadow;
  353.   padding: 0.15em;
  354.   padding-left: 1em;
  355.   padding-right: 1em;
  356.   white-space: nowrap;
  357. }
  358.  
  359. .menu td {
  360.   font-family: "Arial", "Tahoma", sans-serif;
  361.   font-size: 11px;
  362.   padding-left: 0.5em;
  363.   padding-right: 0.5em;
  364.   vertical-align: middle;
  365. }
  366.  
  367. .mainmenu th {
  368.   font: menu;
  369.   color: MenuText;
  370.   background-color: ThreeDFace;
  371.   padding: 4px;
  372.   padding-left: 0.5em;
  373.   padding-right: 0.5em;
  374. }
  375.  
  376. .mainmenu {
  377.   font: menu;
  378.   color: MenuText;
  379.   background-color: ThreeDFace;
  380.   padding: 0;
  381.   padding-left: 0.5em;
  382.   padding-right: 0.5em;
  383. }
  384.  
  385. .sep th {
  386.   border-top: 2px groove ThreeDLightShadow;
  387. }
  388.  
  389. .sep td {
  390.   border-top: 1px dotted black;
  391. }
  392.  
  393. th.sub {
  394.   padding-left: 3em;
  395. }
  396.  
  397. th.sub2 {
  398.   padding-left: 4.5em;
  399. }
  400.  
  401. tr.maketop th {
  402.   border-top: 2px outset ThreeDLightShadow;
  403.   padding: 0;
  404.   line-height:0;
  405. }
  406.  
  407. tr.makebottom th {
  408.   border-bottom: 2px ridge ThreeDDarkShadow;
  409.   padding : 0;
  410.   line-height:0;
  411. }
  412.  
  413. tr.makesep th {
  414.   border-top: 2px groove ThreeDLightShadow;
  415.   padding : 0;
  416.   line-height:0;
  417. }
  418.  
  419. .hacksep td {
  420.   border-top: 1px dotted black;
  421.   padding : 0;
  422.   line-height:0;
  423. }
  424.  
  425.  
  426. td img {
  427.   margin: 0;
  428. }
  429.  
  430. span.cool, .cool td {
  431.   color: red;
  432. }
  433.  
  434. .coolkey td, .coolkey th {
  435.   color: red;
  436. }
  437.  
  438. .info {
  439.   font-weight: bold;
  440.   text-decoration: underline;
  441. }
  442.  
  443. .ui a:link, .ui a:visited, .mainmenu a:link, .mainmenu a:visited {
  444.   color: MenuText;
  445.   text-decoration: none;
  446. }
  447.  
  448. .ui a:hover, .mainmenu a:hover {
  449.   color: HighlightText;
  450.   background-color: ActiveCaption;
  451.   text-decoration: none;
  452. }
  453.  
  454. .ui {
  455.   background-color: ThreeDFace;
  456.   color: MenuText;
  457.   padding: 0px;
  458.   padding-left: 0.5em;
  459.   padding-right: 0.5em;
  460.   font: menu;
  461.   text-align: left;
  462.   white-space: nowrap;
  463. }
  464.  
  465. .uifont {
  466.   font: menu;
  467.   text-align: left;
  468.   white-space: nowrap;
  469. }
  470.  
  471. /* input styles *****************************************************/
  472.  
  473. .button {
  474.   min-width: 75px;
  475.   min-height: 24px;
  476. }
  477.  
  478. .click {
  479.   width: 140px;
  480.   height: 50px;
  481. }
  482.  
  483. /* style for start page *********************************************/
  484.  
  485. body.startpage {
  486. /*  font-size: 1em;*/
  487. }
  488.  
  489. body.startpage h1 {
  490.   text-align: center;
  491.   letter-spacing: 3px;
  492.   margin: 0em 0em 0.5em 0em;
  493.   padding: 0em 1em 0em 0em;
  494.   font-weight: bold;
  495. }
  496.  
  497. body.startpage h2 {
  498.   margin-top: 0.5em;
  499.   margin-bottom: 0em;
  500.   border-bottom: none;
  501. /*  white-space: nowrap;*/
  502.   page-break-before: avoid;
  503. }
  504.  
  505. body.startpage h3 {
  506.   margin-top: 0.5em;
  507.   margin-bottom: 0em;
  508. }
  509.  
  510. body.startpage p {
  511.   clear: both;
  512. }
  513.  
  514. div.sectioncell {
  515.   float: left;
  516.   margin-left: 4%;
  517.   margin-right: 0.5em;
  518.   padding-left: 1em;
  519.   padding-right: 1em;
  520.   font-weight: normal;
  521. }
  522.  
  523. div.sectioncell p {
  524.   max-width: 20em;
  525. }
  526.  
  527.  
  528. body.startpage a:link, body.startpage a:visited {
  529.   text-decoration: none;
  530.   color: black;
  531. }
  532.  
  533. body.startpage a:hover {
  534.   text-decoration: none;
  535.   color: white;
  536.   background-color: black;
  537. }
  538.  
  539. body.startpage ul {
  540.   list-style: none;
  541.   margin: 0.5em 0em 0.5em 0em;
  542.   padding: 0em;
  543. }
  544.  
  545. body.startpage li {
  546.   margin: 0;
  547.   padding: 0;
  548. }
  549.  
  550. .pd {
  551. /*  width: 100%;*/
  552.   border-bottom: 1px dotted black;
  553. }
  554.  
  555. form.search {
  556.     text-align: right;
  557.     padding-right: 2em;
  558. }
  559.  
  560. /* styles for treeview **********************************************/
  561.  
  562. table.tree {
  563.   border-spacing: 0;
  564. }
  565.  
  566. .tree th, .tree td {
  567.   text-align: left;
  568.   font-weight: normal;
  569.   vertical-align: top;
  570.   white-space: nowrap;
  571. }
  572.  
  573. .tree th {
  574.   font: menu;
  575.   color: MenuText;
  576.   padding: 0.15em;
  577.   padding-left: 1em;
  578.   padding-right: 1em;
  579.   white-space: nowrap;
  580. }
  581.  
  582. .tree td {
  583.   font-family: "Arial", "Tahoma", sans-serif;
  584.   font-size: 11px;
  585.   padding-left: 0.5em;
  586.   padding-right: 0.5em;
  587.   vertical-align: middle;
  588. }
  589.  
  590. th.tsub {
  591.   padding-left: 3em;
  592. }
  593.  
  594. th.tsub2 {
  595.   padding-left: 4.5em;
  596. }
  597.  
  598. .thacksep th {
  599.   padding : 0;
  600.   line-height:0;
  601. }
  602.  
  603. .thacksep td {
  604.   border-top: 1px dotted black;
  605.   padding : 0;
  606.   line-height:0;
  607. }
  608.  
  609. .parent td, .parent th {
  610.   font-weight: bold;
  611. }
  612.  
  613. /* end of styles ****************************************************/
  614.