File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818}
1919
2020.programme tr .session td {
21- color : var (--main-theme-color );
21+ /*color: var(--main-theme-color);*/
22+ color : gray;
2223 border-bottom : dotted 1px white;
24+ font-size : 0.8em ;
25+ padding-top : 0px ;
26+ padding-bottom : 0px ;
2327}
2428
29+ .programme tr .session .toggle-abstract {
30+ padding-left : 10px ;
31+ text-decoration : underline;
32+ color : lightgray;
33+ }
34+ .programme tr .session .toggle-abstract : hover {
35+ cursor : pointer;
36+ }
37+ .programme tr .session .no-border td {
38+ border-style : hidden;
39+ }
40+ .programme tr .session .first td {
41+ padding-top : 20px ;
42+ }
2543.programme tr .session td : first-child {
2644 padding-left : 50px ;
2745}
28-
46+ .programme tr .session td : nth-child (2 ) {
47+ padding-left : 65px ;
48+ }
2949.programme h4 {
3050 color : var (--main-theme-color )!important ;
3151}
3252
53+ .programme .toggle-poster {
54+ text-decoration : underline;
55+ color : lightgray;
56+ }
57+ .programme .toggle-poster : hover {
58+ cursor : pointer;
59+ }
60+ .programme p .no-border {
61+ border-style : hidden;
62+ }
63+ .programme .p-poster {
64+ padding-left : 50px ;
65+ color : gray;
66+ border-bottom : dotted 1px white;
67+ font-size : 0.8em ;
68+ padding-top : 0px ;
69+ padding-bottom : 0px ;
70+ }
71+
3372@media (max-width : 768px ) {
3473 .programme th ,
3574 .programme tr {
You can’t perform that action at this time.
0 commit comments