-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmystyle.css
75 lines (75 loc) · 1.05 KB
/
mystyle.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
body {
padding-top: 0px;
}
h1, h2, strong em {
color: #9E291A;
}
h1 {
/*text-align: center;*/
padding-top: 1.5em;
/*padding-bottom: 0.5em;*/
}
.naslov {
text-align: center;
padding-bottom: 5em;
}
.naslov h1 {
font-size: 4em;
}
.zgled {
color: #266633;
}
.odprtproblem {
color: #b76115;
}
a {
color: #478AD6;
text-decoration: none;
}
nav {
background-color: white;
}
.domacanaloga {
color: #7D4DC9;
}
.proof {
color: #545454;
}
.kazalo > ul {
list-style: none;
font-weight: bold;
padding-left: 0;
}
.kazalo ul ul li{
list-style: none;
font-weight: normal;
}
.izrek, .trditev, .lema, .posledica {
border:1px solid black;
padding: 1em;
padding-bottom: 0;
margin-bottom: 1em;
}
.pomoznatrditev {
border:1px dashed grey;
padding: 1em;
padding-bottom: 0;
margin-bottom: 1em;
}
/* .proof, .zgled, .domacanaloga {
display: none;
} */
.math.display {
overflow-x: auto;
display: block;
}
img {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
figure {
text-align: center;
}