Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4110645
mediawiki.editfont.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
mediawiki.editfont.less
View Options
/* Edit font preference */
.
mw-editfont-monospace
{
font-family
:
monospace
,
monospace
;
}
.
mw-editfont-sans-serif
{
font-family
:
sans-serif
;
}
.
mw-editfont-serif
{
font-family
:
serif
;
}
/* Standardize font size for edit areas using edit-fonts T182320 */
.
mw-editfont-monospace
,
.
mw-editfont-sans-serif
,
.
mw-editfont-serif
{
/* TODO: Re-evaluate whether we should keep this over-ride or switch to ems */
/* stylelint-disable-next-line declaration-property-unit-disallowed-list */
font-size
:
13
px
;
/* Standardize tab width when in edit areas */
-moz-
tab-size
:
4
;
tab-size
:
4
;
/* For OOUI TextInputWidget, the parent <div> element uses normal font size, and only
* the <textarea>/<input> inside of it has the adjusted font size. This allows the width
* of the widget and size of icons etc. (which are expressed in ems) to stay the same.
*/
&.oo-ui-textInputWidget
{
font-size
:
inherit
;
>
.oo-ui-inputWidget-input
{
/* TODO: Re-evaluate whether we should keep this over-ride or switch to ems */
/* stylelint-disable-next-line declaration-property-unit-disallowed-list */
font-size
:
13
px
;
}
//
Single-line
only
,
preserve
original
height
to
avoid
//
reflow
when
toggling
(
T246136
)
and
to
align
with
buttons
//
in
ActionFieldLayout
>
input
.
oo-ui-inputWidget-input
{
min-height
:
32
px
;
//
18px
original
line-height
+
12px
padding
+
2px
border
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 21:56 (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d3/e0/3501c50dd596dfc2ba91008e59b0
Default Alt Text
mediawiki.editfont.less (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment