summaryrefslogtreecommitdiffstats
path: root/auth/auth-gui/theme/onap/aaf5.css
blob: ca9b3a77a44ada432f6df9f593dba0e1ffdda7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<
}
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.openecomp.appc</groupId>
		<artifactId>appc-ssh-adapter</artifactId>
		<version>1.0.0-SNAPSHOT</version>
	</parent>
	<artifactId>appc-ssh-adapter-tests</artifactId>

	<dependencies>
		<dependency>
			<groupId>org.openecomp.appc</groupId>
			<artifactId>appc-ssh-adapter-api</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>
'>370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
/*
  Standard CSS for AAF
*/

html {
	height: 100%;
}

body {
	background-image:url('ONAP_LOGO.png');
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position: right top;
	background-size:15em 4.3em;
	color:#606060;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	overflow: scroll;
	}

header h1,p {
	margin: 4px auto;
}

header h1 {
	display: inline;
}

header {
	display: block;
	color: #347FA0;
}

p#version {
	margin:0;
	display:inline;
	font-size: 0.75em;
	float:center;
	color: 2B6E9C;
	padding-right:4.2em;
}

header hr {
	margin: 0;
}

hr {
	border: 1px solid #C0C0C0;
}

#breadcrumbs {
	padding: 5px 0 12px 0;
}


#breadcrumbs ul {
	color: #DFEFFC;
	margin: 0;
	list-style-type:none;
	padding: 0;
}

#breadcrumbs li {
	border-width:2px;
	margin: 3px 1px;
	padding: 2px 9px;
	border-style:solid;
	border-top-left-radius: .8em;
	border-bottom-left-radius: .8em;
	background-color:#80C337;
	display:inline;
}

#breadcrumbs a {
	text-decoration:none;
	color: white;
}

caption {
	color:4BADA9;
	text-align: center;
	font-size:1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#Pages {
	padding: 3px 2px 10px 4px;
	background: linear-gradient(to right, #147AB3,#FFFFFF);
}

#Pages h3,h4,h5 {
	color: #909090;
}

# SuperScript
sup {
	color: #909090;
	font-size: 70%;
	vertical-align: super;
}
 
form {
	padding: 10px;
	margin: 4px;
}

.textInput {
#	size: 120%;
}

#form input[id],select#myroles {
#	margin: 4px 0;
#	width: 150%;
#}

form label {
	margin: 4px 0;
}

form label[required] {
	color: red;
}

form input[type=submit], form input[type=reset] {
	font-size: 1.0em;
	margin: 12px 0 0px 0;
#	color: #347FA0;
	color: white;
	background-color: #7FB5C9;
	border-radius: 15px;
}

p.preamble, p.notfound,.expedite_request {
	display: block;
	margin: 30px 0px 10px 0px;
	font: italic bold 20px/30px Georgia, serif;
	font-size: 110%;
	color: #0079B8;
}
.expedite_request {
	margin-top: 0;
	color: 4BADA9;
}

.subtext {
	margin-left: 10px;
	font-size: 75%;
	font-style: italic;
}

.protected {
	font-size: 80%;
	font-style: italic;
	color: red;
}

#Pages a {
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#80C337;
	text-decoration:none;
	border-top-right-radius: .8em;
	border-bottom-right-radius: .8em;
	border-top-left-radius: .2em;
	border-bottom-left-radius: .2em;
	padding: 3px 40px 3px 10px;
	margin: 4px;
	width: 50%;
}

#footer {
	background-color: #2B6E9C;
	color: #FFFFFF; 
	text-align:right;
	font-size: 60%;
	padding: 5px;
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* 
  Standard Table, with Alternating Colors
*/
div.std {
	vertical-align: top;
}

div.std table, div.stdform table {
	position: relative;
	border-collapse:collapse;
	table-layout:auto;
	left: 1.3%;
	width: 98%;
	margin-top: 5px;
	bottom: 4px;
	border-radius: 4px;
}

td.detailFirst {
	border-color:red;
	border-style:solid none none none;
}

td.detail {
  border-style:none;
 }


div.std td, div.stdform td {
	font-size:.9em;
	vertical-align:top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	padding-right: 4px;
}

.left {
	text-align: left;
	padding-left: 4px;
}


p.double {
	line-height: 2em;
}

p.api_comment {
	font-size: .9em;
	text-indent: 6px;
}

p.api_contentType {
	font-size: .8em;
	text-indent: 6px;
}

p.api_label {
	font-size: .9em;
	font-style: italic;
}

.button, .greenbutton {
    text-decoration: none; font: menu;
    display: inline-block; padding: 2px 8px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	border-radius: 10px;
	color: black;
}

.greenbutton {
	color: white;
	background-color: #80C337;
}

div.std h1, div.std h2, div.std h3, div.std h4, div.std h5 {
	text-indent: 7px;
}
	
div.std td {
	border:1px solid #A6C9E2;
}
	
div.std th, div.stdform th {
	background-color:#6FA7D1;
	color:#FFFFFF;
	}

div.std tr.alt, div.stdform tr.alt {
	background-color:#DFEFFC;
}

div.std th {
	text-align: left;
	text-indent: .1em;
}

#div.std a, div.stdform a {
#	/*color: #606060;*/
#	/*color: #147AB3;*/
#	color: black;
#}

td.head {
	font-weight:bold;
	text-align: center;
}

td.head a {
	color:blue;
}

/* 
  A Table representing 1 or more columns of text, i.e. Detail lists
*/
div.detail table {
	width: 100%;
}

div.detail caption {
	border-bottom: solid 1px #C0C0C0;
}


/*
	Approval Form select all

*/
.selectAllButton {
	background: transparent;
	border:none;
	color:blue;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}


/*
	Begin Web Command Styling
*/
#console_and_options {
	position:relative;
}

.maximized {
	position:absolute;
	top:0px;
	bottom:50px;
	left:0px;
	right:0px;
	z-index:1000;
	background-color:white;
}

#console_area {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: black;
	color: white;
	font-family: "Lucida Console", Monaco, monospace;
	overflow-y: scroll;
	height: 600px;
	min-width: 600px;
	padding: 5px;	
	resize: vertical;
}

.command,.bold {
	font-weight: bold;
}

.command:before {
	content: "> ";
}

.response{
	font-style: italic;
	font-size: 150%;
}

#input_area {
	margin-top: 10px;	
	clear: both;
}

#command_field, #submit {
	font-size: 125%;
	background-color: #333333;
	color: white;
	font-family: "Lucida Console", Monaco, monospace;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

#command_field {
	width: 75%;
	padding-left: 1em;
}

#submit {
	background-color: #7FB5C9;
	padding: 0 5%;
	float: right;
}

/*
	Options Menu Styling for Web Command
*/
#options_link {
	-webkit-border-radius: 0 0 20% 20%;
	-moz-border-radius: 0 0 20% 20%;
	border-radius: 0 0 20% 20%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.closed {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#options_link:hover, .open {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#options_link, #options {
	background: white;
	position:absolute;
	top:0;
	right:2em;
	padding:0.1em;
}

#options > img {
	cursor: pointer;
	float: right;
	padding: 0.2em;
}

.selected {
	border: 3px solid 2B6E9C;
}

#options, #text_slider {
	display:none;
	padding:0.5em;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
#text_slider {
	clear:both;
}

/*
	Button styling for changing text size
*/
.change_font {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 0 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: monospace;
	text-decoration: none;
	vertical-align: middle;
}
.change_font:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

/*
	Text Size Slider styling
*/

input[type=range] {
  -webkit-appearance: none;
  width: 60%;
  margin: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 0.6px;
  border: 0.5px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #efffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.15px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2.7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 0.6px;
  border: 0.5px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #efffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.5px solid #010101;
  border-radius: 1.2px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.5px solid #010101;
  border-radius: 1.2px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #efffff;
  cursor: pointer;
  height: 2.7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.expired {
	color: red;
	background-color: pink;
}
.blank_line {
	padding: 10px;
}
#filterByUser input {
	display: inline;
}

#PassChange p {
	font-size: .9em;
}

#passwordRules li {
	font-size: .9em;
}