update README
This commit is contained in:
parent
eb21d1f743
commit
85386b12d5
70
README.md
70
README.md
|
@ -1,73 +1,3 @@
|
|||
<style type="text/css">
|
||||
p {
|
||||
margin: 15px 0 0 15px;
|
||||
color: #403522;
|
||||
}
|
||||
li {
|
||||
color: #403522;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 20px;
|
||||
color: #000;
|
||||
background: rgba(255, 0, 0, 0);
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
list-style-type: none;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
pre {
|
||||
width: 90%;
|
||||
overflow-x: scroll;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
pre b {
|
||||
color: #fff;
|
||||
background: rgba(255, 0, 0, 0.5);
|
||||
padding: 2px 5px;
|
||||
}
|
||||
li.indent {
|
||||
color: #403522;
|
||||
background: none;
|
||||
position: relative;
|
||||
left: 50px;
|
||||
list-style-type: none;
|
||||
}
|
||||
li.indent.square {
|
||||
background: none;
|
||||
list-style-type: square;
|
||||
}
|
||||
h3 {
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(0, 200, 255, 0.35)), color-stop(0, rgba(0,88,127,0.42)));
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px #000;
|
||||
padding: 2px 10px;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.3);
|
||||
border-top: 1px solid rgba(0,0,0,0.6);
|
||||
}
|
||||
li a {
|
||||
color: #000;
|
||||
}
|
||||
h3 a {
|
||||
color: #fff;
|
||||
}
|
||||
a, li.indent.demos a {
|
||||
color: #06f;
|
||||
}
|
||||
li a:hover, a:hover, li.indent.demos a:hover {
|
||||
color: #c09;
|
||||
}
|
||||
h3 a:hover {
|
||||
color: #ff0;
|
||||
}
|
||||
h3 {
|
||||
font-family: Oswald;
|
||||
}
|
||||
h1 {
|
||||
font-family: Oswald; font-size: 2em; font-weight: bold; z-index: 2; padding-left: 15px; position: relative; color: rgba(0,0,0,0.5); text-shadow: 0 0 7px rgba(255,255,0,0.50);
|
||||
}
|
||||
</style>
|
||||
<h3>Description of package;</h3>
|
||||
<li><a href="./js/MIDI.loadPlugin.js">MIDI.loadPlugin.js</a>: Decides which framework is best to use, and sends request.</li>
|
||||
<li class="indent">
|
||||
|
|
Loading…
Reference in a new issue