Path: blob/master/modules/social_engineering/fake_evernote_clipper/login.css
1874 views
body {1font-size: 11px;2font-style: normal;3overflow: hidden;4-webkit-font-smoothing: antialiased;5-webkit-user-select: none;6}78* {9background-repeat: no-repeat;10color: inherit;11font: inherit;12text-shadow: inherit;13-webkit-font-smoothing: inherit;14}1516textarea {17resize: none;18}1920a {21text-decoration: none;22}2324.tab {25cursor: pointer;26display: inline-block;27height: 26px;28vertical-align: top;29}30.tab.pressed {31background-image: url(../images/clip_result_arrow.png);32background-size: 16px 8px;33}3435.pinch {36background-color: #2F373D;37border-top: 1px solid #272D33;38border-bottom: 1px solid #272D33;39margin-top: -1px;40}4142input[type=radio], input[type=checkbox] {43display: none;44}45label {46cursor: pointer;47display: inline-block;48vertical-align: top;49}50input[type=radio] + label:before {51background-image: url(../images/radio.png);52background-repeat: no-repeat;53background-size: 16px 16px;54content: "";55display: inline-block;56height: 16px;57width: 16px;58}59input[type=radio]:checked + label:before {60background-image: url(../images/radio-dot.png), url(../images/radio.png);61background-position: 5px, 0;62background-size: 6px 7px, 16px 16px;63}64input[type=radio] + label {65height: 16px;66line-height: 16px;67}6869input[type=checkbox] + label:before {70background-color: #737F89;71border: 1px solid #232A31;72border-radius: 4px;73content: "";74display: inline-block;75height: 20px;76width: 20px;77}78input[type=checkbox]:checked + label:before {79background-image: url(../images/checkmark-big.png);80background-position: 50% 5px;81background-repeat: no-repeat;82background-size: 14px 12px;83}84input[type=checkbox] + label {85height: 22px;86line-height: 22px;87}8889select {90background-color: white;91background-image: url(../images/icon_down_padded.png);92background-position: -webkit-calc(100% - 10px) 50%;93background-size: 8px 5px;94border: 1px solid #232A30;95border-radius: 3px;96color: #3A4045;97font-family: "GothamMedium", Helvetica, Arial, sans-serif;98font-size: 11px;99line-height: 24px;100margin: 0;101outline: none;102padding: 0 28px 0 10px;103text-shadow: none;104-webkit-appearance: button;105}106107@font-face {108font-family: "CaeciliaBold";109src: url(../fonts/caecilialtstd-bold-webfont.woff) format('woff');110}111@font-face {112font-family: "CaeciliaRoman";113src: url(../fonts/caecilialtstd-roman-webfont.woff) format('woff');114}115@font-face {116font-family: "GothamBook";117src: url(../fonts/GothamSSm-Book.otf) format('opentype');118}119@font-face {120font-family: "GothamMedium";121src: url(GothamSSm-Medium.otf) format('opentype');122}123@font-face {124font-family: "GothamBold";125src: url(GothamSSm-Bold.otf) format('opentype');126}127128@media (-webkit-min-device-pixel-ratio: 1.5) {129.tab.pressed {130background-image: url(../images/[email protected]);131}132input[type=radio] + label:before {133background-image: url(../images/[email protected]);134}135input[type=radio]:checked + label:before {136background-image: url(../images/[email protected]), url(../images/[email protected]);137}138input[type=checkbox]:checked + label:before {139background-image: url(../images/[email protected]);140}141select {142background-image: url(../images/[email protected]);143}144}145146a {147text-decoration: none;148}149150body {151border: 1px solid #21262C;152border-radius: 5px;153margin: 2px;154}155156#main {157background-color: #2F373D;158border-radius: 4px;159padding: 22px 28px;160}161162#logo {163background-image: url(clipboard.png), url(evernote_web_clipper.png);164background-position: -10px -10px, 48px 1px;165background-size: 58px 58px, 134px 36px;166cursor: pointer;167height: 58px;168}169#logo.china {170background-image: url(clipboard.png), url(../../images/evernote_web_clipper_china.png);171background-position: -10px -10px, 43px 1px;172background-size: 58px 58px, 48px 47px;173}174175#close {176background-image: url(close_login.png);177background-size: 8px 8px;178cursor: pointer;179height: 8px;180outline: none;181position: absolute;182right: 6px;183top: 6px;184width: 8px;185}186187.inputContainer {188position: relative;189}190input {191background-color: #EAF0F5;192border: 1px solid #21262C;193border-radius: 3px;194color: #3A4045;195font-family: "GothamMedium", Helvetica, Arial, sans-serif;196font-size: 12px;197height: 36px;198margin-bottom: 16px;199max-width: 236px;200outline: none;201padding: 10px;202text-shadow: none;203width: 236px;204}205input::-webkit-input-placeholder {206color: #8E98A1;207}208input+.errorHoverRegion {209height: 16px;210pointer-events: none;211position: absolute;212right: 11px;213top: 10px;214width: 16px;215}216input.error {217background-image: url(../../images/auth_error.png);218background-position: -webkit-calc(100% - 12px) 50%;219background-size: 16px 16px;220}221input.error+.errorHoverRegion {222pointer-events: all;223}224input.error+.errorHoverRegion:hover:before {225background-color: #ED4C5B;226border: 1px solid white;227border-radius: 3px;228bottom: 19px;229box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);230content: attr(data-error);231color: white;232font-family: "GothamMedium", Helvetica, Arial, sans-serif;233font-size: 11px;234line-height: 20px;235padding: 0 5px;236position: absolute;237right: -5px;238text-shadow: none;239white-space: nowrap;240}241input.error+.errorHoverRegion:hover:after {242background-image: url(../../images/auth_error_arrow.png);243background-position: 0 0;244background-size: 14px 7px;245content: "";246height: 7px;247position: absolute;248right: 1px;249top: -4px;250width: 14px;251}252input.valid {253background-image: url(../../images/checkmark_green.png);254background-position: -webkit-calc(100% - 12px) 50%;255background-size: 15px 13px;256}257258.button {259border-radius: 3px;260color: white;261cursor: pointer;262height: 36px;263line-height: 36px;264margin-bottom: 18px;265overflow: hidden;266text-align: center;267text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);268}269270@media (-webkit-min-device-pixel-ratio: 1.5) {271#logo {272background-image: url(../../images/[email protected]), url(../../images/[email protected]);273}274#logo.china {275background-image: url(../../images/[email protected]), url(../../images/[email protected]);276}277#close {278background-image: url(../../images/[email protected]);279}280input.error {281background-image: url(../../images/[email protected]);282}283input.error+.errorHoverRegion:hover:after {284background-image: url(../../images/[email protected]);285}286input.valid {287background-image: url(../../images/[email protected]);288}289}290291#switcher {292color: #C2CFD7;293cursor: pointer;294display: none;295font-family: "GothamMedium", Helvetica, Arial, sans-serif;296font-size: 12px;297height: 15px;298line-height: 15px;299margin-bottom: 14px;300outline: none;301position: relative;302text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);303}304#switcher.visible {305display: inline-block;306}307#switcher:after {308background-image: url(../../images/forward.png);309background-size: 16px 16px;310content: "";311height: 16px;312position: absolute;313right: -21px;314top: 1px;315width: 16px;316}317318#globalError {319background-color: #262C32;320background-image: url(error-clip.png);321background-position: 28px 5px;322background-size: 16px 16px;323border-bottom: 1px solid #21262C;324border-top: 1px solid #21262C;325color: white;326font-family: "GothamMedium", Helvetica, Arial, sans-serif;327font-size: 10px;328margin: 0 0 15px -28px;329overflow: hidden;330padding: 8px 28px 8px 49px;331width: -webkit-calc(100% - 21px);332}333#globalError:empty {334display: none;335}336#globalError button {337color: black;338float: right;339font-size: 12px;340padding: 3px 6px;341}342343input {344max-width: 251px;345width: 251px;346}347348#username {349margin-bottom: 18px;350}351352#simsearch .checkbox, #simsearch .label {353display: inline-block;354vertical-align: top;355}356#simsearch .checkbox {357background-color: #737F89;358border: 1px solid #21262C;359border-radius: 3px;360cursor: pointer;361height: 16px;362outline: none;363width: 16px;364}365#simsearch .checkbox.checked {366background-image: url(../../images/checkmark.png);367background-position: 2px 4px;368background-size: 12px 10px;369}370#simsearch .label {371color: #C2CFD7;372font-family: "GothamMedium", Helvetica, Arial, sans-serif;373font-size: 12px;374line-height: 16px;375padding-bottom: 26px;376padding-left: 3px;377padding-top: 1px;378text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);379width: -webkit-calc(100% - 25px);380}381#simsearch .label .help {382background-image: url(../../images/question-mark.png);383background-size: 15px 15px;384cursor: pointer;385display: inline-block;386height: 15px;387margin-left: 5px;388position: relative;389vertical-align: middle;390width: 15px;391}392#simsearch .label .help:hover:before {393background-color: #FAFAFA;394border: 1px solid #21262C;395border-radius: 3px;396bottom: 24px;397box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);398color: #3A4045;399content: attr(data-tooltip);400font-family: "GothamMedium", Helvetica, Arial, sans-serif;401font-size: 10px;402left: -81px;403line-height: 13px;404padding: 5px 7px;405position: absolute;406text-shadow: none;407width: 168px;408}409#simsearch .label .help:hover:after {410background-image: url(../../images/login_simsearch_tooltip_arrow.png);411background-repeat: no-repeat;412background-size: 30px 15px;413bottom: 10px;414content: "";415height: 15px;416left: -8px;417position: absolute;418width: 30px;419}420421#login {422background-color: #26B064;423box-shadow: inset 0 1px #33CC78;424font-family: "GothamBold", Helvetica, Arial, sans-serif;425font-size: 16px;426outline: none;427text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);428}429#reg {430background-color: #209BC9;431box-shadow: inset 0 1px #48C0ED;432font-family: "GothamMedium", Helvetica, Arial, sans-serif;433font-size: 13px;434outline: none;435}436#forgotPw {437color: #C2CFD7;438cursor: pointer;439font-family: "GothamMedium", Helvetica, Arial, sans-serif;440font-size: 11px;441height: 14px;442line-height: 14px;443outline: none;444overflow: hidden;445text-align: center;446text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);447}448449@media (-webkit-min-device-pixel-ratio: 1.5) {450#switcher:after {451background-image: url(../../images/[email protected]);452}453#globalError {454background-image: url(../../images/[email protected]);455}456#simsearch .checkbox.checked {457background-image: url(../../images/[email protected]);458}459#simsearch .label .help {460background-image: url(../../images/[email protected]);461}462#simsearch .label .help:hover:after {463background-image: url(../../images/[email protected]);464}465}466467