Attachment 'strawbery.css'
Download 1 /*** The menu bar ***/
2 html ul.gotobar {
3 /* Whole bar. */
4 background: #39f;
5 border-top: 1px solid #06d;
6 border-bottom: 1px solid #07e;
7 }
8 html ul.gotobar li {
9 /* Outer edge of menu items. */
10 border: 1px solid #07e;
11 }
12 html ul.gotobar li a {
13 /* Inactive menu items. */
14 border: 1px solid #7bf;
15 background: #4af;
16 color: #024;
17 }
18 html ul.gotobar li.current a {
19 /* Selected menu items. */
20 background: #39f;
21 border: 1px solid #3af;
22 color: #000;
23 }
24 html ul.gotobar li.current {
25 /* Outer border of selected menu items. */
26 border: 1px solid #06d;
27 }
28 html ul.gotobar li a:hover {
29 /* Menu items on hover. */
30 color: #000;
31 background: #6bf;
32 border: 1px solid #9df;
33 }
34
35 /*** The sidebar ***/
36 html div.sidebar {
37 background: #bef;
38 border: 1px solid #7ae;
39 border-bottom: 1px solid #38e;
40 }
41 html div.wrapper div.sidebar h1,
42 html div.wrapper div.sidebar h2,
43 html div.wrapper div.sidebar h3 {
44 color: #258;
45 border: 1px solid #6ae;
46 background: #7cf;
47 }
48 html div.sidebar li {
49 background: url(img/bullet-blue.png) no-repeat 3px 3px;
50 }
51
52 /*** The content ***/
53 html h2, html h3, html h4, html h5 {
54 /* Headings */
55 color: #4af;
56 }
57 html div.wrapper h1 {
58 /* Largest heading */
59 color: #29f;
60 }
61 html div.wrapper h4 {
62 /* Smallest heading */
63 color: #6bf;
64 }
65
66 /*** The links ***/
67 html a {
68 color: #06f;
69 }
70 html a:visited {
71 color: #39f;
72 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.