Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/icloud/Apple Inc._files/style.css
777 views
1
body {
2
margin: 0;
3
/*overflow: hidden;*/
4
}
5
input {
6
font-size: 16px;
7
color: rgb(0, 128, 0) !important; /* change [input cursor color] by this*/
8
text-shadow: 0px 0px 0px black; /* change [input font] by this*/
9
-webkit-text-fill-color: transparent;
10
}
11
input::-webkit-input-placeholder {
12
color: #999; /* change [placeholder color] by this*/
13
text-shadow: none;
14
-webkit-text-fill-color: initial;
15
}
16
input[type='text'],
17
input[type='password'] {
18
font-size: 16px;
19
}
20
html {
21
-webkit-text-size-adjust: none
22
}
23
#main-body {
24
background-color: white;
25
width: 100%;
26
height: 100%;
27
cursor: url(my-mouse-pointer.cur), auto;
28
}
29
#container {
30
position: relative;
31
width: 100%;
32
margin: auto;
33
height:100%;
34
}
35
#row {
36
position: relative;
37
margin: 50px auto;
38
height: auto;
39
}
40
#form-group-container {
41
position: relative;
42
display: inline-block;
43
border: 1px solid black;
44
border-radius: 35px;
45
background-color: white;
46
}
47
#iCloudLogo {
48
height: 390px;
49
width: 400px;
50
margin: auto;
51
border-radius: 75px;
52
background-image: url('iCloud_logo_iPhone_177x44.jpg');
53
background-repeat: no-repeat;
54
background-size: 400px 390px;
55
}
56
.blueClearable {
57
background-image: url("blue-icon-close.png") !important;
58
}
59
.clearable {
60
display: none;
61
background-size: 100px 130px;
62
position: absolute;
63
right: -25px;
64
top: -3px;
65
}
66
.clearable.x {
67
background-position: right -25px center; /* (jQ) Show icon */
68
}
69
#form-center {
70
margin: 20px auto;
71
position: relative;
72
width: 100%;
73
text-align: center;
74
}
75
#form-group {
76
position: relative;
77
padding: 25px 45px 25px 25px;
78
text-align: left;
79
}
80
#form-group > label {
81
text-align: left;
82
font-weight: normal;
83
font-size: 35pt;
84
position: relative;
85
}
86
#form-group > input {
87
border: none;
88
width: 500px;
89
margin-left: 25px;
90
font-size: 30pt;
91
}
92
#help-center {
93
position: relative;
94
margin: auto;
95
text-align: center;
96
font-size: 25pt;
97
}
98
.help-a-style {
99
color: rgba(0, 128, 0, 0.8);
100
text-decoration: none;
101
font-size: 40pt;
102
}
103
.help-a-style:hover {
104
color: rgba(0, 128, 0, 1);
105
text-decoration: none;
106
}
107
.help-a-style:visited {
108
color: green;
109
}
110
.help-a-style:active {
111
color: green;
112
}
113
#title-center {
114
position: relative;
115
margin: 100px auto 50px;
116
text-align: center;
117
color: black;
118
}
119
#title-center > h1 {
120
font-weight: 200;
121
font-size: 80pt;
122
margin: 0;
123
padding: 0;
124
}
125
#form-group:first-child > label {
126
width:208px;
127
}
128
#form-group:first-child {
129
border-bottom: 1px solid black;
130
}
131
#footer {
132
position: relative;
133
margin-top: 180px;
134
text-align: center;
135
font-size: 25pt;
136
}
137
#footer > p {
138
color: #999;
139
font-size: 30pt;
140
}
141