Torque3D/css/main.css

216 lines
3 KiB
CSS
Raw Normal View History

2014-03-29 09:58:28 +00:00
body {
overflow-y: scroll;
}
2014-03-05 06:07:30 +00:00
/*-----------------------------------------------------------------------------
* Bootstrap overrides
*/
.table.borderless > tbody > tr > td {
2014-04-08 00:38:23 +00:00
padding-top: 1em;
2014-04-01 05:09:21 +00:00
}
.table.borderless > tbody > tr,
.table.borderless > tbody > tr > td {
2014-04-08 00:38:23 +00:00
border: none;
border-bottom: 1px solid #ddd;
}
.table.borderless > tbody > tr:last-child,
.table.borderless > tbody > tr:last-child > td {
2014-04-08 00:38:23 +00:00
border: none;
}
.contact td:first-child {
padding-right: 1em;
text-align: right;
}
.container {
max-width: 760px!important;
}
2014-03-05 06:07:30 +00:00
.site .navbar-default {
background-color: white;
}
.site p {
margin-top: 10px;
2014-04-21 00:29:17 +00:00
text-align: justify;
2014-03-05 06:07:30 +00:00
}
.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 11:17:07 +00:00
text-shadow: none;
2014-03-05 06:07:30 +00:00
}
2014-03-05 11:17:07 +00:00
.site .carousel-indicators {
bottom: -40px;
}
.carousel-inner a {
color: white;
}
2014-03-05 11:17:07 +00:00
.site .carousel-indicators li {
border-radius: 3px;
}
2014-03-06 05:59:06 +00:00
.site .carousel-inner .item {
width: 80%;
margin-left: 10%;
2014-03-06 05:59:06 +00:00
}
2014-03-05 06:07:30 +00:00
/*-----------------------------------------------------------------------------
* Site
*/
#torque-logo {
width: 140px;
}
@media (max-width: 768px) {
2014-04-21 00:29:17 +00:00
.jumbotron.banner .row,
.jumbotron.banner .row p {
text-align: center;
}
}
2014-03-29 09:58:28 +00:00
span.post-title {
font-weight: bold;
}
span.date {
color: gray;
margin-right: 1em;
}
2014-03-10 07:00:46 +00:00
h4 a,
h4 a:hover {
color: rgb(51, 51, 51);
}
2014-04-18 03:20:36 +00:00
a.media-subheading,
a.media-subheading:hover {
color: #666;
font-style: italic;
font-size: 90%;
}
2014-03-05 06:07:30 +00:00
.dropdown-toggle i {
margin-left: 0.3em;
}
.site {
margin: 51px auto 2em;
line-height: 1.5em;
}
.site .banner {
background-color: #a00;
color: white;
}
.break {
2014-04-25 04:48:25 +00:00
height: 144px;
width: 760px;
left: 50%;
margin-left: -380px;
text-align: center;
margin-top: 2em;
}
2014-04-25 04:53:06 +00:00
.break img {
border-radius: 3px;
}
2014-03-06 05:59:06 +00:00
.site .banner .col-sm-4 {
text-align: center;
2014-03-05 06:07:30 +00:00
}
2014-03-05 11:17:07 +00:00
.site .carousel-control i {
position: absolute;
top: 50%;
}
2014-03-05 06:07:30 +00:00
.footer {
font-size: 80%;
color: #666;
margin-top: 2em;
overflow: hidden;
}
.footer .rss img {
border: 0;
}
2014-03-05 11:17:07 +00:00
.site ol ol {
list-style-type: lower-alpha;
}
2014-03-05 06:07:30 +00:00
/*-----------------------------------------------------------------------------
* Static pages
*/
2014-03-29 09:58:28 +00:00
.page h3 {
2014-03-05 06:07:30 +00:00
color: #555;
}
.page .banner {
margin-top: 1em;
}
2014-03-29 09:58:28 +00:00
.banner h2 {
2014-03-05 06:07:30 +00:00
/* Fixes scrolling to anchors with the fixed navbar. */
margin-top: -60px;
padding-top: 70px;
2014-03-29 09:58:28 +00:00
display: inline-block;
2014-03-05 06:07:30 +00:00
}
2014-03-10 07:00:46 +00:00
img.feature,
2014-03-10 07:00:46 +00:00
img.made-with-torque {
width: 128px;
border-radius: 3px;
}
2014-04-18 03:51:39 +00:00
@media (max-width: 360px) {
img.feature,
img.made-with-torque {
width: 96px;
}
}
img.history {
margin: 1em;
2014-03-10 07:00:46 +00:00
}
2014-03-29 09:58:28 +00:00
table.history > tbody > tr > td:first-child {
2014-03-29 11:36:26 +00:00
font-weight: bold;
width: 4em;
display: inline-block;
}
table.download > tbody > tr > td:first-child {
2014-04-13 05:09:01 +00:00
min-width: 10em;
font-weight: bold;
}
table.versioning > tbody > tr > td:first-child {
2014-04-13 05:09:01 +00:00
min-width: 8em;
}
2014-03-29 09:58:28 +00:00
/*-----------------------------------------------------------------------------
* Posts
*/
.meta {
margin-top: 10px;
}