Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969850
main.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
main.css
View Options
/*
Base
*/
body
{
font-family
:
"PT Serif"
,
Georgia
,
"Times New Roman"
,
serif
;
font-size
:
1.13
rem
;
color
:
#515151
;
/*#3A3A3A;/*rgba(0,0,0,.8);/*#666;*/
line-height
:
1.75
rem
;
}
@
media
(
max-width
:
30em
)
{
body
{
font-size
:
1
rem
;
line-height
:
1.5
rem
;
}
body
h1
{
font-size
:
1.5
rem
;
}
}
h1
{
font-size
:
2
rem
;
margin-bottom
:
3
rem
;
}
h1
a
{
text-decoration
:
none
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
"Aleo"
,
sans-serif
;
color
:
#333
;
}
a
{
text-decoration
:
underline
;
/*border-bottom: 1px solid black;*/
color
:
#333
;
/*#FF333E;*/
}
a
:
hover
{
color
:
black
;
/*#999;*/
border-bottom
:
none
;
}
img
{
max-width
:
100
%
;
height
:
auto
;
border-radius
:
5
px
;
}
/*
Blockquote
*/
/*blockquote {
padding: 0rem 1rem;
margin: .8rem 0;
color: #999;
border-left: 0.25rem solid #ccc;
}
blockquote p:last-child {
margin-bottom: 0;
}
@media (min-width: 30em) {
blockquote {
padding-right: 5rem;
padding-left: 1.25rem;
}
}*/
blockquote
{
border-left
:
0.25
rem
solid
#ccc
;
margin
:
1.5
em
10
px
;
color
:
#999
;
padding
:
0.5
em
10
px
;
quotes
:
"\201C""\201D""\2018""\2019"
;
}
blockquote
:
before
{
color
:
#ccc
;
content
:
open-quote
;
font-size
:
4
em
;
line-height
:
0.1
em
;
margin-right
:
0.25
em
;
vertical-align
:
-0.4
em
;
}
blockquote
p
{
display
:
inline
;
}
/*
Site container
*/
.
container
{
margin-left
:
auto
;
margin-right
:
auto
;
max-width
:
44
rem
;
padding
:
0
1.5
rem
;
}
/*@media (max-width: 1366px) {
.container {
width: 45vw;
}
}
@media (max-width: 48em) {
.container {
width: 75vw;
}
}*/
/*
Masthead
*/
.
masthead
{
padding-top
:
0.5
rem
;
padding-bottom
:
0.5
rem
;
margin-bottom
:
4
rem
;
font-family
:
"Quattrocento Sans"
,
sans-serif
;
}
.
masthead
a
:
hover
{
color
:
black
;
}
.
masthead-title
a
{
font-size
:
2
rem
;
text-decoration
:
none
;
color
:
#505050
;
}
.
masthead-subtitle
{
color
:
#999
;
}
/*
Post
*/
.
post-container
{
margin-bottom
:
4
rem
;
}
.
posts
{
margin-bottom
:
5
rem
;
padding
:
0
px
;
list-style
:
none
;
}
.
post-date
{
display
:
block
;
margin-bottom
:
1
rem
;
color
:
#9a9a9a
;
font-family
:
'Quattrocento Sans'
,
sans-serif
;
font-size
:
0.8
rem
;
}
@
media
(
max-width
:
30rem
)
{
.
posts
h1
{
font-size
:
1.5
rem
;
}
}
.
related
{
padding-bottom
:
2
rem
;
}
.
related-posts
{
padding-left
:
0
px
;
list-style
:
none
;
}
.
related-posts
a
{
text-decoration
:
none
;
}
/*
Pagination
*/
.
pagination
{
overflow
:
hidden
;
font-family
:
'Quattrocento Sans'
,
sans-serif
;
text-align
:
center
;
}
.
pagination
a
{
text-decoration
:
none
;
}
.
pagination-button
{
color
:
#999
;
border
:
1
px
solid
#e0e0e0
;
padding
:
15
px
45
px
;
display
:
inline-block
;
font-size
:
16
px
;
font-weight
:
bold
;
}
.
pagination-active
{
color
:
black
;
}
.
pagination-active
:
hover
{
background-color
:
#e0e0e0
;
}
/*
Footer
*/
.
footer
{
color
:
#999
;
text-align
:
center
;
margin
:
2
rem
;
}
.
footer
a
{
color
:
#999
;
padding
:
10
px
;
text-decoration
:
none
;
}
.
footer
a
:
hover
{
color
:
#333
;
}
/*
Menu
*/
.
menu
{
padding-top
:
0.5
rem
;
display
:
block
;
}
.
menu-content
{
float
:
left
;
}
.
menu-content
a
{
color
:
#999
;
font-size
:
1
rem
;
padding-right
:
10
px
;
}
.
social-icons
{
float
:
right
;
}
.
social-icons
a
{
color
:
#999
;
font-size
:
1
rem
;
}
@
media
(
max-width
:
30em
)
{
.
social-icons
{
float
:
left
;
padding-top
:
0.5
rem
;
}
}
/*
Code
*/
pre
,
code
{
font-size
:
0.8
rem
;
border-radius
:
3
px
;
background-color
:
#f5f5f5
;
font-family
:
"Source Code Pro"
;
}
code
{
padding
:
1
px
5
px
;
}
pre
{
padding
:
8
px
12
px
;
overflow-x
:
auto
;
>
code
{
border
:
0
;
padding-right
:
0
;
padding-left
:
0
;
}
}
.
highlight
.
lineno
{
color
:
#aaa
;
display
:
inline-block
;
padding
:
0
5
px
;
border-right
:
1
px
solid
#ccc
;
}
.
highlight
pre
code
{
display
:
block
;
white-space
:
pre
;
overflow-x
:
auto
;
word-wrap
:
normal
;
}
/*
Social media icons
*/
.
sharing-icons
a
{
padding-right
:
10
px
;
}
.
fa-envelope
{
padding
:
5
px
;
}
.
fa-envelope
:
hover
{
color
:
#f39c12
;
}
.
fa-twitter
{
padding
:
5
px
;
}
.
fa-twitter
:
hover
{
color
:
#00aced
;
}
.
fa-instagram
{
padding
:
5
px
;
}
.
fa-instagram
:
hover
{
color
:
#375989
;
}
.
fa-github
{
padding
:
5
px
;
}
.
fa-github
:
hover
{
color
:
#343434
;
}
.
fa-linkedin
{
padding
:
5
px
;
}
.
fa-linkedin
:
hover
{
color
:
#0073a4
;
}
.
fa-facebook
{
padding
:
5
px
;
}
.
fa-facebook
:
hover
{
color
:
#3d5b99
;
}
.
fa-google-plus
{
padding
:
5
px
;
}
.
fa-google-plus
:
hover
{
color
:
#e64a41
;
}
.
fa-pinterest
{
padding
:
5
px
;
}
.
fa-pinterest
:
hover
{
color
:
#bd081c
;
}
.
fa-medium
{
padding
:
5
px
;
}
.
fa-medium
:
hover
{
color
:
#00AB6C
;
}
.
fa-codepen
{
padding
:
5
px
;
}
.
fa-codepen
:
hover
{
color
:
black
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 01:39 (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548062
Default Alt Text
main.css (4 KB)
Attached To
Mode
rODPIT odpowiedzialni.it
Attached
Detach File
Event Timeline
Log In to Comment