mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
94 lines
1.3 KiB
Text
94 lines
1.3 KiB
Text
/* bitcoin.less
|
|
* site specific styles
|
|
* ---------------------------------------------------------------------------------------- */
|
|
|
|
img.icon {
|
|
margin-right: 8px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
/* body, html, footer {
|
|
background: @bgColor;
|
|
color: #fff;
|
|
}*/
|
|
|
|
.topbar + #masthead {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.overview {
|
|
background: #f5f5f5;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
#download {
|
|
background: #fafafa;
|
|
color: #333;
|
|
.well;
|
|
}
|
|
|
|
#masthead + div {
|
|
padding-top: 2em;
|
|
}
|
|
|
|
#masthead {
|
|
#gradient > .vertical(#004D9F, #049CD9);
|
|
|
|
.inner {
|
|
box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.1);
|
|
background-image: url(innerbg.png);
|
|
padding-top: 2em;
|
|
}
|
|
|
|
color: #fff;
|
|
|
|
.primarybox {
|
|
p {
|
|
line-height: 2em;
|
|
}
|
|
|
|
p, h1, h2, h3, h4 {
|
|
color: #fff;
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
|
|
|
|
small {
|
|
color: #eee;
|
|
}
|
|
}
|
|
|
|
a {
|
|
font-weight: bold;
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
footer {
|
|
padding-bottom: 6em;
|
|
|
|
background: transparent url(../img/blockchain.png) right 10px no-repeat;
|
|
}
|
|
|
|
img.logo {
|
|
vertical-align: middle;
|
|
position: absolute;
|
|
left: -80px;
|
|
z-index: 100;
|
|
}
|
|
|
|
section {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
}
|
|
|
|
#thelogo {
|
|
vertical-align: top;
|
|
margin-right: 4px;
|
|
}
|