Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
TDocumentation dotNet - ReportTemplate.txt

ReportTemplate.txt

Caricato da: Totem
Scarica il programma completo

  1. <html>
  2.  
  3. <head>
  4.     <title>|||Doc|||</title>
  5.     <style>
  6.     body
  7.     {
  8.       font-family : "Segoe UI",Tahoma, Verdana, sans-serif;
  9.     }
  10.    
  11.     td
  12.     {
  13.       padding-left : 3px;
  14.     }
  15.    
  16.     a
  17.     {
  18.       text-decoration : none;
  19.       color : blue;
  20.     }
  21.    
  22.     .small
  23.     {
  24.       font-size : 12pt;
  25.       font-weight : italic;
  26.     }
  27.    
  28.     .class
  29.     {
  30.       font-size : 19pt;
  31.       font-weight : bold;
  32.       color : rgb(46, 104, 21);
  33.       text-align : center;
  34.       padding-bottom : 20px;
  35.       padding-top : 30px;
  36.     }
  37.    
  38.     .member
  39.     {
  40.       font-size : 13pt;
  41.       font-weight : bold;
  42.       color : rgb(39, 92, 233);
  43.       padding-left : 10px;
  44.     }
  45.    
  46.     .container
  47.     {
  48.       border : 1px solid black;
  49.       padding : 10px 10px 10px 10px;
  50.       background-color : rgb(240, 240, 240);
  51.     }
  52.    
  53.     .signature
  54.     {
  55.       background-color : #dcf7fd;
  56.       border-top:1px solid #6ed6f3;
  57.       border-bottom:1px solid #6ed6f3;
  58.     }
  59.    
  60.     .summary
  61.     {
  62.       background-color : rgb(205, 252, 235);
  63.       border-top:1px solid rgb(15, 208, 136);
  64.       border-bottom:1px solid rgb(15, 208, 136);
  65.     }
  66.    
  67.     .remarks
  68.     {
  69.       background-color : rgb(245, 226, 245);
  70.       border-top:1px solid rgb(209, 126, 207);
  71.       border-bottom:1px solid rgb(209, 126, 207);
  72.     }
  73.    
  74.     .returns
  75.     {
  76.       background-color : rgb(235, 217, 255);
  77.       border-top:1px solid rgb(172, 98, 255);
  78.       border-bottom:1px solid rgb(172, 98, 255);
  79.     }
  80.    
  81.     .see
  82.     {
  83.       background-color : rgb(245, 252, 209);
  84.       border-top:1px solid rgb(16, 241, 73);
  85.       border-bottom:1px solid rgb(16, 241, 73);
  86.     }
  87.    
  88.     .params
  89.     {
  90.       background-color : rgb(184, 250, 204);
  91.       border-top:1px solid rgb(15, 208, 136);
  92.       border-bottom:1px solid rgb(15, 208, 136);
  93.     }
  94.    
  95.     .typeparams
  96.     {
  97.       background-color : rgb(250, 231, 192);
  98.       border-top:1px solid rgb(240, 188, 79);
  99.       border-bottom:1px solid rgb(240, 188, 79);
  100.     }
  101.    
  102.     .exception
  103.     {
  104.       background-color : rgb(218, 239, 238);
  105.       border-top:1px solid rgb(73, 175, 170);
  106.       border-bottom:1px solid rgb(73, 175, 170);
  107.     }
  108.    
  109.     k
  110.     {
  111.       color : blue;
  112.     }
  113.    
  114.     c
  115.     {
  116.       font-family : Courier New;
  117.       white-space : pre;
  118.     }
  119.    
  120.     code
  121.     {
  122.       font-family : Courier New;
  123.       white-space : pre;
  124.     }
  125.    
  126.     .doctitle
  127.     {
  128.       font-size : 24pt;
  129.       font-weight : bold;
  130.       text-align : center;
  131.       padding-bottom : 10px;
  132.     }
  133.    
  134.     .filename
  135.     {
  136.       font-size : 15pt;
  137.       font-weight : bold;
  138.       text-align : center;
  139.       padding-bottom : 10px;
  140.     }
  141.    
  142.     .subtitle
  143.     {
  144.       font-size : 13pt;
  145.       font-weight : normal;
  146.       text-align : center;
  147.     }
  148.     </style>
  149. </head>
  150.  
  151. <body>