aboutsummaryrefslogtreecommitdiff
path: root/assets/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
commitf078c475312b91b50f1a72d5ba8907ed8d715e15 (patch)
tree9da487c532ed9e91d58c9fbf0d3b4d1bd88a4876 /assets/site.css
parent102a156146db518f2b56eb61ba89b128faade6cc (diff)
downloadmitjafelicijan.com-f078c475312b91b50f1a72d5ba8907ed8d715e15.tar.gz
update
Diffstat (limited to 'assets/site.css')
-rw-r--r--assets/site.css42
1 files changed, 40 insertions, 2 deletions
diff --git a/assets/site.css b/assets/site.css
index 6c54a11..ef3f476 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -6,7 +6,10 @@ body {
6 6
7body { 7body {
8 font-family: 'Times New Roman', Times, serif; 8 font-family: 'Times New Roman', Times, serif;
9 font-size: 1em; 9 font-size: 16px;
10 margin: 40px auto;
11 line-height: 1.6;
12 color: #000;
10} 13}
11 14
12article, 15article,
@@ -41,9 +44,44 @@ h6 {
41 font-size: 100%; 44 font-size: 100%;
42} 45}
43 46
47article img {
48 max-width: 100%;
49 display: block;
50 margin: 0 auto
51}
52
53time {
54 display: block;
55 font-size: 80%;
56 color: #444;
57}
58
59main ul {
60 padding: 0 20px;
61}
62
63}
64
65main ul div {
66 font-size: 115%;
67}
68
44.highlighter-rouge { 69.highlighter-rouge {
45 border: 1px solid #ddd; 70 border: 1px solid #ddd;
46 padding: 0 10px; 71 padding: 0 15px;
72 font-size: 80%;
73 border: 2px solid #f1f1f1;
74 border-radius: 2px
75}
76
77::selection {
78 background: #ff0;
79 color: #000
80}
81
82::-moz-selection {
83 background: #ff0;
84 color: #000
47} 85}
48 86
49@media only screen and (max-width:768px) { 87@media only screen and (max-width:768px) {