2017-07-28 08:19:06 +02:00
|
|
|
.field {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
padding: 5px;
|
2017-11-29 07:19:34 +01:00
|
|
|
overflow-wrap: break-word;
|
2017-07-28 08:19:06 +02:00
|
|
|
}
|
2019-01-19 19:36:55 +01:00
|
|
|
.field:empty:before {
|
|
|
|
content: "\00a0"; /* nbsp */
|
|
|
|
}
|
2018-12-03 00:54:51 +01:00
|
|
|
.clearfix:after {
|
2017-07-28 08:19:06 +02:00
|
|
|
content: "";
|
2018-12-03 00:54:51 +01:00
|
|
|
display: table;
|
2017-07-28 08:19:06 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fname {
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2018-12-03 00:54:51 +01:00
|
|
|
#topbutsOuter {
|
2017-07-28 08:19:06 +02:00
|
|
|
position: fixed;
|
|
|
|
height: 24px;
|
|
|
|
top: 0;
|
|
|
|
padding: 2px;
|
|
|
|
left: 0;
|
2017-08-06 05:55:09 +02:00
|
|
|
right: 0;
|
2017-07-28 08:19:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.topbut {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2018-12-03 00:54:51 +01:00
|
|
|
margin-top: 4px;
|
2017-07-28 08:19:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rainbow {
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom,
|
|
|
|
color-stop(0.00, #f77),
|
|
|
|
color-stop(50%, #7f7),
|
|
|
|
color-stop(100%, #77f));
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkb {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: 0;
|
|
|
|
padding: 0px 2px;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkb:disabled {
|
|
|
|
opacity: 0.3;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlighted {
|
|
|
|
border-bottom: 3px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fields {
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|