Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: vwDoc { } vwDoc:pre { } vwDoc:desc { } vwDoc:def { } vwDoc:interface { } vwDoc:members { } vwDoc:params {...") |
m |
||
Line 57: | Line 57: | ||
{ | { | ||
+ | } | ||
+ | vwDoc:syntaxhighlight | ||
+ | { | ||
+ | border: 5px red; | ||
} | } |
Revision as of 07:47, 16 November 2020
/* CSS placed here will be applied to all skins */
vwDoc
{
}
vwDoc:pre
{
}
vwDoc:desc
{
}
vwDoc:def
{
}
vwDoc:interface
{
}
vwDoc:members
{
}
vwDoc:params
{
}
vwDoc:return
{
}
vwDoc:remark
{
}
vwDoc:sample
{
}
vwDoc:version
{
}
vwDoc:seeAlso
{
}
vwDoc:syntaxhighlight
{
border: 5px red;
}