source: aowow/templates/wowhead/css/Book.css

Last change on this file was 170, checked in by maron, 16 years ago
File size: 489 bytes
Line 
1.book
2{
3 width:28em;
4 border:3px solid #404040;
5}
6
7.book .header
8{
9 cursor:default;
10 text-align:center;
11 background-color:#404040;
12 padding:3px 4px 5px;
13}
14
15.book .previous
16{
17 float:left;
18 text-align:left;
19 width:33%;
20}
21
22.book .next
23{
24 float:right;
25 text-align:right;
26 width:33%;
27}
28
29.book .page
30{
31 background-color:#181818;
32 padding:4px;
33}
34
35.book p
36{
37 margin:0;
38 padding:0;
39}
40
41.book h1,.book h2
42{
43 border:0;
44 font-weight:bold;
45}
46
47.book h1
48{
49 font-size:16px;
50}
51
52.book h2
53{
54 font-size:14px;
55}
Note: See TracBrowser for help on using the repository browser.