vines 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,68 +0,0 @@
1
- #login-page {
2
- background: -moz-radial-gradient(rgba(26, 55, 98, 0.8), rgba(12, 26, 45, 0.8)), url(../images/dark-gray.png);
3
- background: -ms-radial-gradient(center, 500px 500px, rgba(26, 55, 98, 0.8), rgba(12, 26, 45, 0.8)), url(../images/dark-gray.png);
4
- background: -o-radial-gradient(rgba(26, 55, 98, 0.8), rgba(12, 26, 45, 0.8)), url(../images/dark-gray.png);
5
- background: -webkit-radial-gradient(center, 500px 500px, rgba(26, 55, 98, 0.8), rgba(12, 26, 45, 0.8)), url(../images/dark-gray.png);
6
- }
7
- #login-page #container {
8
- height: 100%;
9
- width: 100%;
10
- text-align: center;
11
- }
12
- #login-page #login-form {
13
- margin: 0 auto;
14
- position: relative;
15
- width: 640px;
16
- }
17
- #login-page #login-form h1 {
18
- background: url(../images/logo-large.png) no-repeat;
19
- color: transparent;
20
- height: 82px;
21
- line-height: 1;
22
- margin: 0 auto 40px auto;
23
- text-shadow: none;
24
- width: 245px;
25
- }
26
- #login-page #jid,
27
- #login-page #password {
28
- margin: 0 auto;
29
- margin-bottom: 10px;
30
- width: 240px;
31
- display: block;
32
- }
33
- #login-page #icon {
34
- position: absolute;
35
- left: 90px;
36
- top: 0px;
37
- width: 100px;
38
- height: 80px;
39
- }
40
- #login-page #login-form-controls {
41
- background: rgba(0, 0, 0, 0.2);
42
- border: 1px solid rgba(0, 0, 0, 0.1);
43
- border-bottom: 1px solid rgba(255, 255, 255, 0.06);
44
- border-radius: 5px;
45
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
46
- margin: 0 auto;
47
- padding: 20px;
48
- }
49
- #login-page #start {
50
- width: 100px;
51
- margin-left: 0;
52
- margin-bottom: 0;
53
- }
54
- #login-page #start:active {
55
- box-shadow: inset 0 1px 7px #0c1a2d;
56
- }
57
- #login-page input[type="submit"] {
58
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), inset 0 1px 1px rgba(255, 255, 255, 0.5);
59
- }
60
- #login-page #error {
61
- background: rgba(255, 255, 255, 0.05);
62
- border-radius: 3px;
63
- color: #4693FF;
64
- font-size: 10pt;
65
- margin: 20px auto;
66
- text-shadow: 0 1px 1px #000;
67
- width: 250px;
68
- }