summaryrefslogtreecommitdiff
path: root/src/editor/simple/editor.css
blob: 489a1d81b36ec4b2535316dfd294f41a7bb17fcd (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
body { background: #eee; }
h1 { font-size: 175%; }
h1,h2,h3,h4,small { font-family: sans-serif; }
h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }

#editor { max-width: 50em; }
div.home, div.grammar { border: 1px solid black; background: #9df; }
div.home { padding: 5px; }
div.files { margin: 0 8px 8px 8px; }

div#file { border: 2px solid #009; border-top-width: 0; }
pre.plain { border: 2px solid #009; }
div#file, pre.plain { background: white; padding: 0.6ex; }

.slideshow .hidden { display: none; }

img.cloud, img.right, div.right, div.modtime { float: right; }
.modtime { color: #999; white-space: nowrap; }

div.namebar { background: #9df; }
div.namebar table { width: 100%; }
.namebar h3, .home h3 { margin: 0; color: #009; }

td.right { text-align: right; }

.kw { font-weight: bold; font-family: sans-serif; color: #009; }
.sep { font-weight: bold; color: #009; }

div.indent { padding-left: 1em; min-width: 1em; min-height: 1em; }

div.fun:hover, div.param:hover, div.lincat:hover, div.oper:hover, div.lin:hover,
div.template:hover
{ background: #def;}

.lin input[type=button],
.template input[type=button] { float: right; clear: right; }
.exb_output { background: #dfd; float: right; margin: 0 10px; }

.more, .delete { font-weight: bold; font-family: sans-serif; }
.more, .delete, .edit { cursor: pointer; }

.hover .more, .hover .delete, .hover .edit { visibility: hidden }

.hover .hidden, .nohover .ifhover { display: none; }

.editable:hover, .deletable:hover { background: #ff9; }

.extensible:hover .more,.editable:hover > .edit ,.deletable:hover > .delete 
  { visibility: visible; }

.more { color: green; }
.edit { color: orange; }
.delete { color: red; }
.error_message,.inError { color: red; }
.template, .template .sep { color: #999; }
form { display: inline-block; }

table.tabs {
    width: 100%;
    border-width: 0; border-spacing: 0; empty-cells: show;
}

table.tabs td { text-align: center; border: 2px solid #009; padding: 2px; }
table.tabs td.active { background: white; border-bottom-width: 0; }
table.tabs td.inactive {
    background: #cef;
    border-top-color: #66c; border-left-color: #66c; border-right-color: #66c;
}

 table.tabs td.gap
{ border-top-width: 0; border-left-width: 0; border-right-width: 0; }

table.tabs input[type=button] {
    border: 0;
    background: inherit;
    color: #009;
    font-size: inherit;
    font-weight: bold;
    /*text-decoration: underline;*/
}

input.string_edit { font-family: inherit; font-size: inherit; }

ul.languages { -moz-column-width: 20em; }

li { margin-top: 0.5ex; margin-bottom: 0.5ex; }

#sharing h1, #sharing .footer { display: none; }