summaryrefslogtreecommitdiff
path: root/src/www/minibar/minibar.css
blob: 5d77b4508ecb13c018dec7fbf5b806418ba3ba70 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body.minibar {
    background: #ccc url("brushed-metal.png");
}

h1, h2, h3, small, th { font-family: sans-serif; }
h1, h2, h3 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; }

h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }

th, td { vertical-align: baseline; text-align: left; }

div.menubar { font-family: sans-serif; font-size: small; }
div.infobar { margin: 5px; }

div#surface {
    min-height: 3ex;
    margin: 5px;
    padding: 5px;
    border: 3px dashed #e0e0e0;
}

div#words {
    min-height: 3ex;
    margin: 5px;
    padding: 6px;
    border: 3px solid #e0e0e0;
}

div.word, span.word, div#words div, div#words input[type=button], div#surface input[type=button] {
    display: inline-block;
    font-family: sans-serif;
    font-size: 100%;
    background-color: white;
    border: 1px solid black;
    padding: 3px;
    margin: 3px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
div#surface span.editable, div#surface input[type=button] {
    color: blue;
    border-color: blue;
    box-shadow: 2px 2px 4px rgba(0,0,255,0.5);
    cursor: pointer;
}


.invalid { color: red; }

div.modtime { float: right; }
.modtime { color: #666; white-space: nowrap; }

ul.space>li { margin-top: 0.75ex; }

div#saldospel input[type=button] { font-size: 100%; }

div#saldospel input.correct { color: green; }
div#saldospel input.incorrect { color: red; }

#surface input[type=text] { width: 5em; }

.feedback textarea { width: 95%; }

span.field { background-color: #eee; }

pre.feedbacklist { background: white }

img.button { padding: 1px; }

div.brackets {
    margin: 5px;
}

span.brackets {
    background: #ddd;
    display: inline-block;
    border-color: black;
    border-style: solid;
    border-width: 0 0 1px 0;
    /*border: 1px solid black;*/
    padding: 2px 3px;
}

div.brackets .token {
  padding: 0 0.5ex;
}

div.browse, table.browse td {
    background: white;
    padding: 2px;
}

table.lintable { display: inline-table; border-collapse: collapse; }
table.lintable td { border: 1px solid black; padding: 2px; }