Path: blob/master/google-feud-answers/style.css
567 views
html{1background: #fafafa;2cursor: default;3font-family: "Open Sans", sans-serif;4}5::selection {6background: #ccddff;7}8::-moz-selection{9background: #ccddff;10}11body{12text-align: center;13}14.noselect, .tpts, #footer, button{15-webkit-user-select: none;16-moz-user-select: none;17user-select: none;18}19#header{20font-size: 60px;21}22.alertify-logs{23z-index: 9996;24}25#cl{26color: #5589ff;27cursor: pointer;28}29#nojs{30background: #fdd;31width: 750px;32margin: auto;33padding: 5px;34}35button{36background-color: rgba(255, 255, 255, 0.5);37border: 1px solid #bbb;38margin-right: 4px;39cursor: pointer;40font-size: 14px;41padding: 3px 5px;42border-radius: 2px;43transition: all 0.2s;44}45button:focus{46border-color: #888;47outline: none;48}49button:hover{50border-color: #888;51}52button:active{53border-color: #555;54}55button[disabled]{56background-color: rgba(235, 240, 255, 0.5);57color: black;58cursor: default;59}60#clear{61position: absolute;62right: -1px;63top: 1px;64margin: 0;65width: 33px;66height: 32px;67border: none;68background: white;69font-weight: 700;70}71#clear:hover, #clear:focus{72background: #eee;73}74#clear:active{75background: #eef;76}77a{text-decoration: none}7879.c_b{80color: rgb(67, 133, 245);81}82.c_g{83color: rgb(16, 157, 89);84}85.c_r{86color: rgb(220, 68, 55);87}88.c_y{89color: rgb(245, 180, 1);90}91#inputDiv{92width: 420px;93margin: auto;94position: relative;95}96#input{97font-size: 20px;98padding: 5px 35px 5px 5px;99width: 380px;100border: 1px solid #aaa;101transition: all 0.2s;102outline: none;103}104#input:hover{105border-color: #888;106}107#input:focus{108border-color: #555;109}110#footer{111margin-top: 40px;112color: #5589ff;113}114#footerp{115color: black;116}117#footerp a, a{118color: #5589ff;119}120.footer-action{121transition: all 0.2s;122}123.footer-action:hover{124text-decoration: underline;125cursor: pointer;126}127.footer-action:focus, .footer-action:active{128background: #e4edff129}130.lgspace{131display: inline-block;132width: 25px;133}134135.alertify .alert>*, .alertify .dialog>*{136width: 100% !important;137max-width: 700px;138}139140div.awesomplete mark{141background-color: #a2d1ff !important;142}143div.awesomplete{144text-align: left;145}146#table{147margin-top: 40px;148width: 650px;149margin-left: calc(50% - 325px);150border-collapse: collapse;151background: white;152}153#table_s{154display: none;155margin-top: 40px;156width: calc(100%);157border-collapse: collapse;158background: white;159}160tr, td{161border: 1px solid #888;162height: 32px;163width: 325px;164font-size: 16px;165}166.tres{167display: inline-block;168width: 315px;169text-align: left;170}171.tans{172cursor: pointer;173transition: all 0.2s;174}175.tans:hover{176color: #009600;177}178.tpts{179float: right;180color: #467fff;181}182#desc{183font-size: 20px;184}185#desc_upd{186margin-top: 3px;187display: block;188color: #777;189}190.green{191color: #00ad00;192}193@media only screen and (max-width: 650px) {194#header {195font-size: 48px;196}197#table {198display: none;199}200#table_s{201display: table;202}203#inputDiv{204width: 100%;205}206#input{207width: 100%;208padding: 5px;209}210#clear{211display: none;212}213.tres{214width: calc(100% - 10px)215}216#resp_sm{217font-size: 12px;218}219}220221222