stackage-server/templates/package.lucius
2014-12-14 20:18:40 +01:00

218 lines
4.0 KiB
Plaintext

#snapshot-home {
margin-top: 1em;
padding-top: 0.5em;
}
.wrap {
padding-left: 0 !important;
padding-right: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
h3 {
color: #777;
}
.table.snapshots {
width: auto;
margin-left: auto;
}
.latest-version {
color: #777;
font-size: 24.5px;
}
#disqus_thread {
margin-top: 2em;
}
#upvote {
margin-left: -1em;
}
.fa-google-plus-square {
color: #dd4b39
}
.fa-facebook-square {
color: #3b5998
}
.fa-twittersquare {
color: #0088cc
}
.social {
margin-top: 0.5em;
border-top: 1px solid #ddd;
padding-top: 0.5em;
margin-bottom: 0.5em;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5em;
.fa-thumbs-o-up {
color: rgba(0, 39, 59, 0.34902);
cursor: pointer;
}
.fa-thumbs-o-up:hover {
color: #3f4549
}
.fa-thumbs-up {
cursor: pointer;
}
}
.dependencies {
margin-top: 0.5em;
border-top: 1px solid #ddd;
padding-top: 0.5em;
}
.downloads {
margin-left: 1em;
}
.fa-plus-square {
color: rgba(0, 39, 59, 0.34902);
cursor: pointer;
}
.fa-plus-square:hover {
color: #3f4549
}
@media (max-width: 767px) {
.table.snapshots {
margin-top: 1em;
margin-left: -8px;
}
.container {
padding-left: 15px !important;
padding-right: 15px !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
}
.markdown-container {
margin-top: 1em;
border-top: 1px solid #ddd;
padding-top: 1em;
margin-bottom: 0em;
border-bottom: 1px solid #ddd;
padding-bottom: 1em;
background: #f4f4f4;
h1,h2,h3,h4,h5 {
color: #333;
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight: normal;
}
h2,h3,h4,h5 {
margin-top: 1em;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4,h5 {
font-size: 1.2em;
}
ul, ol, p {
margin-top: 0.5em;
}
ul,ol {
padding-left: 1em;
}
pre,pre code,code {
font-family: ubuntu mono, dejavu sans mono, monospace;
font-size: 15px;
background: #f8f8f8;
}
pre {
padding: 1em;
}
}
.changelog-container {
margin-top: 0.5em;
h1 { font-size: 1.2em; }
h2,h3,h4,h5 { font-size: 1.2em; }
}
h2.changes-title {
margin-top: 1em;
font-size: 1.5em;
color: #555;
}
.readme-container {
margin-top: 1em;
}
.hidden {
display: none;
}
.expanding {
.bottom-gradient {
display: none;
bottom: 0;
position: absolute;
width: 100%;
cursor: pointer;
height: 150px;
line-height: 150px;
text-align: center;
background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,0)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.bottom-gradient:hover {
.fa {
color: #000;
}
}
.fa {
font-size: 5em;
color: #666;
line-height: 150px;
margin-top: 25px;
}
position: relative;
}
.expanding.collapsed {
height: 300px;
overflow: hidden;
.bottom-gradient {
display: block;
}
}
.no-tags {
color: #888;
}
.tag-count {
border: 0.1em solid #d8d8d8;
text-shadow: none;
padding: 0 0.25em;
border-radius: 0.25em;
color: #999;
font-size: 0.8em;
}
.tag-count:hover {
border: 0.1em solid #333;
color: #333;
cursor: pointer;
text-decoration: none;
}
.tag-count.tagged {
background: #06537d;
border: none;
color: #fff;
}
/* https://github.com/fpco/stackage-server/issues/39 */
div.plain-text {
white-space: pre-wrap;
}