summaryrefslogtreecommitdiff
path: root/ui/zerotier.css
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
commitb2b32e5969c91e05b0d54feaf64045321f70517b (patch)
treed6206c744822ddb758676daacdb355506e416aa7 /ui/zerotier.css
parent40f312a827ffecf7d5a233ee5d13b0a3bc88e8a6 (diff)
downloadinfinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.tar.gz
infinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.zip
Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API.
Diffstat (limited to 'ui/zerotier.css')
-rw-r--r--ui/zerotier.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/ui/zerotier.css b/ui/zerotier.css
new file mode 100644
index 00000000..e8ac0bd5
--- /dev/null
+++ b/ui/zerotier.css
@@ -0,0 +1,39 @@
+/* Dark blue-grey: #234447
+ * Light blue-grey: #91a2a3
+ * Light yellow: #ffffcc
+ * Orange: #ffb354 */
+
+/*
+@font-face {
+ font-family: 'Clear Sans Thin';
+ src: url('fonts/clearsans_thin/ClearSans-Thin-webfont.eot');
+ src: url('fonts/clearsans_thin/ClearSans-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/clearsans_thin/ClearSans-Thin-webfont.woff') format('woff'), url('fonts/clearsans_thin/ClearSans-Thin-webfont.ttf') format('truetype'), url('fonts/clearsans_thin/ClearSans-Thin-webfont.svg#clear_sans_thinregular') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+*/
+/*
+@font-face {
+ font-family: 'Clear Sans Regular';
+ src: url('ClearSans-Regular-webfont.eot');
+ src: url('ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('ClearSans-Regular-webfont.woff') format('woff'), url('ClearSans-Regular-webfont.ttf') format('truetype'), url('ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+*/
+
+html,body {
+ font-family: "Helvetica Neue","Lucida Sans Unicode",sans-serif;
+ font-size: 12pt;
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
+.zerotier-address {
+ font-family: monospace;
+}
+.zerotier-node-statusline {
+ font-size: smaller;
+ padding: 0 0.75rem 0 0.75rem;
+}