Form talk:Extensions
From Organic Design wiki
CSS
/********* Extension Infobox Styling ***********/
.ext-infobox {
border: 2px solid #aaaaaa;
width: 272px;
float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
background-color: white;
}
.ext-infobox td {
border: 2px none #aaaaaa;
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
.ext-header {
background-color: #aaaaaa;
color: white;
text-align: left;
}
.ext-header td {
padding-top: 0.5em;
}
.ext-header img {
padding: 0 0.2em 0 0.5em;
}
.ext-status-Obsolete, .ext-status-Obsolete td {
border-color: #990000;
}
.ext-status-Obsolete .ext-header {
background-color: #990000;
}
.ext-status-Possible, .ext-status-Possible td {
border-color: #CC6600;
}
.ext-status-Possible .ext-header {
background-color: #CC6600;
}
.ext-status-Recommended, .ext-status-Recommended td {
border-color: #000099;
}
.ext-status-Recommended .ext-header {
background-color: #000099;
}
.ext-status-Installed, .ext-status-Installed td {
border-color: #009900;
}
.ext-status-Installed .ext-header {
background-color: #009900;
}



