mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Worked on stuff.
This commit is contained in:
parent
7b1fef1286
commit
0aa539acd4
4 changed files with 90 additions and 72 deletions
27
css/main.css
27
css/main.css
|
|
@ -19,8 +19,20 @@
|
|||
background: none;
|
||||
background-image: none;
|
||||
opacity: 1.0;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.site .carousel-indicators {
|
||||
bottom: -40px;
|
||||
}
|
||||
|
||||
.site .carousel-indicators li {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.site h1 { font-size: 24px; }
|
||||
.site h2 { font-size: 20px; }
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Site
|
||||
*/
|
||||
|
|
@ -30,7 +42,6 @@
|
|||
}
|
||||
|
||||
.site {
|
||||
text-align: justify;
|
||||
margin: 51px auto 2em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
|
@ -40,10 +51,19 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
.site .banner table {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.site .banner table td {
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.site .carousel-control i {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 80%;
|
||||
color: #666;
|
||||
|
|
@ -57,7 +77,6 @@
|
|||
}
|
||||
|
||||
.footer .contact a {
|
||||
color: #8085C1;
|
||||
}
|
||||
|
||||
.footer .rss {
|
||||
|
|
@ -70,6 +89,10 @@
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.site ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Static pages
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue