Add a system blog
This commit is contained in:
3
dist/www-bootstrap/header.tpl
vendored
3
dist/www-bootstrap/header.tpl
vendored
@@ -65,6 +65,9 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="@@WWW_URL@@">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="@@WWW_URL@@blog/">News</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="@@WWW_URL@@last10/">Last 10 Callers</a>
|
||||
</li>
|
||||
|
18
dist/www-bootstrap/static/style-mobile.css
vendored
18
dist/www-bootstrap/static/style-mobile.css
vendored
@@ -354,6 +354,24 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.blog-header {
|
||||
border: 1px solid #666666;
|
||||
background-color: #eee;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.blog-date {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.blog-author {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.blog-entry {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
#msgbody {
|
||||
background-color: black;
|
||||
color: gray;
|
||||
|
19
dist/www-bootstrap/static/style.css
vendored
19
dist/www-bootstrap/static/style.css
vendored
@@ -288,6 +288,25 @@
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.blog-header {
|
||||
border: 1px solid #666666;
|
||||
background-color: #eee;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.blog-date {
|
||||
float: right;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.blog-author {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.blog-entry {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.last10-row {
|
||||
background-color: #eee;
|
||||
display: -webkit-box;
|
||||
|
Reference in New Issue
Block a user