2012-02-11 05:41:16 +00:00
|
|
|
/* http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2012-02-11 08:08:51 +00:00
|
|
|
pre code {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2011-11-01 11:03:22 +00:00
|
|
|
/* don't want it to have a fixed position; so we'll override it */
|
|
|
|
.topbar {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topbar-text {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
padding: 8px 2px 12px;
|
|
|
|
color: grey;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topbar-text a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topbar-divider {
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
2012-02-11 05:41:16 +00:00
|
|
|
#wrapper {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0 auto -35px;
|
|
|
|
}
|
|
|
|
|
2011-11-01 11:03:22 +00:00
|
|
|
/* leave enough gap for the topbar */
|
|
|
|
#content {
|
2012-02-11 05:41:16 +00:00
|
|
|
padding-top: 40px;
|
2012-02-11 05:44:09 +00:00
|
|
|
padding-bottom: 40px;
|
2011-11-01 11:03:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-container {
|
|
|
|
padding: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-logo {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-title {
|
|
|
|
padding-left: 64px; /* 48px for logo + 16px for padding */
|
|
|
|
}
|
|
|
|
|
|
|
|
#search {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagline {
|
|
|
|
display: block;
|
2012-02-12 02:58:08 +00:00
|
|
|
margin-top: 3px;
|
2011-11-01 11:03:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.random-questions-container {
|
|
|
|
padding-left: 60px;
|
|
|
|
padding-right: 60px;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list-container {
|
2011-11-01 11:03:22 +00:00
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list {
|
2011-11-01 11:03:22 +00:00
|
|
|
list-style-image: none;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list li {
|
2011-11-01 11:03:22 +00:00
|
|
|
clear: both;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list img {
|
2011-11-01 11:03:22 +00:00
|
|
|
float: left;
|
2011-11-05 01:13:16 +00:00
|
|
|
margin-right: 7px;
|
2011-11-01 11:03:22 +00:00
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list h6 {
|
2011-11-01 11:03:22 +00:00
|
|
|
padding-top: 7px;
|
|
|
|
line-height: normal;
|
2011-11-05 01:13:16 +00:00
|
|
|
margin-left: 55px; /* 48px for the logo, 7px for the padding */
|
2011-11-01 11:03:22 +00:00
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.site-list .tagline {
|
2011-11-01 11:03:22 +00:00
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.total-hits {
|
|
|
|
color: #999999;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-hits p {
|
|
|
|
font-size: 16pt;
|
|
|
|
line-height: 20pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-value {
|
|
|
|
font-size: 36pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-results {
|
|
|
|
list-style-image: none;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-results li {
|
|
|
|
clear: both;
|
2012-02-05 06:54:13 +00:00
|
|
|
border-bottom: 1px solid #CCCCCC;
|
2012-01-28 12:48:00 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-results li:hover {
|
2012-02-05 06:54:13 +00:00
|
|
|
background-color: #FAFAFA;
|
2012-01-28 12:48:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#search-results li .clearfix {
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
2011-11-06 06:20:11 +00:00
|
|
|
}
|
|
|
|
|
2012-02-05 06:54:13 +00:00
|
|
|
#search-results li:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-logo {
|
|
|
|
float: left;
|
|
|
|
width: 48px;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.post-stats-vertical {
|
|
|
|
float: left;
|
|
|
|
width: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-stat {
|
|
|
|
text-align: center;
|
2012-02-04 06:10:22 +00:00
|
|
|
background-color: #F2F2F2;
|
2012-02-11 11:57:57 +00:00
|
|
|
margin-bottom: 5px;
|
|
|
|
padding: 10px 5px;
|
2011-11-06 06:20:11 +00:00
|
|
|
}
|
|
|
|
|
2012-02-12 04:54:03 +00:00
|
|
|
.post-stat-img {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.post-stat p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-stat-value {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16pt;
|
2012-01-28 12:48:00 +00:00
|
|
|
color: #000000;
|
2011-11-06 06:20:11 +00:00
|
|
|
}
|
|
|
|
|
2012-02-04 06:10:22 +00:00
|
|
|
.post-stat-value-poor {
|
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
|
2012-02-12 04:54:03 +00:00
|
|
|
.post-stat-value-good {
|
|
|
|
color: #5ebb00;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.post-summary {
|
|
|
|
padding-left: 72px; /* 64px for post-stats-vertical + 8px for padding */
|
|
|
|
}
|
|
|
|
|
2012-02-05 06:54:13 +00:00
|
|
|
.post-summary-with-logo {
|
|
|
|
padding-left: 120px; /* 48px for post-logo + 64px for post-stats-vertical + 8px for padding */
|
|
|
|
}
|
|
|
|
|
2012-02-04 06:10:22 +00:00
|
|
|
.post-summary h3 {
|
|
|
|
line-height: normal;
|
|
|
|
padding: 7px 0;
|
|
|
|
}
|
|
|
|
|
2011-11-06 06:20:11 +00:00
|
|
|
.post-details {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-02-11 11:32:23 +00:00
|
|
|
.post-tags {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2012-02-11 08:08:51 +00:00
|
|
|
.question h1 {
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-body, .post-metadata, .post-comments {
|
|
|
|
margin-left: 72px; /* 64px for post-stats-vertical + 8px for padding */
|
|
|
|
}
|
|
|
|
|
2012-02-12 05:50:38 +00:00
|
|
|
/* undo the zero margin-bottom imposed by bootstrap */
|
|
|
|
.post-body ul, .post-body ol {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
2012-02-12 10:16:07 +00:00
|
|
|
.post-body .external-link {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-02-11 08:08:51 +00:00
|
|
|
.post-metadata {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-user {
|
|
|
|
float: right;
|
|
|
|
margin-left: 50px;
|
2012-02-11 08:23:33 +00:00
|
|
|
color: #404040;
|
2012-02-11 08:08:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments {
|
2012-02-12 04:54:03 +00:00
|
|
|
clear: right;
|
2012-02-11 08:08:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
2012-08-18 07:44:01 +00:00
|
|
|
margin-bottom: 18px;
|
2012-02-11 08:08:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments li {
|
|
|
|
border-bottom: 1px solid #E3E3E3;
|
|
|
|
padding: 7px 4px 7px 0;
|
2012-02-11 08:23:33 +00:00
|
|
|
color: #404040;
|
2012-02-11 08:08:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments li:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li .post-comment-score {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
width: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: normal;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li .post-comment-text {
|
|
|
|
margin-left: 40px;
|
2012-02-11 11:57:57 +00:00
|
|
|
line-height: 20px;
|
2012-02-11 08:08:51 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li .post-comment-metadata {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-08-18 07:44:01 +00:00
|
|
|
.show-comments {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-02-11 08:08:51 +00:00
|
|
|
.user-card {
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-card .user-name {
|
|
|
|
padding: 4px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-card .user-rep {
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 15px;
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
padding: 4px 7px;
|
|
|
|
}
|
|
|
|
|
2012-08-18 08:40:18 +00:00
|
|
|
div.moderated {
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.moderated p {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2012-02-11 08:08:51 +00:00
|
|
|
div.answers {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.answers {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.answers > li {
|
|
|
|
padding-bottom: 30px;
|
|
|
|
border-bottom: 1px solid #999999;
|
|
|
|
margin-top: 30px;
|
2012-02-11 08:23:33 +00:00
|
|
|
color: #404040;
|
2012-02-11 08:08:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.answers > li:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.answers {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
line-height: normal;
|
|
|
|
border-bottom: 1px solid #999999;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-answers {
|
|
|
|
font-size: 24pt;
|
|
|
|
color: #CCCCCC;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 120px;
|
|
|
|
padding-top: 90px;
|
|
|
|
}
|
|
|
|
|
2012-02-11 05:41:16 +00:00
|
|
|
#footer, #footer-push {
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
2011-11-01 11:03:22 +00:00
|
|
|
#footer {
|
2012-02-11 05:41:16 +00:00
|
|
|
clear: both;
|
2011-11-01 11:03:22 +00:00
|
|
|
border-top: solid 1px #999999;
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
padding: 7px 10px;
|
2012-02-12 02:56:37 +00:00
|
|
|
}
|
|
|
|
|
2012-02-12 03:14:15 +00:00
|
|
|
#footer .footer-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-02-12 02:56:37 +00:00
|
|
|
.nodata.row {
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nodata h2 {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nodata li {
|
|
|
|
color: inherit;
|
|
|
|
border-bottom: 1px solid #F2F2F2;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nodata li:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
padding-bottom: inherit;
|
|
|
|
margin-bottom: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nodata pre {
|
|
|
|
margin-top: 7px;
|
2011-11-01 11:03:22 +00:00
|
|
|
}
|