Advertisement
AZJIO

CSS Grey v3.3.9.17 (Beta)

Aug 21st, 2013
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.45 KB | None | 0 0
  1. /* JPM: modified to use inheritage widely
  2.     em sizing to better zooming
  3.     coloring similar to MSDN Web
  4. */
  5. html
  6. {
  7.     font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  8.     font-size:0.8125em;  /* 13px; */
  9. }
  10. body
  11. {
  12.     background-color:#d5d5d5;
  13.     color:#000;
  14.     font-weight:400;
  15. }
  16.  
  17. table
  18. {
  19.     border-collapse:collapse;
  20.     border:#999 1px solid;
  21.     margin-top:5px;
  22.     width:100%;
  23. }
  24.  
  25. table.noborder
  26. {
  27.     border-width:0px;
  28. }
  29.  
  30. th
  31. {
  32.     /* font-size:0.875em;  /* 14px; DOCTYPE without .dld*/
  33.     background-color:#bbb;
  34.     border:#999 1px solid;
  35.     color:#444;
  36.     padding:4px;
  37.     text-align:left;
  38. }
  39.  
  40. th.new
  41. {
  42.     width:224px;
  43. }
  44.  
  45. th.old
  46. {
  47.     width:226px;
  48. }
  49.  
  50. th.width25
  51. {
  52.     width:25%;
  53. }
  54.  
  55. th.width75
  56. {
  57.     width:75%;
  58. }
  59.  
  60. tr
  61. {
  62.     padding:4px;
  63. }
  64.  
  65. tr.yellow,tr.yellowbold
  66. {
  67.     background-color:#454334;
  68. }
  69.  
  70. tr.yellowbold
  71. {
  72.     font-weight:700;
  73. }
  74.  
  75. table td
  76. {
  77.     /* font-size:0.875em;  /* 14px; DOCTYPE without .dld*/
  78.     border:#999 1px solid;
  79.     padding:4px;
  80. }
  81.  
  82. table.noborder td
  83. {
  84.     border-width:0px;
  85. }
  86.  
  87. td.center
  88. {
  89.     text-align:center;
  90. }
  91.  
  92. td.right
  93. {
  94.     text-align:right;
  95. }
  96.  
  97. td.sep
  98. {
  99.     border-color:white silver;
  100. }
  101.  
  102. b
  103. {
  104.     font-weight:700;
  105. }
  106.  
  107. u
  108. {
  109.     text-decoration:underline; /* for html5 compatibility if needed */
  110. }
  111.  
  112. p
  113. {
  114.     margin:0;
  115.     padding-bottom:5px;
  116.     padding-top:5px;
  117. }
  118.  
  119. p.center
  120. {
  121.     text-align:center;
  122. }
  123.  
  124. span.underline
  125. {
  126.     text-decoration:underline;
  127. }
  128.  
  129. .funcdesc
  130. {
  131.     font-size:1.25em; /* 20px; */
  132. }
  133.  
  134. ul.cell
  135. {
  136.     margin:0 0 0 25px;
  137. }
  138.  
  139. div.indent
  140. {
  141.     margin-left:32px;
  142. }
  143.  
  144.  
  145. a,a:link
  146. {
  147.     color:#000099;
  148. }
  149.  
  150. a:visited
  151. {
  152.     color:#000088;
  153. }
  154.  
  155. a:active
  156. {
  157.     color:#000099;
  158. }
  159.  
  160. a:hover
  161. {
  162.     color:#6666CC;
  163. }
  164.  
  165. a,a:link,a:visited,a:active
  166. {
  167.     text-decoration:none;
  168. }
  169.  
  170. a:hover
  171. {
  172.     text-decoration:underline;
  173. }
  174.  
  175. a.ext:link,a.ext:visited,a.ext:active
  176. {
  177.     text-decoration:underline;
  178. }
  179.  
  180. h1
  181. {
  182.     color:#666;
  183.     font-size:2.75em; /* 36-44px; */
  184.     font-weight:400;
  185.     margin:0;
  186.     padding-bottom:15px;
  187.     padding-top:15px;
  188. }
  189.  
  190. .small
  191. {
  192.     font-size:.875em; /* 12-14px; */
  193.     margin:-12px 0 -4px;
  194.     padding-bottom:0;
  195.     padding-top:9px;
  196. }
  197.  
  198.  
  199. h2
  200. {
  201.     color:#D96500;
  202.     font-size:1.5em; /* 24px; */
  203.     font-weight:400;
  204.     line-height:normal;
  205.     margin:0;
  206.     padding-bottom:5px;
  207.     padding-top:25px;
  208. }
  209.  
  210. h3
  211. {
  212.     color:#D96500;
  213.     font-size:1.0625em; /* 17px; */
  214.     font-weight:700;
  215.     line-height:normal;
  216.     margin-bottom:0;
  217.     margin-left:5px;
  218. }
  219.  
  220. pre,.code,.codeheader,.codebox
  221. {
  222.     font-family:"Courier New", Courier, monospace;
  223. }
  224.  
  225. .code
  226. {
  227.     white-space:nowrap;
  228. }
  229.  
  230. .codeheader
  231. {
  232.     background-color:#E6E5CE;
  233.     color: #000;
  234.     border: #999 1px solid;
  235.     padding:16px;
  236.     white-space:normal;
  237. }
  238.  
  239. .codebox
  240. {
  241.     background-color: #e0e0e1;
  242.     color:#000;
  243.     border:1px solid #aaa;
  244.     overflow-x:auto;
  245.     padding:8px 8px 16px;
  246.     margin-top:5px;
  247.     white-space:nowrap;
  248.     width:99%;
  249. }
  250.  
  251. .S0
  252. {
  253.     color:#000;
  254. }
  255.  
  256. .S1
  257. {
  258.     color:#00A31B;
  259.     font-style:italic;
  260. }
  261.  
  262. .S2
  263. {
  264.     color:#00A31B;
  265.     font-style:italic;
  266. }
  267.  
  268. .S3
  269. {
  270.     color:#AC00A9;
  271. }
  272.  
  273. .S4
  274. {
  275.     color:#000090;
  276. }
  277.  
  278. .S5
  279. {
  280.     color:#0000FF;
  281. }
  282.  
  283. .S6
  284. {
  285.     color:#E300E3;
  286. }
  287.  
  288. .S7
  289. {
  290.     color:#666;
  291. }
  292.  
  293. .S8
  294. {
  295.     color:#FF0000;
  296. }
  297.  
  298. .S9
  299. {
  300.     color:#C43316;
  301. }
  302.  
  303. .S10
  304. {
  305.     color:#F58300;
  306. }
  307.  
  308. .S11
  309. {
  310.     color:#C600D4;
  311. }
  312.  
  313. .S12
  314. {
  315.     color:#A00FF0;
  316. }
  317.  
  318. .S13
  319. {
  320.     background-color:#DDE8F0;
  321.     color:red;
  322. }
  323.  
  324. .S14
  325. {
  326.     color:#0080FF;
  327. }
  328.  
  329. .S15
  330. {
  331.     color:#0080FF;
  332. }
  333.  
  334. .bottom
  335. {
  336.     padding-bottom:0;
  337.     margin-bottom:0;
  338. }
  339.  
  340. .experimental
  341. {
  342.     background-color:#lightyellow;
  343.     border:solid;
  344.     border-color:red;
  345.     font-size:1.5em; /* 24px; */
  346.     font-weight:700;
  347.     margin:12px;
  348.     padding:4px;
  349. }
  350.  
  351. .specialnote
  352. {
  353.     background-color:#fffffa;
  354.     border:solid;
  355.     border-color:blue;
  356.     font-size:1.5em; /* 24px; */
  357.     font-weight:500;
  358.     padding:4px;
  359. }
  360.  
  361. img.logo_v3
  362. {
  363.     box-shadow: 5px 5px 20px #aaa;
  364. }
  365.  
  366. /* adapted from MSDN Web for example code open/copy actions */
  367. .codeSnippetContainer
  368. {
  369.     min-width:260px;
  370.     margin:0;
  371.     padding:0;
  372. }
  373.  
  374. .codeSnippetContainerTabs
  375. {
  376.     font-size:.8333em; /* 13.33px 10pt!important; */
  377.     height:20px; /* 22px; */
  378.     position:relative;
  379.     vertical-align:middle;
  380.     z-index:1;
  381. }
  382.  
  383. .codeSnippetContainerTab
  384. {
  385.     /*background:none repeat scroll 0 0 #eff5ff; /* */
  386.     border-bottom:2px solid #d0d2d2;
  387.     border-top:1px solid #bbb;
  388.     border-left:1px solid #929292;
  389.     float:left;
  390.     height:20px; /* 19px; */
  391.     padding:0px 4px; /* 0px 8px; */
  392.     width:auto;
  393.     overflow:hidden;
  394.     position:relative;
  395.     font-weight:normal;
  396. }
  397.  
  398. /* MSDN not used
  399. .codeSnippetContainerTabActive
  400. {
  401.     height:21px;
  402.     background:none repeat scroll 0 0 #d5d5d5;
  403.     border-left:1px solid #bbb;
  404.     border-bottom:none;
  405. }
  406.  
  407. .codeSnippetContainerTabFirst
  408. {
  409.     border-radius:4px 0 0 0;
  410.     padding:0 8px 0 6px;
  411. }
  412.  
  413. .codeSnippetContainerTabLast
  414. {
  415.     border-right:1px solid #bbb;
  416.     border-radius:0 4px 0 0;
  417.     padding:0 6px 0 8px;
  418. }
  419. */
  420.  
  421. .codeSnippetContainerTabSingle
  422. {
  423.     border:none;
  424.     color:#00709f; /* #e66a38; */
  425.     vertical-align:baseline;
  426.     top:10px; /* 8px; */
  427.     left:12px; /* 7px; */
  428.     position:relative;
  429.     background-color:#d5d5d5;
  430. }
  431.  
  432. .codeSnippetContainerTabSingle a
  433. {
  434.     color:#e66a38; /* !important; */
  435. }
  436.  
  437. .codeSnippetContainerTab a,.codeSnippetContainerTab a:link,.codeSnippetContainerTab a:visited,.codeSnippetContainerTab a:active
  438. {
  439.     color:#1364c4;
  440.     text-decoration:none;
  441. }
  442.  
  443. /* MSDN not used
  444. .codeSnippetContainerTabActive a,.codeSnippetContainerTabActive a:link,.codeSnippetContainerTabActive a:visited,.codeSnippetContainerTabActive a:active
  445. {
  446.     color:#e66a38;
  447.     text-decoration:none;
  448.     position:relative;
  449. }
  450.  
  451. .codeSnippetContainerTabPhantom a,.codeSnippetContainerTabPhantom a:link,.codeSnippetContainerTabPhantom a:visited,.codeSnippetContainerTabPhantom a:active
  452. {
  453.     color:#c2c2c2;
  454.     text-decoration:none;
  455.     position:relative;
  456. }
  457.  
  458. .codeSnippetContainerTabPhantom a:link,.codeSnippetContainerTabPhantom a:visited,.codeSnippetContainerTabPhantom a:active
  459. {
  460.     color:#707070;
  461.     text-decoration:none;
  462.     position:relative;
  463. }
  464. */
  465.  
  466. .codeSnippetContainerTab a:hover
  467. {
  468.     color:#e66a38;
  469.     position:relative;
  470. }
  471.  
  472. /* MSDN not used
  473. .codeSnippetContainerTabPhantom a:hover
  474. {
  475.     color:#c2c2c2;
  476.     position:relative;
  477. }
  478. */
  479.  
  480. .codeSnippetContainerCodeContainer
  481. {
  482.     background-color: #e0e0e1;
  483.     border-bottom:1px solid #666;
  484.     border-left:1px solid #666; /* 1px */
  485.     border-right:1px solid #666; /* 1px */
  486.     clear:both;
  487.     margin-bottom:0; /* 12px; */
  488.     position:relative;
  489.     top:-3px;
  490. }
  491.  
  492. .codeSnippetToolBar
  493. {
  494.     border-left:0px solid #666; /* 1px */
  495.     border-right:0px solid #666; /* 3px */
  496.     border-top:1px solid #666;
  497.     height:auto;
  498.     width:auto;
  499. }
  500.  
  501. div.codeSnippetToolBarText
  502. {
  503.     float:right;
  504.     top:-12px; /* -8px; */
  505.     position:relative;
  506.     background-color:#d5d5d5;
  507.     width:auto;
  508.     padding-left:4px;
  509.     padding-right:4px;
  510.     height:0;
  511.     vertical-align:top;
  512. }
  513.  
  514. div.codeSnippetToolBarText>a:link,div.codeSnippetToolBarText>a:visited,div.codeSnippetToolBarText>a:active
  515. {
  516.     /* display:none; */
  517.     margin-left:5px;
  518.     margin-right:5px;
  519.     /* font-size:100%; /* 83.33%; /* 10pt */
  520.     /* font-style:normal!important; */
  521.     /*color:#1364c4;*/
  522.     text-decoration:none;
  523.     background-color:#e0e0e1;
  524.     padding-left:4px;
  525.     padding-right:4px;
  526. }
  527.  
  528. div.codeSnippetToolBarText>a:hover
  529. {
  530.     text-decoration:underline;
  531. }
  532.  
  533. .codeSnippetContainerCode
  534. {
  535.     margin-top:14px; /* 0; */
  536.     padding:5px 10px; /* 9px 21px; */
  537.     width:auto;
  538. }
  539.  
  540. .codeSnippetContainerCode div
  541. {
  542.     padding:0;
  543.     margin:0;
  544. }
  545.  
  546. .codeSnippetContainerCode pre
  547. {
  548.     padding-left:5px; /* 5px; */
  549.     margin:0;
  550.     word-break:break-all;
  551.     word-wrap:break-word;
  552.     font-style:normal;
  553.     font-weight:normal;
  554.     overflow:auto;
  555. }
  556.  
  557. #hhctrl
  558. {
  559.     vertical-align:middle;
  560. }
  561.  
  562. #hhctrl-bottom
  563. {
  564.     vertical-align:bottom;
  565. }
  566.  
  567. .codeSnippetContainerTab object
  568. {
  569.     cursor:pointer;
  570.     text-decoration:underline;
  571. }
  572.  
  573.  
  574. a.le:link   {text-decoration:none;}
  575. a.le:visited{text-decoration:none;}
  576. a.le:active {text-decoration:none;}
  577. a.le:hover  {text-decoration:none;}
  578.  
  579.  
  580. .S01 /* DEFAULT */
  581. {
  582.     color: #69A0B3;
  583. }
  584.  
  585. .S21  /* Комментарии */
  586. {
  587.     color: #71AE71;
  588. }
  589.  
  590. .S31  /* Числа */
  591. {
  592.     color: #C738B9;
  593. }
  594.  
  595. .S41  /* Функции */
  596. {
  597.     color: #000090;
  598. }
  599.  
  600. .S51  /* Ключевые слова */
  601. {
  602.     color: #0000FF;
  603. }
  604.  
  605. .S61  /* Макрос */
  606. {
  607.     color: #E300E3;
  608. }
  609.  
  610. .S81  /* Операторы */
  611. {
  612.     color: #FF0000;
  613. }
  614.  
  615. .S91  /* Переменная */
  616. {
  617.     color: #AA0000;
  618. }
  619.  
  620. .S101  /* Sent */
  621. {
  622.     color: #DB8B14;
  623. }
  624.  
  625. .S111  /* Preprocessor */
  626. {
  627.     color: #F000FF;
  628. }
  629.  
  630. .S121  /* Специальные */
  631. {
  632.     color: #0080C0;
  633. }
  634.  
  635.  
  636. .red  /* красный */
  637. {
  638.     color: #ff0000;
  639. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement