From 9905e003328be66c616b7d54f99eb0b8d8984a85 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 11:53:59 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/12/style.css b/12/style.css index 48bf2b9..6cbef67 100644 --- a/12/style.css +++ b/12/style.css @@ -433,6 +433,13 @@ a:hover{ top: 250px; z-index:102; padding: 30px; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + user-select: none; } #implicancies_05 { @@ -442,11 +449,9 @@ a:hover{ border: 0px none; padding: 20px; height: 800px; - - } +} #etherpad { - /*text-align: center;*/ white-space: pre-wrap; width: 100px; @@ -663,9 +668,11 @@ filter: invert(1); #audio_05header{ - padding: 10px; + padding: 5px; cursor: move; - background-color: grey; + background-color: white; color: #fff; z-index:2000; + font-size: 8pt; + color:black; } \ No newline at end of file