From dd83fb65b6f198dc0773b34243242d341351c032 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Thu, 19 Oct 2017 14:23:28 +0100 Subject: bf --- src/Css.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/Css.php') diff --git a/src/Css.php b/src/Css.php index 50680b3..663b1a1 100644 --- a/src/Css.php +++ b/src/Css.php @@ -21,6 +21,25 @@ $corfrente = "#000000"; $corfundo2 = "#dfdfdf"; $cormenu = "#dfdfdf"; ?> +div#popupnew { +position:absolute; +left:50%; +top:17%; +margin-left:-202px; +font-family:'Raleway',sans-serif +} +div#normal { +width:100%; +height:100%; +opacity:.95; +top:0; +left:0; +display:none; +position:fixed; +background-color:#313131; +overflow:auto +} + DIV.menu {background-color:; layer-background-color:} DIV.menudown {background-color:; border-bottom:1px solid white; border-right:1px solid white;border-top:2px solid #555555;border-left:1px solid #555555} DIV.fname {background-color:; layer-background-color:; position:absolute; visibility:hidden; border:0; left:0px; top:0px; height:19px; z-index:100;} -- cgit v1.2.3