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

844 updating of the candidate board page #848

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions amelie/style/static/css/bootstrap-3.4.1.min.css

Large diffs are not rendered by default.

39 changes: 37 additions & 2 deletions amelie/style/static/css/kb.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
height: 100px;

display: block;
background-image: url('https://happyrent.nl/Company/_Template/Images/guido.png');
background-image: url('/static/img/cb/guido.png');
background-size: contain;
background-repeat: no-repeat;

Expand All @@ -21,7 +21,42 @@
background-color: #FF00FF;
}

.transparent-ia {
/* more transparent */
background-color: #ff00ff61 !important;
}

#middle {
background:url('https://www.animaatjes.nl/plaatjes/m/my_little_pony/animaatjes-my_little_pony-27130.png')!important;
background:url('/static/img/cb/my_little_pony.png');
background-repeat:no-repeat!important;
}

html, body {
/* Kirby cursor */
cursor: url("/static/img/cb/cursor.png"), auto;
}

.cb-modal-content {
/* display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: center; */
font-family: "Microsoft Sans Serif", sans-serif;
background: #c2c6ca !important;
font-size: 12px;
-webkit-font-smoothing: none;
/* width: 265px;
height: 118px; */
box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px #C2C6CA, inset -1px -1px #85898d, inset 2px 2px white;
}

.cb-modal-header {
color: white;
background: #00a;
padding: 2px 3px 3px;
margin: 3px 2px 1px 3px;
}

.cb-modal-footer {
text-align: center;
}
Binary file added amelie/style/static/img/cb/cursor.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 amelie/style/static/img/cb/dirty-dishes-ew.jpg
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 amelie/style/static/img/cb/guido.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 amelie/style/static/img/cb/my_little_pony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading