Attachment 'screen_fixed.css'
Download 1 /* Written by SixMen */
2 #navibar, #iconbar, #credits, #logo
3 {
4 width: 150px;
5 margin-left: -165px;
6 }
7
8 body
9 {
10 left: 165px;
11 right: 0px;
12 }
13
14 h2,h3,h4,h5,h6
15 {
16 width: auto;
17 }
18
19 body>#logo, #navibar, #iconbar, #credits
20 {
21 position: fixed;
22 margin-left: 0px;
23 }
24
25 body>#username
26 {
27 z-index: 1;
28 position: fixed;
29 width: 100px;
30 top: 0px;
31 right: 0px;
32 }
33
34 body>#title
35 {
36 z-index: 1;
37 position: fixed;
38 top: 0px;
39 left: 165px;
40 right: 100px;
41 }
42
43 html>body
44 {
45 margin-top: 70px;
46 }
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.