Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4093531
jquery.wikiEditor.toolbar.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
jquery.wikiEditor.toolbar.less
View Options
@
import
'mediawiki.mixins.less'
;
@
import
'mediawiki.skin.variables.less'
;
/**
* CSS for WikiEditor Toolbar jQuery plugin
*/
.
wikiEditor-ui-toolbar
{
position
:
relative
;
display
:
block
;
z-index
:
7
;
.empty
{
display
:
none
;
}
/* Expandable Sections */
.
sections
{
float
:
left
;
width
:
100
%
;
clear
:
both
;
.section
{
float
:
left
;
width
:
100
%
;
border-top
:
@
border
-
subtle
;
}
.
section-hidden
{
display
:
none
;
}
}
/* Top Level Containers */
/* Tabs */
.
tabs
{
float
:
left
;
height
:
100
%
;
list-style
:
none
;
margin
:
0
3
px
;
min-height
:
32
px
;
position
:
relative
;
span.tab
{
position
:
relative
;
float
:
left
;
/* stylelint-disable-next-line declaration-property-unit-disallowed-list */
line-height
:
32
px
;
a
{
color
:
@
color
-
progressive
;
cursor
:
pointer
;
display
:
block
;
height
:
32
px
;
padding-left
:
18
px
;
padding-right
:
12
px
;
&::before
{
content
:
''
;
/* @embed */
background
:
url
(
images/toolbar/arrow-down.svg
)
center
no-repeat
;
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
16
px
;
height
:
32
px
;
transition
:
transform
100
ms
;
body.ltr
&
{
transform
:
rotate
(
-90deg
);
}
body
.
rtl
&
{
transform
:
rotate
(
90
deg
);
}
}
}
a
:
visited
{
color
:
@
color
-
progressive
;
}
a
.
current
,
a
.
current
:
visited
{
color
:
@
color
-
base
;
&:hover
{
text-decoration
:
none
;
}
&
::
before
{
body.ltr
&,
body.rtl
&
{
transform
:
rotate
(
0
);
}
}
}
}
}
/* Top Level Containers */
.
tabs
,
.
section-main
,
.
section-secondary
{
position
:
relative
;
float
:
left
;
min-height
:
32
px
;
height
:
100
%
;
}
.
section-secondary
{
float
:
right
;
.group
{
padding-right
:
0
;
margin-left
:
6
px
;
border-left
:
@
border
-
subtle
;
}
}
/* Groups */
.
group
{
float
:
left
;
display
:
flex
;
min-height
:
26
px
;
padding-right
:
6
px
;
border-right
:
@
border
-
subtle
;
margin
:
3
px
;
/* Toolbar */
.label
{
float
:
left
;
border
:
0
;
height
:
22
px
;
/* stylelint-disable-next-line declaration-property-unit-disallowed-list */
line-height
:
22
px
;
margin
:
2
px
8
px
2
px
5
px
;
color
:
@
color
-
subtle
;
cursor
:
default
;
}
img
.
tool
{
float
:
left
;
border
:
0
;
height
:
22
px
;
width
:
22
px
;
padding
:
2
px
;
cursor
:
pointer
;
}
.
tool-select
{
float
:
left
;
margin
:
2
px
0
2
px
2
px
;
height
:
22
px
;
cursor
:
pointer
;
border
:
@
border
-
subtle
;
padding
:
0
;
background-color
:
@
background-color
-
base
;
.label
{
position
:
relative
;
padding
:
0
26
px
0
4
px
;
margin
:
0
;
cursor
:
pointer
;
text-decoration
:
none
;
color
:
@
color
-
base
;
&::after
{
content
:
''
;
/* @embed */
background
:
url
(
images/toolbar/arrow-down.svg
)
center
no-repeat
;
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
4
px
;
width
:
16
px
;
height
:
22
px
;
}
}
&
.
options-shown
.
label
::
after
{
transform
:
rotate
(
180
deg
);
}
.
options
{
position
:
absolute
;
display
:
none
;
margin-left
:
-1
px
;
margin-top
:
22
px
;
border
:
@
border
-
subtle
;
background-color
:
@
background-color
-
base
;
z-index
:
1
;
.option
{
display
:
block
;
padding
:
0.5
em
;
text-decoration
:
none
;
color
:
@
color
-
base
;
white-space
:
nowrap
;
&:hover
{
background-color
:
#eaf3ff
;
}
&[
rel
=
'heading-2'
]
{
font-size
:
150
%
;
font-weight
:
normal
;
}
&[
rel
=
'heading-3'
]
{
font-size
:
132
%
;
font-weight
:
normal
;
}
&[
rel
=
'heading-4'
]
{
font-size
:
116
%
;
font-weight
:
normal
;
}
&[
rel
=
'heading-5'
]
{
font-size
:
100
%
;
font-weight
:
bold
;
}
}
}
&
:
hover
.
options
,
&
.
options-shown
.
options
{
display
:
block
;
}
}
}
.
group-search
{
float
:
right
;
border-right
:
0
;
border-left
:
@
border
-
subtle
;
}
/* Booklet */
.
booklet
{
>
.index
{
float
:
left
;
width
:
20
%
;
height
:
125
px
;
overflow
:
hidden
auto
;
resize
:
horizontal
;
min-width
:
6
em
;
max-width
:
50
%
;
>
div
{
padding
:
4
px
4
px
4
px
6
px
;
cursor
:
pointer
;
}
.
wikiEditor-character-highlighted
{
background-color
:
rgba
(
41
,
98
,
204
,
0.1
);
color
:
@
color
-
base
;
}
}
.
pages
{
height
:
125
px
;
overflow
:
auto
;
}
}
/* Help Pages */
.
page-table
{
padding-left
:
5
px
;
padding-right
:
5
px
;
table
{
background
:
none
;
border-collapse
:
collapse
;
width
:
100
%
;
}
th
{
color
:
@
color
-
subtle
;
}
td
{
color
:
@
color
-
base
;
border-top
:
@
border
-
subtle
;
}
th
,
td
{
margin
:
0
;
padding
:
5
px
;
text-align
:
left
;
}
}
.
section-help
{
.page-table
{
.cell
{
vertical-align
:
top
;
}
.
cell-syntax
{
font-family
:
monospace
,
'Courier'
;
}
.
cell-syntax
,
.
cell-result
{
width
:
40
%
;
}
.
cell-description
{
width
:
20
%
;
}
/* T33649 */
.
table-link
{
.cell-syntax,
span.pre-wrap
{
white-space
:
pre
;
}
}
}
.
cell-result
{
h2,
h3,
h4,
h5
{
margin-bottom
:
0
;
margin-top
:
0
;
padding-top
:
0
;
}
}
}
/* Characters Pages */
.
page-characters
{
padding-bottom
:
5
px
;
div
{
span
{
border
:
@
border
-
subtle
;
padding
:
5
px
8
px
;
margin-left
:
5
px
;
margin-top
:
5
px
;
height
:
1
em
;
display
:
inline-block
;
color
:
@
color
-
base
;
text-decoration
:
none
;
cursor
:
pointer
;
font-family
:
monospace
,
'Courier'
;
font-size
:
1.25
em
;
line-height
:
1
;
&:hover
{
background-color
:
@
background-color
-
base
;
text-decoration
:
none
;
border-color
:
@
border-color
-
interactive
;
}
}
.
wikiEditor-character-highlighted
{
background-color
:
#7db1c5
;
color
:
@
color
-
base
;
}
}
div
[
dir
=
'rtl'
]
span
{
/* @noflip */
direction
:
rtl
;
}
}
}
.
tool-button
{
background-position
:
50
%
50
%
;
background-repeat
:
no-repeat
;
vertical-align
:
middle
;
width
:
24
px
;
height
:
24
px
;
text-indent
:
-9999
px
;
cursor
:
pointer
;
overflow
:
hidden
;
}
/* OOUI buttons */
.
tool
.
oo-ui-buttonElement-frameless
.
oo-ui-iconElement
{
margin
:
0
;
}
.
ui-widget
{
table
{
td.wikieditor-toolbar-table-preview-wrapper
{
background
:
@
background-color
-
neutral
;
padding
:
10
px
;
span
{
padding
:
4
px
6
px
0
;
display
:
block
;
}
}
.
wikieditor-toolbar-table-preview-frame
{
width
:
340
px
;
background
:
@
background-color
-
base
;
padding
:
10
px
;
overflow
:
hidden
;
display
:
block
;
position
:
relative
;
}
.
wikieditor-toolbar-table-preview-content
{
width
:
375
px
;
display
:
block
;
}
.
wikieditor-toolbar-table-preview
{
width
:
340
px
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 18 2026, 12:52 (4 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d0/14/20fd92c8811dfba66dc26bfc747b
Default Alt Text
jquery.wikiEditor.toolbar.less (6 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment