User:Coolcreator1/common.css
Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.
- Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
- Konqueror and Chrome: click Reload or press F5;
- Opera: clear the cache in Tools → Preferences;
- Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
- This stylesheet lacks a documentation subpage. You may create it.
- Useful links: root page • root page’s subpages • links • redirects • your own
This CSS is applied for Coolcreator1 to every page.
/* Start: Standard Summary Design Code */
#stdSummaries {
border-radius: 4px;
padding: 1px 2px;
width: 284px;
}
.editpage-sourcewidemode-on.mode-source #stdSummaries {
left: -17px;
position: relative;
top: 25px;
width: 278px;
}
/*End: Standard Summary Design Code */
/* New article listing style bullet */
.WikiaArticle ul {
list-style:square outside url(http://vignette3.wikia.nocookie.net/science/images/7/7c/500px-Stylised_Lithium_Atom.png/revision/latest?cb=20150126231349);
margin:0 0 0.3em 2.5em;
}
/* Code to modify the <pre> markup's background color */
.TC{
border: 2px solid red;
background-color:Orange;
color: white;
}
/* Code for the TAXOBOX TEMPLATE */
table.taxobox-animalia th {background-color:#D3D3A4;}
table.taxobox-plantae th, table.taxobox-archaeplastida th {background-color:#90EE90;}
table.taxobox-fungi th {background-color:#ADD8E6;}
table.taxobox-chromalveolata th {background-color:#ADFF2F;}
table.taxobox-rhizaria th {background-color:#E6E6FA;}
table.taxobox-excavata th {background-color:#F0E68C;}
table.taxobox-amoebozoa th {background-color:#FFC8A0;}
table.taxobox-bacteria th {background-color:#D3D3D3;}
table.taxobox-archaea th {background-color:#F3E0E0;}
table.taxobox-virus th {background-color:#EE82EE;}
table.taxobox-incertae_sedis th {background-color:#FAF0E6;}
/*
<pre>*/
/* === Template:Ambox designs === */
/* Ambox design */
.ambox {
font-size: 95%;
width: 80%;
margin: 0 auto;
border: 1px #AAA solid;
border-left: 10px solid #228b22;
border-collapse: collapse;
background-color: #EEE;
}
/* Ambox colours */
.ambox-blue {
border-left: 10px solid #1e90ff; /* Blue (notice) */
}
.ambox-red {
border-left: 10px solid #b22222; /* Red (delete/serious) */
}
.ambox-orange {
border-left: 10px solid #f28500; /* Orange (content) */
}
.ambox-yellow {
border-left: 10px solid #f4c430; /* Yellow (style) */
}
.ambox-purple {
border-left: 10px solid #9932cc; /* Purple (merge) */
}
.ambox-gray {
border-left: 10px solid #bba; /* Gray (protection) */
}
.ambox-green {
border-left: 10px solid #228b22; /* Green */
}
/* Ambox small text */
.ambox-smalltext {
font-size: smaller;
margin-top:0.5em;
margin-left:0.8em;
}
/* Ambox image */
.ambox-image { /* The left image cell */
width: 60px;
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
@media print { .ambox { display: none; } } /* no ambox when printing */
/*</pre>
*/