Mercurial > kiritsu
annotate styles.css @ 8:4d61c56473c2 default tip
Fixed a problem where some feeds would have unpickleable expatreaders.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 18 Apr 2008 17:13:02 -0700 |
parents | 2110430f4d7f |
children |
rev | line source |
---|---|
0
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
1 a:link { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
2 color:#990000; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
3 text-decoration:none; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
4 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
5 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
6 a:visited { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
7 color:#990000; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
8 text-decoration:none; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
9 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
10 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
11 a:hover { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
12 color:#CC3300; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
13 text-decoration:underline; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
14 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
15 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
16 a:active { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
17 color:#990000; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
18 text-decoration:none; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
19 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
20 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
21 body { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
22 font-family: lucida grande,lucida sans unicode,arial,verdana,sans serif; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
23 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
24 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
25 tr.urgent { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
26 background-color: #FFCCFF; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
27 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
28 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
29 tr.odd { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
30 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
31 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
32 tr.even { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
33 background-color: #FBFBFB; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
34 } |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
35 |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
36 td { |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
37 border-top: 1px solid black; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
38 font-size: 10pt; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
39 vertical-align: top; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
40 padding: 4px; |
2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
41 } |