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