forked from newthuhole/hole_thu_frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
927 B
56 lines
927 B
.centered-line { |
|
overflow: hidden; |
|
text-align: center; |
|
} |
|
|
|
.centered-line::before, |
|
.centered-line::after { |
|
background-color: #000; |
|
content: ""; |
|
display: inline-block; |
|
height: 1px; |
|
position: relative; |
|
vertical-align: middle; |
|
width: 50%; |
|
} |
|
|
|
.centered-line::before { |
|
right: 1em; |
|
margin-left: -50%; |
|
} |
|
|
|
.centered-line::after { |
|
left: 1em; |
|
margin-right: -50%; |
|
} |
|
|
|
.title-line { |
|
color: #fff; |
|
margin-top: 1em; |
|
} |
|
.title-line::before, |
|
.title-line::after { |
|
background-color: #fff; |
|
box-shadow: 0 1px 1px #000; |
|
} |
|
|
|
.bg-img { |
|
position: fixed; |
|
z-index: -1; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
background: #124 fixed center center; |
|
background-size: cover; |
|
} |
|
|
|
.black-outline { |
|
text-shadow: |
|
-1px -1px 0 #000, |
|
0 -1px 0 #000, |
|
1px -1px 0 #000, |
|
-1px 1px 0 #000, |
|
0 1px 0 #000, |
|
1px 1px 0 #000; |
|
} |