Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
faui2k17
generator
Commits
8cbc74ab
Unverified
Commit
8cbc74ab
authored
Aug 14, 2019
by
Philip Kaludercic
🌝
Browse files
added static/ directory
parent
6b902335
Changes
1
Show whitespace changes
Inline
Side-by-side
static/style.css
0 → 100644
View file @
8cbc74ab
html
{
font-family
:
"Open Sans"
,
"Noto Sans"
,
Arial
,
sans-serif
;
color
:
black
;
background
:
whitesmoke
;
font-size
:
120%
;
line-height
:
1.4em
;
}
body
{
margin
:
auto
;
padding
:
0
0.75em
;
max-width
:
50em
;
min-height
:
calc
(
100vh
-
1.5em
)
}
a
{
text-decoration
:
none
;
color
:
#3f9af4
;
}
a
:hover
{
text-decoration
:
underline
;
}
code
,
code
{
font-family
:
"Noto Sans Mono"
,
Consolas
,
Monaco
,
monospace
,
monospace
;
}
body
>
header
{
color
:
white
;
background
:
darkslateblue
;
border-radius
:
8px
;
}
body
>
header
>
nav
{
margin
:
16px
0
;
padding
:
8px
0
;
}
body
>
header
>
nav
>
a
{
padding
:
8px
;
color
:
inherit
;
font-weight
:
bold
;
text-decoration
:
none
;
}
body
>
header
>
nav
>
a
:first-of-type
{
border-top-left-radius
:
8px
;
border-bottom-left-radius
:
8px
;
}
body
>
header
>
nav
>
a
:hover
{
background
:
rgba
(
0
,
0
,
0
,
0.25
);
text-decoration
:
none
;
}
article
{
background
:
white
;
margin
:
16px
0
;
padding
:
16px
32px
;
border-radius
:
8px
;
}
article
>
p
:first-of-type
{
margin-top
:
0
;
}
article
>
p
:last-of-type
{
margin-bottom
:
0
;
}
article
>
nav
{
font-size
:
small
;
color
:
dimgray
;
display
:
table
;
line-height
:
1.3
;
padding
:
8px
0
;
border-top
:
1px
solid
slateblue
;
margin
:
8px
0
0
auto
;
}
article
>
nav
>
*
{
display
:
block
;
}
hr
{
border
:
0px
solid
darkslateblue
;
border-bottom-width
:
1px
;
}
footer
{
font-size
:
small
;
color
:
dimgray
;
text-align
:
center
;
}
@media
(
max-width
:
50em
)
{
body
{
padding
:
0
;
max-width
:
unset
;
}
body
>
article
{
margin
:
16px
;
}
body
>
header
{
border-radius
:
0
;
}
body
>
header
>
nav
{
margin
:
0
;
display
:
flex
;
overflow
:
auto
;
}
body
>
header
>
nav
>
a
{
white-space
:
nowrap
;
}
body
>
header
>
nav
>
a
:hover
{
background
:
unset
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment