mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
generate css from less using lessc
This commit is contained in:
parent
c4a8e4e904
commit
1b6b0b245f
12 changed files with 62 additions and 18 deletions
|
@ -1,98 +0,0 @@
|
|||
/* 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;
|
||||
}
|
||||
|
||||
table.unstyled td {
|
||||
border: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue