X-Git-Url: http://cgit.babelmonkeys.de/?p=socialXMPP.git;a=blobdiff_plain;f=css%2Fstandard.css;h=eb2b9d69a0f7167f57ecb731b1812a8166b20fc6;hp=b6c3b8e27a9f8a23a3fd48ab41fb0e753f4973db;hb=0166a6865404cec150d4457fd13e25bf35635ad0;hpb=b11e25fa989a433439d4267c7e95f5e39a88e21b diff --git a/css/standard.css b/css/standard.css index b6c3b8e..eb2b9d6 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 { @@ -27,6 +36,17 @@ 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; } @@ -67,3 +87,8 @@ font-size: 15pt; font-weight: bold; } + +.noMarker { + list-style-type: none; + display: inline; +}