updated readme
This commit is contained in:
parent
9d9c4fa7ff
commit
62f1a366c5
@ -4,6 +4,9 @@ feel free to commit, leave suggestions/ideas, issues, or really anything <3
|
|||||||
|
|
||||||
# What is TCP.WIKI ?
|
# What is TCP.WIKI ?
|
||||||
|
|
||||||
|
https://tcp.ac/i/IFAZE
|
||||||
|
|
||||||
|
|
||||||
## Project Goals
|
## Project Goals
|
||||||
secure and verifiable wiki for projects, code, courses, documents, articles, tutorials, and more
|
secure and verifiable wiki for projects, code, courses, documents, articles, tutorials, and more
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div style="font-size: 0.3em; text-align: right; margin-bottom: 5px;">
|
<div class="page-info">
|
||||||
{{- if eq .Author .LastModifier -}}
|
{{- if eq .Author .LastModifier -}}
|
||||||
Authored: {{ .Author }} @ {{ .AuthoredDate.Format "2006/01/02" }}
|
Authored: {{ .Author }} @ {{ .AuthoredDate.Format "2006/01/02" }}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
|
@ -52,6 +52,7 @@ pre {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button styles */
|
/* Button styles */
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -98,21 +99,22 @@ section h2 {
|
|||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* reduce font size for authored and modified date */
|
/* Added styles */
|
||||||
div.content div[style="font-size: 0.8em;"] {
|
.page-info {
|
||||||
font-size: 0.6em;
|
font-size: 0.8em;
|
||||||
}
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
/* add bar under authored and modified date */
|
align-items: center;
|
||||||
div.content div[style="font-size: 0.8em;"]:after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-bottom: 1px solid #14ee00;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* align authored and modified date to the right */
|
.page-info-text {
|
||||||
div.content div[style="font-size: 0.8em;"] {
|
margin-right: 5px;
|
||||||
text-align: right;
|
}
|
||||||
|
|
||||||
|
.page-info-bar {
|
||||||
|
flex-grow: 1;
|
||||||
|
height: 1px;
|
||||||
|
background-color: #555;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user