mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
More work.
This commit is contained in:
parent
5ac0a23db9
commit
8488ef4064
13 changed files with 153 additions and 64 deletions
29
css/main.css
29
css/main.css
|
|
@ -1,3 +1,7 @@
|
|||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Bootstrap overrides
|
||||
*/
|
||||
|
|
@ -43,13 +47,19 @@
|
|||
margin-left: 10%;
|
||||
}
|
||||
|
||||
.site h1 { font-size: 24px; }
|
||||
.site h2 { font-size: 20px; }
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Site
|
||||
*/
|
||||
|
||||
span.post-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.date {
|
||||
color: gray;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
h4 a,
|
||||
h4 a:hover {
|
||||
color: rgb(51, 51, 51);
|
||||
|
|
@ -108,7 +118,7 @@ h4 a:hover {
|
|||
* Static pages
|
||||
*/
|
||||
|
||||
.page h2 {
|
||||
.page h3 {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
|
@ -116,10 +126,11 @@ h4 a:hover {
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.page .banner h1 {
|
||||
.banner h2 {
|
||||
/* Fixes scrolling to anchors with the fixed navbar. */
|
||||
margin-top: -60px;
|
||||
padding-top: 70px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
img.history,
|
||||
|
|
@ -132,3 +143,11 @@ img.made-with-torque {
|
|||
img.history {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Posts
|
||||
*/
|
||||
|
||||
.meta {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue