From 63015f4cae3cd783e84071dd9b6117c75a7a7933 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 23 Jan 2017 14:53:23 -0800 Subject: [PATCH] docs: inline js and css in "getting started" section To fix confusion about where the - + + + + ``` -CSS: - -```css -#output video { - width: 100%; -} -#progressBar { - height: 5px; - width: 0%; - background-color: #35b44f; - transition: width .4s ease-in-out; -} -body.is-seed .show-seed { - display: inline; -} -body.is-seed .show-leech { - display: none; -} -.show-seed { - display: none; -} -#status code { - font-size: 90%; - font-weight: 700; - margin-left: 3px; - margin-right: 3px; - border-bottom: 1px dashed rgba(255,255,255,0.3); -} - -.is-seed #hero { - background-color: #154820; - transition: .5s .5s background-color ease-in-out; -} -#hero { - background-color: #2a3749; -} -#status { - color: #fff; - font-size: 17px; - padding: 5px; -} -a:link, a:visited { - color: #30a247; - text-decoration: none; -} -``` - ## More Documentation Check out the [API Documentation](//webtorrent.io/docs) and [FAQ](//webtorrent.io/faq) for more details.