×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

Template:MusicPlayer: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<form><submit id="musicPlayerTemplate">Press to allow music</submit></form>
<style>
#musicPlayerTemplate {
    display:inline-block;
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;
}
#musicPlayerTemplate:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
</style>
 
<div id="musicPlayerTemplate">Press to allow music</div>

Revision as of 09:51, 6 June 2020

<style>

  1. musicPlayerTemplate {
   display:inline-block;
   color:#444;
   border:1px solid #CCC;
   background:#DDD;
   box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
   cursor:pointer;
   vertical-align:middle;
   max-width: 100px;
   padding: 5px;
   text-align: center;

}

  1. musicPlayerTemplate:active {
   color:red;
   box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);

} </style>

Press to allow music