-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (90 loc) · 1.45 KB
/
Copy pathstyle.css
File metadata and controls
95 lines (90 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
html, body {
height: 100%;
overflow:hidden;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color:#666;
}
p {
margin-top:20px;
margin-bottom:20px;
line-height:150%;
}
body>header {
background: #666;
padding: 20px;
height:65px;
clear:both;
}
body>header hgroup h1 {
font-size: 3.0em;
text-transform: uppercase;
color: #fff;
}
body>header hgroup h2 {
font-size: 0.8em;
color: #fff;
font-style:italic;
}
body>header hgroup a {
font-size: 0.8em;
color: #fff;
font-style:italic;
}
nav {
height:25px;
padding:10px;
background: #000;
color: #fff;
font-weight: bold;
clear:both;
}
nav ul {
padding:0; margin:0;
list-style: none;
}
nav ul li {
display: block;
float: left;
margin-right: 20px;
}
nav ul li a {
color: #fff;
background: #000;
text-decoration: none;
padding:5px;
display:block;
margin:0;
}
nav ul li a:hover {
background: #666;
}
#container {
width:100%;
height: 95%;
background-image: url(board.jpg);
background-repeat: repeat;
}
#container .yui-panel .bd {
overflow:auto;
padding:10px;
color:#000000;
background-color:#ffff98;
}
#container .yui-panel .hd {
font-size:72%;
}
.yui-panel .ft {
height:15px;
padding:0;
}
.yui-panel .yui-resize-handle-br {
right:0;
bottom:0;
height: 8px;
width: 8px;
position:absolute;
}