1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

92 lines
1.2 KiB
SCSS
Raw Normal View History

2012-09-18 17:51:53 +01:00
@charset "utf-8";
body {
padding-top: 60px;
}
footer {
background-color: #F5F5F5;
padding: 40px 0;
height: 100px;
margin-top: 40px;
color: #999999;
}
section {
padding-top: 30px;
}
.manual-example {
border-top: 1px solid #E5E5E5;
}
.manual-example td {
white-space: pre-wrap;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.manual-example td.jqprogram {
font-weight: bold;
}
.manual-example th {
text-align: right;
padding-right: 10px;
}
.tutorial-example {
position: relative;
margin-bottom: 10px;
}
.tutorial-example pre {
margin-bottom: 0px;
}
.tutorial-example a {
position: absolute;
top: 0px;
right: 0px;
padding: 15px 8px;
color: #777777;
font-weight: bold;
line-height: 10px;
font-size: 12px;
border-left: 1px solid #DDDDDD;
bottom: 0;
display: block;
}
#blurb {
2012-09-18 23:17:27 +01:00
padding-top: 40px;
padding-right: 50px;
2012-09-18 17:51:53 +01:00
}
#blurb p {
font-size: 20pt;
}
2012-09-18 23:17:27 +01:00
#blurb .btn-group {
margin-top: 20px;
}
#multiblurb {
line-height: 1.7;
text-align: center;
font-size: 12pt;
}
#multiblurb code {
border: 0;
font-size: 12pt;
}
2012-09-18 17:51:53 +01:00
h3 code {
border: 0;
font-size: 20px;
2012-09-19 01:00:25 +01:00
}
footer {
text-align: center;
2012-09-18 17:51:53 +01:00
}