summaryrefslogtreecommitdiffstats
path: root/www/style.css
blob: c2002d9efce917be238e346db411badeedef6af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
div.formbox {
background-color: #FFEDA5; 
max-width: 20em;
min-width: 15em;
padding: 5px; 
position: relative;
margin: auto;
border: 1px solid #FFCF75;
text-align: center;
}


input[type=text] { 
font-family: monospace
}