html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display: block;
}
body{
overflow: hidden;
background-color: white;
line-height: 1;
}
ol, ul{
list-style: none;
}
blockquote, q{
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content: '';
content: none;
}
.wrapper {
font-size: 1.2em;
text-align: center;
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
overflow: auto;
display: inline-block;
background-color: white;
background-color: darkorange;
}
.wrapper h1{
background-color:rgb(0, 255, 128);
padding:25px;
-webkit-box-shadow:rgba(92, 92, 92, 0.270588) 0px 0px 4px 4px;
-moz-box-shadow:rgba(92, 92, 92, 0.270588) 0px 0px 4px 4px;
box-shadow:rgba(92, 92, 92, 0.270588) 0px 0px 4px 4px;
color:rgb(12, 184, 0);
font-size:2em;
font-weight:bold;
font-family:Arial,sans-serif;
text-shadow:rgb(255, 255, 255) 1px 1px 2px;
margin:0px 0px 30px;
}
.wrapper p {
margin: 10px;
font-size:2em;
font-weight:bold;
font-family:Arial,sans-serif;
text-shadow:rgb(255, 184, 51) 1px 1px 1px;
color:rgb(255, 89, 0);
}
textarea {
display: inline-block;
width: 80%;
height: 100%;
}
.usage {
border: solid steelblue 5px;
margin: 5px;
background-color: beige;
padding: 10px;
width: 80%;
text-align: left;
color: #272822;
margin-left: auto;
margin-right: auto;
text-shadow:rgba(120, 120, 120, 0.972549) 0px 2px 2px;
color:rgb(255, 255, 255);
background-color:rgb(245, 190, 113);
padding-bottom: 0;
-webkit-box-shadow:rgba(128, 128, 128, 0.498039) 0px 0px 3px 3px;
-moz-box-shadow:rgba(128, 128, 128, 0.498039) 0px 0px 3px 3px;
box-shadow:rgba(128, 128, 128, 0.498039) 0px 0px 3px 3px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}
|