aboutsummaryrefslogtreecommitdiff
path: root/content/contactFinder.css
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-24 23:00:01 +0200
committerhackademix <giorgio@maone.net>2018-09-26 15:04:20 +0200
commit08f01213cc2e3929bfd0ae55514b2e3bd2e5d6f3 (patch)
treeb231427ea30484ffa96b9b9c582d3c2f301f6eb1 /content/contactFinder.css
parent73a485fa81071cb293e9676e2ee8cdb570523b11 (diff)
Improved and partially refactored floating dialog.
Diffstat (limited to 'content/contactFinder.css')
-rw-r--r--content/contactFinder.css56
1 files changed, 0 insertions, 56 deletions
diff --git a/content/contactFinder.css b/content/contactFinder.css
deleted file mode 100644
index e9ce93e..0000000
--- a/content/contactFinder.css
+++ /dev/null
@@ -1,56 +0,0 @@
-#_LibreJS_CF_panel {
- opacity: 0.8 !important;
- font-family: sans-serif !important;
- font-size: 1.2em !important;
- color: #000 !important;
- z-index: 2147483647 !important;
- background-color: #eee !important;
- position: fixed !important;
- display:inline-block !important;
- border: 2px solid #444 !important;
- text-align: center !important;
- width: 50% !important;
- top: 25% !important;
- bottom: 25% !important;
- left: 25% !important;
- right: 25% !important;
- transition: width .5s !important;
-}
-#_LibreJS_CF_panel:hover {
- opacity: 1 !important;
-}
-#_LibreJS_CF_panel h3, #LibreJS_CF_panel h4, #LibreJS_CF_panel h5 {
- font-family: sans-serif !important;
- color: #000 !important;
- background: transparent !important;
- font-weight: bold !important;
- text-align: center !important;
- border: none !important;
- padding: 0 !important;
- margin: .8em !important;
-}
-
-#_libreJS_CF_panel a {
- text-decoration: none !important;
- color: #840 !important;
- border: none !important;
-}
-
-#_libreJS_CF_panel a:hover {
- text-decoration: none !important;
- color: #c60 !important;
- border-bottom: 1px solid #840 !important;
-}
-
-
-#_LibreJS_CF_panel h3 {
- font-size: 2em !important;
-}
-
-#_LibreJS_CF_panel h4 {
- font-size: 1.8em !important;
-}
-
-#_LibreJS_CF_panel h5 {
- font-size: 1.5em !important;
-}