-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathbrown.css
78 lines (65 loc) · 1 KB
/
brown.css
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
body {
background: #534741;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #eeeeee;
}
#topbar {
color: #eeeeee;
font-family: Helvetica, sans-serif;
font-size: 14px;
background-color: #333333;
padding: 5px;
border-bottom: 1px #777777 solid;
}
#topbar #left {
float:left;
width:50%
}
#topbar #right {
text-align: right;
}
#topbar a {
color: #ffffcc;
text-decoration: none;
}
.card-body {
text-align: center;
height: 80%;
width: 100%;
}
.card-body hr {
border: 0;
border-bottom: 1px dotted #4a0;
height: 1px;
}
.flash_question {
height: 50%;
}
.flash_answer {
height: 50%;
}
.flash_fact {
font-size: large;
color: #226699;
padding: 5px;
}
.flash_fact_dark {
font-size: large;
color: #ffff44;
padding: 5px;
}
.flash_details {
font-size: small;
color: #777;
padding-bottom: 5px;
}
.flash_example {
font-size: small;
font-weight: normal;
font-style: italic;
}
.button {
font-size: small;
padding: 3px; text-decoration: none;
}