User:WOSlinker/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
border:1px solid #afa3bf; | border:1px solid #afa3bf; | ||
text-align:center; | text-align:center; | ||
padding:0.2em 0.4em | padding:0.2em 0.4em; | ||
} | } |
Revision as of 14:39, 14 December 2011
/* 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 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;
}