10 background-image:url('ONAP_LOGO.png');
11 background-color: #FFFFFF;
12 background-repeat:no-repeat;
13 background-position: right top;
14 background-size:15em 4.3em;
16 font-family: Verdana,Arial,Helvetica,sans-serif;
47 border: 1px solid #C0C0C0;
51 padding: 5px 0 12px 0;
67 border-top-left-radius: .8em;
68 border-bottom-left-radius: .8em;
69 background-color:#80C337;
82 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
86 padding: 3px 2px 10px 4px;
87 background: linear-gradient(to right, #147AB3,#FFFFFF);
98 vertical-align: super;
110 #form input[id],select#myroles {
119 form label[required] {
123 form input[type=submit], form input[type=reset] {
125 margin: 12px 0 0px 0;
128 background-color: #7FB5C9;
132 p.preamble, p.notfound,.expedite_request {
134 margin: 30px 0px 10px 0px;
135 font: italic bold 20px/30px Georgia, serif;
160 background-color:#80C337;
161 text-decoration:none;
162 border-top-right-radius: .8em;
163 border-bottom-right-radius: .8em;
164 border-top-left-radius: .2em;
165 border-bottom-left-radius: .2em;
166 padding: 3px 40px 3px 10px;
172 background-color: #2B6E9C;
184 Standard Table, with Alternating Colors
190 div.std table, div.stdform table {
192 border-collapse:collapse;
203 border-style:solid none none none;
211 div.std td, div.stdform td {
250 .button, .greenbutton {
251 text-decoration: none; font: menu;
252 display: inline-block; padding: 2px 8px;
253 background: ButtonFace; color: ButtonText;
254 border-style: solid; border-width: 2px;
255 border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
262 background-color: #80C337;
265 div.std h1, div.std h2, div.std h3, div.std h4, div.std h5 {
270 border:1px solid #A6C9E2;
273 div.std th, div.stdform th {
274 background-color:#6FA7D1;
278 div.std tr.alt, div.stdform tr.alt {
279 background-color:#DFEFFC;
287 #div.std a, div.stdform a {
288 # /*color: #606060;*/
289 # /*color: #147AB3;*/
303 A Table representing 1 or more columns of text, i.e. Detail lists
310 border-bottom: solid 1px #C0C0C0;
315 Approval Form select all
319 background: transparent;
322 text-decoration:underline;
329 Begin Web Command Styling
331 #console_and_options {
342 background-color:white;
346 -webkit-border-radius: 15px;
347 -moz-border-radius: 15px;
349 background-color: black;
351 font-family: "Lucida Console", Monaco, monospace;
377 #command_field, #submit {
379 background-color: #333333;
381 font-family: "Lucida Console", Monaco, monospace;
382 -webkit-border-radius: 1em;
383 -moz-border-radius: 1em;
393 background-color: #7FB5C9;
399 Options Menu Styling for Web Command
402 -webkit-border-radius: 0 0 20% 20%;
403 -moz-border-radius: 0 0 20% 20%;
404 border-radius: 0 0 20% 20%;
405 -webkit-transition: opacity 0.5s ease-in-out;
406 -moz-transition: opacity 0.5s ease-in-out;
407 -ms-transition: opacity 0.5s ease-in-out;
408 -o-transition: opacity 0.5s ease-in-out;
409 transition: opacity 0.5s ease-in-out;
414 filter: alpha(opacity=50);
417 #options_link:hover, .open {
419 filter: alpha(opacity=100);
422 #options_link, #options {
437 border: 3px solid 2B6E9C;
440 #options, #text_slider {
443 -webkit-border-radius: 0 0 0 10px;
444 -moz-border-radius: 0 0 0 10px;
445 border-radius: 0 0 0 10px;
452 Button styling for changing text size
455 border-top: 1px solid #96d1f8;
457 background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
458 background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
459 background: -moz-linear-gradient(top, #3e779d, #65a9d7);
460 background: -ms-linear-gradient(top, #3e779d, #65a9d7);
461 background: -o-linear-gradient(top, #3e779d, #65a9d7);
463 -webkit-border-radius: 50%;
464 -moz-border-radius: 50%;
466 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
467 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
468 box-shadow: rgba(0,0,0,1) 0 1px 0;
469 text-shadow: rgba(0,0,0,.4) 0 1px 0;
472 font-family: monospace;
473 text-decoration: none;
474 vertical-align: middle;
477 border-top-color: #28597a;
483 Text Size Slider styling
487 -webkit-appearance: none;
491 input[type=range]:focus {
494 input[type=range]::-webkit-slider-runnable-track {
498 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
500 border-radius: 0.6px;
501 border: 0.5px solid #010101;
503 input[type=range]::-webkit-slider-thumb {
504 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
505 border: 1px solid #000000;
511 -webkit-appearance: none;
514 input[type=range]:focus::-webkit-slider-runnable-track {
517 input[type=range]::-moz-range-track {
521 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
523 border-radius: 0.6px;
524 border: 0.5px solid #010101;
526 input[type=range]::-moz-range-thumb {
527 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
528 border: 1px solid #000000;
535 input[type=range]::-ms-track {
539 background: transparent;
540 border-color: transparent;
543 input[type=range]::-ms-fill-lower {
545 border: 0.5px solid #010101;
546 border-radius: 1.2px;
547 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
549 input[type=range]::-ms-fill-upper {
551 border: 0.5px solid #010101;
552 border-radius: 1.2px;
553 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
555 input[type=range]::-ms-thumb {
556 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
557 border: 1px solid #000000;
565 input[type=range]:focus::-ms-fill-lower {
568 input[type=range]:focus::-ms-fill-upper {
573 background-color: pink;
578 #filterByUser input {