userstyles.css
· 1000 B · CSS
Raw
.myname {
padding: 0 0 0 0;
}
.myname h2 a {
font-size: xx-large;
color: #701112;
}
.page-header {
margin-top: 0;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 3px;
border-color: #2b2b2b;
border-style: solid;
color: #2b2b2b;
}
#latest-blog-home {
font-size: xx-large;
}
.page-title {
font-size: xx-large;
}
.page-title.blog {
text-align: center;
margin-bottom: 50px;
}
.blog-post-info {
text-align: right;
}
.blog-post-title {
font-size: x-large;
}
.activetab {
font-size: large;
}
.navbar {
font-size: large;
}
.delimiter {
margin: 30px;
font-size: small;
}
.blog-post-info {
font-size: small;
}
#content {
font-size: 0.9em;
}
.highlight {
font-size: 0.85em;
}
code {
font-size: 0.85em;
}
main {
margin: 0 18%
}
.blog-post-content h3 {
font-size: 1.05em
}
.blog-post-content h2 {
font-size: 1.2em
}
.blog-post-content {
font-size: 0.95em;
}
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 | } |
82 |