forked from APEXCalculus/APEXCalculus_Source
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle-theorems.css
More file actions
64 lines (60 loc) · 3.94 KB
/
style-theorems.css
File metadata and controls
64 lines (60 loc) · 3.94 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
.ltx_theorem_definition {
padding: 1ex 1em;
text-indent:0;
border-width: 1px;
border-style: solid;
border-color: hsl(60,90%,68%);
color: black; /* if dark mode, color switches to washed out white */
background-color: hsl(60,91%,90%); /* old browsers */
background-image: -moz-linear-gradient(top,hsl(60,100%,97%) 0%,hsl(60,82%,83%)); /* FF 3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(60,100%,97%)), color-stop(100%,hsl(60,82%,83%))); /* Chrome, Safari 4+ */
background-image: -webkit-linear-gradient(top,hsl(60,100%,97%) 0%,hsl(60,82%,83%) 100%); /* Chrome 10+, Safari 5.1+ */
background-image: -o-linear-gradient(top,hsl(60,100%,97%) 0%,hsl(60,82%,83%) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,hsl(60,100%,97%) 0%,hsl(60,82%,83%) 100%); /* IE 10+ */
background-image: linear-gradient(to bottom,hsl(60,100%,97%) 0%,hsl(60,82%,83%) 100%); /* W3C */
}
.ltx_theorem_theorem {
padding: 1ex 1em;
text-indent:0;
border-width: 1px;
border-style: solid;
border-color: hsl(120,18%,58%);
color: black; /* if dark mode, color switches to washed out white */
background-color: hsl(120,72%,92%); /* old browsers */
background-image: -moz-linear-gradient(top,hsl(120,100%,97%) 0%,hsl(120,43%,86%)); /* FF 3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(120,100%,97%)), color-stop(100%,hsl(120,43%,86%))); /* Chrome, Safari 4+ */
background-image: -webkit-linear-gradient(top,hsl(120,100%,97%) 0%,hsl(120,43%,86%) 100%); /* Chrome 10+, Safari 5.1+ */
background-image: -o-linear-gradient(top,hsl(120,100%,97%) 0%,hsl(120,43%,86%) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,hsl(120,100%,97%) 0%,hsl(120,43%,86%) 100%); /* IE 10+ */
background-image: linear-gradient(to bottom,hsl(120,100%,97%) 0%,hsl(120,43%,86%) 100%); /* W3C */
}
.ltx_theorem_keyidea {
padding: 1ex 1em;
text-indent:0;
border-width: 1px;
border-style: solid;
border-color: hsl(0,18%,58%);
color: black; /* if dark mode, color switches to washed out white */
background-color: hsl(0,72%,92%); /* old browsers */
background-image: -moz-linear-gradient(top,hsl(0,100%,97%) 0%,hsl(0,43%,86%)); /* FF 3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(0,100%,97%)), color-stop(100%,hsl(0,43%,86%))); /* Chrome, Safari 4+ */
background-image: -webkit-linear-gradient(top,hsl(0,100%,97%) 0%,hsl(0,43%,86%) 100%); /* Chrome 10+, Safari 5.1+ */
background-image: -o-linear-gradient(top,hsl(0,100%,97%) 0%,hsl(0,43%,86%) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,hsl(0,100%,97%) 0%,hsl(0,43%,86%) 100%); /* IE 10+ */
background-image: linear-gradient(to bottom,hsl(0,100%,97%) 0%,hsl(0,43%,86%) 100%); /* W3C */
}
.ltx_theorem_exvideo {
padding: 1ex 1em;
text-indent:0;
border-width: 1px;
border-style: solid;
border-color: hsl(240,18%,58%);
color: black; /* if dark mode, color switches to washed out white */
background-color: hsl(240,72%,92%); /* old browsers */
background-image: -moz-linear-gradient(top,hsl(240,100%,97%) 0%,hsl(240,43%,86%)); /* FF 3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(240,100%,97%)), color-stop(100%,hsl(240,43%,86%))); /* Chrome, Safari 4+ */
background-image: -webkit-linear-gradient(top,hsl(240,100%,97%) 0%,hsl(240,43%,86%) 100%); /* Chrome 10+, Safari 5.1+ */
background-image: -o-linear-gradient(top,hsl(240,100%,97%) 0%,hsl(240,43%,86%) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,hsl(240,100%,97%) 0%,hsl(240,43%,86%) 100%); /* IE 10+ */
background-image: linear-gradient(to bottom,hsl(240,100%,97%) 0%,hsl(240,43%,86%) 100%); /* W3C */
}