Advertisement
AZJIO

default.css - AutoIt

Dec 11th, 2011
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.32 KB | None | 0 0
  1. /* Обычные теги */
  2. body{background-color:#FFFFFF;font-family: 'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;font-size:x-small;font-weight:normal;color:#000000;}
  3. tr{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;font-size:x-small;}
  4. td{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;font-size:x-small;}
  5. b{font-weight:bold;}
  6. p{
  7.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  8.     line-height: normal;
  9.     margin-top: 0.5em;
  10.     margin-bottom: 0.5em;
  11.  
  12.  
  13.  
  14. }
  15. div{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;}
  16. a{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:none;}
  17.  
  18. /* Обычные ссылки внутри справки */
  19. a:link   {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#000099;}
  20. a:visited{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#000088;}
  21. a:active {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#000099;}
  22. a:hover  {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#6666CC;}
  23.  
  24. /* Ссылки на интернет страницы */
  25. a.ext:link   {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#990000;}
  26. a.ext:visited{font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#880000;}
  27. a.ext:active {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#990000;}
  28. a.ext:hover  {font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;text-decoration:underline;color:#CC6666;}
  29.  
  30.  /* Заголовки страниц в приложении и т.д. */
  31. H1 {
  32.     color:#303030;
  33.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  34.     font-size:20px;
  35.     font-weight:700;
  36.     margin:0;
  37.     padding-bottom:5px;
  38.     padding-top:5px;
  39. }
  40.  
  41. table
  42. {
  43.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  44.     font-size:x-small;
  45. }
  46.  
  47. .funсname /* Название функции */
  48. {
  49.     color:#000090;
  50.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  51. }
  52.  
  53. .funсdesc /* Описание функции */
  54. {
  55.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  56.     font-size: small;
  57. }
  58.  
  59. .header /* текст: Описание функций */
  60. {
  61.     color:#707070;
  62.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  63.     font-weight:400;
  64.     margin-bottom:-5;
  65.     margin-top:-10;
  66.     padding-bottom:0px;
  67.     padding-top:0px;
  68. }
  69.  
  70. .section /* заголовки "Параметры", "Возвращаемое значение", "См. также", "Пример" */
  71. {
  72.     color:#db7100;
  73.     font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  74.     padding-top:18px;
  75. }
  76.  
  77. .Macro
  78. {
  79.     color: #FF33FF;
  80.     font-weight: bold;
  81. }
  82.  
  83.  
  84. H2 {
  85.     font-family: 'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  86.     font-size: small;
  87.     font-weight: bold;
  88.     color: #000080;
  89.     line-height: normal;
  90. }
  91.  
  92. H3 {
  93.     font-family: 'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  94.     font-size: x-small;
  95.     font-weight: bold;
  96.     color: #000080;
  97.     line-height: normal;
  98. }
  99.  
  100.  
  101. .code {
  102.     font-family: "Courier New", Courier, mono;
  103.     font-size: x-small;
  104.     white-space: nowrap;
  105. }
  106.  
  107. .codeheader
  108. {
  109.     background-color:#ffa;
  110.     border: #aaa 1px solid;
  111.     color:#000;
  112.     font-family: Arial, "Courier New", Courier, Verdana;
  113.     padding:16px;
  114.     white-space:normal;
  115. }
  116.  
  117. .codebox {
  118.     border: #aaa 1px solid;
  119.     padding: 8px;
  120.     font-size: x-small;
  121.     font-family: Arial, Courier New, Courier, Verdana;
  122.     color: #000;
  123.     white-space: normal;
  124.     background-color: #f3f5ff
  125. }
  126.  
  127.  
  128.  
  129. .S0 /* DEFAULT */
  130. {
  131.     color: #000000;
  132.     background: #F3F5FF;
  133. }
  134. .S1  /* Comment Line */
  135. {
  136.     font-style: italic;
  137.     color: #009933;
  138.     background: #F3F5FF;
  139. }
  140. .S2  /* Comment */
  141. {
  142.     font-style: italic;
  143.     color: #669900;
  144.     background: #F3F5FF;
  145. }
  146. .S3  /* Number */
  147. {
  148.     color: #AC00A9;
  149.     background: #F3F5FF;
  150. }
  151. .S4  /* Function */
  152. {
  153.     font-style: italic;
  154.     color: #000090;
  155.     background: #F3F5FF;
  156. }
  157. .S5  /* Keyword */
  158. {
  159.     color: #0000FF;
  160.     background: #F3F5FF;
  161. }
  162. .S6  /* Macro */
  163. {
  164.     color: #FF33FF;
  165.     background: #F3F5FF;
  166. }
  167. .S7  /* String */
  168. {
  169.     color: #9999CC;
  170.     background: #F3F5FF;
  171. }
  172. .S8  /* Operator */{
  173.     color: #FF0000;
  174.     background: #F3F5FF;
  175. }
  176. .S9  /* Variable */
  177. {
  178.     color: #AA0000;
  179.     background: #F3F5FF;
  180. }
  181. .S10  /* Sent */
  182. {
  183.     color: #FF8800;
  184.     background: #F3F5FF;
  185. }
  186. .S11  /* Preprocessor */
  187. {
  188.     font-style: italic;
  189.     color: #F000FF;
  190.     background: #F3F5FF;
  191. }
  192. .S12   /* Special */
  193. {
  194.     font-style: italic;
  195.     color: #A00FF0;
  196.     background: #F3F5FF;
  197. }
  198. .S15   /* UDF */
  199. {
  200.     font-style: italic;
  201.     font-weight: bold;
  202.     color: #0080FF;
  203.     background: #F3F5FF;
  204. }
  205.  
  206. span   /* Comobj */
  207. {
  208.     font-family: 'Arial';
  209.     color: #0000FF;
  210.     background: #FFFFFF;
  211. }
  212.  
  213. .experimental {
  214.     border: solid;
  215.     font-size: large;
  216.     padding: 4px;
  217.     border-color: red;
  218.     font-weight: bold;
  219.     background: ffffe0;
  220. }
  221.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement