diff --git a/fonts/OpenSans-Bold.ttf b/fonts/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/fonts/OpenSans-Bold.ttf differ diff --git a/fonts/OpenSans-BoldItalic.ttf b/fonts/OpenSans-BoldItalic.ttf new file mode 100755 index 0000000..9bc8009 Binary files /dev/null and b/fonts/OpenSans-BoldItalic.ttf differ diff --git a/fonts/OpenSans-Italic.ttf b/fonts/OpenSans-Italic.ttf new file mode 100755 index 0000000..c90da48 Binary files /dev/null and b/fonts/OpenSans-Italic.ttf differ diff --git a/fonts/OpenSans-Light.ttf b/fonts/OpenSans-Light.ttf new file mode 100755 index 0000000..0d38189 Binary files /dev/null and b/fonts/OpenSans-Light.ttf differ diff --git a/fonts/OpenSans-LightItalic.ttf b/fonts/OpenSans-LightItalic.ttf new file mode 100755 index 0000000..68299c4 Binary files /dev/null and b/fonts/OpenSans-LightItalic.ttf differ diff --git a/fonts/OpenSans-Regular.ttf b/fonts/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/fonts/OpenSans-Regular.ttf differ diff --git a/fonts/UbuntuMono-B.ttf b/fonts/UbuntuMono-B.ttf new file mode 100644 index 0000000..7bd6665 Binary files /dev/null and b/fonts/UbuntuMono-B.ttf differ diff --git a/hybrid.html b/hybrid.html index 16c0da3..d9df0e0 100644 --- a/hybrid.html +++ b/hybrid.html @@ -1,55 +1,64 @@ - + Hybrid Publishing Editor - + -
-
-
- markdown -
- -
-
-
- -
-
- -
+
+
+
+ +
+
+ write markdown / + +
+
+
+
+
+
-
-
-
-
-
-
- - - - - -
-
-
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+
+
+
+
+ + diff --git a/hype.css b/hype.css index 3b8de29..f87096a 100644 --- a/hype.css +++ b/hype.css @@ -1,14 +1,85 @@ -body {} +@font-face { + font-family: 'Ubuntu Mono Bold'; + src: url('fonts/UbuntuMono-B.ttf'); +} + +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Light.ttf'); + font-weight: 300; +} + +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-LightItalic.ttf'); + font-weight: 300; + font-style: italic; +} + +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Regular.ttf'); + font-weight: 400; +} +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Italic.ttf'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Bold.ttf'); + font-weight: 600; +} + +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-BoldItalic.ttf'); + font-weight: 600; + font-style: italic; +} + + +body { + font-family: Open Sans; + font-size: 12pt; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Ubuntu Mono Bold', monospace; +} a { - text-decoration: none; - color: green; + color: #000; + text-decoration: underline; } a:hover { + color: #0F0; text-decoration: underline; } + +div.header, select, button, input { + font-family: 'Ubuntu Mono Bold', monospace; +} + + +div.header { + padding: 10px; + font-size:1em; + text-align:center; +} + +div.header-center { + display: inline-block; + margin-left: auto; + margin-right: auto; +} + + #split { position: absolute; left: 0; right: 0; @@ -16,7 +87,7 @@ a:hover { } #editor { - border-right: 2px dotted gray; + border-right: 2px dotted #0F0; } #editor textarea { @@ -46,8 +117,7 @@ a:hover { } .label { - text-transform: uppercase; - font-size: smaller; + /*text-transform: uppercase;*/ } #editortext { @@ -68,9 +138,10 @@ a:hover { padding: 10px; position: absolute; left: 0; top: 32px; - background: #EEE; + background: #FFF; width: 360px; display: none; + border: 2px solid #0F0; } #footer { @@ -149,3 +220,14 @@ a:hover { cursor: move; } +img.logo{ + position: fixed; + width:80px; + right:15px; + bottom:5px; +} + +input, select, button{ + background: #FFF; + border: 2px solid #0F0; +} \ No newline at end of file diff --git a/imgs/logo_horiz.jpg b/imgs/logo_horiz.jpg new file mode 100644 index 0000000..9a852c2 Binary files /dev/null and b/imgs/logo_horiz.jpg differ