styles.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. @font-face {
  2. font-family:'Helvetica Neue';
  3. src: local("Helvetica Neue Light"),
  4. local("HelveticaNeue-Light"),
  5. url(" HelveticaNeue-Light.html") format("truetype"),
  6. url(" HelveticaNeue-Light-2.html") format("woff");
  7. font-weight:300
  8. }
  9. @font-face {
  10. font-family: 'HelveticaLight';
  11. src: url(" HelveticaNeue-Light.woff");
  12. }
  13. * {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. html, body {
  18. width: 100%;
  19. height: 100%;
  20. font-weight: 300;
  21. }
  22. .sign-in {
  23. font-size: 39px;
  24. line-height: 44px;
  25. z-index: 10;
  26. pointer-events: none;
  27. }
  28. .loader {
  29. position: absolute;
  30. left: 50%;
  31. top: 50%;
  32. color: white;
  33. background: transparent;
  34. font-family: Helvetica, Arial, Sans-Serif;
  35. z-index: 3;
  36. }
  37. .body_image_old {
  38. background: url(" icloud_wallpaper.png") no-repeat center center fixed;
  39. -webkit-background-size: cover;
  40. -moz-background-size: cover;
  41. -o-background-size: cover;
  42. background-size: cover;
  43. z-index: 2;
  44. }
  45. .body_image_new {
  46. opacity: 0;
  47. background: url(" icloud_effect.png") no-repeat center center fixed;
  48. -webkit-background-size: cover;
  49. -moz-background-size: cover;
  50. -o-background-size: cover;
  51. background-size: cover;
  52. /*background-size: 90% 90%;*/
  53. width: 100%;
  54. height: 100%;
  55. z-index: 1;
  56. }
  57. .logo {
  58. background: url(" _logo.png");
  59. width: 56px;
  60. height: 16px;
  61. }
  62. .help {
  63. background: url(" help.png");
  64. width: 22px;
  65. height: 22px;
  66. }
  67. .lF {
  68. float: left
  69. }
  70. .lR {
  71. float: right
  72. }
  73. .instr {
  74. color: rgba(255,255,255, 0.8);
  75. font: 20px "HelveticaLight", sans-serif;
  76. margin-right: 10px;
  77. padding-right: 10px;
  78. border-right: 1px solid #FFF;
  79. cursor: pointer;
  80. }
  81. .instr:hover {
  82. color: rgba(255,255,255, 0.6);
  83. }
  84. .instr > span > a {
  85. color: rgba(255,255,255, 0.8);
  86. text-decoration: none;
  87. font: 20px "HelveticaLight", sans-serif;
  88. }
  89. .instr > span > a:hover {
  90. color: rgba(255,255,255, 1);
  91. font: 20px "HelveticaLight", sans-serif;
  92. }
  93. .header {
  94. padding: 15px;
  95. top: 0px;
  96. position: absolute;
  97. width: 98%;
  98. }
  99. .body {
  100. width: 360px;
  101. height: 400px;
  102. margin: -200px 0 0 -180px;
  103. position: absolute;
  104. top: 50%;
  105. left: 50%;
  106. background: transparent;
  107. }
  108. .sec::before {
  109. position: absolute;
  110. content: '';
  111. height: 47px;
  112. width: 380px;
  113. top: 25px;
  114. display: block;
  115. background-size: 380px 247px;
  116. background-image: url(' stylesheet-1@2x.png');
  117. background-position: 0px -56px;
  118. background-repeat: no-repeat;
  119. }
  120. .cloud {
  121. background: url(" cloud.png");
  122. width: 141px;
  123. height: 91px;
  124. margin: auto;
  125. }
  126. .clickable {
  127. position: relative;
  128. right: 0;
  129. color: white;
  130. cursor: pointer;
  131. font-weight: bold;
  132. }
  133. .clickable:visited {
  134. color: white;
  135. cursor: pointer;
  136. }
  137. .center {
  138. position: relative;
  139. margin: 25px auto auto;
  140. padding: 0;
  141. }
  142. .clickable:active {
  143. color: white;
  144. cursor: pointer;
  145. }
  146. .clickable:hover {
  147. cursor: pointer;
  148. }
  149. .labelRef {
  150. margin: 15px auto 10px;
  151. font: 35px "HelveticaLight", sans-serif;
  152. color: #FFF;
  153. text-align: center;
  154. }
  155. .cont {
  156. position: relative;
  157. width: 170px;
  158. margin: 20px auto auto;
  159. text-align: center;
  160. }
  161. .cont2 {
  162. position: relative;
  163. text-align: center;
  164. overflow: visible;
  165. white-space: pre-line;
  166. }
  167. .tlrm {
  168. position: absolute;
  169. left: 0px;
  170. top: -3px
  171. background-image:url(check1.png);
  172. }
  173. .txt {
  174. font-family: "HelveticaLight",sans-serif;
  175. white-space: nowrap;
  176. font-size: 17px;
  177. line-height: 17px;
  178. margin-left: 20px;
  179. color: white;
  180. }
  181. .account-cr {
  182. position: relative;
  183. font-family: "HelveticaLight", sans-serif;
  184. color: white;
  185. font-size: 15px;
  186. overflow: visible;
  187. }
  188. .boxFrm {
  189. border-radius: 6px;
  190. -webkit-border-radius: 6px;
  191. -moz-border-radius: 6px;
  192. -o-border-radius: 6px;
  193. -ms-border-radius: 6px;
  194. background: rgba(255, 255, 255, 0.75);
  195. background-clip: padding-box;
  196. border: 1px solid rgba(0, 0, 0,0.3);
  197. height: 93px;
  198. width: 322px;
  199. margin: 20px auto 0;
  200. margin-top:29px;
  201. margin-left:19px
  202. }
  203. .boxFrm .appId1, .boxFrm .appId2 {
  204. padding: 12px;
  205. font: 20px "HelveticaLight", sans-serif;
  206. margin-bottom: -6px;
  207. border: none;
  208. outline: none;
  209. width: 300px;
  210. background: transparent;
  211. }
  212. .boxFrm .appId1 {
  213. border-bottom: 1px solid #CCC;
  214. }
  215. .boxFrm .appId2 {
  216. width: 261px!important
  217. }
  218. .sbBtn {
  219. opacity: 0.2;
  220. background: url(" arrow.png");
  221. width: 26px;
  222. height: 26px;
  223. border: none;
  224. outline: none;
  225. margin-top: 15px;
  226. }
  227. .fLogo {
  228. background: url(" logo.png");
  229. width: 33px;
  230. height: 33px;
  231. }
  232. .footer {
  233. position: absolute;
  234. bottom: 0px;
  235. font: 13px "Helvetica Neue", sans-serif;
  236. color: #FFF;
  237. width: 100%;
  238. }
  239. .footer ul {
  240. position: absolute;
  241. right: 0;
  242. text-decoration: none;
  243. color: rgba(255,255,255,0.8);
  244. text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
  245. }
  246. .footer ul li {
  247. display: block;
  248. float: left;
  249. padding-right: 10px;
  250. border-right: 1px solid rgba(230,234,237,0.2);
  251. margin-right: 10px;
  252. line-height: 8px;
  253. margin-top: 10px;
  254. -webkit-transition: opacity 0.4s;
  255. -moz-transition: opacity 0.4s;
  256. -ms-transition: opacity 0.4s;
  257. transition: opacity 0.4s;
  258. }
  259. .footer ul li a {
  260. color: rgba(255,255,255,0.8);
  261. text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
  262. cursor: pointer;
  263. text-decoration: none;
  264. }
  265. .footer ul li a:hover {
  266. color: white;
  267. text-decoration: none;
  268. }
  269. .footer ul li:hover {
  270. color: white;
  271. text-shadow: none;
  272. cursor: pointer;
  273. }
  274. .footer ul li:last-child:hover {
  275. color: rgba(255,255,255,0.8);
  276. text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
  277. cursor: default;
  278. }
  279. .footer ul li:last-child {
  280. border: none;
  281. }