home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / AtriseHTMLock.exe / Manual / inc / inc.css next >
Encoding:
Cascading Style Sheet File  |  2009-08-17  |  2.9 KB  |  212 lines

  1. @media print { .noprint {display:none;} }
  2.  
  3. html, body {
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.  
  8. body {
  9.     font-family: Georgia, "Times New Roman", Times, serif;
  10.     font-size: 75%;
  11.     color: black;
  12.     background-color: #f8f8f8;
  13. }
  14.  
  15. #container {
  16.     margin: 0;
  17.     padding: 8px 32px 16px 32px;
  18.     text-align: left;
  19.     color: black;
  20.     background-color: white;
  21. }
  22.  
  23. pre {
  24.     overflow: hidden;
  25. }
  26.  
  27. @media screen {
  28.  
  29. body {
  30.     margin: 10px auto;
  31.     text-align: center;
  32. }
  33.  
  34. #container {
  35.     margin: 0 auto;
  36.     width: 728px;
  37.     border: solid 1px #e0e0e0;
  38. }
  39.  
  40. pre {
  41.     overflow: auto;
  42. }
  43.  
  44. }
  45.  
  46. pre {
  47.     font-size: 1.1em;
  48.     margin-top: 0;
  49.     margin-bottom: 1.5em;
  50.     padding: 4px;
  51.     color: black;
  52.     background-color: #f8f8f8;
  53.     border: solid #e0e0e0;
  54.     border-width: 1px;
  55. }
  56.  
  57. /* IE6 Hack */
  58. * html body pre {
  59.     width: 98.6%;
  60. }
  61.  
  62. tt {
  63.     font-weight: bold;
  64.     font-size: 120%;
  65. }
  66.  
  67. p {
  68.     margin-top: 0;
  69.     margin-bottom: 1.5em;
  70.     line-height: 1.8em;
  71. }
  72.  
  73. ul, ol {
  74.     padding: 0;
  75.     margin-left: 16px;
  76.     margin-top: 0;
  77.     margin-bottom: 1.5em;
  78. }
  79.  
  80. ul {
  81.     list-style: square;
  82. }
  83.  
  84. li {
  85.     line-height: 1.4em;
  86. }
  87.  
  88. h1, h2, h3, h4, h5, h6 {
  89.     font-family: verdana, arial, sans-serif;
  90.     margin-top: 0;
  91.     margin-bottom: 0.8em;
  92.     font-weight: bold;
  93.     letter-spacing: -0.06em;
  94.     color: black;
  95.     background-color: inherit;
  96.     clear: both;
  97. }
  98.  
  99. h1 {
  100.     font-size: 2em;
  101. }
  102.  
  103. h2 {
  104.     font-size: 1.7em;
  105. }
  106.  
  107. h3 {
  108.     font-size: 1.4em;
  109. }
  110.  
  111. a:link {
  112.     color: #3366FF;
  113.     background-color: inherit;
  114. }
  115.  
  116. a:visited {
  117.     color: gray;
  118.     background-color: inherit;
  119. }
  120.  
  121. a:link:hover, a:visited:hover {
  122.     color: red;
  123.     background-color: inherit;
  124. }
  125.  
  126. #header {
  127.     padding: 0 0 16px 0;
  128.     font-family: verdana, arial, sans-serif;
  129.     font-size: 10px;
  130.     color: #808080;
  131.     background-color: inherit;
  132. }
  133.  
  134. #header .controls {
  135.     margin: 1px -24px 0 0;
  136.     font-size: 9px;
  137.     text-align: right;
  138. }
  139.  
  140. #header h1 {
  141.     margin-bottom: 4px;
  142.     font-size: 30px;
  143.     color: #3366FF;
  144.     background-color: inherit;
  145.     padding: 2px;
  146.     clear: both;
  147. }
  148.  
  149. .controls select {
  150.     font-family: verdana, arial, sans-serif;
  151.     font-size: 9px;
  152.     vertical-align: middle;
  153.     border: solid 1px #e0e0e0;
  154. }
  155.  
  156. #footer {
  157.     clear: both;
  158.     border-top: solid 1px #e0e0e0;
  159.     text-align: center;
  160.     padding: 16px 0 0 0;
  161.     font-family: verdana, arial, sans-serif;
  162.     font-size: 9px;
  163.     color: #808080;
  164.     background-color: inherit;
  165. }
  166.  
  167. #header a:link, #header a:visited, #footer a:link, #footer a:visited {
  168.     color: #808080;
  169.     background-color: inherit;
  170. }
  171.  
  172. #header img, #footer img {
  173.     border: 0;
  174.     vertical-align: middle;
  175. }
  176.  
  177. .pro {
  178.     margin: 0 -32px 1.5em -32px;
  179.     line-height: 1.8em;
  180.     border: solid #e0e0e0;
  181.     border-width: 0 20px;
  182.     padding: 0 12px;
  183. }
  184.  
  185. .warning {
  186.     padding: 0 0 0 28px;
  187.     border: solid red;
  188.     border-width: 0 0 0 4px;
  189. }
  190.  
  191. .note {
  192.     padding: 0 0 0 28px;
  193.     border: solid green;
  194.     border-width: 0 0 0 4px;
  195. }
  196.  
  197. /* ags */
  198.  
  199. .text img {
  200.     text-align: center;
  201. }
  202.  
  203. .third {
  204.     clear: both;
  205. }
  206.  
  207. .third img{
  208.     margin: 0 8px 8px 0;
  209.     float: left;
  210. }
  211.  
  212.