-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib.css
More file actions
53 lines (47 loc) · 734 Bytes
/
lib.css
File metadata and controls
53 lines (47 loc) · 734 Bytes
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
p {
margin: 30px;
}
p.self {
border-color: #e0b000;
background-color: #ffffc0;
margin-right: 10px;
margin-left: auto;
}
p.other {
border-color: #00c000;
background-color: #c0ffc0;
margin-left: 10px;
margin-right: auto;
}
p.error {
border-color: #ffc0c0;
background-color: #ffefef;
margin-right: auto;
}
p.display {
border-style: solid;
border-width: 1px;
border-radius: 10px;
padding: 15px;
width: 45%;
}
p.title {
border: none;
background-color: #e0e0e0;
border-radius: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 5px;
}
p.entry {
border-style: solid;
border-width: 2px;
background-color: #ffff80;
border-radius: 10px;
padding: 20px;
width: 45%;
/*
outline: none;
*/
}