-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfacililo.css
More file actions
125 lines (110 loc) · 2.65 KB
/
facililo.css
File metadata and controls
125 lines (110 loc) · 2.65 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
background: -moz-linear-gradient(top, rgba(90,170,210,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,170,210,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(90,170,210,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(90,170,210,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(90,170,210,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
}
h1 {
position: absolute;
left: 0;
top: 0;
margin: 0;
font-size: 0.7em;
font-family: sans-serif;
font-variant: small-caps;
}
#ekstera {
max-width: 35em;
margin-left: auto;
margin-right: auto;
}
#helpobutono {
float: right;
background-color: white;
border-radius: 50%;
font-size: 200%;
width: 1em;
height: 1em;
padding: 0;
border: 0;
cursor: pointer;
font-family: sans-serif;
box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.9);
}
textarea {
width: 100%;
font-family: serif;
/* la tekstujo kovru ne pli ol 30% de la ekrano laŭ alteco */
height: 30vh;
}
#regiloj {
float: right;
}
#montrujo {
clear: right;
border: solid 1px;
margin-top: 1em;
margin-bottom: 2em;
padding: 1ex 1em 1ex 1em;
border-radius: 1em;
width: 100%;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
background-color: white;
color: black;
}
#montrujo p {
margin-top: 1ex;
margin-bottom: 1ex;
}
.trefacila { background-color: rgb(192, 255, 192); }
.facila { background-color: rgb(192, 220, 255); }
.malfacila { background-color: rgb(255, 192, 192); }
#diskonigujo {
border: solid 1px;
margin-top: 1em;
margin-bottom: 2em;
padding: 1ex 1em 1ex 1em;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
background-color: white;
color: black;
}
#urlujo {
width: 100%;
}
.fermilo {
float: right;
cursor: pointer;
font-size: 1.5em;
background-color: transparent;
border: 0;
}
#eksterhelpujo {
position: absolute;
left: 0;
top: 0;
right: 0;
z-index: 1000;
}
#helpujo {
margin-left: auto;
margin-right: auto;
max-width: 50em;
background-color: white;
margin-top: 2em;
margin-bottom: 2em;
border: solid 1px black;
padding: 1em;
box-shadow: 0.2em 0.2em 3em rgba(0, 0, 0, 0.8);
}
#helpujo h2 {
font-family: sans-serif;
font-size: 1em;
clear: none;
}