-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement tools page & Mes. date guards, improve
- Loading branch information
Showing
18 changed files
with
2,876 additions
and
2,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,85 @@ | ||
[id^="about-tabpane-"].tab-pane | ||
[id^="about-tabpane-"], [id^="tools-tabpane-"] | ||
&.tab-pane | ||
padding-top: 30px | ||
|
||
.tab-content:has([id^="about-tabpane-"]) | ||
.tab-content:has(&) | ||
text-align: justify | ||
padding: 0em 4em | ||
|
||
[id^="about-tabpane-"] .type-abbreviation | ||
display: none | ||
|
||
[id^="about-tabpane-"] h3 | ||
padding-top: 10px | ||
|
||
[id^="about-tabpane-"] h4 | ||
padding-top: 10px | ||
|
||
[id^="about-tabpane-"] blockquote | ||
padding-left: 40% | ||
|
||
[id^="about-tabpane-"] .Introduction | ||
|
||
&__200px | ||
width: 200px | ||
height: auto | ||
|
||
&__250px | ||
width: 250px | ||
height: auto | ||
|
||
&__300px | ||
width: 300px | ||
height: auto | ||
|
||
&__350px | ||
width: 350px | ||
height: auto | ||
|
||
&__400px | ||
width: 400px | ||
height: auto | ||
|
||
&__450px | ||
width: 450px | ||
height: auto | ||
|
||
&__caption | ||
font-size: 80% | ||
padding-top: 0.5em | ||
text-align: center | ||
|
||
&__cite | ||
border: 1px solid black | ||
display: block | ||
margin: 10px auto | ||
width: 70% | ||
padding: 10px | ||
text-align: center | ||
|
||
&__creativecommons | ||
border-width: 0 | ||
margin: auto | ||
display: block | ||
padding: 10px | ||
|
||
&__creativeCommonsLicense | ||
text-align: center | ||
|
||
&__fossey | ||
float: right | ||
width: 300px | ||
height: auto | ||
padding: 1em 0em 1em 1em | ||
|
||
&__meszlColoredChanges | ||
color: #00610F | ||
|
||
&__photoCentered | ||
text-align: center | ||
|
||
&__photoLeft | ||
text-align: center | ||
float: left | ||
margin: 0em 0.5em 0em 0em | ||
|
||
&__photoRight | ||
text-align: center | ||
float: right | ||
margin: 0em 0em 0.5em 0.5em | ||
|
||
&__quotation | ||
display: block | ||
padding: 0 0 1em 1em | ||
|
||
&__secondLineOfParallelism | ||
padding-left: 1em | ||
.type-abbreviation | ||
display: none | ||
|
||
h3, h4 | ||
padding-top: 10px | ||
|
||
blockquote | ||
padding-left: 40% | ||
|
||
.Introduction | ||
&__200px, &__250px, &__300px, &__350px, &__400px, &__450px | ||
height: auto | ||
|
||
&__200px | ||
width: 200px | ||
|
||
&__250px | ||
width: 250px | ||
|
||
&__300px | ||
width: 300px | ||
|
||
&__350px | ||
width: 350px | ||
|
||
&__400px | ||
width: 400px | ||
|
||
&__450px | ||
width: 450px | ||
|
||
&__caption | ||
font-size: 80% | ||
padding-top: 0.5em | ||
text-align: center | ||
|
||
&__cite | ||
border: 1px solid black | ||
display: block | ||
margin: 10px auto | ||
width: 70% | ||
padding: 10px | ||
text-align: center | ||
|
||
&__creativecommons, &__creativeCommonsLicense | ||
border-width: 0 | ||
margin: auto | ||
display: block | ||
padding: 10px | ||
text-align: center | ||
|
||
&__fossey | ||
float: right | ||
width: 300px | ||
height: auto | ||
padding: 1em 0em 1em 1em | ||
|
||
&__meszlColoredChanges | ||
color: #00610F | ||
|
||
&__photoCentered, &__photoLeft, &__photoRight | ||
text-align: center | ||
|
||
&__photoLeft, &__photoRight | ||
float: left | ||
margin: 0em 0.5em 0em 0em | ||
|
||
&__photoRight | ||
float: right | ||
margin: 0em 0em 0.5em 0.5em | ||
|
||
&__quotation | ||
display: block | ||
padding: 0 0 1em 1em | ||
|
||
&__secondLineOfParallelism | ||
padding-left: 1em |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.