styles and customs

This commit is contained in:
gauthiier 2021-12-11 18:14:54 +01:00
parent 7dba9e805f
commit 32e9a07f94
2 changed files with 11 additions and 5 deletions

View File

@ -9,9 +9,9 @@ body {
font-size: 16px;
line-height: 1.3;
}
#welcome {
max-width: 600px;
margin: 1em 0;
#leclub {
font-family: times;
font-size: 2em;
}
table {
min-width: 600px;
@ -36,6 +36,9 @@ hr {
border-bottom: 1px solid;
margin: 2em 0 1em;
}
#namefilter {
padding-bottom: 0.5em;
}
#footer {
max-width: 600px;
}

View File

@ -11,10 +11,13 @@
{% endblock scripts %}
</head>
<body>
<div id="leclub"><i>Le club des sans <del>sujets</del></i></div>
<p>Âllo! Voici une liste de publications qui ont été editées avec <a href="http://pad.le-club-des-sans-sujets.org/">pad.le-club-des-sans-sujets.org</a>
</p>
{% block namefilter %}
<div id="namefilter">
<input type="text" id="namefilterinput" value="" placeholder="name filter" autofocus >
<button id="newpadbutton">go/start pad</button>
<input type="text" id="namefilterinput" value="" placeholder="pad name" autofocus >
<button id="newpadbutton">goto/start pad</button>
</div>
<script>
var newpadbutton = document.getElementById("newpadbutton");