Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F21841854
static.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
static.css
View Options
*
{
box-sizing
:
border-box
;
}
:
root
{
--brand-color
:
#d8a070
;
--background-color
:
#121a24
;
--foreground-color
:
#182230
;
--primary-text-color
:
#b9b9ba
;
--muted-text-color
:
#89898a
;
}
body
{
background-color
:
var
(
--background-color
);
font-family
:
sans-serif
;
color
:
var
(
--primary-text-color
);
padding
:
0
;
margin
:
0
;
}
.
instance-header
{
height
:
60
px
;
padding
:
10
px
;
background
:
var
(
--foreground-color
);
box-shadow
:
0
1
px
4
px
0
px
rgba
(
0
,
0
,
0
,
0.5
);
}
.
instance-header__content
{
display
:
flex
;
align-items
:
center
;
max-width
:
400
px
;
margin
:
0
auto
;
}
.
instance-header__thumbnail
{
max-width
:
40
px
;
border-radius
:
4
px
;
margin-right
:
12
px
;
}
.
instance-header__title
{
font-size
:
16
px
;
font-weight
:
bold
;
color
:
var
(
--primary-text-color
);
}
.
container
{
max-width
:
400
px
;
background-color
:
var
(
--foreground-color
);
border-radius
:
4
px
;
overflow
:
hidden
;
margin
:
35
px
auto
;
box-shadow
:
0
1
px
4
px
0
px
rgba
(
0
,
0
,
0
,
0.5
);
}
.
container__content
{
padding
:
0
20
px
;
}
h1
{
margin
:
0
;
font-size
:
24
px
;
text-align
:
center
;
}
h2
{
color
:
var
(
--primary-text-color
);
font-weight
:
normal
;
font-size
:
18
px
;
margin-bottom
:
20
px
;
}
a
{
color
:
var
(
--brand-color
);
text-decoration
:
none
;
}
form
{
width
:
100
%
;
}
.
input
{
color
:
var
(
--muted-text-color
);
display
:
flex
;
flex-direction
:
column
;
}
input
{
box-sizing
:
content-box
;
padding
:
10
px
;
margin-top
:
5
px
;
margin-bottom
:
10
px
;
background-color
:
var
(
--background-color
);
color
:
var
(
--primary-text-color
);
border
:
0
;
transition-property
:
border-bottom
;
transition-duration
:
0.35
s
;
border-bottom
:
2
px
solid
#2a384a
;
font-size
:
14
px
;
}
.
scopes-input
{
display
:
flex
;
flex-direction
:
column
;
margin
:
1
em
0
;
color
:
var
(
--muted-text-color
);
}
.
scopes-input
label
:
first-child
{
height
:
2
em
;
}
.
scopes
{
display
:
flex
;
flex-wrap
:
wrap
;
color
:
var
(
--primary-text-color
);
}
.
scope
{
display
:
flex
;
flex-basis
:
100
%
;
height
:
2
em
;
align-items
:
center
;
}
.
scope
:
before
{
color
:
var
(
--primary-text-color
);
content
:
"✔\fe0e"
;
margin-left
:
1
em
;
margin-right
:
1
em
;
}
[
type
=
"checkbox"
]
+
label
{
display
:
none
;
cursor
:
pointer
;
margin
:
0.5
em
;
}
[
type
=
"checkbox"
]
{
display
:
none
;
}
[
type
=
"checkbox"
]
+
label
:
before
{
cursor
:
pointer
;
display
:
inline-block
;
color
:
white
;
background-color
:
var
(
--background-color
);
border
:
4
px
solid
var
(
--background-color
);
box-shadow
:
0
px
0
px
1
px
0
var
(
--brand-color
);
width
:
1.2
em
;
height
:
1.2
em
;
margin-right
:
1.0
em
;
content
:
""
;
transition-property
:
background-color
;
transition-duration
:
0.35
s
;
color
:
var
(
--background-color
);
margin-bottom
:
-0.2
em
;
border-radius
:
2
px
;
}
[
type
=
"checkbox"
]
:
checked
+
label
:
before
{
background-color
:
var
(
--brand-color
);
}
input
:
focus
{
outline
:
none
;
border-bottom
:
2
px
solid
var
(
--brand-color
);
}
.
actions
{
display
:
flex
;
justify-content
:
flex-end
;
}
.
actions
button
,
.
actions
a
.
button
{
width
:
auto
;
margin-left
:
10
px
;
}
a
.
button
,
button
{
width
:
100
%
;
background-color
:
#1c2a3a
;
color
:
var
(
--primary-text-color
);
border-radius
:
4
px
;
border
:
none
;
padding
:
10
px
16
px
;
margin-top
:
20
px
;
margin-bottom
:
20
px
;
text-transform
:
uppercase
;
font-size
:
16
px
;
box-shadow
:
0
px
0
px
2
px
0
px
black
,
0
px
1
px
0
px
0
px
rgba
(
255
,
255
,
255
,
0.2
)
inset
,
0
px
-1
px
0
px
0
px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
}
a
.
button
:
hover
,
button
:
hover
{
cursor
:
pointer
;
box-shadow
:
0
px
0
px
0
px
1
px
var
(
--brand-color
),
0
px
1
px
0
px
0
px
rgba
(
255
,
255
,
255
,
0.2
)
inset
,
0
px
-1
px
0
px
0
px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
}
.
alert-danger
{
width
:
100
%
;
background-color
:
#931014
;
border
:
1
px
solid
#a06060
;
border-radius
:
4
px
;
padding
:
10
px
;
margin-top
:
20
px
;
font-weight
:
500
;
font-size
:
16
px
;
}
.
alert-info
{
width
:
100
%
;
border-radius
:
4
px
;
border
:
1
px
solid
#7d796a
;
padding
:
10
px
;
margin-top
:
20
px
;
font-weight
:
500
;
font-size
:
16
px
;
}
.
account-header__banner
{
width
:
100
%
;
height
:
112
px
;
background-size
:
cover
;
background-position
:
center
;
}
.
account-header__avatar
{
width
:
94
px
;
height
:
94
px
;
background-size
:
cover
;
background-position
:
center
;
margin
:
-47
px
10
px
0
;
border
:
6
px
solid
var
(
--foreground-color
);
border-radius
:
999
px
;
}
.
account-header__meta
{
padding
:
6
px
20
px
17
px
;
}
.
account-header__display-name
{
font-size
:
20
px
;
font-weight
:
bold
;
}
.
account-header__nickname
{
font-size
:
14
px
;
color
:
var
(
--muted-text-color
);
}
@
media
all
and
(
max-width
:
420px
)
{
.
container
{
margin
:
0
auto
;
border-radius
:
0
;
}
.
scope
{
flex-basis
:
0
%
;
}
.
scope
:
before
{
content
:
""
;
margin-left
:
0
em
;
margin-right
:
1
em
;
}
.
scope
:
first-child
:
before
{
margin-left
:
1
em
;
content
:
"✔\fe0e"
;
}
.
scope
:
after
{
content
:
","
;
}
.
scope
:
last-child
:
after
{
content
:
""
;
}
}
.
form-row
{
display
:
flex
;
}
.
form-row
>
label
{
line-height
:
47
px
;
flex
:
1
;
}
.
form-row
>
input
{
flex
:
2
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 27, 11:51 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
844111
Default Alt Text
static.css (4 KB)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment