rtwreport.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. /* Copyright 2011-2019 The MathWorks, Inc. */
  2. body,p,table {font-family: calibri, verdana, sans-serif;}
  3. button,.buton {font-family: calibri, verdana, sans-serif;}
  4. button,.button {font-size: small;}
  5. .small_font {font-size: small;}
  6. h1 { font-weight: normal; color: #000066; }
  7. td { vertical-align: top }
  8. th { background-color: #eeeeee; text-align: left; }
  9. a:link { color: #0033cc; }
  10. a:visited { color: #666666; }
  11. input { font-family: sans-serif, verdana, calibri; }
  12. table {
  13. background-color: #ffffff;
  14. width: 100%;
  15. }
  16. table.toc, table.button, table.panel {
  17. border-style: none;
  18. }
  19. /* LineNumber */
  20. .LN {
  21. font-style: italic;
  22. color: #888888;
  23. }
  24. /* Comment */
  25. .CT {
  26. font-style: italic;
  27. color: #117755;
  28. }
  29. /* PreProcessor */
  30. PP {
  31. /* font-weight: bold; */
  32. color: #992211;
  33. }
  34. /* Keyword */
  35. .KW {
  36. /* font-weight: bold; */
  37. color: #0000FF;
  38. }
  39. /* Datatype */
  40. .DT {
  41. /* font-weight: bold; */
  42. color: #112266
  43. }
  44. .highlighted {
  45. background-color: yellow;
  46. }
  47. .highlightedCurrent {
  48. background-color: rgba(150, 12, 116, 0.1);
  49. }
  50. input.search {
  51. background-color: #ffffff;
  52. }
  53. input.failedSearch {
  54. background-color: #F78181;
  55. }
  56. /* ensure that code2model links are comment green */
  57. a.code2model:link {
  58. color: #117755;
  59. font-style: italic;
  60. }
  61. a.code2model:visited{
  62. color: #117755;
  63. font-style: italic;
  64. }
  65. .toc td, .button td, .panel td {
  66. border-style: none;
  67. padding: 4px;
  68. }
  69. h1 { font-weight: normal; color: #000066; }
  70. td { vertical-align: top }
  71. th { background-color: #eeeeee; text-align: left; }
  72. a:link { color: #0033cc; }
  73. a:visited { color: #666666; }
  74. /******* table *******/
  75. /* default table style */
  76. table.AltRow {
  77. border-collapse: collapse; border: none; border-spacing: 0pt;
  78. border-top: solid #4F81BD 1.0pt; border-bottom: solid #4F81BD 1.0pt;
  79. }
  80. table.AltRow th, table.AltRow td { padding: 2pt 8pt 2pt 2pt }
  81. /* default alternating row style */
  82. table.AltRow tr.even td { background-color:#D3DFEE; border:none;}
  83. table.AltRow tr.odd td { background-color:#FFFFFF; border:none;}
  84. /* tr class="heading" */
  85. table.AltRow tr.heading td, table.AltRow th {
  86. background-color:#FFFFFF; font-weight:bold; border:none;
  87. border-bottom: solid #4F81BD 1.0pt;
  88. }
  89. /* table class="FirstColumn" */
  90. table.FirstColumn td:first-child { font-weight:bold }
  91. /* table class="TotalRow" */
  92. table.TotalRow tr:last-child { font-weight:bold }
  93. table.TotalRow tr:last-child td { border-top: solid #4F81BD 1.0pt }
  94. a.closeButton {
  95. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
  96. background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  97. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  98. background-color:#f9f9f9;
  99. -webkit-border-top-left-radius:20px;
  100. -moz-border-radius-topleft:20px;
  101. border-top-left-radius:20px;
  102. -webkit-border-top-right-radius:20px;
  103. -moz-border-radius-topright:20px;
  104. border-top-right-radius:20px;
  105. -webkit-border-bottom-right-radius:20px;
  106. -moz-border-radius-bottomright:20px;
  107. border-bottom-right-radius:20px;
  108. -webkit-border-bottom-left-radius:20px;
  109. -moz-border-radius-bottomleft:20px;
  110. border-bottom-left-radius:20px;
  111. text-indent:0;
  112. border:2px solid #dcdcdc;
  113. display:inline-block;
  114. color:#454143;
  115. font-family:Arial;
  116. font-size:15px;
  117. font-weight:bold;
  118. font-style:normal;
  119. height:20px;
  120. line-height:20px;
  121. width:20px;
  122. text-decoration:none;
  123. text-align:center;
  124. cursor: pointer;
  125. }
  126. a.closeButton:hover {
  127. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
  128. background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  129. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  130. background-color:#e9e9e9;
  131. }
  132. a.closeButton:active {
  133. position:relative;
  134. top:1px;
  135. }
  136. .button {
  137. -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  138. -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  139. box-shadow:inset 0px 1px 0px 0px #ffffff;
  140. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  141. background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  142. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  143. background-color:#ededed;
  144. -webkit-border-top-left-radius:5px;
  145. -moz-border-radius-topleft:5px;
  146. border-top-left-radius:5px;
  147. -webkit-border-top-right-radius:5px;
  148. -moz-border-radius-topright:5px;
  149. border-top-right-radius:5px;
  150. -webkit-border-bottom-right-radius:5px;
  151. -moz-border-radius-bottomright:5px;
  152. border-bottom-right-radius:5px;
  153. -webkit-border-bottom-left-radius:5px;
  154. -moz-border-radius-bottomleft:5px;
  155. border-bottom-left-radius:5px;
  156. text-indent:0px;
  157. border:1px solid #dcdcdc;
  158. display:inline-block;
  159. color:black;
  160. font-family:Arial;
  161. font-size:12px;
  162. font-weight:bold;
  163. font-style:normal;
  164. height:12px;
  165. line-height:12px;
  166. width:45px;
  167. text-decoration:none;
  168. text-align:center;
  169. text-shadow:1px 1px 0px #ffffff;
  170. }
  171. .button:hover {
  172. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  173. background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  174. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  175. background-color:#dfdfdf;
  176. }.button:active {
  177. position:relative;
  178. top:1px;
  179. }.button:disabled {
  180. color:#777777;
  181. }
  182. ul.nav_list {
  183. list-style-type:none;
  184. display: block;
  185. margin: 0;
  186. padding: 0;
  187. }
  188. ul.nav_list li {
  189. list-style-type:none;
  190. display: inline;
  191. margin: 0 18px 0 0;
  192. padding: 0;
  193. }
  194. .nav_toolbar {
  195. background-color: ivory;
  196. margin-top: 0;
  197. }
  198. .inspect_body {
  199. margin: 0;
  200. margin-bottom: 0;
  201. display: inline;
  202. vertical-align:middle;
  203. }
  204. table.nav_table {
  205. background-color: ivory;
  206. border: none;
  207. width: 100%;
  208. display: inline;
  209. vertical-align:middle;
  210. }
  211. table#rtwIdTracePanel > tr > td {
  212. white-space: nowrap;
  213. table-layout:fixed;
  214. vertical-align:middle;
  215. }
  216. table.nav_table > button {
  217. height: 20px;
  218. }
  219. select#fileSelector {
  220. padding: 5px;
  221. font-size: 16px;
  222. line-height: 1;
  223. border-radius: 0;
  224. height: 34px;
  225. }
  226. .treeTable table{
  227. table-layout: fixed;
  228. }
  229. .treeTable td:first-child > span{
  230. display: inline-block;
  231. text-overflow: ellipsis;
  232. overflow: hidden;
  233. width: 100%;
  234. }