2012-04-30 20:22:03 +02:00
|
|
|
.buildlog {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.3em;
|
|
|
|
}
|
|
|
|
|
2008-11-18 16:45:23 +00:00
|
|
|
em.storeref {
|
|
|
|
color: #500000;
|
2013-02-19 17:14:02 +01:00
|
|
|
position: relative;
|
2008-11-18 16:45:23 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
em.storeref:hover {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
*.popup {
|
|
|
|
display: none;
|
|
|
|
background: #ffffcd;
|
|
|
|
border: solid #555555 1px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0em;
|
|
|
|
left: 0em;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
em.storeref:hover span.popup {
|
|
|
|
display: inline;
|
2008-11-28 11:01:35 +00:00
|
|
|
width: 40em;
|
2008-11-18 16:45:23 +00:00
|
|
|
}
|
|
|
|
|
2012-04-30 21:32:53 +02:00
|
|
|
span.code {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2008-11-25 00:38:16 +00:00
|
|
|
.errorLine {
|
2008-11-18 16:45:23 +00:00
|
|
|
color: #ff0000;
|
|
|
|
font-weight: bold;
|
2008-11-18 17:51:40 +00:00
|
|
|
}
|
2008-11-25 01:22:47 +00:00
|
|
|
|
2010-03-05 13:32:56 +00:00
|
|
|
.warningLine {
|
2010-03-05 13:29:34 +00:00
|
|
|
color: darkorange;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-11-25 01:22:47 +00:00
|
|
|
.prio3 {
|
|
|
|
font-style: italic;
|
|
|
|
}
|