From b2b32e5969c91e05b0d54feaf64045321f70517b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 5 May 2015 20:53:30 -0700 Subject: 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. --- ui/zerotier.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ui/zerotier.css (limited to 'ui/zerotier.css') 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; +} -- cgit v1.2.3