Template:Notice/styles.css
Appearance
.articlestatusbox {
background-color:#fbfbfb;
padding: 3px;
border: 1px solid #9b9b9b;
margin-bottom: 2px;
max-width: 100%;
height: auto;
display: block;
}
#imagearticlestatus img {
width: 50px;
height: auto
}
.articlestatusbox_unfinished {
background-color:#fbfbfb;
padding:3px;
border:1px solid #9b9b9b;
border-left:8px solid green;
width: auto;
margin-bottom:2px;
display: block;
}
#imagearticlestatus_unfinished img {
width:60px;
height:50px
}
#textarticlestatus {
padding-left:2px;
font-family:Verdana;
font-size:10px
}
.hiddenStructure_notice {
display: none;
}