html {}

/* LICENSE */
#licensenotice {
  background-color: #ffff00;
  color: #000;
  width: 100vw;
  display: block;
  margin-left: -50px;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px 0;
  margin-bottom: 5px;
  text-decoration: underline;
}

.message {
	background-color: #f5f6f7;
	padding: 1em;
	margin: 1em 0 1em 0;
	border: 1px solid #d2d3d7 ;
	font-size: 0.75em;
	line-height: 2;
}

.message p {
	margin:0;
	padding:0;
}

/* # dump methode to hide the "pageinfo" would be to use css like */
#pageinfo {
/* 	display: none; */
}


/* admonition start */

#content div.debian {
    border: 1pt solid #ff9ec2;
    background-color: #ffe4f1;
    color: black;
    
    margin: 10pt 30pt 10pt 30pt;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    min-height: 64px; /*64=48+8+8 but doesn't work with IE*/
    padding-left: 64px;
}

#content div.debian p {
    margin-top: 8px; /*to align text with bg graphic*/
}

#content div.debian { background-image: url("//wiki.debian.org/Portal/IDB?action=AttachFile&do=get&target=official-doc.png"); }

/* admonition end */

/* bugstatus start */

.closed-bug {
    text-decoration: line-through !important;
}

/* bugstatus end */

