Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* JPM: modified to use inheritage widely
- em sizing to better zooming
- coloring similar to MSDN Web
- */
- html
- {
- font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
- font-size:0.8125em; /* 13px; */
- }
- body
- {
- background-color:#d5d5d5;
- color:#000;
- font-weight:400;
- }
- table
- {
- border-collapse:collapse;
- border:#999 1px solid;
- margin-top:5px;
- width:100%;
- }
- table.noborder
- {
- border-width:0px;
- }
- th
- {
- /* font-size:0.875em; /* 14px; DOCTYPE without .dld*/
- background-color:#bbb;
- border:#999 1px solid;
- color:#444;
- padding:4px;
- text-align:left;
- }
- th.new
- {
- width:224px;
- }
- th.old
- {
- width:226px;
- }
- th.width25
- {
- width:25%;
- }
- th.width75
- {
- width:75%;
- }
- tr
- {
- padding:4px;
- }
- tr.yellow,tr.yellowbold
- {
- background-color:#454334;
- }
- tr.yellowbold
- {
- font-weight:700;
- }
- table td
- {
- /* font-size:0.875em; /* 14px; DOCTYPE without .dld*/
- border:#999 1px solid;
- padding:4px;
- }
- table.noborder td
- {
- border-width:0px;
- }
- td.center
- {
- text-align:center;
- }
- td.right
- {
- text-align:right;
- }
- td.sep
- {
- border-color:white silver;
- }
- b
- {
- font-weight:700;
- }
- u
- {
- text-decoration:underline; /* for html5 compatibility if needed */
- }
- p
- {
- margin:0;
- padding-bottom:5px;
- padding-top:5px;
- }
- p.center
- {
- text-align:center;
- }
- span.underline
- {
- text-decoration:underline;
- }
- .funcdesc
- {
- font-size:1.25em; /* 20px; */
- }
- ul.cell
- {
- margin:0 0 0 25px;
- }
- div.indent
- {
- margin-left:32px;
- }
- a,a:link
- {
- color:#000099;
- }
- a:visited
- {
- color:#000088;
- }
- a:active
- {
- color:#000099;
- }
- a:hover
- {
- color:#6666CC;
- }
- a,a:link,a:visited,a:active
- {
- text-decoration:none;
- }
- a:hover
- {
- text-decoration:underline;
- }
- a.ext:link,a.ext:visited,a.ext:active
- {
- text-decoration:underline;
- }
- h1
- {
- color:#666;
- font-size:2.75em; /* 36-44px; */
- font-weight:400;
- margin:0;
- padding-bottom:15px;
- padding-top:15px;
- }
- .small
- {
- font-size:.875em; /* 12-14px; */
- margin:-12px 0 -4px;
- padding-bottom:0;
- padding-top:9px;
- }
- h2
- {
- color:#D96500;
- font-size:1.5em; /* 24px; */
- font-weight:400;
- line-height:normal;
- margin:0;
- padding-bottom:5px;
- padding-top:25px;
- }
- h3
- {
- color:#D96500;
- font-size:1.0625em; /* 17px; */
- font-weight:700;
- line-height:normal;
- margin-bottom:0;
- margin-left:5px;
- }
- pre,.code,.codeheader,.codebox
- {
- font-family:"Courier New", Courier, monospace;
- }
- .code
- {
- white-space:nowrap;
- }
- .codeheader
- {
- background-color:#E6E5CE;
- color: #000;
- border: #999 1px solid;
- padding:16px;
- white-space:normal;
- }
- .codebox
- {
- background-color: #e0e0e1;
- color:#000;
- border:1px solid #aaa;
- overflow-x:auto;
- padding:8px 8px 16px;
- margin-top:5px;
- white-space:nowrap;
- width:99%;
- }
- .S0
- {
- color:#000;
- }
- .S1
- {
- color:#00A31B;
- font-style:italic;
- }
- .S2
- {
- color:#00A31B;
- font-style:italic;
- }
- .S3
- {
- color:#AC00A9;
- }
- .S4
- {
- color:#000090;
- }
- .S5
- {
- color:#0000FF;
- }
- .S6
- {
- color:#E300E3;
- }
- .S7
- {
- color:#666;
- }
- .S8
- {
- color:#FF0000;
- }
- .S9
- {
- color:#C43316;
- }
- .S10
- {
- color:#F58300;
- }
- .S11
- {
- color:#C600D4;
- }
- .S12
- {
- color:#A00FF0;
- }
- .S13
- {
- background-color:#DDE8F0;
- color:red;
- }
- .S14
- {
- color:#0080FF;
- }
- .S15
- {
- color:#0080FF;
- }
- .bottom
- {
- padding-bottom:0;
- margin-bottom:0;
- }
- .experimental
- {
- background-color:#lightyellow;
- border:solid;
- border-color:red;
- font-size:1.5em; /* 24px; */
- font-weight:700;
- margin:12px;
- padding:4px;
- }
- .specialnote
- {
- background-color:#fffffa;
- border:solid;
- border-color:blue;
- font-size:1.5em; /* 24px; */
- font-weight:500;
- padding:4px;
- }
- img.logo_v3
- {
- box-shadow: 5px 5px 20px #aaa;
- }
- /* adapted from MSDN Web for example code open/copy actions */
- .codeSnippetContainer
- {
- min-width:260px;
- margin:0;
- padding:0;
- }
- .codeSnippetContainerTabs
- {
- font-size:.8333em; /* 13.33px 10pt!important; */
- height:20px; /* 22px; */
- position:relative;
- vertical-align:middle;
- z-index:1;
- }
- .codeSnippetContainerTab
- {
- /*background:none repeat scroll 0 0 #eff5ff; /* */
- border-bottom:2px solid #d0d2d2;
- border-top:1px solid #bbb;
- border-left:1px solid #929292;
- float:left;
- height:20px; /* 19px; */
- padding:0px 4px; /* 0px 8px; */
- width:auto;
- overflow:hidden;
- position:relative;
- font-weight:normal;
- }
- /* MSDN not used
- .codeSnippetContainerTabActive
- {
- height:21px;
- background:none repeat scroll 0 0 #d5d5d5;
- border-left:1px solid #bbb;
- border-bottom:none;
- }
- .codeSnippetContainerTabFirst
- {
- border-radius:4px 0 0 0;
- padding:0 8px 0 6px;
- }
- .codeSnippetContainerTabLast
- {
- border-right:1px solid #bbb;
- border-radius:0 4px 0 0;
- padding:0 6px 0 8px;
- }
- */
- .codeSnippetContainerTabSingle
- {
- border:none;
- color:#00709f; /* #e66a38; */
- vertical-align:baseline;
- top:10px; /* 8px; */
- left:12px; /* 7px; */
- position:relative;
- background-color:#d5d5d5;
- }
- .codeSnippetContainerTabSingle a
- {
- color:#e66a38; /* !important; */
- }
- .codeSnippetContainerTab a,.codeSnippetContainerTab a:link,.codeSnippetContainerTab a:visited,.codeSnippetContainerTab a:active
- {
- color:#1364c4;
- text-decoration:none;
- }
- /* MSDN not used
- .codeSnippetContainerTabActive a,.codeSnippetContainerTabActive a:link,.codeSnippetContainerTabActive a:visited,.codeSnippetContainerTabActive a:active
- {
- color:#e66a38;
- text-decoration:none;
- position:relative;
- }
- .codeSnippetContainerTabPhantom a,.codeSnippetContainerTabPhantom a:link,.codeSnippetContainerTabPhantom a:visited,.codeSnippetContainerTabPhantom a:active
- {
- color:#c2c2c2;
- text-decoration:none;
- position:relative;
- }
- .codeSnippetContainerTabPhantom a:link,.codeSnippetContainerTabPhantom a:visited,.codeSnippetContainerTabPhantom a:active
- {
- color:#707070;
- text-decoration:none;
- position:relative;
- }
- */
- .codeSnippetContainerTab a:hover
- {
- color:#e66a38;
- position:relative;
- }
- /* MSDN not used
- .codeSnippetContainerTabPhantom a:hover
- {
- color:#c2c2c2;
- position:relative;
- }
- */
- .codeSnippetContainerCodeContainer
- {
- background-color: #e0e0e1;
- border-bottom:1px solid #666;
- border-left:1px solid #666; /* 1px */
- border-right:1px solid #666; /* 1px */
- clear:both;
- margin-bottom:0; /* 12px; */
- position:relative;
- top:-3px;
- }
- .codeSnippetToolBar
- {
- border-left:0px solid #666; /* 1px */
- border-right:0px solid #666; /* 3px */
- border-top:1px solid #666;
- height:auto;
- width:auto;
- }
- div.codeSnippetToolBarText
- {
- float:right;
- top:-12px; /* -8px; */
- position:relative;
- background-color:#d5d5d5;
- width:auto;
- padding-left:4px;
- padding-right:4px;
- height:0;
- vertical-align:top;
- }
- div.codeSnippetToolBarText>a:link,div.codeSnippetToolBarText>a:visited,div.codeSnippetToolBarText>a:active
- {
- /* display:none; */
- margin-left:5px;
- margin-right:5px;
- /* font-size:100%; /* 83.33%; /* 10pt */
- /* font-style:normal!important; */
- /*color:#1364c4;*/
- text-decoration:none;
- background-color:#e0e0e1;
- padding-left:4px;
- padding-right:4px;
- }
- div.codeSnippetToolBarText>a:hover
- {
- text-decoration:underline;
- }
- .codeSnippetContainerCode
- {
- margin-top:14px; /* 0; */
- padding:5px 10px; /* 9px 21px; */
- width:auto;
- }
- .codeSnippetContainerCode div
- {
- padding:0;
- margin:0;
- }
- .codeSnippetContainerCode pre
- {
- padding-left:5px; /* 5px; */
- margin:0;
- word-break:break-all;
- word-wrap:break-word;
- font-style:normal;
- font-weight:normal;
- overflow:auto;
- }
- #hhctrl
- {
- vertical-align:middle;
- }
- #hhctrl-bottom
- {
- vertical-align:bottom;
- }
- .codeSnippetContainerTab object
- {
- cursor:pointer;
- text-decoration:underline;
- }
- a.le:link {text-decoration:none;}
- a.le:visited{text-decoration:none;}
- a.le:active {text-decoration:none;}
- a.le:hover {text-decoration:none;}
- .S01 /* DEFAULT */
- {
- color: #69A0B3;
- }
- .S21 /* Комментарии */
- {
- color: #71AE71;
- }
- .S31 /* Числа */
- {
- color: #C738B9;
- }
- .S41 /* Функции */
- {
- color: #000090;
- }
- .S51 /* Ключевые слова */
- {
- color: #0000FF;
- }
- .S61 /* Макрос */
- {
- color: #E300E3;
- }
- .S81 /* Операторы */
- {
- color: #FF0000;
- }
- .S91 /* Переменная */
- {
- color: #AA0000;
- }
- .S101 /* Sent */
- {
- color: #DB8B14;
- }
- .S111 /* Preprocessor */
- {
- color: #F000FF;
- }
- .S121 /* Специальные */
- {
- color: #0080C0;
- }
- .red /* красный */
- {
- color: #ff0000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement