home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / html / docbookwebsite.css < prev    next >
Cascading Style Sheet File  |  2010-04-12  |  4KB  |  107 lines

  1.  /* overwrite style2 */
  2. body.tabular{background-color:#aaa;font-family: arial;    font-size: 12px;}
  3. div.webpage{width:750px;
  4.             margin:20px;
  5.             border-bottom:1px solid black;
  6.             border-right:1px solid black;
  7.             border-top:1px solid #99ccff;
  8.             border-left:1px solid #99ccff;
  9.             background-color:#ffffff;
  10.             align:center;
  11. }
  12.  
  13. h2  {font-size: 17px;color: #000000;padding:0;margin:0;text-weight: bold;text-align: left;    vertical-align:top;    font-family: "arial narrow", arial, tahoma;clear:both;}
  14.  
  15. /* over ride style so banner can move */
  16. #banner {height:59px;width:100%;background:#999999;}
  17. #banner img {padding:0; margin:0;}
  18. #banner .comtrollogo {position:relative;top:0px;left: 0px;}
  19. #banner .bannerbackground {left:153px;}
  20.  
  21. div.table {margin-bottom:15px;}
  22. div.table p.title {    font-size: 17px;
  23.     color: #000000;    
  24.     text-weight: bold;
  25.     text-align: left;    
  26.     vertical-align:top;    
  27.     padding: 3px;
  28.     font-family: "arial narrow", arial, tahoma;
  29.     clear:left;
  30. }
  31. div.table table {margin-left:10px; padding:10px; border-collapse:collapse; border: 1 solid black}
  32. div.table table td {padding:5px;}
  33. div.table table th {font-variant:small-caps;padding:5px;}
  34. div.table thead {background-color:#99ccff;}
  35. div.table td p p {padding-bottom:0px;}
  36.  
  37. div.table table.simplelist {border-collapse:collapse; padding:0px;margin:0px;}
  38. div.table table.simplelist td {padding:0px;white-space:nowrap;}
  39.  
  40. div.informaltable {margin-bottom:15px;}
  41. div.informaltable p.title {    font-size: 17px;
  42.     color: #000000;    
  43.     text-weight: bold;
  44.     text-align: left;    
  45.     vertical-align:top;    
  46.     padding: 3px;
  47.     font-family: "arial narrow", arial, tahoma;
  48.     clear:left;
  49. }
  50. div.informaltable table {margin-left:10px; padding:10px; border-collapse:collapse; border: 1 solid black}
  51. div.informaltable table td {padding:5px;}
  52. div.informaltable table th {font-variant:small-caps;padding:5px;}
  53. div.informaltable thead {background-color:#99ccff;}
  54. div.informaltable td p p {padding-bottom:0px;}
  55.  
  56. div.informaltable table.simplelist {border-collapse:collapse; padding:0px;margin:0px;}
  57. div.informaltable table.simplelist td {padding:0px; white-space:nowrap;}
  58.  
  59. /* overrides div.toc from docbook */
  60. div.toc {}
  61. div.toc A:link {color: #99ccff;text-decoration: none;font-weight: bold;}
  62. div.toc A:visited {color: #99ccff;text-decoration: underline;font-weight: bold;}
  63. div.toc A:active {color: #99ccff;text-decoration: none;font-weight: bold;} 
  64. div.toc A:hover {text-decoration: underline;font-weight: bold;}
  65.  
  66. .navtoc {background-color:#99ccff;border-left:1px solid #cdcdcd;left:0px;filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#99ccff,endColorStr=white);}
  67. .navtoc a, td.curpage {color: #000;font-family: Tahoma;font-size: 10px;font-weight: bold;font-size: 9px;}
  68. .navtoc td {height:18px;}
  69. .navtoc A:link {color: #000;font-family: Tahoma;font-size: 10px;text-decoration: none;font-weight: normal;}
  70. .navtoc A:visited {color: #000;font-family: Tahoma;font-size: 10px;text-decoration: none;font-weight: normal;}
  71. .navtoc A:active {color: #000;font-family: Tahoma;font-size: 10px;text-decoration: none;font-weight: normal;} 
  72. .navtoc A:hover {color: #000;font-family: Tahoma;font-size: 10px;text-decoration: underline;background-color:#99ccff;font-weight: normal;}
  73.  
  74. /* covers:
  75. SPAN.toplevel a {}
  76. span.otherpage A {}
  77. SPAN.shrink1 a  {}
  78. SPAN.shrink2 a {}
  79. span.ancestor a {}    
  80. SPAN.curpage
  81. */
  82.  
  83. /*
  84. div.webpage
  85. DIV.itemizedlist
  86. DIV.note
  87. P.newwindow
  88. */
  89.  
  90.  
  91. /* similar to #bottomcontent */
  92. .navfoot {}
  93. .navfoot span,.navfoot a  {font-size: 11px;font-weight: normal;color:#666666;}
  94.  
  95. /* COVERS
  96. spAN.footdate
  97. SPAN.foothome
  98. SPAN.footfeed
  99. SPAN.footcopy
  100. */
  101.  
  102. /* Turn off toc for print output */
  103. @media print { 
  104.     .navtoc { 
  105.         display: none; 
  106.     }