Sfoglia il codice sorgente

refactor html generator, add alpinejs, add tailwindcss layout

MFTECH 1 anno fa
parent
commit
30a965bc5e
2 ha cambiato i file con 158 aggiunte e 126 eliminazioni
  1. 149
    117
      gitstats
  2. 9
    9
      gitstats.css

+ 149
- 117
gitstats
File diff suppressed because it is too large
Vedi File


+ 9
- 9
gitstats.css Vedi File

@@ -65,7 +65,7 @@ td {
65 65
 }
66 66
 
67 67
 /* Navigation bar; tabbed style */
68
-.nav {
68
+/* .nav {
69 69
 	border-bottom: 1px solid black;
70 70
 	padding: 0.3em;
71 71
 }
@@ -93,9 +93,9 @@ td {
93 93
 .nav li a:hover {
94 94
 	background-color: #ddd;
95 95
 	border-bottom: 1px solid #ddf;
96
-}
96
+} */
97 97
 
98
-img {
98
+main img {
99 99
 	border: 1px solid black;
100 100
 	padding: 0.5em;
101 101
 	background-color: white;
@@ -112,17 +112,17 @@ h1 a, h2 a {
112 112
 	text-decoration: none;
113 113
 }
114 114
 
115
-h1:hover a:after,
116
-h2:hover a:after {
115
+main  h1:hover a:after,
116
+main  h2:hover a:after {
117 117
 	content: '¶';
118 118
 	color: #555;
119 119
 }
120 120
 
121
-h1 {
121
+main h1 {
122 122
 	font-size: x-large;
123 123
 }
124 124
 
125
-h2 {
125
+main  h2 {
126 126
 	background-color: #564;
127 127
 	border: 1px solid black;
128 128
 	padding-left: 0.5em;
@@ -132,10 +132,10 @@ h2 {
132 132
 	clear: both;
133 133
 }
134 134
 
135
-h2 a {
135
+main h2 a {
136 136
 	color: white;
137 137
 }
138 138
 
139
-.moreauthors {
139
+main .moreauthors {
140 140
 	font-size: 80%;
141 141
 }