initial commit
This commit is contained in:
@@ -0,0 +1,130 @@
|
||||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
padding: 50px;
|
||||
font-family: sans-serif;
|
||||
color: #666;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #06f;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.button
|
||||
{
|
||||
background-color: #eaeaea;
|
||||
padding: 5px 9px;
|
||||
display: inline-block;
|
||||
color: #06f;
|
||||
font-weight: normal;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button:hover
|
||||
{
|
||||
background-color: #06f;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.headline
|
||||
{
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.content,
|
||||
.missing-feature
|
||||
{
|
||||
max-width: 650px;
|
||||
}
|
||||
|
||||
#controls
|
||||
{
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#controls.is-active
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.control-wrapper
|
||||
{
|
||||
float: left;
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.control-label
|
||||
{
|
||||
display: block;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.control-input
|
||||
{
|
||||
display: block;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#canvas
|
||||
{
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.export-wrapper
|
||||
{
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.download-link
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.download-link.is-active
|
||||
{
|
||||
display: inline-block;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.download-link span
|
||||
{
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
|
||||
.missing-feature
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
Reference in New Issue
Block a user