Skip to content
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

Upgrade from legacy theme #4

Merged
merged 4 commits into from
Dec 27, 2024
Merged

Upgrade from legacy theme #4

merged 4 commits into from
Dec 27, 2024

Conversation

frossie
Copy link
Member

@frossie frossie commented Dec 16, 2024

No description provided.

Copy link
Member

@stvoutsin stvoutsin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion for a responsive table style that fits the narrow format of the doc in case it's useful:

table.fe-table {
    border: 1px solid #FFFFFF;
    width: 100%;
    max-width: 100% !important;
    /* height: 200px; */
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    
}
table.fe-table td, table.fe-table th {
    border: 1px solid #cccccc;
    padding: 8px 10px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal !important;
    overflow-wrap: break-word;
}
table.fe-table tbody td {
    font-size: 13px;
}
td:nth-child(1) {
    background: #0B6FA4;
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;    
}
table.fe-table tr:nth-child(even) {
    background: #D0E4F5;
}
table.fe-table thead {
    background: #0B6FA4;
    border-bottom: 5px solid #FFFFFF;
}
table.fe-table thead th {
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #FFFFFF;
}
table.fe-table thead th:first-child {
    border-left: none;
}

table.fe-table code {
    background: none;
    padding: 0px;
}

table.fe-table tfoot td {
    font-size: 14px;
}

conf.py Show resolved Hide resolved
@frossie frossie marked this pull request as ready for review December 27, 2024 19:44
@frossie frossie merged commit f0fc042 into main Dec 27, 2024
2 checks passed
@frossie frossie deleted the u/fe/migrate branch December 27, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants