forked from tigerfarm/owlcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
agentapp.css
74 lines (72 loc) · 1.84 KB
/
agentapp.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
#topBar {
width: 780px;
margin: 6px 0px 0px 120px;
padding: 0px 0px 0px 0px;
}
#bottomBar {
width: 780px;
margin: 6px 0px 0px 120px;
padding: 6px 0px 20px 0px;
font: Helvetica,Arial,sans-serif;
font-size: 14px;
text-align: center;
color: rgba(255,255,255,.65);
background-color: #080A30;
}
#agentList {
padding: 0px 0px 20px 0px;
text-decoration: none;
}
#bottomContent {
padding-top: 20px;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
#goAgentList:hover {
text-decoration: underline;
}
h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
.company {
padding-top: 6px;
padding-left: 160px;
}
.network-name {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
}
.btn {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}