Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426063
default.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
default.less
View Options
@
import
'mediawiki.skin.variables.less'
;
.
mw-notification-area-overlay
{
position
:
absolute
;
top
:
0
;
right
:
0
;
height
:
100
%
;
width
:
100
%
;
/* Avoid horizontal scrollbar on fade in and on fade out */
overflow
:
hidden
;
pointer-events
:
none
;
}
.
mw-notification-area
{
top
:
0
;
right
:
0
;
/* Padding on all sides so drop shadows aren't cut by overflow: hidden */
padding
:
1
em
;
width
:
20
em
;
line-height
:
1.35
;
z-index
:
10000
;
}
.
mw-notification
{
padding
:
0.75
em
1.5
em
;
margin-bottom
:
0.5
em
;
border
:
@
border-width
-
base
@
border-style
-
base
@
border-color
-
notice
;
background-color
:
@
background-color
-
base
;
color
:
@
color
-
emphasized
;
/* Click handler in mediawiki.notification.js */
cursor
:
pointer
;
opacity
:
0
;
transform
:
translateX
(
35
px
);
transition
:
opacity
0.35
s
ease-in-out
,
transform
0.35
s
ease-in-out
;
pointer-events
:
auto
;
word-break
:
break-word
;
}
.
mw-notification-visible
{
opacity
:
1
;
transform
:
translateX
(
0
);
}
.
mw-notification-replaced
{
opacity
:
0
;
transform
:
translateY
(
-35px
);
pointer-events
:
none
;
}
.
mw-notification-title
{
font-weight
:
bold
;
}
.
mw-notification
.
mw-notification-type-warn
{
background-color
:
@
background-color
-
warning-subtle
;
border-color
:
@
border-color
-
warning
;
}
.
mw-notification
.
mw-notification-type-error
{
background-color
:
@
background-color
-
error-subtle
;
border-color
:
@
border-color
-
error
;
}
.
mw-notification
.
mw-notification-type-success
{
background-color
:
@
background-color
-
success-subtle
;
border-color
:
@
border-color
-
success
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 12:29 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/2f/8ef1bb46522dd298e5eaa8927115
Default Alt Text
default.less (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment