-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (36 loc) · 810 Bytes
/
style.css
File metadata and controls
42 lines (36 loc) · 810 Bytes
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
/********************************************************
* Project : Tab Flow
* Author : David Young
* Date : May 1, 2013
* Copyright : All rights reserved.
* Licence : Feel free to make changes for your own use,
* but you are not permitted to release anything
* based on my code in whole or in part.
********************************************************/
body {
background: #eee;
color: #333;
font-family: Monda, Verdana;
font-size: 11pt;
padding-right: 20px;
}
a {
color: #0077ff;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}
div#windows {
width: 500px;
}
form {
text-align: right;
}
div#feedback {
font-size: 14pt;
position: absolute;
top: 40px;
left: 20px;
}