2014-11-13 21:33:23 +01:00
|
|
|
webbuild.a { }
|
2015-03-22 14:06:50 +01:00
|
|
|
pre {
|
|
|
|
background: none;
|
|
|
|
border:0;
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
box-shadow:none;
|
|
|
|
font-family: monospace;
|
2015-05-12 21:10:06 +02:00
|
|
|
word-break: break-all;
|
2016-07-22 15:21:34 +02:00
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2015-03-22 14:06:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2014-11-15 12:51:38 +01:00
|
|
|
form { margin:0; }
|
2014-11-13 21:33:23 +01:00
|
|
|
a.webbuild:link { color:#0b0600; text-decoration: none; }
|
|
|
|
a.webbuild:visited { color:#0b0600; text-decoration: none; }
|
|
|
|
a.webbuild:active { color:#0b0600; text-decoration: none; }
|
|
|
|
a.webbuild:hover { text-decoration: underline; }
|
|
|
|
hr { margin:0; color:black; background: #aaaaaa; }
|
2014-11-23 18:16:02 +01:00
|
|
|
label { white-space:nowrap; text-decoration:none; font-weight:initial; }
|
2014-11-13 21:33:23 +01:00
|
|
|
|
|
|
|
.webbuild input {
|
2019-07-28 14:13:25 +02:00
|
|
|
font-size: 10pt;
|
2014-11-13 21:33:23 +01:00
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2019-07-30 18:47:08 +02:00
|
|
|
font-size: 11pt;
|
2014-11-13 21:33:23 +01:00
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
2019-07-30 18:47:08 +02:00
|
|
|
padding: 2px;
|
2019-07-28 14:13:25 +02:00
|
|
|
margin: 2px;
|
2014-11-23 18:16:02 +01:00
|
|
|
max-width: 98%;
|
2014-11-13 21:33:23 +01:00
|
|
|
background-color: buttonface;
|
2019-07-30 18:47:08 +02:00
|
|
|
border: 1px solid #AAAAAA;
|
|
|
|
background-color:#e9e9e9;
|
2014-11-13 21:33:23 +01:00
|
|
|
}
|
|
|
|
|
2019-07-30 18:47:08 +02:00
|
|
|
input[type="text"],
|
|
|
|
textarea {
|
|
|
|
font-size: 11pt;
|
2014-11-13 21:33:23 +01:00
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
2019-07-30 18:47:08 +02:00
|
|
|
padding: 2px;
|
2014-11-13 21:33:23 +01:00
|
|
|
margin: 1px;
|
|
|
|
border: 1px solid #AAAAAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="button"] {
|
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
2019-07-30 18:47:08 +02:00
|
|
|
font-size: 11pt;
|
2014-11-13 21:33:23 +01:00
|
|
|
font-weight: 400;
|
2019-07-30 18:47:08 +02:00
|
|
|
padding: 2px;
|
2019-07-28 14:13:25 +02:00
|
|
|
margin: 2px;
|
2014-11-13 21:33:23 +01:00
|
|
|
border: 1px solid #AAAAAA;
|
2019-07-30 18:47:08 +02:00
|
|
|
background-color:#e9e9e9;
|
2014-11-13 21:33:23 +01:00
|
|
|
white-space:nowrap;
|
|
|
|
line-height: 1.1em;
|
|
|
|
}
|
|
|
|
|
2015-03-22 14:06:50 +01:00
|
|
|
input[type="button"]::-moz-focus-inner { padding: 0; border: 0; }
|
|
|
|
|
2014-11-13 21:33:23 +01:00
|
|
|
input[type="button"]:hover {
|
|
|
|
border: 1px solid #666666;
|
2019-07-30 18:47:08 +02:00
|
|
|
|
2014-11-13 21:33:23 +01:00
|
|
|
}
|
|
|
|
input[type="radio"] {
|
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
2019-07-30 18:47:08 +02:00
|
|
|
font-size: 11pt;
|
2014-11-13 21:33:23 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
|
|
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
|
|
|
|
vertical-align:middle;
|
2019-07-30 18:47:08 +02:00
|
|
|
-ms-transform: scale(1.3);
|
|
|
|
-moz-transform: scale(1.3);
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
-o-trasnform: scale(1.3);
|
|
|
|
padding: 4px;
|
|
|
|
margin: 4px;
|
2014-11-13 21:33:23 +01:00
|
|
|
}
|