![]() | This help page does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||
|
|
|
These redirect to Phabricator, and not, as far a I can see, in a useful way.
All the best: Rich Farmbrough, 17:09, 17 March 2016 (UTC).
common/shared.cssseem to have been obsolete since around 2014 – shared.css has been deleted for bugzilla:69277, aka phab:T71277, see commit b1dea1d (Move mediawiki.legacy.* modules from skins/common/ to resources/, 2014-08-28).
Hi,
On da:wiki we have a number of pages, mostly portal pages, which are formatted using HTML and CSS. These pages often have a lot of HTML elements like
<element style="....">...</element>
where all (or almost all) the same elements (e.g. all the <td>) have the same style, making it somewhat tedious to make changes to the styles - as you then have to change a (large) number of identical style-attributes.
Now in plain HTML you can fix this by having a <style> section in the <head> or by including a CSS file - But not of these seems to be an option in wiki.
Is there some way to define a block of CSS tags or classes in a single wikipedia page - to avoid having to repeat the same style attribute over and over ?
--Honymand (talk) 18:50, 20 November 2016 (UTC)
.hlist
class that was added a few years ago. --Redrose64 (talk) 23:50, 20 November 2016 (UTC)