mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-12-23 08:09:08 +03:00
theme fix
This commit is contained in:
parent
6999e0ee9b
commit
108bf2ddff
3 changed files with 5 additions and 53 deletions
|
@ -34,6 +34,7 @@ Akf-forum has got an API for AJAX, other clients etc. And, you can learn about A
|
||||||
- Profile photos will store in database
|
- Profile photos will store in database
|
||||||
- regex for pfp for now and
|
- regex for pfp for now and
|
||||||
- admin perm for undelete, thread+message
|
- admin perm for undelete, thread+message
|
||||||
|
- page support for threads
|
||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
### User
|
### User
|
||||||
|
|
|
@ -36,55 +36,7 @@ textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border-color: var(--col-8);
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid var(--col-fg);
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
font-family: monospace;
|
|
||||||
background: var(--col-bg);
|
|
||||||
color: var(--col-fg);
|
|
||||||
max-width: 69rem;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
/* funny number */
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link {
|
|
||||||
color: var(--col-4);
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: var(--col-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: var(--col-13);
|
|
||||||
}
|
|
||||||
|
|
||||||
a:active {
|
|
||||||
color: var(--col-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
background-color: var(--col-0);
|
|
||||||
padding: 1em;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
@ -94,9 +46,7 @@ h5 {
|
||||||
margin-bottom: 0.1rem;
|
margin-bottom: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
border-color: var(--col-8);
|
|
||||||
}
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input {
|
input {
|
||||||
|
@ -158,7 +108,8 @@ button:hover {
|
||||||
|
|
||||||
div.message {
|
div.message {
|
||||||
border: 2px solid var(--col-8);
|
border: 2px solid var(--col-8);
|
||||||
padding: 10px;
|
margin: auto;
|
||||||
|
padding-inline: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
|
|
||||||
<h1 style="font-size: 35px;color: #4d18e6;" ><%= thread.title %></h1>
|
<h1 style="font-size: 35px;color: #4d18e6;" ><%= thread.title %></h1>
|
||||||
<h1 style="font-size: 19px; " >View count: <%= thread.views %></h1>
|
<h3 >View count: <%= thread.views %></h1>
|
||||||
|
|
||||||
<h2 style="display:inline;">By <a href="<%='/users/' + thread.author.id %>"> <%= thread.author.name %></a>
|
<h2 style="display:inline;">By <a href="<%='/users/' + thread.author.id %>"> <%= thread.author.name %></a>
|
||||||
<img class="circle" src="<%=thread.author.avatar %>">
|
<img class="circle" src="<%=thread.author.avatar %>">
|
||||||
|
|
Loading…
Reference in a new issue