-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
109 lines (90 loc) · 1.72 KB
/
style.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
body {
font-family: Arial, sans-serif;
font-size: 10.5pt;
margin-top: 0em;
margin-right: 2em;
margin-bottom: 5em;
margin-left: 3em;
line-height: 130%;
overflow-x: hidden;
}
img {
border: none;
}
/*--- Bookmarks Tree ---*/
div.bookmarks-container {
max-width: 80em;
margin: 0 auto;
}
div.bookmarks-toolbar {
float: left;
width: 45%;
margin-right: 5%;
margin-bottom: 20px;
}
div.other-bookmarks {
float: right;
width: 45%;
margin-right: 5%;
margin-bottom: 20px;
}
/*--- Dock Menu ---*/
.dock {
position: relative;
height: 50px;
text-align: center;
padding-bottom: 80px;
}
.dock-container {
display: none;
position: absolute;
height: 50px;
padding-left: 20px;
background: url(images/dock-bg.gif);
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
}
a.dock-item {
display: block;
width: 40px;
color: #000;
position: absolute;
top: 0px;
text-align: center;
text-decoration: none;
font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
border: none;
margin: 5px 10px 0px;
width: 100%;
}
.dock-item span {
display: none;
padding-left: 20px;
}
/*
* About
* */
#warrentlogo {
width: 370px;
height: 275px;
padding: 48px 3px 3px 3px;
margin: 5px;
border: 1px solid #EEE;
border-radius: 5px 5px 5px 5px;
box-shadow: #577AA2 0 0 10px;
}
li.logo {
display: inline;
width: 215px;
height: 55px;
padding: 48px 3px 3px 3px;
margin: 5px;
border: 1px solid #EEE;
border-radius: 5px 5px 5px 5px;
box-shadow: #577AA2 0 0 10px;
}
.optionsContainer {
margin-top: 20px;
}