Getting somewhere.
This commit is contained in:
parent
7085c71feb
commit
1cc837afc7
|
@ -10,15 +10,14 @@ body {
|
||||||
/*@preval
|
/*@preval
|
||||||
print(' background-color: ' + page_bg + ';')
|
print(' background-color: ' + page_bg + ';')
|
||||||
*/
|
*/
|
||||||
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana,
|
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif;
|
||||||
sans-serif;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#minilogo {
|
#minilogo {
|
||||||
color: #008000;
|
color: #008000;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
#+title: About metanohi
|
|
@ -0,0 +1,23 @@
|
||||||
|
#+title: Test of mege features
|
||||||
|
|
||||||
|
* Test of mege features
|
||||||
|
*mege* has many features. A bit /too/ many, perhaps.
|
||||||
|
|
||||||
|
** Lists
|
||||||
|
10. [@10]Starting at 10
|
||||||
|
11. ABC
|
||||||
|
40. [@40]Going to 40
|
||||||
|
41. 2+2=4
|
||||||
|
|
||||||
|
Another list:
|
||||||
|
|
||||||
|
+ The text of this line actually takes up two lines in its source form, and
|
||||||
|
not just one.
|
||||||
|
+ Just one line
|
||||||
|
+ A sublist
|
||||||
|
+ with another entry
|
||||||
|
1) and so on
|
||||||
|
2) etc...
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
#+title: Writings
|
Loading…
Reference in New Issue