@font-face { font-family: 'PT Sans'; src: url("https://fonts.googleapis.com/css?family=PT+Sans:700&subset=latin,latin-ext"); } body{ font-family:'PT Sans',sans-serif; margin:0; padding:0; } .splash-li { padding: 1px; font-size:1.5vw; } .splash-input[type="text"] { width: 15em; border-bottom-width: medium; border-left: none; border-right: none; border-top: none; font-size: 1.5vw; padding: inherit; background-color: #FFFFFF; color: #636363; } .splash-h4 { font-size: 1.5vw; } #lastdialogs { width: 47.5%; float:left; word-wrap:break-word; } #lastdialogs li{ max-width:100%; } #news{ width: 47.5%; float: right; } #twocols{ width: 95%; margin: auto; } .splash-ul { list-style-type: none; } .splash-a { text-decoration: none; color: #47A7A6; text-align: center; } .lol { font-size: 1.5vw; } .splash-h3 { font-family: PT Sans; font-size: 1.5vw; text-align: center; margin-top: -2%; } p { font-family: PT Sans; font-size: 1.5vw; color: #000; margin-left: 5%; } #splash-footer { font-family: PT Sans; text-align: center; margin-bottom: 5%; clear:both; } .splash-input[type="submit"] { border: 0.5px solid #FE6363; -webkit-box-shadow: #A7A8A8 1px 1px 1px; -moz-box-shadow: #A7A8A8 1px 1px 1px; box-shadow: #A7A8A8 1px 1px 1px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; font-size: 1.5vw; font-family: PT Sans; padding: 7px 7px 7px 7px; text-decoration: none; display: inline-block; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); font-weight: bold; color: #FFFFFF; background-color: #FE6363; background-image: -webkit-gradient(linear, left top, left bottom, from(#FE6363), to(#D45353)); background-image: -webkit-linear-gradient(top, #FE6363, #D45353); background-image: -moz-linear-gradient(top, #FE6363, #D45353); background-image: -ms-linear-gradient(top, #FE6363, #D45353); background-image: -o-linear-gradient(top, #FE6363, #D45353); background-image: linear-gradient(to bottom, #FE6363, #D45353); filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FE6363, endColorstr=#D45353); margin-left: 20px; } .splash-input[type="submit"]:hover { border: 1px solid #FE6363; background-color: #FE6363; background-image: -webkit-gradient(linear, left top, left bottom, from(#FE6363), to(#FE6363)); background-image: -webkit-linear-gradient(top, #FE6363, #FE6363); background-image: -moz-linear-gradient(top, #FE6363, #FE6363); background-image: -ms-linear-gradient(top, #FE6363, #FE6363); background-image: -o-linear-gradient(top, #FE6363, #FE6363); background-image: linear-gradient(to bottom, #FE6363, #FE6363); filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FE6363, endColorstr=#FE6363); }