186 lines
2.9 KiB
CSS
186 lines
2.9 KiB
CSS
body{
|
|
margin:0;
|
|
padding:0;
|
|
|
|
|
|
font-family: 'IBM Plex Mono', monospace;
|
|
|
|
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
|
|
|
}
|
|
|
|
.foot{
|
|
|
|
}
|
|
|
|
.site-info{
|
|
color:rgb(199, 195, 195);
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.header-gap{
|
|
/* height: 30px;
|
|
background-color: #ebeef1; */
|
|
}
|
|
|
|
.header {
|
|
height: 35vh;
|
|
background-color: #ebeef1;
|
|
background-image: url('/assets/images/banner.jpg');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
|
|
|
|
}
|
|
|
|
.table-fix {
|
|
overflow: auto;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
color: #212529;
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
table th,
|
|
table td {
|
|
padding: 0.5rem;
|
|
border-bottom: 1px solid #dee2e6;
|
|
}
|
|
|
|
table tbody {
|
|
vertical-align: inherit;
|
|
}
|
|
|
|
table td {
|
|
border-bottom: 1px solid #dee2e6;
|
|
}
|
|
|
|
thead th {
|
|
color: #495057;
|
|
background-color: #e9ecef;
|
|
border-color: #dee2e6;
|
|
}
|
|
|
|
.shadow {
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
}
|
|
|
|
.header .container {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center; /* align vertical */
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
img {
|
|
max-width:100%;
|
|
}
|
|
|
|
.centre{
|
|
text-align: center;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
font-family: 'IBM Plex Mono', monospace;
|
|
}
|
|
|
|
a h5 {
|
|
color: #105edd;
|
|
}
|
|
|
|
.post.container {
|
|
padding: 20px;
|
|
font-family: 'IBM Plex Sans', sans-serif;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
/* border-radius: 15px;
|
|
transform: translateY(-30px); */
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.home.container {
|
|
padding: 20px;
|
|
font-family: 'Noto Sans TC', sans-serif;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.container .profile{
|
|
width:30vw;
|
|
max-width: 242px;
|
|
transform: translateY(calc(10vh * -1));
|
|
border-color: #fff;
|
|
border-width: 10px;
|
|
border-radius: 10%;
|
|
border-style: solid;
|
|
margin: 20px;
|
|
}
|
|
|
|
.profile img {
|
|
border-radius: 5%;
|
|
}
|
|
|
|
.home-header{
|
|
height:100%;
|
|
background-image: url('/assets/images/banner.jpg');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.site-ctr{
|
|
min-height:100vh;
|
|
}
|
|
|
|
.tagline {
|
|
text-align: center;
|
|
max-width: 600px;
|
|
margin:auto;
|
|
}
|
|
|
|
.container .info{
|
|
transform: translateY(calc(13vh * -1));
|
|
padding: 20px;
|
|
}
|
|
|
|
.info h1 {
|
|
/* padding: 20px; */
|
|
text-align: left;
|
|
}
|
|
|
|
/* #particles-js{
|
|
position: absolute;
|
|
} */
|
|
/*
|
|
.reactive-bg{
|
|
position:relative
|
|
} */
|
|
|
|
#particles-js canvas {
|
|
display: block;
|
|
vertical-align: bottom;
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
-webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
|
|
transition: opacity .8s ease, transform 1.4s ease
|
|
}
|
|
|
|
#particles-js {
|
|
width: 100%;
|
|
position: absolute;
|
|
z-index: -10;
|
|
top: 0;
|
|
left: 0
|
|
} |