home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / mp3tag / mp3tagv246bsetup.exe / help / content.css next >
Cascading Style Sheet File  |  2010-08-22  |  4KB  |  254 lines

  1. html, body {
  2.     margin: 5px;
  3.     font-family: verdana, helvetica, arial, sans-serif;
  4.     font-size: small;
  5.     margin: 10px;
  6.     padding: 0;
  7. }
  8.  
  9. div {
  10.     width: auto;
  11.     border: 1px solid #ccc;
  12.     padding: 10px;
  13.     margin-bottom: 20px;
  14.     text-align: justify;
  15. }
  16.  
  17. h1 {
  18.     border-bottom: 1px solid #ccc;
  19.     margin: 0px;
  20.     margin-bottom: 18px;
  21.     padding: 0;
  22.     padding-bottom: 5px;
  23.     font-size: medium;
  24.     color: #333;
  25. }
  26.  
  27. h2 {
  28.     margin: 0px;
  29.     margin-top: 5px;
  30.     margin-bottom: 5px;
  31.     padding: 0;
  32.     padding-top: 15px;
  33.     padding-bottom: 5px;
  34.     font-size: small;
  35.     color: #333;
  36. }
  37.  
  38. h3 {
  39.     margin: 0px;
  40.     margin-top: 5px;
  41.     margin-bottom: 5px;
  42.     padding: 0;
  43.     padding-top: 15px;
  44.     padding-bottom: 5px;
  45.     font-size: small;
  46.     color: #000;
  47. }
  48.  
  49. ul {
  50.     padding: 0;
  51.     margin: 0;
  52.     margin-left: 15px;
  53.     list-style-type: square;
  54. }
  55.  
  56. ul.gray {
  57.     color: #666;
  58. }
  59.  
  60. ul.indent {
  61.     color: #666;
  62.     margin-left: 30px;
  63. }
  64.  
  65. li { 
  66.     margin-top: 2px;
  67. }
  68.  
  69. p.copyright {
  70.     color: #666666;
  71.     width: auto;
  72.     text-align: center;
  73. }
  74.  
  75. a {
  76.     text-decoration: none;
  77.     color: #960000;
  78. }
  79.  
  80. a:hover {
  81.     text-decoration: underline;
  82. }
  83.  
  84. img {
  85.     border: 0px;
  86. }
  87.  
  88. code {
  89.     font-size: small;
  90. }
  91.  
  92. span.hotkey {
  93.     border: 1px solid #666;
  94.     color: #666;
  95.     padding: 1px 4px;
  96.     font-weight:        bold;
  97.     font-size: 90%;
  98.     background-color: #f3f3f3;
  99. }
  100.  
  101. #wrap {
  102.     background-color: #fff;
  103.     border: none;
  104.     margin:0px auto; /* Right and left margin widths set to "auto" */
  105.     min-width:800px;
  106.     padding:10px;
  107.     text-align:left; /* Counteract to IE5/Win Hack */    
  108.     width: 800px;
  109. }
  110.  
  111. #wrap2 {
  112.     background-color: #fff;
  113.     border: none;
  114.     margin-left:98px;
  115.     margin-bottom:0px;
  116.     min-width:800px;
  117.     padding:10px;
  118.     text-align:left; /* Counteract to IE5/Win Hack */    
  119.     width: 800px;
  120.     position: relative;
  121. }
  122.  
  123. #wrapt {
  124.     background-color: #fff;
  125.     border: none;
  126.     margin-bottom: 0px;
  127.     margin-left:98px;
  128.     margin-top:0px;
  129.     max-width:1100px;
  130.     min-width:950px;    
  131.     padding-top:0px;
  132.     text-align:left; /* Counteract to IE5/Win Hack */    
  133.     position: relative;
  134. }
  135.  
  136.  
  137. #header {
  138.     border: none;
  139.     padding: 0;
  140.     margin-bottom: 10px;
  141. }
  142.  
  143. table {
  144.     border: 0px;
  145. }
  146.  
  147. table.tags {
  148.     border: none;
  149.     empty-cells: show;
  150. }
  151.  
  152. td.tags {
  153.     border-width: 1px;
  154.     border-color: #ccc;
  155.     border-style: solid;
  156.     padding-left: 2px;
  157. }
  158.  
  159. .note {
  160.     padding: 0;
  161.     margin: 0;
  162.     border-width: 1px 1px 1px 3px;
  163.     border-color: #999;
  164.     border-style: solid;
  165.     background: #fff;
  166.     margin-top: 1em;
  167.     margin-bottom: 1em;
  168. }
  169.  
  170. .noteh, .noteb {
  171.     border: none;
  172.     padding: 0;
  173.     margin: 0;
  174.     padding-left: 1em;
  175.     padding-right: 1em;
  176. }
  177.  
  178. .noteh {
  179.     border: none;
  180.     padding: 0.25em;
  181.     padding-left: 0.25em;
  182.     margin: 0;
  183.     font-weight: bold;
  184.     background: #ccc;
  185. }
  186.  
  187. td.tcode { 
  188.     vertical-align:top; 
  189.     text-align: left; 
  190.     padding-right:10px;
  191.     white-space:nowrap;
  192. }
  193.  
  194. td.tags2 {
  195.     border-width: 1px;
  196.     border-color: #ccc;
  197.     border-style: solid;
  198.     background: #E0E0E0;
  199.     padding-left: 4px;
  200.     padding-right: 4px;
  201.  
  202. }
  203. td.tags3 {
  204.     border-width: 1px;
  205.     border-color: #ccc;
  206.     border-style: solid;
  207.     background: #F0F0F0;
  208. }
  209.  
  210. #left {
  211.     background: #fff;
  212.     padding-left: 2px;
  213.     padding-right: 2px;
  214.     border: 1px solid #ccc;
  215.     margin-top: 111px;
  216.     margin-left: 10px;
  217.     width: 98px;
  218.     position: fixed;
  219.     top: 0;
  220.     left: 0;
  221.     list-style: none;
  222.     font-size: 14px;
  223. }
  224.  
  225. #left li { 
  226.     margin-top: 4px;
  227.     margin-left: 2px;
  228. }
  229.  
  230. #left ul{
  231.     list-style: none;
  232.     margin: 0px;
  233.     padding: 0px;
  234. }
  235.  
  236. #left a:link{
  237.     display:block;
  238.     text-decoration: none;
  239. }
  240.  
  241. #left a:visited{
  242.     display:block;
  243. }
  244.  
  245. #left a:hover{
  246.     color: #595959;
  247.     text-decoration: none;
  248.     background: #ccc;
  249. }
  250.  
  251. #left a:active{
  252.     color: #595959;
  253. }
  254.