Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32088699
keyservers.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
keyservers.css
View Options
div
.
body_grid
{
max-width
:
1920
px
;
margin-left
:
auto
;
margin-right
:
auto
;
display
:
grid
;
column-gap
:
6
em
;
padding
:
20
px
60
px
40
px
;
transition-property
:
max-width
;
transition
:
300
ms
;
}
div
.
body_grid
h1
{
font-size
:
clamp
(
1.5
rem
,
1.0817
rem
+
2.0915
vw
,
3.5
rem
);
}
.
mono
{
font-family
:
'iA Writer Duo S'
,
monospace
;
padding-bottom
:
24
px
;
}
.
mono
+
p
{
padding-bottom
:
24
px
;
}
span
.
purple_accent
{
color
:
#7e57c2
;
}
/* ===== CSS BODY GRID LAYOUT ===== */
div
.
body_grid
{
grid-template-columns
:
1
fr
1
fr
;
grid-template-areas
:
'hero_copy hero_image'
'server_image server_copy'
'keyserver_company keyserver_company'
'keyserver_copy read_the_docs'
;
}
div
.
hero_copy
{
grid-area
:
hero_copy
;
align-self
:
center
;
}
div
.
hero_image
{
grid-area
:
hero_image
;
object-fit
:
scale-down
;
align-self
:
center
;
}
div
.
server_image
{
grid-area
:
server_image
;
object-fit
:
scale-down
;
align-self
:
center
;
}
div
.
server_copy
{
grid-area
:
server_copy
;
align-self
:
center
;
}
div
.
keyserver_company
{
grid-area
:
keyserver_company
;
text-align
:
center
;
padding-top
:
80
px
;
}
.
keyserver_company
>
h1
{
padding-bottom
:
24
px
;
}
div
.
read_the_docs
{
grid-area
:
read_the_docs
;
align-self
:
center
;
padding-bottom
:
40
px
;
}
/* ===== LAYOUT HACKS ===== */
div
.
body_grid
>
div
+
.
starting_section
{
padding-top
:
80
px
;
}
.
section
{
padding-top
:
80
px
;
}
/* ===== MEDIUM BREAKPOINT ===== */
@
media
(
max-width
:
1499px
)
{
div
.
body_grid
{
padding-left
:
60
px
;
padding-right
:
60
px
;
}
}
/* ===== SMALLEST BREAKPOINT ===== */
@
media
(
max-width
:
1099px
)
{
/* ===== COMMON CSS GRID LAYOUT ===== */
div
.
body_grid
,
div
.
app_landing_grid
{
grid-template-columns
:
minmax
(
auto
,
540
px
);
justify-content
:
center
;
padding
:
0
3
%
2
vh
;
}
/* ===== CSS BODY GRID LAYOUT ===== */
div
.
body_grid
{
grid-template-areas
:
'hero_image'
'hero_copy'
'server_image'
'server_copy'
'keyserver_company'
'keyserver_copy'
'read_the_docs'
;
}
div
.
keyserver_company
{
text-align
:
left
;
padding-top
:
60
px
;
}
div
.
keyserver_copy
{
padding-bottom
:
0
;
}
div
.
read_the_docs
{
padding-top
:
20
px
;
padding-bottom
:
0
;
}
/* ===== LAYOUT HACKS ===== */
.
section
{
padding-top
:
20
px
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 7:53 AM (20 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5780136
Default Alt Text
keyservers.css (2 KB)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment