stile diverso per pranzi/cene/assemblee
This commit is contained in:
parent
afe48e36ca
commit
baa7d80277
2 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
<td></td>
|
||||
{% elif not talk.skip %}
|
||||
<td id="t-cell-{{talk.id}}" class="talk
|
||||
{% if talk.room == '*' -%}allrooms{%-endif-%}
|
||||
{% for t in talk.tags -%} tag-{{t|replace(' ', '_')}} {%endfor-%}
|
||||
{% if talk.room == '*' -%}allrooms{%endif-%}
|
||||
{% for t in talk.tags %} tag-{{t|replace(' ', '_')}} {%endfor-%}
|
||||
"
|
||||
rowspan="{{talk.duration // timestep}}"
|
||||
{% if talk.room == '*' %}colspan="{{rooms|length}}"{%endif%}>
|
||||
|
|
|
@ -288,6 +288,10 @@ td.tag-presentazione_libro::before {
|
|||
td.tag-percorso_base::before {
|
||||
content: "\e146";
|
||||
}
|
||||
|
||||
.talk.allrooms {
|
||||
background-color: rgba(200,200,200,0.4);
|
||||
}
|
||||
/* tag speciali nei talk }}} */
|
||||
|
||||
/* END TALK }}} */
|
||||
|
|
Loading…
Reference in a new issue