Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4107439
default.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
996 B
Referenced Files
None
Subscribers
None
default.less
View Options
/*!
* Stylesheet for mediawiki.hlist module
* @author [[User:Edokter]]
*/
/* stylelint-disable selector-class-pattern */
/* Generate interpuncts */
.
hlist
{
dt
:
:
after
{
content
:
'@{msg-colon-separator}'
;
}
dd
,
li
{
&::after
{
/* @todo FIXME: Hard coded " .". Is there a message for this? Should there be? */
content
:
' ·'
;
font-weight
:
bold
;
}
}
dd
,
dt
,
li
{
&:
last-child
:
:
after
{
content
:
none
;
}
//
Add
parentheses
around
nested
lists
dd
,
dt
,
li
{
&:
first-child
:
:
before
{
content
:
'@{msg-parentheses-start}'
;
font-weight
:
normal
;
}
&
:
last-child
::
after
{
content
:
'@{msg-parentheses-end}'
;
font-weight
:
normal
;
}
}
ol
>
li
:
first-child
::
before
{
content
:
'@{msg-parentheses-start}'
counter
(
list-item
)
' '
;
}
}
//
Put
ordinals
in
front
of
ordered
list
items
ol
{
counter-reset
:
list-item
;
&
>
li
{
counter-increment
:
list-item
;
&::before
{
content
:
counter
(
list-item
)
' '
;
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 20:03 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3a/6e/9cd48a7af1875e77fe2754dc029d
Default Alt Text
default.less (996 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment