diff --git a/12/style.css b/12/style.css index 3ea2115..e8916b3 100644 --- a/12/style.css +++ b/12/style.css @@ -902,6 +902,50 @@ filter: invert(1); height: 100%; } +#chat06 { + display: inline-block; + position: relative; + width: 20%; + background-image: linear-gradient(to right, black, darkblue); + text-align: center; + padding-top: 30px; + padding-bottom: 30px; + margin-top: 30px; + color: #6dc82a; + +} + +#chatwindow { + position: absolute; + top: 830px; + right: 300px; + z-index: 10; + height: 500px; + width: 500px; + text-align: center; +/* border: 1px solid #d3d3d3;*/ +} + +#chat_06header { + padding: 10px; + cursor: move; + z-index: 10; + background-image: linear-gradient(to right, black, darkblue); + color: black; + font-size: 12px; + color: #6dc82a; +} + +.ch06_hidden { + display: none; + right: 40%; +} + +#iframe_chat06 { + width: 100%; + height: 100%; +} + .archive{ display: inline-block;