X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=css%2Fyopyop.css;h=399d9d1dba7e9cae3443ac90db12fc4f5d0466cc;hp=ca657f1c20fd5cdcbbc027c2f01e4ddd492a4169;hb=432db4dbac80ae1025ad53db71b7ecbd0de0f053;hpb=e9fd5c2bdeb9b348717b34d5dc6fad78da86130d diff --git a/css/yopyop.css b/css/yopyop.css index ca657f1..399d9d1 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -6,13 +6,19 @@ color: #000000; } +body { + background-color: #DDDDDD; +} + h1 { font-size: 20pt; - font-style: italic; + font-style: italic; + font-weight: bold; + margin-left: 40px; } th { - font-size: 13pt; + font-size: 14pt; font-weight: bold; } @@ -30,11 +36,51 @@ table#liste th { padding: 3px; } +table#liste th.titre { + text-align: left; +} + +table#liste th.annee { + width: 50px; +} + +table#liste th.duree { + width: 80px; +} + +table#liste th.lien { + width: 50px; +} + +table#liste th.fichier { + width: 50px; +} + table#liste td { background-color: #BBBBEE; padding: 3px; } +table#liste td.titre { + font-weight: bold; +} + +table#liste td.annee { + text-align: right; +} + +table#liste td.duree { + text-align: right; +} + +table#liste td.lien { + text-align: center; +} + +table#liste td.fichier { + text-align: center; +} + table#liste td.titre:hover { background-color: #CCCCFF; padding: 3px;