Fadila ha revisionato questo gist . Vai alla revisione
1 file changed, 81 insertions
userstyles.css(file creato)
@@ -0,0 +1,81 @@ | |||
1 | + | .myname { | |
2 | + | padding: 0 0 0 0; | |
3 | + | } | |
4 | + | .myname h2 a { | |
5 | + | font-size: xx-large; | |
6 | + | color: #701112; | |
7 | + | } | |
8 | + | ||
9 | + | .page-header { | |
10 | + | margin-top: 0; | |
11 | + | border-top: 0px; | |
12 | + | border-left: 0px; | |
13 | + | border-right: 0px; | |
14 | + | border-bottom: 3px; | |
15 | + | border-color: #2b2b2b; | |
16 | + | border-style: solid; | |
17 | + | color: #2b2b2b; | |
18 | + | } | |
19 | + | #latest-blog-home { | |
20 | + | font-size: xx-large; | |
21 | + | } | |
22 | + | ||
23 | + | .page-title { | |
24 | + | font-size: xx-large; | |
25 | + | } | |
26 | + | .page-title.blog { | |
27 | + | text-align: center; | |
28 | + | margin-bottom: 50px; | |
29 | + | } | |
30 | + | ||
31 | + | .blog-post-info { | |
32 | + | text-align: right; | |
33 | + | ||
34 | + | } | |
35 | + | .blog-post-title { | |
36 | + | font-size: x-large; | |
37 | + | } | |
38 | + | ||
39 | + | .activetab { | |
40 | + | font-size: large; | |
41 | + | } | |
42 | + | ||
43 | + | .navbar { | |
44 | + | font-size: large; | |
45 | + | } | |
46 | + | ||
47 | + | .delimiter { | |
48 | + | margin: 30px; | |
49 | + | font-size: small; | |
50 | + | } | |
51 | + | ||
52 | + | .blog-post-info { | |
53 | + | font-size: small; | |
54 | + | } | |
55 | + | #content { | |
56 | + | font-size: 0.9em; | |
57 | + | } | |
58 | + | ||
59 | + | .highlight { | |
60 | + | font-size: 0.85em; | |
61 | + | } | |
62 | + | ||
63 | + | code { | |
64 | + | font-size: 0.85em; | |
65 | + | } | |
66 | + | ||
67 | + | main { | |
68 | + | margin: 0 18% | |
69 | + | } | |
70 | + | ||
71 | + | .blog-post-content h3 { | |
72 | + | font-size: 1.05em | |
73 | + | } | |
74 | + | ||
75 | + | .blog-post-content h2 { | |
76 | + | font-size: 1.2em | |
77 | + | } | |
78 | + | ||
79 | + | .blog-post-content { | |
80 | + | font-size: 0.95em; | |
81 | + | } |
Più nuovi
Più vecchi