mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
beautify revision ;)
This commit is contained in:
parent
20faefb08d
commit
99dcee2b9a
3 changed files with 34 additions and 1 deletions
|
@ -123,7 +123,7 @@ $CONFIG['OVERVIEW'] = array(
|
|||
*/
|
||||
$CONFIG['ROOMS'] = array(
|
||||
'revision' => array(
|
||||
'DISPLAY' => 'revision',
|
||||
'DISPLAY' => 'Revision',
|
||||
'STREAM' => 'revision',
|
||||
'PREVIEW' => true,
|
||||
|
||||
|
|
33
configs/conferences/revision/main.less
Normal file
33
configs/conferences/revision/main.less
Normal file
|
@ -0,0 +1,33 @@
|
|||
@import "../../../assets/css/_structure.less";
|
||||
|
||||
.navbar-default {
|
||||
background-color: #acb2bb;
|
||||
border-color: #e7e7e7
|
||||
}
|
||||
|
||||
body {
|
||||
color: #0a0a0a;
|
||||
background: #fefefe;
|
||||
font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
||||
font-weight: 400;
|
||||
background: transparent;
|
||||
background: url(revision-2021-bg.jpg) no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-family: inherit;
|
||||
font-weight: 500;
|
||||
line-height: 1.1;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background-color: #183867;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane {
|
||||
background-color: #183867;
|
||||
}
|
||||
|
||||
|
BIN
configs/conferences/revision/revision-2021-bg.jpg
Normal file
BIN
configs/conferences/revision/revision-2021-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in a new issue