Advertisement
AZJIO

css - онлайн справки AutoIt3

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