Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
motosasaki committed Mar 11, 2024
1 parent d448d2d commit 88d7274
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 199 deletions.
92 changes: 49 additions & 43 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,40 +242,42 @@ p {
width: 100%;
text-align: left;
line-height: 1.7;
letter-spacing: -1.1px;
letter-spacing: normal;
font-weight: normal;
font: 20px bold Nimbussanl bol, sans-serif;
word-break: keep-all;
color: whitesmoke;
color: black;
/* color: whitesmoke; */
/* transition: color 2s linear; */
}

p:hover {
/* p:hover {
color: black;
}
} */

.footnotes {
font: 12px Helvetica;
font: 19px Helvetica;
letter-spacing: 0px;
word-break: keep-all;
font-weight: normal;
}

blockquote {
color: whitesmoke;
/* color: whitesmoke; */
color: black;
font-size: 24px;
font-family: Nimbussanl bol, sans-serif;
text-align: left;
/* lockquote element style */
}

blockquote:hover{
/* blockquote:hover{
color: #000;
}
} */

ul {
position: fixed;
line-height: 30px;
line-height: 37px;
display: block;
right: 40px;
list-style: none;
Expand All @@ -287,15 +289,14 @@ a,
a:visited,
a:hover {
/* color: var(--color-text-link-hover); */
color: gainsboro;
color: darkblue;
text-decoration: none;
cursor: pointer;

}

a:hover {
color: grey;
text-decoration: underline black 1.5px;

}


Expand Down Expand Up @@ -404,7 +405,7 @@ a.button {
border: none;
text-decoration: none;
cursor: pointer;
color: grey;
color: gray;
background-color: transparent;
scroll-behavior: smooth;
}
Expand Down Expand Up @@ -439,12 +440,11 @@ a.button {
font-size: 18px;
right: 20px;
color: #818181;
display: block;
transition: 0.4s;
}

.sidenav a:hover {
text-decoration: underline;
text-decoration: 1px underline;
}

.sidenav .closebtn {
Expand All @@ -461,7 +461,17 @@ ul.menulist {
top: -103px;
}


.Bibliography {
display: block;
width: 100%;
text-align: left;
line-height: -1.3;
letter-spacing: normal;
font-size: 19px;
font-family: Nimbussanl bol, sans-serif;
word-break: break-word;
hyphens: auto;
}

/* UTILITY CLASSES */

Expand All @@ -475,8 +485,6 @@ ul.menulist {
display: none;
}



/* WEBSITE MEDIA QUERIES */

/* styles for 'mobile', screen sizes up to 779px, should covers 'mobile' and 'tablet' */
Expand All @@ -487,25 +495,36 @@ ul.menulist {

/* your 'mobile' overriding css properties here */
.title {
font-size: 20px;
font-size: 23px;
font-family: Antique, sans-serif;
color: gainsboro;
text-align: left;
margin: 8px;
}

.content{
display: none;
}

.chapter-content-image{
display: none;
}

a.button{
display: none;
}

blockquote {
color: whitesmoke;
font: 20px Nimbussanl bol, sans-serif;
color: black;
font: 19px Nimbussanl bol, sans-serif;
}

blockquote:hover{
/* blockquote:hover{
color: #000;
}
} */

.page-wrapper {
width: 99vw !important;
width: 86vw !important;
}

h1{
Expand All @@ -532,7 +551,7 @@ ul.menulist {
}

.footnotes {
font: 11px Helvetica;
font: 19px Helvetica;
letter-spacing: 0px;
word-break: keep-all;
font-weight: normal;
Expand Down Expand Up @@ -597,26 +616,23 @@ ul.menulist {
display: block;
width: 100%;
text-align: left;
line-height: 1.3;
font-weight: normal;
line-height: -1.3;
letter-spacing: normal;
font-size: 19px;
font-family: Nimbussanl bol, sans-serif;
color: whitesmoke;
color: black;
word-break: break-word;
hyphens: auto;
/* paragraph style */
}

p:hover {
/* p:hover {
color: #000;
}
} */

.chapter-content-image {
width: 10%;
}



/* utility classes, mobile */

.desktop-only {
Expand All @@ -637,32 +653,22 @@ ul.menulist {

}



/* use this query to apply style changes to smaller smartphones sizes (like an iPhone 5S or SE 2016), max size of 339px */

@media (max-width: 339px) {



/* your overriding css properties here */

}



/* use this query to apply style changes for 'mobile' screen sizes that are flipped in 'landscape' mode */

@media (max-width: 779px) and (orientation: landscape) {



/* your overriding css properties here */

}



/* use this query to apply style for 'small' desktop screens */

@media (min-width: 780px) and (max-width: 992px) {
Expand Down
Loading

0 comments on commit 88d7274

Please sign in to comment.