JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
.note.qtip.lifted
.text
%span
Quick Tip:
You can get a whole bunch of freebies over at PremiumPixels.com - Nice!
%br/
%span
Lorem ipsum:
dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
@import compass
.note
background: #ffffff
color: #686a6b
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 15px, #e5d5d6 16px, rgba(255, 255, 255, 0) 17px, rgba(255, 255, 255, 0) 20px, #e5d5d6 21px, rgba(255, 255, 255, 0) 22px)
border: 1px solid rgba(200, 201, 204, 0.9)
position: relative
&::before,
&::after
content: ""
position: absolute
z-index: -2
&.small,
&.tall
float: left
margin-left: 50px
&.qtip
width: 230px
margin: 100px auto 20px
&.lifted
&::before,
&::after
bottom: 19px
left: 10px
width: 50%
height: 20%
max-width: 300px
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7)
transform: rotate(-2deg)
&:after
right: 10px
left: auto
transform: rotate(2deg)
.text
background: rgba(255, 255, 255, 0)
background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 19px, #cfe8f3 20px, rgba(255, 255, 255, 0) 22px)
margin: 30px 0
padding: 2px 25px
font-size: 12px
line-height: 20px
&::before
content: ''
background: rgba(255, 255, 255, 0.7)
border: 1px solid #c8c9cc
width: 95px
height: 20px
position: absolute
margin: 0 auto -20px
top: -11px
left: 70px
transform: rotate(-1deg)
span
font-weight: bold
Also see: Tab Triggers