-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyly.css
More file actions
34 lines (30 loc) · 703 Bytes
/
styly.css
File metadata and controls
34 lines (30 loc) · 703 Bytes
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
body{
font-size: 16px;
font-weight: 400;
color: #333333;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
background-image: url(bg.png);
background-color: #E1E0DE;
}
h1 {color: #5d8e34;} /* #5d8e34 */
h2 {
color: #8cd527; /* #8cd527*/
font-size: 22px;
}
.komentare {
color: #969896;
font-style: italic;
background: transparent;
background-color: #232C31;
/*display: block;*/
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace;
margin: 0px;
padding: 0.8em;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*line-height: 20px;*/
}
.spanBlock{
display: block;
}