Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSP-Maastricht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
MSP-Maastricht
Commits
a9073c97
Commit
a9073c97
authored
5 months ago
by
Arina Filatova
Browse files
Options
Downloads
Patches
Plain Diff
upd table parts collection
parent
7b9d9fc6
Branches
main
No related tags found
No related merge requests found
Pipeline
#459837
passed
5 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/part-collection.md
+19
-10
19 additions, 10 deletions
docs/part-collection.md
with
19 additions
and
10 deletions
docs/part-collection.md
+
19
−
10
View file @
a9073c97
...
...
@@ -5,6 +5,7 @@ title: Our Part Collection
# Parts Collection
<style>
table {
width: 100%;
border-collapse: collapse;
...
...
@@ -13,28 +14,36 @@ title: Our Part Collection
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
th {
padding: 12px;
background-color: #0073e6; /
* Darker shade for the header *
/
color: #ffffff; /
* White text for contrast *
/
}
th, td {
border: 1px solid #b3c7f7; /
* Light border for separation *
/
}
td {
padding: 10px;
text-align: left;
background-color: #b3c7f7; /
* Light background for readability *
/
color: #1c2740; /
* Dark text for visibility *
/
}
t
head
{
background-color: #00b4c5;
color:
white;
t
body tr:hover
{
background-color: #00b4c5;
/
* Highlight on hover for interactivity *
/
color:
#1c2740; /
* Keep text dark for visibility *
/
}
tbody tr:nth-child(odd) {
background-color: #b3c7f7;
}
tbody tr:nth-child(even) {
background-color: #8babf1;
background-color: #8babf1; /
* Slightly darker for odd rows *
/
}
.bubble {
display: inline-block;
background-color: #00bf7d;
color:
white;
background-color: #00bf7d;
/
* Bubble color *
/
color:
#1c2740; /
* Dark text for visibility *
/
padding: 5px 10px;
border-radius: 15px;
margin: 0 2px;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment