-
Notifications
You must be signed in to change notification settings - Fork 4
/
logginn.css
executable file
·206 lines (188 loc) · 4.57 KB
/
logginn.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se
Feel free to use and modify but please provide credits.
#############################################################*/
/* Standard elements */
* {
margin: 0;
padding: 0;
}
a {
color: #999;
text-decoration: none;
}
body {
background: #000 url(logginn/bg.png) repeat-x fixed left bottom;
color: #555;
margin: 20px 0;
text-align: center;
font: normal 0.7em sans-serif,Arial;
}
ul {
margin: 12px 0;
}
li {
/*list-style: url(logginn/li.gif);*/
margin-left: 18px;
}
code {
font: normal 1em "Lucida Sans Unicode",serif;
background: url(logginn/bgcode.gif);
color: #888;
display: block;
padding: 3px 6px;
white-space: pre;
margin-bottom: 12px;
}
/* Misc */
div.quote {
margin-bottom: 12px;
font: normal 1.1em "Lucida Sans Unicode",serif;
background: url(logginn/quote.gif) no-repeat;
padding-left: 28px;
color: #666;
}
/* Main structure */
.main {
background: #000;
border: 3px double #EEE;
border-color: #141414 #202020 #222 #202020;
margin: 20px auto 4px auto;
text-align: left;
width: 600px;
}
/* Header */
.gfx {
background: #222 url('imgs/logginnheader copy.png') no-repeat;
height: 160px;
}
.gfx h1 {
color: #999;
font: normal 23px Tahoma,sans-serif;
padding: 0px;
position: relative;
top: 131px;
text-align: center;
background: black;
}
/* Menu */
.menu a {
background: #000 url(logginn/bgmenu.png) repeat-x;
border-right: 1px solid #222;
border-top: 1px solid #1A1A1A;
color: #444;
font-size: 1.2em;
float: left;
padding-top: 4px;
width: 149px; height: 36px;
}
.menu a span {
padding-left: 6px;
}
.menu a:hover {
background-position: left bottom;
color: #666;
}
.menu a#last {
width: 150px;
border-right: none;
}
/* Content */
.content {
border-top: 1px solid #1A1A1A;
background: #1A1A1A;
clear: both;
}
.content h1 {
margin: 0 0 4px;
font: bold 1.1em sans-serif,Arial;
color: #666;
}
.content p {
margin: 0 0 12px;
}
.item {
background: #030303 url(logginn/bgitem.gif) repeat-x;
padding: 8px 10px;
}
/*LOGG INN AV MAGNUS*/
.submit {
border: none;
height: 30px;
width: 150px;
background: url('logginn/menu_heading.png') repeat-x;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-top: 1px solid #6e5844;
border-bottom: 1px solid #000;
margin: 10px 30px 0px 0px;
float: right;
line-height: 30px;
text-align: center;
color: #ccc;
text-shadow: 1px 1px 0px #000;
}
.submit[type=submit]:hover {
border-bottom: 1px solid #6e5844;
border-top: 1px solid #111;
color: #fff;
}
/*SLUTT LOGGINN /MAGNUS */
/* Footer */
.footer {
padding: 5px;
background: #0A0A0A;
color: #666;
text-align:center;
}
.awesome, .awesome:visited {
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
.red.awesome:hover { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
.yellow.awesome:hover { background-color: #fc9200; }
table.glemt{
margin: 0 auto;
border:1px solid #222;
border-collapse:collapse;
}
table.glemt td, table.glemt th{
border:1px solid #222;
}
table.glemt th{
padding:10px;
background:none;
font-family:'Times New Roman';
text-align:center;
}