Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Общий стиль */
- body
- {
- background-color:#FFFFFF;
- font-family: Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:12px;
- font-weight:normal;color:#000000;
- }
- b{font-weight:bold;}
- p{
- font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- line-height: normal;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- }
- div{font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';}
- a{font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:none;}
- /* Ссылки внутри справки */
- a:link {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#000099;}
- a:visited{font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#000088;}
- a:active {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#000099;}
- a:hover {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#6666CC;}
- /* Ссылки на интернет страницы */
- a.ext:link {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#990000;}
- a.ext:visited{font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#880000;}
- a.ext:active {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#990000;}
- a.ext:hover {font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';text-decoration:underline;color:#CC6666;}
- /* Заголовки страниц в приложении и т.д. */
- H1 {
- color:#303030;
- font-family:Arial, Verdana, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:20px;
- font-weight:700;
- margin:0;
- padding-bottom:5px;
- padding-top:5px;
- }
- /* Таблицы */
- table
- {
- border: #ccc 1px solid;
- border-collapse: collapse; /* убирание задвоенности рамки */
- font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:12px;
- padding-left:40px;
- }
- tr
- {
- border: #ccc 1px solid;
- font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:12px;
- }
- td
- {
- border: #ccc 1px solid;
- font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:12px;
- padding-left:5px;
- }
- hr
- {
- color: #ccc;
- }
- .funсname /* Название функции */
- {
- color:#000090;
- font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
- }
- .funсdesc /* Описание функции */
- {
- font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
- font-size:16px;
- }
- .header /* текст: Описание функций */
- {
- color:#707070;
- font-family:'Segoe UI', Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
- font-weight:400;
- margin-bottom:-5;
- margin-top:-10;
- padding-bottom:0px;
- padding-top:0px;
- }
- .section /* заголовки "Параметры", "Возвращаемое значение", "См. также", "Пример" */
- {
- color:#db7100;
- font-family:Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- padding-top:18px;
- }
- /* розовый цвет в разделе макросов */
- .Macro
- {
- color: #E600E6;
- background: #F3F5FF;
- }
- .S61 /* Макрос в тексте */
- {
- color: #E600E6;
- }
- .S91 /* Variable в тексте */
- {
- color: #AA0000;
- }
- H2 {
- font-family: Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:16px;
- font-weight: bold;
- color: #000080;
- line-height: normal;
- }
- H3 {
- font-family: Verdana, Arial, 'Segoe UI', 'Lucida Grande', Helvetica, 'MS sans serif';
- font-size:12px;
- font-weight: bold;
- color: #000080;
- line-height: normal;
- }
- .code {
- font-family: 'Courier New', Courier, mono;
- font-size:12px;
- white-space: nowrap;
- }
- .codeheader /* синтаксис на жёлтом фоне */
- {
- border: #aaa 1px solid;
- padding:16px;
- font-family: Arial, 'Courier New', Courier, Verdana;
- color:#000;
- white-space:normal;
- background-color:#ffa;
- }
- .codebox /* общий для примеров кода */
- {
- border: #aaa 1px solid;
- padding: 8px;
- font-size:12px;
- font-family: Arial, 'Courier New', Courier, Verdana;
- color: #000;
- white-space: normal;
- background-color: #f3f5ff
- }
- .S0 /* DEFAULT */
- {
- color: #000000;
- background: #F3F5FF;
- }
- .S1 /* Comment Line */
- {
- font-style: italic;
- color: #009933;
- background: #F3F5FF;
- }
- .S2 /* Comment */
- {
- font-style: italic;
- color: #669900;
- background: #F3F5FF;
- }
- .S3 /* Number */
- {
- color: #AC00A9;
- background: #F3F5FF;
- }
- .S4 /* Function */
- {
- font-style: italic;
- color: #000090;
- background: #F3F5FF;
- }
- .S5 /* Keyword */
- {
- color: #0000FF;
- background: #F3F5FF;
- }
- .S6 /* Macro */
- {
- color: #FF33FF;
- background: #F3F5FF;
- }
- .S7 /* String */
- {
- color: #9999CC;
- background: #F3F5FF;
- }
- .S8 /* Operator */{
- color: #FF0000;
- background: #F3F5FF;
- }
- .S9 /* Variable */
- {
- color: #AA0000;
- background: #F3F5FF;
- }
- .S10 /* Sent */
- {
- color: #FF8800;
- background: #F3F5FF;
- }
- .S11 /* Preprocessor */
- {
- font-style: italic;
- color: #F000FF;
- background: #F3F5FF;
- }
- .S12 /* Special */
- {
- font-style: italic;
- color: #A00FF0;
- background: #F3F5FF;
- }
- .S15 /* UDF */
- {
- font-style: italic;
- font-weight: bold;
- color: #0080FF;
- background: #F3F5FF;
- }
- span /* Comobj */
- {
- font-family: 'Arial';
- color: #0000FF;
- background: #FFFFFF;
- }
- .experimental /* В функциях PluginOpen, PluginClose */
- {
- border: solid;
- font-size: large;
- padding: 4px;
- border-color: red;
- font-weight: bold;
- background: ffffe0;
- margin-top:10;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement