-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyles.css
71 lines (59 loc) · 1.19 KB
/
styles.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
.card {
min-width:150px;
max-width:500px;
min-height:200px;
font-family:arial, helvetica, sans-serif;
font-size:12px;
line-height:1.4em;
background-color:#ededed;
margin: auto;
}
.backside {
background-image:url([[pix:flashcard|corner_back]]);
background-repeat:no-repeat;
}
.frontside {
background-image: url([[pix:flashcard|corner_front]]);
background-repeat:no-repeat;
background-position:100% 0;
}
.backside .cardcaption {
font-style:italic;
}
.cardcontent {
width:97%;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
background:url([[pix:flashcard|bg_card]]);
background-position:0px 19px;
}
.cardcaption {
min-height:20px;
width:98%;
margin:0 auto;
border-bottom:3px double #d0dae3;
text-align:center;
padding-top:10px;
font-weight:bold;
color:#014260;
}
.emptyset {
color: red;
}
.graphdeck{
background-image: url([[pix:flashcard|cardslice]]);
background-repeat: repeat-y;
}
.error{
color: red;
}
.bar{
background-image: url([[pix:flashcard|men]]);
background-repeat: repeat-x;
border: solid 1px #0B2386;
}
.flashcard_playbutton{
display: inline-block;
padding: 10px;
}