src/main/java/org/vaadin/console/public/console/styles.css
branchconsoleWithANSI
changeset 15 ea825ba6336b
parent 0 c46bb04134cb
equal deleted inserted replaced
14:f6b22b2ab1b9 15:ea825ba6336b
    66     background-color: #F5F5F5 !important;
    66     background-color: #F5F5F5 !important;
    67     color: #222222 !important;
    67     color: #222222 !important;
    68 }
    68 }
    69 
    69 
    70  **/
    70  **/
       
    71  
       
    72  /* Classes for ANSI Escape Sequences */
       
    73 
       
    74 .term-text-decoration-blink {
       
    75 	text-decoration: blink;
       
    76 }
       
    77 
       
    78 .term-text-decoration-line-through {
       
    79 	text-decoration: line-through;
       
    80 }
       
    81 
       
    82 .term-text-decoration-overline {
       
    83 	text-decoration: overline;
       
    84 }
       
    85 
       
    86 .term-text-decoration-underline {
       
    87 	text-decoration: underline;
       
    88 }
       
    89 
       
    90 .term-text-decoration-none {
       
    91 	text-decoration: none;
       
    92 }
       
    93 
       
    94 .term-font-style-normal {
       
    95 	font-style: normal;
       
    96 }
       
    97 
       
    98 .term-font-style-italic {
       
    99 	font-style: italic;
       
   100 }
       
   101 
       
   102 .term-font-style-oblique {
       
   103 	font-style: oblique;
       
   104 }
       
   105 
       
   106 .term-font-weight-normal {
       
   107 	font-weight: normal;
       
   108 }
       
   109 
       
   110 .term-font-weight-bold {
       
   111 	font-weight: bold;
       
   112 }
       
   113 
       
   114 .term-font-weight-bolder {
       
   115 	font-weight: bolder;
       
   116 }
       
   117 
       
   118 .term-font-weight-lighter {
       
   119 	font-weight: lighter;
       
   120 }
       
   121 
       
   122 .term-color-white {
       
   123 	color: white;
       
   124 }
       
   125 
       
   126 .term-color-silver {
       
   127 	color: silver;
       
   128 }
       
   129 
       
   130 .term-color-gray {
       
   131 	color: gray;
       
   132 }
       
   133 
       
   134 .term-color-black {
       
   135 	color: black;
       
   136 }
       
   137 
       
   138 .term-color-maroon {
       
   139 	color: maroon;
       
   140 }
       
   141 
       
   142 .term-color-red {
       
   143 	color: red;
       
   144 }
       
   145 
       
   146 .term-color-orange {
       
   147 	color: orange;
       
   148 }
       
   149 
       
   150 .term-color-yellow {
       
   151 	color: yellow;
       
   152 }
       
   153 
       
   154 .term-color-olive {
       
   155 	color: olive;
       
   156 }
       
   157 
       
   158 .term-color-lime {
       
   159 	color: lime;
       
   160 }
       
   161 
       
   162 .term-color-green {
       
   163 	color: green;
       
   164 }
       
   165 
       
   166 .term-color-aqua {
       
   167 	color: aqua;
       
   168 }
       
   169 
       
   170 .term-color-blue {
       
   171 	color: blue;
       
   172 }
       
   173 
       
   174 .term-color-navy {
       
   175 	color: navy;
       
   176 }
       
   177 
       
   178 .term-color-teal {
       
   179 	color: teal;
       
   180 }
       
   181 
       
   182 .term-color-fuchsia {
       
   183 	color: fuchsia;
       
   184 }
       
   185 
       
   186 .term-color-purple {
       
   187 	color: purple;
       
   188 }
       
   189 
       
   190 .term-background-color-white {
       
   191 	background-color: white;
       
   192 }
       
   193 
       
   194 .term-background-color-silver {
       
   195 	background-color: silver;
       
   196 }
       
   197 
       
   198 .term-background-color-gray {
       
   199 	background-color: gray;
       
   200 }
       
   201 
       
   202 .term-background-color-black {
       
   203 	background-color: black;
       
   204 }
       
   205 
       
   206 .term-background-color-maroon {
       
   207 	background-color: maroon;
       
   208 }
       
   209 
       
   210 .term-background-color-red {
       
   211 	background-color: red;
       
   212 }
       
   213 
       
   214 .term-background-color-orange {
       
   215 	background-color: orange;
       
   216 }
       
   217 
       
   218 .term-background-color-yellow {
       
   219 	background-color: yellow;
       
   220 }
       
   221 
       
   222 .term-background-color-olive {
       
   223 	background-color: olive;
       
   224 }
       
   225 
       
   226 .term-background-color-lime {
       
   227 	background-color: lime;
       
   228 }
       
   229 
       
   230 .term-background-color-green {
       
   231 	background-color: green;
       
   232 }
       
   233 
       
   234 .term-background-color-aqua {
       
   235 	background-color: aqua;
       
   236 }
       
   237 
       
   238 .term-background-color-blue {
       
   239 	background-color: blue;
       
   240 }
       
   241 
       
   242 .term-background-color-navy {
       
   243 	background-color: navy;
       
   244 }
       
   245 
       
   246 .term-background-color-teal {
       
   247 	background-color: teal;
       
   248 }
       
   249 
       
   250 .term-background-color-fuchsia {
       
   251 	background-color: fuchsia;
       
   252 }
       
   253 
       
   254 .term-background-color-purple {
       
   255 	background-color: purple;
       
   256 }