mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add embed link to demo page, and update README
This commit is contained in:
parent
37b5e610d1
commit
23dda79a36
4 changed files with 68 additions and 0 deletions
40
css/page.css
40
css/page.css
|
|
@ -33,3 +33,43 @@ body {
|
|||
.about a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#embed {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
color: white;
|
||||
margin-right: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#embed label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#embed a {
|
||||
color: white;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#embed input {
|
||||
border: 1px solid black;
|
||||
width: 300px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
font-size: 13px;
|
||||
display: none;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#embed #embed-learn-more {
|
||||
display: none;
|
||||
}
|
||||
#embed.selected #embed-learn-more {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#embed.selected input {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue