Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
<head> | <head> | ||
| − | < | + | <style type="text/css"> |
.biglink{ | .biglink{ | ||
border-style:solid; border-width:thin; font-size:135%; border-color:#2D6CC0; background-color: #FFEFC9; | border-style:solid; border-width:thin; font-size:135%; border-color:#2D6CC0; background-color: #FFEFC9; | ||
box-shadow: 2px 2px 3px #888;} | box-shadow: 2px 2px 3px #888;} | ||
| − | </ | + | </style> |
</head> | </head> | ||
Revision as of 13:28, 11 April 2015
/* CSS placed here will be applied to all skins */
<head>
<style type="text/css">
.biglink{
border-style:solid; border-width:thin; font-size:135%; border-color:#2D6CC0; background-color: #FFEFC9;
box-shadow: 2px 2px 3px #888;}
</style>
</head>