diff options
author | dedeibel | 2018-12-26 20:05:10 +0100 |
---|---|---|
committer | dedeibel | 2018-12-26 21:07:49 +0100 |
commit | b0471435b8c334271df23b1d9030539cde4346d2 (patch) | |
tree | 1d6daae56c023142ffa103319c2573025968d0bc | |
parent | 018f7b3ab15d8ae51862f6bce7d6dcda77f03c12 (diff) |
35c3: add resistor border thingy (for firefox)
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/assets/bg-resistor.gif | bin | 0 -> 1823 bytes | |||
-rw-r--r-- | configs/conferences/35c3/main.less | 24 |
2 files changed, 24 insertions, 0 deletions
diff --git a/configs/conferences/35c3/assets/bg-resistor.gif b/configs/conferences/35c3/assets/bg-resistor.gif Binary files differnew file mode 100644 index 0000000..8cd4f1d --- /dev/null +++ b/configs/conferences/35c3/assets/bg-resistor.gif diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index ac58cd4..238e90b 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -81,6 +81,18 @@ a.btn:hover, input.btn:hover { font-weight: 400; /* black*/ } + +/* + * Border specials + */ +.border-resistor-2px-bottom-right { + border-image: + url("/configs/conferences/35c3/assets/bg-resistor.gif") /* source */ + 200 200 e('/') /* slice */ + 200px 200px e('/') /* width */ + 1rem round space; /* repeat */ +} + /* * style */ @@ -237,6 +249,17 @@ h4 { .room-group .room:nth-child(2) .panel { background-image: linear-gradient(80deg, @color-blue -60%, @color-green); + + .panel-body { + .border-resistor-2px-bottom-right(); + } +} + + +.room-group .room-halla .panel { + .panel-body { + .border-resistor-2px-bottom-right(); + } } .room-group .room:nth-child(3) .panel { @@ -272,6 +295,7 @@ div.row.recordings div:nth-child(2) .panel { background-image: linear-gradient(80deg, @color-blue, @color-green); } + /* * NO RELIVE THEN: *div.row.recordings div:nth-child(2) .panel { |