Index

joshstock.in / 8d865bc

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
7220 Jan 2020 15:41a80dd0aUpdate styles for templatesJosh Stockin14627N

Blob @ joshstock.in / gitpager / static / style.css

text/css1756 bytesdownload raw
1@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500&display=swap');
2@import url('https://fonts.googleapis.com/css?family=Fira+Mono&display=swap');
3body {
4 font-family: 'Fira Sans', sans-serif;
5 color: #ffffff;
6 background-color: #353535;
7 padding: 0;
8 margin: 0;
9 line-height: 1.45;
10 font-size: 1em;
11}
12a {
13 color: #56c0f4ff;
14 text-decoration: none;
15 border-bottom: 2px solid #56c0f450;
16}
17a:hover {
18 border-bottom-color: #56c0f4dd;
19}
20center {
21 padding: 2em 1em;
22 background-color: #252525;
23}
24#container {
25 max-width: 700px;
26 padding: 2em 1em;
27 margin: 0 auto;
28 margin-bottom: 4em;
29}
30.divider {
31 max-width: 8em;
32 margin: 2em auto;
33 border-bottom: 4px dotted #ffffff;
34}
35.repository {
36 border-bottom: 1px solid #ffffff40;
37 margin-top: 2em;
38 padding-bottom: 1em;
39}
40.repository>.name {
41 text-decoration: underline;
42 margin-top: 1em;
43 margin-bottom: 0;
44}
45.repository .button {
46 font-weight: bold;
47}
48.date.category {
49 margin-bottom: 0.5em !important;
50 margin-top: 2em;
51}
52.commit {
53 margin-bottom: 1em;
54 display: block;
55}
56.commit.select {
57 padding: 8px;
58 padding-left: 10px;
59 border-radius: 0 8px 8px 0;
60 border-left: 4px solid #56c0f490;
61 background-color: #00000020;
62}
63.commit.select:hover {
64 border-left-color: #56c0f4ee;
65 cursor: pointer;
66}
67.commit>.hash {
68 font-family: 'Fira Sans', monospace;
69 font-size: 0.8em;
70}
71.commit>.hash>.date {
72 margin-left: 10px;
73 color: #f0f0f0dd;
74}
75.commit>.subject {
76 margin: 0;
77}
78.commit>.author {
79 margin: 0;
80}
81.commit>.author>.email {
82 margin-left: 10px;
83 color: #f0f0f0cc;
84}
85.commit>.author>.email:before{
86 content: "<"
87}
88.commit>.author>.email:after{
89 content: ">"
90}
91.commit>.message {
92 font-family: 'Fira Mono', monospace;
93 font-size: 0.8em;
94 white-space: pre-wrap;
95 margin-bottom: 0;
96 padding: 0;
97}
98