This repository was archived by the owner on Mar 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapc.css
More file actions
44 lines (41 loc) · 2.82 KB
/
apc.css
File metadata and controls
44 lines (41 loc) · 2.82 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
body { margin: 0px; padding: 0px; }
img { border: none; }
h1 { padding: 0.2em 0.5em 0em 0.5em; text-align: center; font-variant: small-caps;}
p.alert { color: red; text-align: center; text-decoration: blink; font-weight: bold;}
.ison { background-color: green; }
.isoff { color: white; background-color: black; }
.isrebooting { background-color: orange; }
.iserror { background-color: red; }
.doing { color: red; background-color: blue; }
.done { color: #FFFFFF; background-color: blue; }
.failed { color: red; background-color: #000000; }
.todos { background-color: orange; }
.willdo { background-color: orange; }
div#tout { margin: 1em; padding: 0em; }
div#outlets { display: block; margin: 1em auto; width: 30em; background-color: #EEE; padding: 0em; border: 0.2em outset #DDD; border-radius: 1em; }
div#outlets table { border: 0.1em inset #DDD; border-radius: 0.4em; padding: 0.2em; margin: 1em auto 0em auto; background-color: #FFF; border-spacing: 0px;}
div#outlets table tr { margin: 0em; padding: 0em; border: none;}
div#outlets table td { border-bottom: 1px solid #DDD; margin: 0px; padding: 0px;}
div#outlets table tr td:first-child { border-right: 0.1em solid #DDD; }
div#outlets table td span.status { display: block; text-align: center; }
div#outlets table thead th { border: 0.1em inset #DDD; color: #EEE; background-color: #444; }
div.dataTables_filter { text-align: center; }
div.dataTables_filter input { border-radius: 0.5em; }
div.dataTables_wrapper { margin: 0px; padding: 0px; }
div#outlets form p.boulegue { text-align: center; }
div#outlets form p.boulegue input { border-radius: 0.5em; background-color: #F33; font-variant: small-caps; font-weight: bold; color: #FFF; padding: 0.2em;}
div#confirm { background-color: #EEE; border-radius: 2em; border: 0.2em outset #DDD; margin: 1em auto; width: 30em; padding: 0.5em 1em 1em 1em; }
div#confirm>h3 { margin: 0em; text-decoration: underline;}
div#confirm ul.todos { margin: 0em 0em 1em 0em; padding: 0em; }
div#confirm form { display: inline;}
div#confirm li { list-style-type: circle; margin: 0em 1em; border-radius: 1em; margin: 0em; padding: 0em;}
div#confirm input { border-radius: 1em; }
div#confirm input[value^=Annuler] { background-color: #3E3; }
div#confirm input[value^=Exec] { background-color: #F33; color: #FFF;}
div#result { background-color: #EEE; border-radius: 2em; border: 0.2em outset #DDD; margin: 1em auto; width: 30%; float: right;padding: 1em; }
div#result>h3 { margin: 0em; text-decoration: underline; }
div#result p.alert { text-decoration: none; }
p.joke { text-align: right; margin-right: 1em; }
div#recent { background-color: #FEFEFE; border-radius: 2em; border: 0.2em outset #DDD; margin: 1em auto; width: 40em; padding: 1em; }
div#recent>h3 { margin: 0em; text-decoration: underline; font-size: smaller; }
div#recent p { display: inline; font-variant: small-caps; font-size: smaller; }