mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
initial commit
This commit is contained in:
commit
cb7f7afb93
27 changed files with 2606 additions and 0 deletions
92
lib/bitcoin.less
Normal file
92
lib/bitcoin.less
Normal file
|
@ -0,0 +1,92 @@
|
|||
/* bitcoin.less
|
||||
* site specific styles
|
||||
* ---------------------------------------------------------------------------------------- */
|
||||
|
||||
img.icon {
|
||||
margin-right: 8px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* body, html, footer {
|
||||
background: @bgColor;
|
||||
color: #fff;
|
||||
}*/
|
||||
|
||||
.overview {
|
||||
background: #f5f5f5;
|
||||
padding-top: 2em;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
#download {
|
||||
background: #fafafa;
|
||||
color: #333;
|
||||
.well;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
#gradient > .vertical(#004D9F, #049CD9);
|
||||
|
||||
.inner {
|
||||
box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.1);
|
||||
background-image: url(innerbg.png);
|
||||
}
|
||||
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
.inner {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue