blob: 53ccde3a34995669a863ed329899fe2ec58cd6db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
body {
font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
color: #3E3E3E;
font-size: 12px;
background: #f3f3f3;
}
p {
padding: 5px;
}
h1 {
position: fixed;
background: #fff;
top: 0px;
left: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin: 0px;
width: 100%;
box-shadow: 0px 2px 28px -4px rgba(0,0,0,0.36);
}
|