home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / html / docbook.css < prev    next >
Cascading Style Sheet File  |  2010-07-21  |  8KB  |  173 lines

  1. div.tip {float:right;position:relative;vertical-align:top;width:180px;padding:18px 5px 0px 5px;}
  2. div.tip .admonbox {width: 180px;border-left: 1pt solid #99ccff;    border-bottom: 1pt solid #ffcc00;margin:1em 0em;}
  3. div.tip .admonbox .admondetail p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;vertical-align: top;list-style-image: url("images/rightarrow_ltgray2.gif"); margin-left: 1.5em !important;margin-bottom:.5em;line-height:11px;list-style-position:outside;display: list-item;}
  4. div.tip .admonbox .admondetail a {color: #99ccff;font-weight: normal;font-size: 11px;}
  5. div.tip .admonbox .title {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;font-weight: bold;margin:1em 0 .5em 0 !important;}
  6. div.tip td.admonicon {display:none;}
  7.  
  8. SPAN.trademark {display:inline;}
  9.  
  10. table.simplelist {border-collapse:collapse; padding:0px;}
  11.  
  12. div.sidebar {float:right;vertical-align:top;width:180px;padding:0px 5px 0px 5px;border-left: 1pt solid #99ccff;    border-bottom: 1pt solid #ffcc00;margin:0;}
  13. div.sidebar li a,div.sidebar li a.olink {color: #99ccff;font-weight: normal;font-size: 11px;}
  14. div.sidebar DIV.itemizedlist {}
  15. div.sidebar ul {margin-left: 0em !important;
  16.             padding-left: 0em !important;font-size: 11px;
  17. }
  18. div.sidebar li p {font-size: 11px; color: #000000; line-height:11px;}
  19.  
  20. div.sidebar li {font-size: 11px;
  21.             color: #000000;
  22.             list-style-image: url("images/rightarrow_ltgray2.gif"); 
  23.             margin-left: 1.5em !important;
  24.             padding-left: 0em !important;
  25.             margin-bottom:.5em;
  26.             line-height:11px;
  27.             list-style-position:outside;
  28.             display: list-item;}
  29.  
  30. div.sidebar p.title {font-size: 12px;
  31.             color: #000000;
  32.             font-weight: bold;}
  33.         
  34. th span.productname { /* match style.th */
  35.     font-weight: bold;
  36.     color: #000000;
  37.     text-weight: bold;
  38.     vertical-align : top;
  39.     text-transform: none;
  40. }
  41.  
  42. h3.title {    font-size: 14px; font-weight: bold;font-style: normal;text-decoration:none;}
  43. h4.title {    font-size: 14px; font-weight: bold;font-style: italic;text-decoration:none;}
  44. h5.title {    font-size: 12px; font-weight: bold;font-style: normal;text-decoration:underline;}
  45. h6.title {    font-size: 12px; font-weight: bold;font-style: italic;text-decoration:underline;}
  46.  
  47. span.appendix {}
  48. span.sect1 {}
  49. span.sect2 {}
  50. span.sect3 {}
  51. span.sect4 {}
  52. span.sect5 {}
  53. span.sect6 {}
  54. div.list-of-figures {}
  55. div.list-of-tables {}
  56.  
  57. /*  FOR TABLE OF CONTENTS at chapter level and lower */
  58. div.toc {position:absolute;left:15px;top:98px;width:123px;font-variant:normal;}
  59. div.toctitle {font-size: 17px;color: #000000;font-weight: bold;text-decoration: none;}
  60. /* booktoc will remain in the center of the page */
  61.  
  62.  
  63. div.chapter div.titlepage div div h2.title,
  64. div.book div.titlepage div div h2.title, 
  65. div.sect1 div.titlepage div div h2.title, 
  66. div.section div.titlepage div div h2.title {
  67.     font-size: 17px;
  68.     color: #000000;    
  69.     text-weight: bold;
  70.     text-align: left;    
  71.     vertical-align:top;    
  72.     padding: 3px;
  73.     font-family: "arial narrow", arial, tahoma;
  74.     clear:left; /* was clear: both; to clear images and other divs in the page - but we have floating sidebars this could get tricky */
  75. }
  76.  
  77. div.sidebar {position:relative; clear:both;}
  78. div.sidebar p.title  {position:relative;float:right;margin:1em;align:center;}  
  79. div.sidebar p {position:relative;clear:none; margin-top:0;}
  80.  
  81. div.example {}
  82.  
  83. pre.programlisting {
  84.     font-family: courier;
  85.     margin-left:15px;
  86.     padding:2px;
  87.     border: 1px solid black; 
  88.     background-color: #e0e0e0;
  89. }
  90.  
  91. span.errorname {}
  92. span.errorcode {}
  93. span.errortype {}
  94.  
  95.  
  96. <!--element identifies the conventional name of a mouse button. Because mouse buttons are not physically labelled, the name is just that, a convention. Adding explicit markup for the naming of mouse buttons allow easier translation from one convention to another and might allow an online system to adapt to right- or left-handed usage.-->
  97.  
  98. div.equation {        border: 1px solid black; 
  99.      background-color: blue; 
  100.     }
  101. Accel {}
  102.  
  103. /*  MenuChoice, Shortcut are all special elemnts used.   When using these, you can then use special formating for the keystrokes, etc and not have to worry about whether it's bold/italic or just bold. */
  104.  
  105. strong.KeyCap{font-variant:small-caps;font-weight:bold;}  /* The text printed on a key on a keyboard */
  106. span.KeyCode {font-variant:small-caps;} /* The internal, frequently numeric, identifier for a key on a keyboard */
  107. span.KeyCombo{font-variant:small-caps;background-color: #99ccff;font-weight:bold;} /*A combination of input actions*/
  108. span.KeySym{} /* The symbolic name of a key on a keyboard */
  109. span.MouseButton{font-variant:small-caps;} /*The conventional name of a mouse button */
  110.  
  111. code{font-family: courier; font-weight:bold;} /*user input, we've decided for us, this is a block element.*/
  112.  
  113. code.filename{font-family: monospace;}
  114. code.constant{text-transform: uppercase;}
  115. /* is uesed for anything the user may see or read on the computer screen, as opposed to a "programlisting" which is purely a code dump. */
  116.  
  117.  
  118. /* computer prompt */
  119. code.userinput {font-family:courier; font-weight:bold; color:#fb7a1c; }
  120.  
  121. code.prompt{font-family:courier; text-decoration:none;}
  122.  
  123. pre.screen , span.computeroutput{border: 1px solid #99ccff;    padding: 5px;text-decoration:none;    font-family:monospace;font-size:10px;}
  124. pre.literallayout{}
  125.  
  126. div.cmdsynopsis {background-color:#dedede;font-size:16px;margin-left:40px;}
  127. div.cmdsynopsis p {font-family:courier;}
  128. code.command{font-weight:normal;}
  129. em.replaceable{font-style:normal;}
  130. span.replaceable{font-style:normal;}
  131. code.replaceable{font-style:normal;}
  132.  
  133. span.guimenu {border: 1px solid black;font-variant:small-caps;padding:1px;}
  134. span.guimenu:first-letter {font-weight:bold;}
  135.  
  136. span.guisubmenu {color:#0ade0a;font-variant:small-caps;}
  137. span.GUISubmenu:first-letter {text-decoration: underline;}
  138. span.guisubmenu:before {content: '$$';}
  139. span.guisubmenu:after {content: '$$';}
  140.  
  141. span.guimenuitem {border-left: 1px solid black;padding:1px;border-right: 1px solid black;font-variant:small-caps;}
  142. span.GUIMenuItem:first-letter {text-decoration: underline;}
  143.  
  144. span.interface {font-weight:bold; font-family:Verdana;color:#ff11d0;}/* tabs, dialog box */
  145. span.guilabel {color:black;font-variant:small-caps;font-weight:bold;} /* check boxes, radio buttons, and text boxes */
  146. span.guibutton {font-style:normal;font-variant:normal;font-weight:bold;color:#7086f1;} /* buttons */
  147. span.guiicon {color:#5288d1;font-variant:small-caps;} /* my computer */
  148.  
  149. /* graphical */
  150. /* .admonbox {border:1px solid black;}*/
  151. div.note {width:500px;}
  152. div.note .admonbox .title {background-color:#999999;border:1px solid #666666;padding:2px;font-weight:bold;}
  153. div.note .admonbox .admondetail {background-color:#99ccff;border:1px solid #666666;padding:2px;}
  154.  
  155. div.warning {width:350px;}
  156. div.warning .admonbox .title {background-color:#dd1c00;font-weight:bold;}
  157. div.warning .admonbox .admondetail {background-color:#ffbab0;}
  158.  
  159. /* div.navheader th, div.navheader th span.productname, div.navheader td {font-weight:normal;}*/
  160.  
  161. /*
  162. bold is for keystrokes and to portion s of a ui
  163. italic is used for email addres, website, ftp, file directorynames, newsgroups.  and java classes
  164. letter gothic is used for code and listings (typed literally)
  165. letter gothic obliqui function arguments and placeholder ot indicate an item that shoulb e replaced by actual value
  166. screeen menu options aregui , first letter underlined arial.
  167. keys you press on the keyboard are italic
  168. filnames are couriour
  169. */
  170.  
  171. span.emphasis {font-weight: bold;font-style: italic;}
  172. span.bold, span.strong  {font-weight: bold;}
  173.