repo.or.cz
/
potoss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Made a few pageoftext.com specific changes to allow for easier integration of potoss...
[potoss.git]
/
static
/
style.css
blob
dbec70d2674015534bdb81f203c34dac9789bda2
1
body
{
2
margin
:
0
;
padding
:
0
;
3
font
:
normal
11px
verdana
;
4
color
:
#444
;
5
}
6
7
a
{
8
/* text-decoration: none; */
9
color
:
#666
;
10
}
11
12
a
:
hover
{
color
:
#E2144A
; }
13
14
.clearboth
{
clear
:
both
; }
15
16
.pot
{
color
:
#933
; }
17
18
.form
{
19
color
:
#333
;
20
font-size
:
10px
;
21
background-color
:
#fff
;
22
}
23
24
#myel_why_list
dt
{
25
font-weight
:
bold
;
26
margin-top
:
10px
;
27
margin-left
:
20px
;
28
}