This repository was archived by the owner on Nov 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathshellcommands.css
More file actions
78 lines (66 loc) · 1.39 KB
/
shellcommands.css
File metadata and controls
78 lines (66 loc) · 1.39 KB
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
.shellcommands_result_line {
}
.shellcommands_result_ok {
border: 1px #BCBCBC solid;
padding: 5px;
width: 100px;
background-color: #8EE378;
text-align: center;
display: inline-block;
}
.shellcommands_result_ko {
border: 1px #BCBCBC solid;
padding: 5px;
width: 100px;
background-color: #b81900;
text-align: center;
display: inline-block;
}
.shellcommands_result_warning {
border: 1px #BCBCBC solid;
padding: 5px;
width: 100px;
background-color: #f09134;
text-align: center;
display: inline-block;
}
.shellcommands_menu_item {
border: solid 1px #CCCCCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
td.shellcommands_menu_item:hover {
border: solid 1px #535b5c;
}
.shellcommands_menu_a {
display: block;
width: 150px;
/*height: 100px;*/
margin-top: 30px;
}
.shellcommands_show_custom_fields {
margin-left: auto;
margin-right: auto;
}
.shellcommands_show_values {
padding: 10px;
margin: 0px 0px 10px 0px;
border: solid 1px #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.shellcommands_custom_values {
text-align: left;
border: solid 1px #BCBCBC;
background-color: #ffffff;
padding: 5px;
margin: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.shellcommands_font_blue {
color : blue;
}