X-Git-Url: http://cgit.babelmonkeys.de/?p=socialXMPP.git;a=blobdiff_plain;f=css%2Fstandard.css;h=d0e693819da63bbb2bdf1f5caac74a5a585c797f;hp=62dbe00765609e49c99b577de8f0ed7c52c739bb;hb=ad07c555918f5183bd45c29824a93ce6176b0433;hpb=b12b35d39a99293eadee739b291f64433f5da34e diff --git a/css/standard.css b/css/standard.css index 62dbe00..d0e6938 100644 --- a/css/standard.css +++ b/css/standard.css @@ -1,15 +1,38 @@ -#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; + top: 0; + height: 100%; + width: 100%; +} + +#vCard { + background: white; + text-align: center; + margin: 2em auto; + padding: 1em; + width: 50%; + overflow: auto; } #ownInfo { @@ -20,9 +43,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 +65,10 @@ .friend { float: left; - margin: 2em; + margin: 0.5em; text-align: center; + min-width: 100px; + height: 100px; } .friend img, #vCard_container img { @@ -49,7 +85,7 @@ } .chat { - position: fixed; + position: absolute; background-color: white; width: 30%; padding: 1em; @@ -59,3 +95,13 @@ .chatForm { width: 100%; } + +.chatTitle { + font-size: 15pt; + font-weight: bold; +} + +.noMarker { + list-style-type: none; + display: inline; +}