summaryrefslogtreecommitdiff
path: root/misc/todo.css
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-06-15 22:43:46 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-06-15 22:43:46 +0200
commitc269724fe9c5f9a2a34ebbb93a00a74da2800a9b (patch)
treeee23c87b9ed3ac410c4a12731b9138340396d6b5 /misc/todo.css
parentbc7a99fb50e48130408d3db1119611264e693ffe (diff)
downloadnettle-c269724fe9c5f9a2a34ebbb93a00a74da2800a9b.tar.gz
*** empty log message ***
Rev: nettle/misc/plan.html:1.1 Rev: nettle/misc/todo.css:1.1
Diffstat (limited to 'misc/todo.css')
-rw-r--r--misc/todo.css67
1 files changed, 67 insertions, 0 deletions
diff --git a/misc/todo.css b/misc/todo.css
new file mode 100644
index 00000000..f799e4e1
--- /dev/null
+++ b/misc/todo.css
@@ -0,0 +1,67 @@
+body {
+ background: rgb(255,255,255);
+ color: rgb(0,0,0);
+ margin-left: 10%;
+ margin-right: 10%;
+}
+
+a {
+ color: rgb(50, 50, 100);
+}
+
+a:visited {
+ color: rgb(0, 0, 0);
+}
+
+a:hover {
+ color: rgb(140, 30, 30);
+}
+
+h1 {
+ font-size: 200%;
+ font-weight: normal;
+ color: rgb(30, 30, 140);
+ text-align: left;
+}
+
+h2 {
+ font-size: 150%;
+ font-weight: normal;
+ font-style: normal;
+ text-align: left;
+}
+
+p {
+ margin-left: 2em;
+}
+
+dt {
+ padding-top: 1ex;
+}
+
+hr {
+ background: rgb(30, 30, 140);
+ border-style: none;
+ width: 80%;
+}
+
+img {
+ border: thin black solid;
+ float: right;
+}
+
+.done {
+ color: #00a000;
+}
+
+.should {
+ color: red;
+}
+
+.wish {
+ color: #808000;
+}
+
+.postponed {
+ color: blue;
+}