-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c084d78
commit 76c044f
Showing
10 changed files
with
7,502 additions
and
7,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,173 @@ | ||
body{padding-top:80px}.container{max-width:970px}#blurb{padding-top:40px}#blurb p{font-size:1.9em}#blurb .btn-group{margin:4px}#multiblurb{line-height:1.7;text-align:center;font-size:12pt}#multiblurb code{border:0;font-size:12pt}#news{font-size:12pt}#news .date{font-style:italic}.tutorial-example{position:relative;margin-bottom:10px}.tutorial-example pre{margin-bottom:0}.tutorial-example a{position:absolute;top:0;right:0;padding:15px 8px;color:#777;font-weight:bold;line-height:10px;font-size:12px;border-left:1px solid #ddd;display:block}.tutorial-example .accordion-body pre{margin:0 4px;border-top:0;border-top-left-radius:0;border-top-right-radius:0}@media print{.tutorial-example a{display:none}}section{padding-top:24px}h3 code{border:0;font-size:20px}@media(max-width:991px){#navcolumn{position:relative !important;margin-bottom:60px}}@media(min-width:992px){#manualcontent{padding-left:280px}}.nav-pills{margin-bottom:20px}.nav-pills li a{padding:8px 12px}.manual-example table{border-top:1px solid #e5e5e5}.manual-example table td{white-space:pre-wrap;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.manual-example table td.jqprogram{font-weight:bold}.manual-example table th{text-align:right;padding-right:10px}@media print{#navcolumn{display:none !important}.manual-example{display:block !important;height:auto !important}.jqplay-btn{display:none !important}}footer{background-color:#f5f5f5;padding:20px 0;margin-top:40px;color:#999;text-align:center}footer p{margin:8px 0}.twitter-typeahead{width:100%}.tt-menu{width:100%;background-color:#fff;padding:8px 0;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.tt-suggestion{padding:3px 20px}.tt-suggestion:hover{cursor:pointer;color:#fff;background-color:#446e9b}.tt-suggestion.tt-cursor{color:#fff;background-color:#446e9b}.tt-suggestion p{margin:0} | ||
body { | ||
padding-top: 80px; | ||
} | ||
|
||
.container { | ||
max-width: 970px; | ||
} | ||
|
||
/* index.liquid *******************************************/ | ||
#blurb { | ||
padding-top: 40px; | ||
} | ||
#blurb p { | ||
font-size: 1.9em; | ||
} | ||
#blurb .btn-group { | ||
margin: 4px; | ||
} | ||
|
||
#multiblurb { | ||
line-height: 1.7; | ||
text-align: center; | ||
font-size: 12pt; | ||
} | ||
#multiblurb code { | ||
border: 0; | ||
font-size: 12pt; | ||
} | ||
|
||
#news { | ||
font-size: 12pt; | ||
} | ||
#news .date { | ||
font-style: italic; | ||
} | ||
|
||
/* default.liquid *****************************************/ | ||
.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; | ||
display: block; | ||
} | ||
.tutorial-example .accordion-body pre { | ||
margin: 0 4px; | ||
border-top: 0; | ||
border-top-left-radius: 0; | ||
border-top-right-radius: 0; | ||
} | ||
|
||
@media print { | ||
.tutorial-example a { | ||
display: none; | ||
} | ||
} | ||
/* manual.liquid ******************************************/ | ||
section { | ||
padding-top: 24px; | ||
} | ||
|
||
h3 code { | ||
border: 0; | ||
font-size: 20px; | ||
} | ||
|
||
@media (max-width: 991px) { | ||
#navcolumn { | ||
/* Put nav column above manual content */ | ||
position: relative !important; | ||
margin-bottom: 60px; | ||
} | ||
} | ||
@media (min-width: 992px) { | ||
#manualcontent { | ||
/* Put nav column left of manual content */ | ||
padding-left: 280px; | ||
} | ||
} | ||
.nav-pills { | ||
margin-bottom: 20px; | ||
} | ||
.nav-pills li a { | ||
padding: 8px 12px; | ||
} | ||
|
||
.manual-example table { | ||
border-top: 1px solid #E5E5E5; | ||
} | ||
.manual-example table td { | ||
white-space: pre-wrap; | ||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
} | ||
.manual-example table td.jqprogram { | ||
font-weight: bold; | ||
} | ||
.manual-example table th { | ||
text-align: right; | ||
padding-right: 10px; | ||
} | ||
|
||
@media print { | ||
#navcolumn { | ||
display: none !important; | ||
} | ||
|
||
.manual-example { | ||
display: block !important; | ||
height: auto !important; | ||
} | ||
|
||
.jqplay-btn { | ||
display: none !important; | ||
} | ||
} | ||
/* shared/_footer.liquid **********************************/ | ||
footer { | ||
background-color: #F5F5F5; | ||
padding: 20px 0; | ||
margin-top: 40px; | ||
color: #999999; | ||
text-align: center; | ||
} | ||
footer p { | ||
margin: 8px 0; | ||
} | ||
|
||
/* typeahead **********************************************/ | ||
.twitter-typeahead { | ||
width: 100%; | ||
} | ||
|
||
.tt-menu { | ||
width: 100%; | ||
background-color: #fff; | ||
padding: 8px 0; | ||
border: 1px solid #ccc; | ||
border: 1px solid rgba(0, 0, 0, 0.2); | ||
-webkit-border-radius: 8px; | ||
-moz-border-radius: 8px; | ||
border-radius: 8px; | ||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
.tt-suggestion { | ||
padding: 3px 20px; | ||
} | ||
.tt-suggestion:hover { | ||
cursor: pointer; | ||
color: #fff; | ||
background-color: #446e9b; | ||
} | ||
.tt-suggestion.tt-cursor { | ||
color: #fff; | ||
background-color: #446e9b; | ||
} | ||
.tt-suggestion p { | ||
margin: 0; | ||
} |
Oops, something went wrong.