-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathMery_style.css
100 lines (84 loc) · 1.7 KB
/
Mery_style.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
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
.center {
text-align: center;
}
.prop{
color: #26b95d;
font-variant: small-caps;
display: inline;
}
.observ{
color: #1FD1D9;
font-variant: small-caps;
display: inline;
}
.important{
color: red;
display:inline;
font-variant: small-caps;
}
.definition{
color: blue;
display:inline;
font-variant: small-caps;
}
.box{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 10px;
border: 2px solid gray;
}
.dem {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #c9b2f8;
font-size: 0.7em;
color: black;
}
.r-code{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #F2F2F2;
font-size: 0.7em;
font-family: "Courier", monospace;
}
.example{
color: black;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #bfeeff;
font-size: 0.7em;
}
.example-sol{
font-size: 0.7em;
}
.exercise{
color: black;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #92e394;
font-size: 0.7em;
}
.exercise-sol{
font-size: 0.7em;
}
.phototext{
font-size: 0.5em
}
.button{
font-size: 1.2em;
border-radius: 10px;
background-color: #f44336;
color: white;
padding: 14px 14px;
text-align: center;
text-decoration: none;
}
/*a:link, a:visited, a:hover, a:active {
color: white;
text-decoration: none;
}*/