base.scss (jq-1.5) | : | base.scss (jq-1.6) | ||
---|---|---|---|---|
@charset "utf-8"; | @charset "utf-8"; | |||
body { | body { | |||
padding-top: 60px; | padding-top: 80px; | |||
} | } | |||
footer { | .container { | |||
background-color: #F5F5F5; | max-width: 970px; | |||
padding: 40px 0; | ||||
height: 100px; | ||||
margin-top: 40px; | ||||
color: #999999; | ||||
} | } | |||
section { | /* index.liquid *******************************************/ | |||
padding-top: 30px; | ||||
} | ||||
.manual-example { | #blurb { | |||
border-top: 1px solid #E5E5E5; | padding-top: 40px; | |||
p { | ||||
font-size: 1.9em; | ||||
} | ||||
.btn-group { | ||||
margin: 4px; | ||||
} | ||||
} | } | |||
.manual-example td { | #multiblurb { | |||
white-space: pre-wrap; | line-height: 1.7; | |||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | text-align: center; | |||
font-size: 12pt; | ||||
code { | ||||
border: 0; | ||||
font-size: 12pt; | ||||
} | ||||
} | } | |||
.manual-example td.jqprogram { | #news { | |||
font-weight: bold; | font-size: 12pt; | |||
.date { | ||||
font-style: italic; | ||||
} | ||||
} | } | |||
.manual-example th { | /* default.liquid *****************************************/ | |||
text-align: right; | ||||
padding-right: 10px; | ||||
} | ||||
.tutorial-example { | .tutorial-example { | |||
position: relative; | position: relative; | |||
margin-bottom: 10px; | margin-bottom: 10px; | |||
pre { | ||||
margin-bottom: 0px; | ||||
} | ||||
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; | ||||
} | ||||
.accordion-body pre { | ||||
margin: 0 4px; | ||||
border-top: 0; | ||||
border-top-left-radius: 0; | ||||
border-top-right-radius: 0; | ||||
} | ||||
} | } | |||
.tutorial-example pre { | @media print { | |||
margin-bottom: 0px; | .tutorial-example a { | |||
display: none; | ||||
} | ||||
} | } | |||
.tutorial-example a { | /* manual.liquid ******************************************/ | |||
position: absolute; | ||||
top: 0px; | section { | |||
right: 0px; | padding-top: 24px; | |||
padding: 15px 8px; | ||||
color: #777777; | ||||
font-weight: bold; | ||||
line-height: 10px; | ||||
font-size: 12px; | ||||
border-left: 1px solid #DDDDDD; | ||||
bottom: 0; | ||||
display: block; | ||||
} | } | |||
#blurb { | h3 code { | |||
padding-top: 40px; | border: 0; | |||
padding-right: 50px; | font-size: 20px; | |||
} | } | |||
#blurb p { | @media(max-width: 991px){ | |||
font-size: 20pt; | #navcolumn { | |||
/* Put nav column above manual content */ | ||||
position: relative !important; | ||||
margin-bottom: 60px; | ||||
} | ||||
} | } | |||
#blurb .btn-group { | @media(min-width: 992px) { | |||
margin-top: 20px; | #manualcontent { | |||
/* Put nav column left of manual content */ | ||||
padding-left: 280px; | ||||
} | ||||
} | } | |||
#multiblurb { | .nav-pills { | |||
line-height: 1.7; | li a { | |||
text-align: center; | padding: 8px 12px; | |||
font-size: 12pt; | } | |||
margin-bottom: 20px; | ||||
} | } | |||
#multiblurb code { | .manual-example table { | |||
border: 0; | border-top: 1px solid #E5E5E5; | |||
font-size: 12pt; | td { | |||
white-space: pre-wrap; | ||||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||||
} | ||||
td.jqprogram { | ||||
font-weight: bold; | ||||
} | ||||
th { | ||||
text-align: right; | ||||
padding-right: 10px; | ||||
} | ||||
} | } | |||
h3 code { | @media print { | |||
border: 0; | #navcolumn { | |||
font-size: 20px; | display: none !important; | |||
} | ||||
.manual-example { | ||||
display: block !important; | ||||
height: auto !important; | ||||
} | ||||
.jqplay-btn { | ||||
display: none !important; | ||||
} | ||||
} | } | |||
/* shared/_footer.liquid **********************************/ | ||||
footer { | footer { | |||
background-color: #F5F5F5; | ||||
padding: 20px 0; | ||||
margin-top: 40px; | ||||
color: #999999; | ||||
text-align: center; | text-align: center; | |||
p { | ||||
margin: 8px 0; | ||||
} | ||||
} | } | |||
#news { | /* typeahead **********************************************/ | |||
font-size: 12pt; | ||||
.date { | .twitter-typeahead { | |||
font-style: italic; | 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,.2); | ||||
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); | ||||
box-shadow: 0 5px 10px rgba(0,0,0,.2); | ||||
} | ||||
.tt-suggestion { | ||||
padding: 3px 20px; | ||||
&:hover { | ||||
cursor: pointer; | ||||
color: #fff; | ||||
background-color: #446e9b; | ||||
} | ||||
&.tt-cursor { | ||||
color: #fff; | ||||
background-color: #446e9b; | ||||
} | ||||
p { | ||||
margin: 0; | ||||
} | } | |||
} | } | |||
End of changes. 20 change blocks. | ||||
56 lines changed or deleted | 140 lines changed or added |