X-Git-Url: http://git.babelmonkeys.de/?p=socialXMPP.git;a=blobdiff_plain;f=css%2Fstandard.css;h=64607c84316725a9d125e6a1e774cb0646a3239c;hp=47fa53ab19551afb2eac4c819845546ce2e49f46;hb=95dae25028616a4d6e9abfabc04155eb50972396;hpb=23a5063e8401bc43006bffaf9cb82a0dcf84990d diff --git a/css/standard.css b/css/standard.css index 47fa53a..64607c8 100644 --- a/css/standard.css +++ b/css/standard.css @@ -7,9 +7,18 @@ } #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,19 +29,33 @@ } #friends { + display: none; max-width: 50%; + 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 { font-weight: bold; } .friend { float: left; - margin: 2em; + margin: 0.5em; text-align: center; + max-width: 10em; } .friend img, #vCard_container img { @@ -49,7 +72,7 @@ } .chat { - position: fixed; + position: absolute; background-color: white; width: 30%; padding: 1em; @@ -64,3 +87,8 @@ font-size: 15pt; font-weight: bold; } + +.noMarker { + list-style-type: none; + display: inline; +}