beta #4
6
.prettierrc
Normal file
6
.prettierrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"arrowParens": "always",
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"bracketSpacing": false
|
||||||
|
}
|
@ -10,14 +10,16 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
|
<div id="thsf-schedule">
|
||||||
<noscript>
|
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
|
||||||
|
<noscript>
|
||||||
<div class="pretalx-widget">
|
<div class="pretalx-widget">
|
||||||
<div class="pretalx-widget-info-message">
|
<div class="pretalx-widget-info-message">
|
||||||
JavaScript is disabled in your browser. To access our schedule without JavaScript,
|
JavaScript is disabled in your browser. To access our schedule without JavaScript,
|
||||||
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
|
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -10,11 +10,6 @@
|
|||||||
font-family: pfdintextcomppro;
|
font-family: pfdintextcomppro;
|
||||||
}
|
}
|
||||||
|
|
||||||
pretalx-schedule {
|
|
||||||
font-size: 48px;
|
|
||||||
font-family: pfdintextcomppro;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #e6007e;
|
background-color: #e6007e;
|
||||||
background-image: url('../images/affiche_v1.png');
|
background-image: url('../images/affiche_v1.png');
|
||||||
@ -24,6 +19,11 @@ body {
|
|||||||
/* overflow: hidden; */
|
/* overflow: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#thsf-schedule {
|
||||||
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
perspective: 900px;
|
perspective: 900px;
|
||||||
|
Loading…
Reference in New Issue
Block a user