Skip to content

Commit

Permalink
Stylesheet remade; Use make to generate it from now on.
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Apr 21, 2012
1 parent 1690835 commit 50a19f4
Show file tree
Hide file tree
Showing 12 changed files with 154 additions and 236 deletions.
3 changes: 2 additions & 1 deletion 404.html
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Clearly</title>
<meta charset="utf-8" />
<link href='http://fonts.googleapis.com/css?family=Dosis:400,700|Ubuntu:400,400italic,700,700italic|Ubuntu+Mono:400,400italic,700,700italic&subset=latin-ext' rel='stylesheet' type='text/css'>
<script src="/jquery.js"></script>
<script src="/clearly.js"></script>
<script>
Expand All @@ -16,7 +17,7 @@
</head>
<body>
<h1>Empty document</h1>
<p>Are you lost? This is <span style="font-family:Lobster">Clearly</span> - <em>structured text editor</em> that uses your browser to manipulate & store documents.</p>
<p>Are you lost? This is <span class=fancy>Clearly</span> - <em>structured text editor</em> that uses your browser to manipulate & store documents.</p>
<p>To get hang of it go and <a href="/tutorial/">play with the tutorial</a>.</p>
</body>
</html>
Expand Down
Binary file removed Lobster.ttf
Binary file not shown.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
all : style

style : style.css

style.css : style.styl
stylus $<

9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -5,4 +5,11 @@ Clearly is a *programmable structured text editor* implemented as a webpage. You

*Clearly* hosts its own **tutorial** and changelog so everything you need to know, you can find in the *Clearly* itself.

If you want to ask a question or submit a bug, use GitHub issue tacking system.
If you want to ask a question or submit a bug, use GitHub issue tacking system.

Building
--------

Stylesheet is generated by Stylus. To build it obtain Stylus and run `make`.

To run local instance of *Clearly* execute `serve.sh`.
Binary file removed SortsMillGoudy-Italic.ttf
Binary file not shown.
Binary file removed SortsMillGoudy-Regular.ttf
Binary file not shown.
Binary file removed UbuntuMono.ttf
Binary file not shown.
Binary file removed bullet.png
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Clearly</title>
<meta charset="utf-8" />
<link href='http://fonts.googleapis.com/css?family=Dosis:400,700|Ubuntu:400,400italic,700,700italic|Ubuntu+Mono:400,400italic,700,700italic&subset=latin-ext' rel='stylesheet' type='text/css'>
<script src="/jquery.js"></script>
<script src="/clearly.js"></script>
<script>
Expand All @@ -16,7 +17,7 @@
</head>
<body>
<h1>Empty document</h1>
<p>Are you lost? This is <span style="font-family:Lobster">Clearly</span> - <em>structured text editor</em> that uses your browser to manipulate & store documents.</p>
<p>Are you lost? This is <span class=fancy>Clearly</span> - <em>structured text editor</em> that uses your browser to manipulate & store documents.</p>
<p>To get hang of it go and <a href="/tutorial/">play with the tutorial</a>.</p>
</body>
</html>
Expand Down
232 changes: 0 additions & 232 deletions style.css

This file was deleted.

0 comments on commit 50a19f4

Please sign in to comment.