-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic.css
125 lines (123 loc) · 3.54 KB
/
public.css
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* IMPORTANT */
body {
font-family : topaz, "Lucida Console", monospace, Monaco;
font-size:12pt;
color:#00aaaa;
height: 100%;
margin: 0;
padding: 0;
cursor: url(http://github.com/data/cur/amiga.cur), url(http://github.com/data/cur/amiga.cur), default;
}
INPUT
{
font-family : topazweb, "Lucida Console", monospace, Monaco;
font-size:12pt;
font-weight:normal;
color:#aaaaaa;
background-color: #000f77;
line-height: 100%;
border: 2px solid #aaaaaa;
padding: 2px;
overflow: visible;
background-image:url(http://github.com/data/imgs/header_menu_gradient.png);
cursor: url(http://github.com/data/cur/amiga.cur), url(http://github.com/data/cur/amiga.cur), default;
}
@font-face
{
font-family:topazweb;
src: url(http://github.com/data/fonts/topaz1200dmg_web.eot);
}
@font-face
{
font-family: topaz;
src: url(http://github.com/data/fonts/topaz1200dmg.ttf);
}
@font-face
{
font-family: topazweb;
src: url(http://github.com/data/fonts/topaz1200dmg_web.ttf);
}
button
{
font-family : topazweb, "Lucida Console", monospace, Monaco;
font-size : 12pt;
font-weight : normal;
color:#aaaaaa;
background-color: #000f77;
line-height : 100%;
border : 2px solid #aaaaaa;
background-image:url(http://github.com/data/imgs/header_menu_gradient.png);
}
#page-table {
height: 100%;
width: 100%;
border-collapse: collapse;
text-align: center;
}
#page-td {
height: 100%;
padding: 0;
vertical-align: middle;
}
div#global {
width: 1170px;
margin: 20px auto;
text-align: left;
}
div.maincontainer
{
margin-left: auto ;
margin-right: auto ;
}
div.ahkchq
{
cursor: url(http://github.com/data/cur/amiga.cur), url(http://github.com/data/cur/amiga.cur), default;
}
div.maincontent
{
float: left;
cursor: url(http://github.com/data/cur/amiga.cur), url(http://github.com/data/cur/amiga.cur), default;
}
div.wrap
{
float: left;
background: #000a22;
margin-bottom: 7px;
box-shadow: 5px 5px 8px #111154;
-webkit-box-shadow: 5px 5px 8px #111154;
-moz-box-shadow: 5px 5px 8px #111154;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#111154, offX=3, offY=3, positive=true);
}
div.headline
{
clear: left;
width: 1160px ;
padding-top: 4px;
height: 15px ;
background: #aa00aa ;
color:#ffffff;
border: 2px solid #000000;
font-family : topaz, "Lucida Console", monospace, Monaco;
text-align: center ;
background-image:url(http://github.com/data/imgs/header_menu_gradient.png);
}
div.content_with_blenk
{
float: left;
width: 1160px ;
margin-left: 2px;
padding-right: 1px;
padding-bottom: 1px;
padding-top: 1px;
background-image:url(http://github.com/data/imgs/header_menu_gradient.png);
background-repeat:no-repeat;
}
div.content
{
float: left;
width: 1150px ;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-top: 4px;
}