Skip to content

Commit

Permalink
Themes CERN: Add OQI theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jul 5, 2024
1 parent 631e32c commit 46dc02c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions themes_cern/indico_themes_cern/themes-cern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ definitions:
stylesheet: smarthep.scss
title: SMARTHEP meeting

oqi:
<<: *standard_themes_cern
stylesheet: oqi.scss
title: Open Quantum Institute

# Meetings - CERN Administrative
administrative: &administrative
event_types: [conference, meeting]
Expand Down
13 changes: 13 additions & 0 deletions themes_cern/indico_themes_cern/themes/oqi.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@use 'base/palette' as *;

$header-bg-color: #27567a;

@import 'themes/indico';

div.event-header {
background: url('themes_cern:oqi_logo.png'), url('themes_cern:oqi_background.png');
background-size: 10%, 100% 100%;
background-repeat: no-repeat, no-repeat;
background-position: 15px, 0;
padding-left: 150px;
}

0 comments on commit 46dc02c

Please sign in to comment.