diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 36f3231..36739a4 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2,7 +2,7 @@ body { -background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; +background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; margin:0; background-repeat:repeat-x; @@ -61,6 +61,16 @@ right:2; bottom:30; } +#effects-msg{ +position:fixed; +bottom:68; +z-index:1111; +right:38; +font-size:15; +color:#000; +text-shadow: #000 1px 1px 1px; + +} #footerc { text-align:center; @@ -159,7 +169,7 @@ margin-right:374; height:35px; right:260px; font-size:20px; -background-image:url(/static/urlbutton.png); +background-image:url(/static/img/urlbutton.png); text-indent:27; top:15px; @@ -194,7 +204,8 @@ text-indent:28; background-color:#0c8fff; font-size:12px; color:#fff; -background-image:url(/static/cambutton.png); + +background-image:url(/static/img/cambutton.png); text-shadow:1px 1px 3px rgba(0,0,0,1); } @@ -220,7 +231,7 @@ padding-bottom:4; background-color:yellow; font-size:17px; color:#fff; -background-image:url(/static/bg-btn-red.png); +background-image:url(/static/img/bg-btn-red.png); text-shadow:1px 1px 3px rgba(0,0,0,1); } #webcam-button-snap.blink{ @@ -285,7 +296,7 @@ text-indent:24; background-color:#0c8fff; font-size:12px; color:#fff; -background-image:url(/static/upbutton.png); +background-image:url(/static/img/upbutton.png); text-shadow:1px 1px 3px rgba(0,0,0,1); } @@ -363,7 +374,7 @@ text-decoration:none; display:block; width:100%; height:100%; -background-image:url(/static/moverc.png); +background-image:url(/static/img/moverc.png); background-repeat:repeat-x; color:#fff; text-decoration:none; |
