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:#303030;
- color:#999;
- font-weight:400;
- }
- table
- {
- border-collapse:collapse;
- border-color:#666;
- border-style:solid;
- border-width:1px;
- margin-top:5px;
- width:100%;
- }
- table.noborder
- {
- border-width:0px;
- }
- th
- {
- /* font-size:0.875em; /* 14px; DOCTYPE without .dld*/
- background-color:#084458;
- border-color:#666;
- border-style:solid;
- border-width:1px;
- color:#cccccc;
- 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-color:#666;
- border-style:solid;
- border-width:1px;
- 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:#8888dd;
- }
- a:visited
- {
- color:#8888dd;
- }
- a:active
- {
- color:#8888dd;
- }
- a:hover
- {
- color:#cccc00;
- }
- 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:#999;
- 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:#B3A078;
- font-size:1.5em; /* 24px; */
- font-weight:400;
- line-height:normal;
- margin:0;
- padding-bottom:5px;
- padding-top:25px;
- }
- h3
- {
- color:#B3A078;
- 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:#3d3c36;
- color: #aaa;
- border-bottom:1px solid #777;
- border-left:1px solid #777;
- border-right:1px solid #777;
- border-top:1px solid #777;
- padding:16px;
- white-space:normal;
- }
- .codebox
- {
- background-color: #3f3f3f;
- color:#72adc0;
- border:1px solid #777;
- overflow-x:auto;
- padding:8px 8px 16px;
- margin-top:5px;
- white-space:nowrap;
- width:99%;
- }
- .S0
- {
- color:#72ADC0;
- }
- .S1
- {
- color:#71AE71;
- font-style:italic;
- }
- .S2
- {
- color:#71AE71;
- font-style:italic;
- }
- .S3
- {
- color:#C738B9;
- }
- .S4
- {
- color:#AAA6DB;
- }
- .S5
- {
- color:#0080FF;
- }
- .S6
- {
- color:#FF46FF;
- }
- .S7
- {
- color:#999;
- }
- .S8
- {
- color:#FF8080;
- }
- .S9
- {
- color:#D29A6C;
- }
- .S10
- {
- color:#EA9515;
- }
- .S11
- {
- color:#F000FF;
- }
- .S12
- {
- color:#0080C0;
- }
- .S13
- {
- background-color:#DDE8F0;
- color:red;
- }
- .S14
- {
- color:#0080FF;
- }
- .S15
- {
- color:#7D8AE6;
- }
- .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 #303030;
- 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:#303030;
- }
- .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: #3f3f3f;
- 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:#303030;
- 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:#303030;
- 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;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement