[enh] programme
This commit is contained in:
parent
005412e214
commit
5eee2460ab
2 changed files with 410 additions and 0 deletions
56
assets/programme.css
Normal file
56
assets/programme.css
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
*{
|
||||
font-family:"Museo W01 500",Arial,Helvetica Neue,Helvetica,sans-serif;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 16pt;
|
||||
}
|
||||
h1{
|
||||
font-size:36pt;
|
||||
}
|
||||
h1{
|
||||
font-size:24pt;
|
||||
}
|
||||
|
||||
a:link {color:#ff5555;}
|
||||
a:visited {color:#ff5555;}
|
||||
a:hover {color:#999999;}
|
||||
a:active {color:#ff5555;}
|
||||
|
||||
ul li {
|
||||
}
|
||||
body {
|
||||
font-family:sans-serif;
|
||||
background:#000;
|
||||
color:#ff5555;
|
||||
width: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
padding: 5%;
|
||||
}
|
||||
table tr td {
|
||||
color: #ccc;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
td.links a {
|
||||
display: block;
|
||||
border-radius: 10px;
|
||||
background: #333;
|
||||
padding: 3% 6%;
|
||||
margin: 10%;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
tr:nth-child(even) {background: #181818}
|
||||
th {
|
||||
font-size: 12pt;
|
||||
}
|
||||
td.name {
|
||||
min-width: 250px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue