| This page is currently inactive and is retained forhistorical reference. Either the page is no longer relevant or consensus on its purpose has become unclear. To revive discussion, seek broader input via a forum such as thevillage pump. |
This page details some pre-made options that you can apply right now to your Wikipedia account, which will change the way the standardized{{ambox}} article "tags" are displayed to you. To use one of the schemes below, simply copy and paste the displayed code intoyour monobook.css page. Afterwards, you may need torefresh your browser's cache for the changes to take effect.
These are how the various{{ambox}} templates will currently be displayed from your account. If you've never editedyour monobook.css page before, these boxes reflect settings inMediaWiki:Common.css. (Search for "ambox" on that page.)
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Add this code toyour own monobook.css:
/* "Muted" v0.1 color bars for the article message box templates */table.ambox-delete{border-left:10pxsolid#B22222;}table.ambox-content{border-left:10pxsolid#FFCC66;}table.ambox-style{border-left:10pxsolid#F3EF84;}table.ambox-move{border-left:10pxsolid#BB99FF;}table.ambox-notice{border-left:10pxsolid#BBE3F4;}
FromBenB4:
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Add this code toyour own monobook.css:
/* "Light" v0.1 color bars for the article message box templates */table.ambox-delete{border-left:10pxsolid#ff8888;}table.ambox-content{border-left:10pxsolid#FFCC66;}table.ambox-style{border-left:10pxsolid#f7f777;}table.ambox-move{border-left:10pxsolid#ddbbFF;}table.ambox-notice{border-left:10pxsolid#aaeeFF;}
From themainpage colors:
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Add this code toyour own monobook.css:
/* "Pastel" v0.1 color bars for the article message box templates */table.ambox-delete{border-left:10pxsolid#F2CECE;}table.ambox-content{border-left:10pxsolid#F2E0CE;}table.ambox-style{border-left:10pxsolid#F2F2CE;}table.ambox-move{border-left:10pxsolid#DDCEF2;}table.ambox-notice{border-left:10pxsolid#CEDFF2;}
FromAnomie:
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Sample text More sample text |
Add this code toyour own monobook.css:
/* "All-Color" v0.1 for the article message box templates */table.ambox{background:#f8fcff;border:1pxsolid#aaa;}table.ambox-delete{background:#efd2d2;}table.ambox-content{background:#fce6cc;}table.ambox-style{background:#fcf3d5;}table.ambox-move{background:#ead6f4;}table.ambox-notice{background:#d2e8ff;}
Sample text More sample text |
Add this code toyour own monobook.css:
/* "Eliminate icons" v0.1 for the article message box templates */.mbox-image{display:none;}.mbox-imageright{display:none;}
FromCBDunkerson:
Add this code toyour own monobook.css:
/* Remove messages boxes relating to article style */table.ambox-style{display:none;}/* Remove messages boxes relating to article content */table.ambox-content{display:none;}/* Remove ALL message boxes */table.ambox{display:none;}