Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

272
LINES

< > BotCompany Repo | #1002160 // talk-stylesheet

Document

@font-face {
    font-family: 'PT Sans';
    src: url("https://fonts.googleapis.com/css?family=PT+Sans:700&subset=latin,latin-ext");
}

[hidden] {
    display: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

div.awesomplete {
    display: inline-block;
    position: relative;
}

/*div.awesomplete > input {
    display: block;
}*/

div.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
    margin-left: 2%;
    margin-top: 7%;
}

div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
    display: none;
}

@supports (transform: scale(0)) {
    div.awesomplete > ul {
        transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em;
    }
    div.awesomplete > ul[hidden],
    div.awesomplete > ul:empty {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease;
    }
}


/* Pointer */

div.awesomplete > ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.awesomplete > ul > li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}

div.awesomplete > ul > li:hover {
    background: hsl(200, 40%, 80%);
    color: black;
}

div.awesomplete > ul > li[aria-selected="true"] {
    background: hsl(205, 40%, 40%);
    color: white;
}

div.awesomplete mark {
    background: hsl(65, 100%, 50%);
}

div.awesomplete li:hover mark {
    background: hsl(68, 100%, 41%);
}

div.awesomplete li[aria-selected="true"] mark {
    background: hsl(86, 100%, 21%);
    color: inherit;
}

.talk-h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 100px;
    text-align: center;
}

.splash-h1 {
    font-size: 40px;
    text-align: center;
    color: black;
}

.result {
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    text-align: center;
    margin-left: 2%;
    margin-top: 2%;
}

.talk-input {
    width: 35em;
    border-bottom-width: medium;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 30px;
    padding: inherit;
    background-color: #FFFFFF;
    color: #636363;
    float: left;
    
}

body {
    background-color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
}

.talk-h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 72px;
    text-align: center;
}

.talk-h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    text-align: center;
}

.content p {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    color: #636363;
    margin-left: 5%;
}

.talk-li {
    color: #FE6363;
    font-size: 30px;
    list-style-type: none;
    font-family: 'PT Sans', sans-serif;
}

span {
    color: #FE6363;
}

.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: 20px;
    font-family: 'PT Sans', sans-serif;
    padding: 10px 10px 10px 10px;
    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);
    float: right;
}

.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);
}

#img {
    width:100%;
    text-align:center;
}
img{
  width:auto;
  height:auto;
  display:inline-block;
}
form{
  width:100%;
}
.coolbox{
  border: solid 2px #c9c9c9;
  width:300px;
  height:150px;
  display:table;
  font-family:'PT Sans', sans-serif;
  margin-top:12%;
}
.coolbox .boxtitle{
  background: #c9c9c9;
  text-align:center;
  height:20px;
  display:table-cell;
  font-size:10px;
  font-family:'PT Sans', sans-serif;
  vertical-align: middle;
  width:300px;
  padding:0;
}
.coolbox .boxtitle h1{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.coolbox .boxcontent{
  background:#fcfcfc
  height:130px;
  display:table-row;
  font-size:16px;
  font-family:'PT Sans', sans-serif;
  vertical-align: middle;
  display:flex;
  align-items:center;
  width:300px;
}
.coolbox p{
  font-size:16px;
  font-family:'PT Sans', sans-serif;
}

download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002160
Snippet name: talk-stylesheet
Eternal ID of this version: #1002160/1
Text MD5: e360075d7ebcb826a36670d8438f0604
Author: bgrgndz
Category:
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-26 23:01:19
Source code size: 6320 bytes / 272 lines
Pitched / IR pitched: No / No
Views / Downloads: 899 / 6158
Referenced in: [show references]