deploy: 47bc00e9d4
This commit is contained in:
+115
@@ -0,0 +1,115 @@
|
||||
article blockquote {
|
||||
margin: 0 !;
|
||||
border-left: 4px solid #248aaa !important;
|
||||
background-color: #248baa15 !important;
|
||||
padding: 0.3rem !important;
|
||||
padding-left: 1rem !important;
|
||||
}
|
||||
|
||||
article blockquote > p {
|
||||
color: #3c4858 !important;
|
||||
margin-top: 0.5rem !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
article h1,
|
||||
h2 {
|
||||
margin-top: 1.4rem;
|
||||
font-size: 32px;
|
||||
border-left: 4px solid #77ace9 !important;
|
||||
background-color: #b2cad43a !important;
|
||||
padding: 0.3rem !important;
|
||||
padding-left: 1rem !important;
|
||||
}
|
||||
|
||||
article h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-top: 1.3rem;
|
||||
}
|
||||
|
||||
article table {
|
||||
border-radius: 0.1rem;
|
||||
background: #e5e9f2;
|
||||
border: 1px solid #c0ccda;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
|
||||
article table tr {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
article table th,
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
border-left: 1px solid #8392a5;
|
||||
border-bottom: 1px solid #8392a5;
|
||||
}
|
||||
|
||||
article table thead tr {
|
||||
background: #248aaa;
|
||||
color: #e5e9f2;
|
||||
}
|
||||
|
||||
article tbody tr:nth-child(odd) {
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
|
||||
article tbody tr:hover {
|
||||
background: #c0ccda;
|
||||
}
|
||||
|
||||
article img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
article caption,
|
||||
figcaption {
|
||||
caption-side: bottom;
|
||||
text-align: center;
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
article pre {
|
||||
margin: 5px;
|
||||
padding: 5%;
|
||||
font-size: 18px;
|
||||
max-height: 400px;
|
||||
border-radius: 2%;
|
||||
background-color: #1f618d !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
article pre > code {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
article a.header-anchor {
|
||||
text-decoration: none;
|
||||
color: #1c2d41;
|
||||
}
|
||||
|
||||
article a.header-anchor i {
|
||||
font-size: 10pt;
|
||||
color: #3c4858;
|
||||
display: none;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
article a.header-anchor:hover i {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
article a.header-anchor code {
|
||||
color: #e83e8c;
|
||||
}
|
||||
|
||||
article kbd {
|
||||
background-color: #248aaa !important;
|
||||
color: #f9fafc;
|
||||
}
|
||||
|
||||
article mark {
|
||||
background-color: #ffc21280;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*footer*/
|
||||
.footer {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.footer-site {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
+203
@@ -0,0 +1,203 @@
|
||||
a:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/*home*/
|
||||
|
||||
.home {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: "Alata", sans-serif;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
font-size: 20px;
|
||||
padding-top: 10%;
|
||||
padding-left: 17%;
|
||||
}
|
||||
|
||||
.profile {
|
||||
float: right;
|
||||
padding-right: 22%;
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-bottom: 15%;
|
||||
font-family: cursive;
|
||||
}
|
||||
|
||||
.know-more a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
padding-top: 0;
|
||||
padding-left: 18%;
|
||||
padding-right: 5%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.social a:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.profile {
|
||||
padding-right: 35%;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.home {
|
||||
height: auto;
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
height: 200px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
height: 30%;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-top: 10%;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
|
||||
.know-more a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
/* recent posts */
|
||||
.recent-posts {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
/* do things */
|
||||
|
||||
.do-things {
|
||||
background-color: #e5e9f2;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.things-i-do {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.things {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.things-text {
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.do-things-card {
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 15%;
|
||||
padding-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
.about {
|
||||
height: auto;
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
|
||||
.jop {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.about-me {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.about-content a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Skill
|
||||
.skill {
|
||||
height: 80vh;
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
.skill-heading {
|
||||
font-family: 'Alata', sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Projects */
|
||||
.projects {
|
||||
height: auto;
|
||||
background-color: #bd8338;
|
||||
}
|
||||
|
||||
.project-heading {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
/* recent posts */
|
||||
.blog-back {
|
||||
background-color: #ebb951;
|
||||
}
|
||||
|
||||
.post-card a:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
.post-hover :hover {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
/* contact */
|
||||
.contact-head {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
Reference in New Issue
Block a user