X-Git-Url: http://cgit.babelmonkeys.de/?a=blobdiff_plain;f=css%2Fstandard.css;h=06afbd97711ca7db7d5d8e6ddfbd25c60e85b882;hb=17615ff384777c0fd065dedd248af983db8f9fca;hp=25e4aed4655e08610134e3628777510e9f50c8fd;hpb=3b0f4eb6ee40c6f29fe5887893f43adbb0135c0c;p=socialXMPP.git diff --git a/css/standard.css b/css/standard.css index 25e4aed..06afbd9 100644 --- a/css/standard.css +++ b/css/standard.css @@ -1,15 +1,36 @@ -#login { - text-align: center; +form { + display: table; + margin: auto; +} + +input { + margin: 0.2em; + float: left; +} + +label { + float: left; + width: 6em; } #log_container { clear: both; + display: none; } #vCard_container { - float: left; display: none; - margin: 1em; + position: fixed; + height: 100%; + width: 100%; +} + +#vCard { + background: white; + text-align: center; + margin: 2em auto; + width: 50%; + overflow: auto; } #ownInfo { @@ -20,9 +41,20 @@ } #friends { - max-width: 50%; + display: none; + padding: 1em; background: grey; - float: left; +} + +#box-overlay { + background: black; + opacity: 0.8; + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + display: none; } .vCardName { @@ -31,8 +63,10 @@ .friend { float: left; - margin: 2em; + margin: 0.5em; text-align: center; + max-width: 10em; + height: 100px; } .friend img, #vCard_container img { @@ -44,9 +78,28 @@ color: blue; } +.receiver { + color: darkred; +} + .chat { + position: absolute; + background-color: white; width: 30%; - height: 30%; padding: 1em; border: 2px solid; } + +.chatForm { + width: 100%; +} + +.chatTitle { + font-size: 15pt; + font-weight: bold; +} + +.noMarker { + list-style-type: none; + display: inline; +}