summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-05 14:41:59 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-05 14:41:59 (EST)
commit71a7e4de5ebeee6d808e1a28e18271f421f5cd27 (patch)
treecee15a071b571fd52efd42b1c5042b415074f688 /src/utils
parentc7bf27ff65f5eb163785ee3f481993995a44b07d (diff)
downloadmarquee-71a7e4de5ebeee6d808e1a28e18271f421f5cd27.zip
marquee-71a7e4de5ebeee6d808e1a28e18271f421f5cd27.tar.gz
marquee-71a7e4de5ebeee6d808e1a28e18271f421f5cd27.tar.bz2
src/utils/html.c: Remove profiles styles
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/html.c80
1 files changed, 0 insertions, 80 deletions
diff --git a/src/utils/html.c b/src/utils/html.c
index 0f49ef1..4efaa2a 100644
--- a/src/utils/html.c
+++ b/src/utils/html.c
@@ -191,86 +191,6 @@ static const gchar *global_styles =
"width: calc(100% - 12px);\n"
"height: 400px;\n"
"}\n"
- "div.profile > svg {\n"
- "width: 64px;\n"
- "height: 64px;\n"
- "border: 1px solid transparent;\n"
- "border-radius: 3px;\n"
- "padding: 6px;\n"
- "transition: all 250ms ease-in-out 0s;\n"
- "-moz-transition: all 250ms ease-in-out 0s;\n"
- "-wekbit-transition: all 250ms ease-in-out 0s;\n"
- "-o-transition: all 250ms ease-in-out 0s;\n"
- "}\n"
- "div.profile > label {\n"
- "display: inline;\n"
- "border: 1px solid #9F9F9F;\n"
- "border-radius: 3px;\n"
- "background-color: #DFDFDF;\n"
- "padding: 6px;\n"
- "color: #000000;\n"
- "transition: all 250ms ease-in-out 0s;\n"
- "-moz-transition: all 250ms ease-in-out 0s;\n"
- "-wekbit-transition: all 250ms ease-in-out 0s;\n"
- "-o-transition: all 250ms ease-in-out 0s;\n"
- "}\n"
- "div.profile > label:hover {\n"
- "border: 1px solid #4F8FCF;\n"
- "outline: 0;\n"
- "background-color: #EFEFEF;\n"
- "}\n"
- "div.profile {\n"
- "background-color: #CFCFCF;\n"
- "border: 1px solid #9F9F9F;\n"
- "border-radius: 3px;\n"
- "}\n"
- "div.profile > input[type=radio] {\n"
- "display: none;\n"
- "}\n"
- "div.profile > span {\n"
- "display: inline;\n"
- "position: absolute;\n"
- "}\n"
- "div.profile > span.current {\n"
- "font-weight: bold;\n"
- "}\n"
- "div.profile > input[type=text] {\n"
- "display: none;\n"
- "position: absolute;\n"
- "}\n"
- "div.profile > label {\n"
- "display: inline;\n"
- "}\n"
- "div.profile > label > span {\n"
- "margin: 0;\n"
- "}\n"
- "div.profile > input[type=submit]:last-child {\n"
- "display: none;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ svg {\n"
- "border-color: #9F9F9F;\n"
- "background-color: #DFDFDF;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ svg:hover {\n"
- "border-color: #4F8FCF;\n"
- "background-color: #EFEFEF;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ span {\n"
- "display: none;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ input[type=text] {\n"
- "display: inline;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ label {\n"
- "display: none;\n"
- "}\n"
- "div.profile > input[type=radio]:checked ~ "
- "input[type=submit]:last-child {\n"
- "display: inline;\n"
- "}\n"
- "div.profile > label, div.profile > input[type=submit] {\n"
- "float: right;\n"
- "}\n"
;
gchar *