Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432289
config.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
config.css
View Options
/* stylelint-disable selector-class-pattern */
*,
::
before
,
::
after
{
box-sizing
:
border-box
;
}
html
{
line-height
:
1.4
;
font-size
:
1
em
;
-webkit-
text-size-adjust
:
100
%
;
}
html
.
dark
{
color-scheme
:
dark
;
}
body
{
margin
:
0
;
width
:
100
%
;
min-width
:
320
px
;
min-height
:
100
vh
;
line-height
:
1.6
;
font-family
:
sans-serif
;
font-size
:
1
em
;
font-weight
:
normal
;
color
:
rgba
(
60
,
60
,
67
);
background-color
:
#f8f9fa
;
direction
:
ltr
;
font-synthesis
:
style
;
text-rendering
:
optimizelegibility
;
-webkit-
font-smoothing
:
antialiased
;
-moz-
osx-font-smoothing
:
grayscale
;
}
main
{
display
:
block
;
}
.
mw-body
{
margin
:
32
px
32
px
0
;
padding-bottom
:
30
px
;
}
@
media
(
min-width
:
960px
)
{
.
mw-body
{
margin
:
32
px
32
px
0
;
padding-top
:
64
px
;
padding-left
:
272
px
;
}
}
@
media
(
min-width
:
1440px
)
{
.
mw-body
{
padding-right
:
calc
(
(
100
vw
-
1440
px
)
/
2
);
padding-left
:
calc
(
(
100
vw
-
1440
px
)
/
2
+
272
px
);
}
}
#
mw-panel
{
position
:
fixed
;
top
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
50
;
padding
:
32
px
32
px
96
px
;
width
:
calc
(
100
vw
-
64
px
);
max-width
:
320
px
;
opacity
:
0
;
overflow
:
hidden
auto
;
transform
:
translate
(
-100
%
);
transition
:
opacity
0.5
s
,
transform
0.25
s
ease
;
overflow-wrap
:
break-word
;
border-right
:
1
px
solid
#c8ccd1
;
}
#
mw-panel
a
{
font-weight
:
500
;
color
:
#54595d
;
}
#
mw-panel
div
:
nth-child
(
n
+
2
)
{
border-top
:
1
px
solid
#a2a9b1
;
padding-top
:
10
px
;
}
#
mw-panel
a
:
hover
{
/* stylelint-disable-next-line declaration-no-important */
color
:
#447ff5
!important
;
}
#
mw-panel
a
:
active
{
/* stylelint-disable-next-line declaration-no-important */
color
:
#36c
!important
;
/* stylelint-disable-next-line declaration-no-important */
font-weight
:
bold
!important
;
}
#
mw-panel
li
{
list-style-type
:
none
;
}
.
dark
#
mw-panel
{
box-shadow
:
0
1
px
2
px
rgba
(
0
,
0
,
0
,
0.04
),
0
1
px
2
px
rgba
(
0
,
0
,
0
,
0.06
);
}
@
media
(
min-width
:
960px
)
{
#
mw-panel
{
z-index
:
1
;
padding-top
:
64
px
;
padding-bottom
:
128
px
;
width
:
272
px
;
max-width
:
100
%
;
opacity
:
1
;
visibility
:
visible
;
box-shadow
:
none
;
transform
:
translate
(
0
);
}
}
@
media
(
min-width
:
1440px
)
{
#
mw-panel
{
/* CSS math (max) not supported by all browsers */
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
padding-left
:
max
(
32
px
,
calc
(
(
100
%
-
(
1440
px
-
64
px
))
/
2
)
);
width
:
calc
(
(
100
%
-
(
1440
px
-
64
px
))
/
2
+
240
px
);
}
}
#
p-logo
{
margin-left
:
auto
;
margin-right
:
auto
;
display
:
block
;
width
:
160
px
;
}
#
p-logo
a
{
background-position
:
center
center
;
background-repeat
:
no-repeat
;
display
:
block
;
width
:
10
em
;
height
:
160
px
;
text-decoration
:
none
;
background-image
:
url
(
images/installer-logo.png
);
}
.
config-page-list
{
float
:
right
;
max-width
:
300
px
;
margin
:
10
px
;
}
.
config-block
{
padding-bottom
:
1
em
;
}
.
config-submit
{
margin
:
5
px
0
5
px
0
;
}
.
config-help-field-content
{
display
:
flex
;
}
.
config-help-field-content-hidden
{
display
:
none
;
}
.
config-page-current
{
font-weight
:
bold
;
}
#
config-live-log
{
display
:
flex
;
margin
:
10
px
;
}
#
config-live-log
textarea
{
width
:
100
%
;
}
.
cdx-card
{
margin-top
:
5
px
;
margin-bottom
:
5
px
;
}
.
dbWrapper
{
margin-bottom
:
30
px
;
}
/* Logo preview */
.
logo-preview-area
{
display
:
flex
;
padding
:
20
px
;
margin
:
20
px
20
px
0
;
}
/* Logo preview (main) */
.
logo-main
{
display
:
inline-flex
;
max-height
:
100
px
;
align-items
:
center
;
margin-left
:
20
px
;
}
.
logo-icon
{
width
:
50
px
;
height
:
50
px
;
margin-right
:
10
px
;
}
.
logo-tagline
,
.
logo-wordmark
{
display
:
block
;
max-width
:
130
px
;
max-height
:
50
px
;
}
.
logo-tagline
{
font-size
:
0.75
em
;
text-align
:
center
;
}
.
logo-dropper
{
display
:
none
;
}
.
sidebar
.
cdx-card__text
{
text-align
:
center
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 21:36 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ad/bf/fbdf5f5cddc0773022acf043b851
Default Alt Text
config.css (3 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment