coder_app.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /* Copyright 2013-2018 The MathWorks, Inc. */
  2. pre#code {
  3. font-family: Consolas, Courier;
  4. font-size: small;
  5. }
  6. .ct {
  7. font-style: italic;
  8. color: #117755
  9. } /* comment */
  10. .pp {
  11. font-weight:bold;
  12. color: #992211
  13. } /* preprocessor */
  14. .kw, .br {
  15. font-weight:bold;
  16. color: #112266
  17. } /* keyword or brace */
  18. .dt {
  19. font-weight:bold;
  20. color: #112266
  21. } /* data type */
  22. .tk {
  23. font-style: normal;
  24. color: #112266
  25. } /* regular token */
  26. pre#code a.req {
  27. text-decoration: none;
  28. color: #112266
  29. }
  30. pre#code a.req_active {
  31. cursor: pointer;
  32. text-decoration: underline;
  33. }
  34. pre#code a.req_active:hover {
  35. cursor: pointer;
  36. color: blue;
  37. text-decoration: underline
  38. }
  39. pre#code a.blk {
  40. text-decoration: none;
  41. }
  42. pre#code a.blk_active {
  43. cursor: pointer;
  44. text-decoration: underline;
  45. }
  46. pre#code a.blk_active:hover {
  47. cursor: pointer;
  48. color: blue;
  49. text-decoration: underline
  50. }
  51. a.hilite {
  52. font-style: normal;
  53. color: black;
  54. background-color: rgba(150, 12, 116, 0.1);
  55. } /* highlight token */
  56. tr.hilite {
  57. font-style: normal;
  58. color: black;
  59. background-color: rgba(150, 12, 116, 0.1);
  60. } /* highlight row */
  61. a.hiliteToken, tr.hiliteToken, td.hiliteToken {
  62. background-color: #ffff99;
  63. }
  64. .hiliteCurrentLine, tr.hiliteCurrentLine > td {
  65. font-style: normal;
  66. color: black;
  67. background-color: rgba(150, 12, 116, 0.1);
  68. box-shadow: inset 0 1px 0 0 rgba(150, 12, 116, 0.25), inset 0 -1px 0 0 rgba(150, 12, 116, 0.25);
  69. }
  70. span.hiliteTotalLine {
  71. font-style: normal;
  72. color: #aff;
  73. }
  74. a.tk {
  75. text-decoration: none;
  76. }
  77. a.tk:hover {
  78. text-decoration: none;
  79. }
  80. a.active {
  81. text-decoration: underline;
  82. }
  83. a.active:hover {
  84. cursor: pointer;
  85. color: blue;
  86. text-decoration: underline
  87. } /* hyperlink */
  88. table.code {
  89. border: 0px
  90. }
  91. table.code td {
  92. vertical-align: top;
  93. }
  94. table.code td.highlightedCurrent {
  95. background-color: rgba(150, 12, 116, 0.1);
  96. }
  97. table.code > tr:first {
  98. text-align: right;
  99. } /* hyperlink */
  100. ul.popup_attrib_list {
  101. list-style-type:none;
  102. display: block;
  103. margin: 0;
  104. padding: 0;
  105. }
  106. ul.popup_attrib_list li {
  107. list-style-type:none;
  108. display: inline;
  109. margin: 0 18px 0 0;
  110. padding: 0;
  111. }
  112. .highlighted {
  113. background-color:yellow;
  114. }
  115. a:class1 {
  116. color: -webkit-link;
  117. text-decoration: underline;
  118. cursor: hand;
  119. }
  120. .scroll
  121. {
  122. height:80px;
  123. overflow:scroll;
  124. overflow-x:hidden;
  125. }
  126. div#popup_window {
  127. position: absolute;
  128. background-color: rgb(203,203,255);
  129. border: solid 3px #ECECEC;
  130. border-radius: 5px;
  131. /* shadow box around the window*/
  132. -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4), inset 0 1px #FFF;
  133. -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4), inset 0 1px #FFF;
  134. box-shadow: 0 3px 3px rgba(0,0,0,0.4), inset 0 1px #FFF;
  135. padding: 2px;
  136. }
  137. div#popup_window a {
  138. text-decoration: none;
  139. color: green;
  140. }
  141. div#popup_window a:hover {
  142. cursor: pointer;
  143. text-decoration: underline;
  144. color: blue;
  145. }
  146. div#popup_window tr.selected {
  147. background-color: #ffff99;
  148. }
  149. div#token_usage_nav {
  150. border-bottom: 1px solid gray;
  151. }
  152. table#token_usage_details {
  153. cellpadding: 100px;
  154. table-layout:fixed;
  155. border: 0px;
  156. }
  157. .token_usage_details_tabrow {
  158. width: 40px;
  159. }
  160. table#token_usage_details td {
  161. padding-right: 5em;
  162. padding-left: 1em;
  163. }
  164. .token_usage_details_tabrow:hover {
  165. background-color: gray;
  166. }
  167. .nav_table td.hidden {
  168. display: none;
  169. }
  170. table#codeTbl tr td {
  171. color: #112266
  172. }
  173. table#codeTbl tr td {
  174. padding-left: 10px;
  175. }
  176. table#codeTbl tr td:first-child {
  177. font-style: italic;
  178. color: #888888;
  179. text-align: right;
  180. padding-left:0px;
  181. }