-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style tables in neuroscience #369
Merged
Merged
Conversation
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
ckline-tryptic
changed the title
Style appendix and index in neuroscience
Style tables in neuroscience
Nov 14, 2023
ckline-tryptic
force-pushed
the
#5278-neuroscience-table-generic-design
branch
from
November 29, 2023 21:23
f85f04f
to
a0c5b4e
Compare
wilkus27
requested changes
Nov 30, 2023
styles/books/neuroscience/book.scss
Outdated
Comment on lines
222
to
256
@include use('AppendixGlossary', 'carnival:::AppendixGlossaryShape'); | ||
@include use('Index', 'carnival:::IndexShape'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To remove
styles/output/neuroscience-pdf.css
Outdated
Comment on lines
2698
to
2910
} | ||
|
||
.appendix > .column-container { | ||
column-count: 2; | ||
column-gap: 24px; | ||
} | ||
|
||
.appendix > .column-container > section { | ||
margin-bottom: 0.7rem; | ||
} | ||
|
||
.appendix > .column-container > section > h3[data-type=title] { | ||
color: #0074BC; | ||
font-family: Mulish, sans-serif; | ||
font-size: 1.2rem; | ||
line-height: 1.5rem; | ||
margin-bottom: 0.7rem; | ||
font-weight: 600; | ||
} | ||
|
||
.appendix > .column-container > section > ul { | ||
font-size: 0.8333333333rem; | ||
list-style-type: none; | ||
margin-left: 0 !important; | ||
} | ||
|
||
.appendix > .column-container > section > ul > li { | ||
text-indent: -5px; | ||
padding-left: 5px; | ||
} | ||
|
||
.appendix > .column-container > section > ul > li > strong { | ||
padding-right: 3px; | ||
} | ||
|
||
.os-index-container { | ||
column-count: 3; | ||
column-gap: 32px; | ||
} | ||
|
||
.os-index-container > .group-by { | ||
color: #000000; | ||
font-family: IBM Plex Sans, sans-serif; | ||
font-weight: normal; | ||
padding-bottom: 0.7rem; | ||
} | ||
|
||
.os-index-container > .group-by > .group-label { | ||
color: #000000; | ||
font-family: Mulish, sans-serif; | ||
font-size: 1.44rem; | ||
line-height: 1.5rem; | ||
font-weight: bold; | ||
} | ||
|
||
.os-index-container > .group-by > .os-index-item { | ||
color: #000000; | ||
font-family: IBM Plex Sans, sans-serif; | ||
font-size: 1rem; | ||
line-height: 1.5rem; | ||
text-indent: -8px; | ||
padding-left: 8px; | ||
} | ||
|
||
.os-index-container > .group-by > .os-index-item > .os-term { | ||
color: #000000; | ||
font-family: IBM Plex Sans, sans-serif; | ||
font-size: 1rem; | ||
line-height: 1.5rem; | ||
padding-right: 8px; | ||
} | ||
|
||
.os-index-container > .group-by > .os-index-item > .os-term-section-link { | ||
content: target-counter(attr(href, url), page); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All this should gone after rebuilding styles.
wilkus27
approved these changes
Dec 1, 2023
jbwilson8
force-pushed
the
#5278-neuroscience-table-generic-design
branch
from
December 8, 2023 20:10
f0ece72
to
df451c3
Compare
jbwilson8
force-pushed
the
#5278-neuroscience-table-generic-design
branch
from
December 12, 2023 16:34
df451c3
to
137fc1e
Compare
Appendix styling was handled in PR #358
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue 5278