User:WOSlinker/common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* for banner templates, for example Grants header & Cultural partnerships */
#mp-topbanner {
width:100%;
-moz-border-radius:1em;
-webkit-border-radius:1em;
border-radius:1em;
background:#fcfcfc;
border:1px solid #ccc;
font-size:95%;
text-align: center;
}
#mp-topbanner td {
font-size:95%;
text-align: center;
}
/* for Header1, Header2 & Header3 templates. */
#mp-tfp-h2 {
margin:0;
background:#cef2e0;
color:#000;
-moz-border-radius:1em;
-webkit-border-radius:1em;
border-radius:1em;
font-size:120%;
font-weight:bold;
border:1px solid #afa3bf;
text-align:center;
padding:0.2em 0.4em;
}