From 116cf6f04d4e4d351133e6e249a559febc2960da Mon Sep 17 00:00:00 2001 From: Sandra Date: Wed, 17 Jun 2020 00:35:24 +0200 Subject: [PATCH] css --- 12/index_test.html | 17 ++++++++++------- 12/style.css | 47 +++++++++++++++++++++++++++++++--------------- 2 files changed, 42 insertions(+), 22 deletions(-) diff --git a/12/index_test.html b/12/index_test.html index 611f852..59fb7cf 100644 --- a/12/index_test.html +++ b/12/index_test.html @@ -45,8 +45,7 @@
-
- +
PROGRAMME #12.6
@@ -56,10 +55,16 @@
+ +
+ +
+ +
+
    -
  • ⇢ track / name / duration
  • -
  • ⇢ track / name / duration
  • +
  • ⇢ track / name / duration
  • ⇢ track / name / duration
  • ⇢ track / name / duration
  • ⇢ track / name / duration
  • ⇢ track / name / duration
  • @@ -81,9 +86,7 @@
--> -
- -
+
click here to move
diff --git a/12/style.css b/12/style.css index ec6fe35..7eeeb9a 100644 --- a/12/style.css +++ b/12/style.css @@ -767,8 +767,10 @@ filter: invert(1); #implicancies_06 > div { display: inline-block; text-align: center; - background-color: white; + background-color: black; z-index: 100; + margin-top: 180px; + padding-top: 50px; } @@ -778,8 +780,8 @@ filter: invert(1); max-width: 100%; height: 60%; padding: 0px; - margin-top: 180px; - background-color: white; + + background-color: darkgrey; z-index: 100; } @@ -792,9 +794,8 @@ filter: invert(1); /*overflow-y: auto;*/ background-image: linear-gradient(to right, black, darkblue); margin: 0px; - /*border: 10px solid black;*/ - float: left; - margin-left: 50px; + border: 10px solid black; + float: right; font-family: Roboto Mono; } @@ -803,7 +804,7 @@ filter: invert(1); #resources iframe, #iframe_06 { width: 100%; height: 100%; - border: 1px solid #FAF0E6; + border: 1px solid black; background-color: none; position: relative; } @@ -811,11 +812,12 @@ filter: invert(1); #week_06{ - width: 30%; + width: 100%; margin: 0px; margin-right: 70px; background-color: ; - float: right; + float: left; + font-family: monotype; } .schedule_06 { @@ -824,10 +826,12 @@ filter: invert(1); margin-top: 0px; background-color:; color:#6dc82a; + float: left; } -#table_content_06 { +#table_content_06 >ul { + display: inline; align-content: initial; font-size: 20px; text-align: left; @@ -838,11 +842,18 @@ filter: invert(1); color:#6dc82a; } +/*ul#table_content_06 li{ + display: inline; + align-content: initial; + margin-left:5px; + }*/ + .audio_06{ - width:100%; + display: inline-block; + width:50%; margin-top: 50px; margin-bottom: 50px; - background-color: white; + background-color: black; } .link_06{ @@ -906,13 +917,19 @@ filter: invert(1); display: inline-block; position: relative; width: 20%; - background-image: linear-gradient(to right, black, darkblue); + background-image: linear-gradient(to right, black, darkblue, black); text-align: center; padding-top: 30px; padding-bottom: 30px; - margin-top: 30px; + /*margin-top: 30px;*/ color: #6dc82a; + float: right; + +} +#chat_btn{ + font-family: monotype; + font-size: 20px; } #chatwindow { @@ -930,7 +947,7 @@ filter: invert(1); padding: 10px; cursor: move; z-index: 10; - background-image: linear-gradient(to right, black, darkblue); + background-image: linear-gradient(to right, darkblue, black, darkblue); color: black; font-size: 12px; color: #6dc82a;