-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (45 loc) · 912 Bytes
/
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
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,latin-ext);
body {
max-width: 960px;
font-family: 'Ubuntu', 'Maven Pro', 'Verdana', sans-serif;
font-size: 14px;
/*background-color: #272A2F;*/
background-color: #000000;
color: #EFEFEF;
line-height: 1.4;
margin-top: 40px;
margin-left: 160px;
margin-right: auto;
}
code {
font-family: 'Ubuntu Mono';
}
.materijali {
margin-left: 40px;
}
.materijali th {
background-color: #36393F;
font-weight: bold;
border-width: 0px;
text-align: left;
vertical-align: center;
padding: 2px 16px 2px 16px;
height: 48px;
}
.materijali td {
background-color: #2F3136;
border-width: 0px;
vertical-align: center;
padding: 2px 16px 2px 16px;
}
p {
margin-left: 40px;
}
a {
color: #00B0F4;
}
.logo {
position: fixed;
transform: translate(-128px);
}