2020-08-07 12:23:59 +02:00
|
|
|
#prompt, #page
|
|
|
|
{background-color: #FF8800;
|
|
|
|
width: 75%;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: -1em;
|
|
|
|
padding-top:1.5em;
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.8);
|
|
|
|
box-shadow: 0px 0px 5px rgba(0,0,0,0.75);}
|
|
|
|
|
|
|
|
#prompt img
|
|
|
|
{width: 33%;}
|
|
|
|
|
|
|
|
#prompt p, #page h1
|
|
|
|
{background-color: #FF8800;
|
|
|
|
box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
|
|
|
|
width: 102%;
|
|
|
|
margin-left:-1%;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
letter-spacing: 0.5em;
|
|
|
|
border-top: 1px solid rgba(255,255,255,0.5);
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.66);}
|
|
|
|
|
|
|
|
#page
|
|
|
|
{margin-top: 1em;
|
|
|
|
padding-top:0em;
|
|
|
|
margin-bottom: -2.2em;
|
|
|
|
padding-bottom: 2.5em;
|
|
|
|
border-top: 1px solid rgba(255,255,255,0.5);}
|
|
|
|
|
|
|
|
#page h1 { font-size:0.9em; }
|
|
|
|
|
|
|
|
|
|
|
|
#page fieldset
|
|
|
|
{width: 80%;
|
|
|
|
margin: auto;
|
|
|
|
text-align: left;}
|
|
|
|
|
|
|
|
#page label
|
|
|
|
{width: 49%;
|
|
|
|
margin-right: 1%;
|
|
|
|
text-align: right;
|
|
|
|
display:inline-block;}
|
|
|
|
|
|
|
|
#page ul
|
|
|
|
{list-style-type: none;
|
|
|
|
text-align: left;}
|
|
|
|
|
|
|
|
#signup h2
|
|
|
|
{margin-bottom: 0px;}
|
|
|
|
|
|
|
|
#page .framed .engraved
|
|
|
|
{text-align: left;
|
|
|
|
margin: 1em;}
|
|
|
|
|
|
|
|
#page img { max-width:90% }
|
|
|
|
#page figure { margin : 1em 0 }
|
|
|
|
|
|
|
|
#page #ERROR, #page .error, #page .success, #page .info
|
|
|
|
{margin: 1em;
|
|
|
|
width: auto;
|
|
|
|
border-radius: 5px;}
|
|
|
|
|
|
|
|
#page p, li
|
|
|
|
{
|
2020-08-10 19:15:18 +02:00
|
|
|
padding: 0 0.5em;
|
2020-08-07 12:23:59 +02:00
|
|
|
text-align: left;
|
|
|
|
line-height: 1.5em;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 659px)
|
|
|
|
{
|
|
|
|
#page fieldset
|
|
|
|
{width: 90%;
|
|
|
|
text-align: right;}
|
|
|
|
|
|
|
|
#page label
|
|
|
|
{width: auto;
|
|
|
|
float: left;}
|
|
|
|
|
|
|
|
#page a.button
|
|
|
|
{
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|