Jump to content

User:Ganeshk/monobook.backup

From Wikipedia, the free encyclopedia

/* Issuebox template style, v0.2 */ table.issuebox {

 clear: both; 
 width: 80%; 
 margin: 0 0 0 10%;                  /* More compatible than "auto". */
 border-collapse: collapse; 
 background: #f8fcff; 
 border: 1px solid #aaa; 
 border-left: 10px solid #39f;       /* Default "notice" blue */

}

table.issuebox td.issuebox-image { /* The image cell */

 width: 52px; 
 padding-left: 0.5em;
 text-align: center; 

}

table.issuebox td.issuebox-text { /* The message body cell */

 padding: 0.25em 0.5em;

}

table.issuebox-notice {

 border-left: 10px solid #39f;       /* Blue */

/* border-right: 10px solid #39f; */ /* If you want two blue bars */ }

table.issuebox-serious {

 border-left: 10px solid #c00;    /* Red */

}

table.issuebox-content {

 border-left: 10px solid #f63;    /* Orange */

}

table.issuebox-style {

 border-left: 10px solid #fc3;    /* Yellow */

}

table.issuebox-merge {

 border-left: 10px solid #e4e;    /* Violet */

}