Skip to content

Commit

Permalink
Add styles for lists (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Sep 30, 2023
1 parent 3e8a77b commit 902f592
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/css-styles/dark-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ section a.dark-mode:hover {
opacity: 0.5;
}

.line.dark-mode{
background: url("https://hsbasu.github.io/styles/icons/navigation/vline-dark.png") repeat-y;
opacity: 0.5;
}

a.badges.dark-mode:hover {
opacity: 0.8;
background-color: unset;
Expand All @@ -50,4 +55,4 @@ a.buttn.dark-mode:hover {
border: 1px solid #B3B10C;
background-image: linear-gradient(#FFA521, #FF4621);
box-shadow: inset 0px 1px 1px rgba(255,255,255,0.2), 0px 1px 0px transparent;
}
}
26 changes: 26 additions & 0 deletions styles/css-styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ code { background-color: #fdf6e3; color: #000; padding: 2px; border-radius: 5px;
padding: 10px 0;
}

.vline {
background: url("/home/himadri/Projects/project-mamolinux/Side_projects/my-repos/personal/hsbasu.github.io/styles/icons/navigation/vline.png") repeat-y;
opacity: 0.5;
padding: 10px 0;
}

/* Download buttons */
.buttn {
color: #26091a;
Expand All @@ -85,3 +91,23 @@ code { background-color: #fdf6e3; color: #000; padding: 2px; border-radius: 5px;
background: linear-gradient(#749619, #527f0e);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2), 0px 1px 0px transparent;
}

/*List style*/
.list-group .list-group-item {
background: transparent;
}

.list-group .list-group-item i {
margin-right: 5px;
}

.infobox {
border: 2px solid #527f0e;
padding: 5px;
margin: 5px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
overflow: auto;
}
Binary file added styles/icons/navigation/vline-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added styles/icons/navigation/vline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 902f592

Please sign in to comment.