styles and customs
This commit is contained in:
parent
7dba9e805f
commit
32e9a07f94
@ -9,9 +9,9 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
#welcome {
|
#leclub {
|
||||||
max-width: 600px;
|
font-family: times;
|
||||||
margin: 1em 0;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
@ -36,6 +36,9 @@ hr {
|
|||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
margin: 2em 0 1em;
|
margin: 2em 0 1em;
|
||||||
}
|
}
|
||||||
|
#namefilter {
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
#footer {
|
#footer {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,10 +11,13 @@
|
|||||||
{% endblock scripts %}
|
{% endblock scripts %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 %}
|
{% block namefilter %}
|
||||||
<div id="namefilter">
|
<div id="namefilter">
|
||||||
<input type="text" id="namefilterinput" value="" placeholder="name filter" autofocus >
|
<input type="text" id="namefilterinput" value="" placeholder="pad name" autofocus >
|
||||||
<button id="newpadbutton">go/start pad</button>
|
<button id="newpadbutton">goto/start pad</button>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var newpadbutton = document.getElementById("newpadbutton");
|
var newpadbutton = document.getElementById("newpadbutton");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user