Torque3D/css/main.css

160 lines
2.1 KiB
CSS
Raw Normal View History

2014-03-29 20:58:28 +11:00
body {
overflow-y: scroll;
}
2014-03-05 17:07:30 +11:00
/*-----------------------------------------------------------------------------
* Bootstrap overrides
*/
.container {
max-width: 760px!important;
}
2014-03-05 17:07:30 +11:00
.site .navbar-default {
background-color: white;
}
.site p {
margin-top: 10px;
}
.site .media:first-child {
margin-top: 15px;
}
.site .carousel-control.right,
.site .carousel-control.left {
background: none;
background-image: none;
opacity: 1.0;
2014-03-05 22:17:07 +11:00
text-shadow: none;
2014-03-05 17:07:30 +11:00
}
2014-03-05 22:17:07 +11:00
.site .carousel-indicators {
bottom: -40px;
}
.carousel-inner a {
color: white;
}
2014-03-05 22:17:07 +11:00
.site .carousel-indicators li {
border-radius: 3px;
}
2014-03-06 16:59:06 +11:00
.site .carousel-inner .item {
width: 80%;
margin-left: 10%;
2014-03-06 16:59:06 +11:00
}
2014-03-05 17:07:30 +11:00
/*-----------------------------------------------------------------------------
* Site
*/
2014-03-29 20:58:28 +11:00
span.post-title {
font-weight: bold;
}
span.date {
color: gray;
margin-right: 1em;
}
2014-03-10 18:00:46 +11:00
h4 a,
h4 a:hover {
color: rgb(51, 51, 51);
}
2014-03-05 17:07:30 +11:00
.dropdown-toggle i {
margin-left: 0.3em;
}
.site {
margin: 51px auto 2em;
line-height: 1.5em;
}
.site .banner {
background-color: #a00;
color: white;
}
2014-03-06 16:59:06 +11:00
.site .banner .col-sm-4 {
text-align: center;
2014-03-05 17:07:30 +11:00
}
2014-03-05 22:17:07 +11:00
.site .carousel-control i {
position: absolute;
top: 50%;
}
2014-03-05 17:07:30 +11:00
.footer {
font-size: 80%;
color: #666;
margin-top: 2em;
overflow: hidden;
}
.footer .contact {
float: left;
margin-right: 3em;
}
.footer .rss {
margin-top: 1.1em;
margin-right: -.2em;
float: right;
}
.footer .rss img {
border: 0;
}
2014-03-05 22:17:07 +11:00
.site ol ol {
list-style-type: lower-alpha;
}
2014-03-05 17:07:30 +11:00
/*-----------------------------------------------------------------------------
* Static pages
*/
2014-03-29 20:58:28 +11:00
.page h3 {
2014-03-05 17:07:30 +11:00
color: #555;
}
.page .banner {
margin-top: 1em;
}
2014-03-29 20:58:28 +11:00
.banner h2 {
2014-03-05 17:07:30 +11:00
/* Fixes scrolling to anchors with the fixed navbar. */
margin-top: -60px;
padding-top: 70px;
2014-03-29 20:58:28 +11:00
display: inline-block;
2014-03-05 17:07:30 +11:00
}
2014-03-10 18:00:46 +11:00
img.history,
img.feature,
2014-03-10 18:00:46 +11:00
img.made-with-torque {
width: 128px;
border-radius: 3px;
}
img.history {
margin: 1em;
2014-03-10 18:00:46 +11:00
}
2014-03-29 20:58:28 +11:00
2014-03-29 22:36:26 +11:00
table.history tr td:nth-child(1) {
font-weight: bold;
width: 4em;
display: inline-block;
}
2014-03-29 20:58:28 +11:00
/*-----------------------------------------------------------------------------
* Posts
*/
.meta {
margin-top: 10px;
}