repo.or.cz
/
specialops1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SO 1-final
[specialops1.git]
/
csslib
/
user
/
202.css
blob
a58b4bb0a5de93ff55bf1f75313bd6fc067810e1
1
*
2
{
3
background
:
#bbb
;
4
font-size
:
7pt
5
}
6
7
h1
,
h2
,
#footer
,
b
,
i
, .
alert
,
img
8
{
9
color
:
#808
10
}
11
12
a
13
{
14
color
:
#008
15
}
16
17
a
:
hover
18
{
19
background
:
#000
;
20
color
:
#f00
21
}
22
23
#titleimg
:
after
24
{
25
content
:
'[Special Ops]'
;
26
color
:
#808
27
}
28
29
input
,
textarea
,
select
,
button
30
{
31
border
:
1px #000
dashed
32
}
33
34
fieldset
35
{
36
border
:
1px
solid
#888
37
}