SHOW:
|
|
- or go back to the newest paste.
| 1 | @font-face {
| |
| 2 | font-family: "Beauty Demo"; | |
| 3 | src: url('https://dl.dropbox.com/s/2haibba3rtx06l0/BeautyDemo%20%281%29.otf');
| |
| 4 | format("truetype");}
| |
| 5 | ||
| 6 | #obsession {
| |
| 7 | width: 750px; | |
| 8 | height: auto; | |
| 9 | } | |
| 10 | #obsession .base {
| |
| 11 | margin: 25px 0 0; | |
| 12 | ||
| 13 | border: 10px solid #000; | |
| 14 | padding: 10px; | |
| 15 | } | |
| 16 | #obsession .name {
| |
| 17 | font: 100px Beauty Demo; | |
| 18 | color: transparent; | |
| 19 | -webkit-text-fill: color; | |
| 20 | -webkit-background-clip: text; | |
| 21 | background-image: linear-gradient(to right, #0066ff, #00cffc); | |
| 22 | text-transform: lowercase; | |
| 23 | text-align: center; | |
| 24 | padding-top: 13%; | |
| 25 | ||
| 26 | } | |
| 27 | #obsession .foto {
| |
| 28 | height: 300px; | |
| 29 | - | background: #00cccc url(https://lh3.googleusercontent.com/Z3eZeIfT8nLk36e6kYWQBLDebZ286ZKsHc4ms6vvaexMALapfjf2vZ4Su-VYVP3oFAyxJl4NrHdLKzXOAwN5xzx2itXHzPw3=w1600-rw) center/cover; |
| 29 | + | background: #7cb2ed url(https://lh3.googleusercontent.com/Z3eZeIfT8nLk36e6kYWQBLDebZ286ZKsHc4ms6vvaexMALapfjf2vZ4Su-VYVP3oFAyxJl4NrHdLKzXOAwN5xzx2itXHzPw3=w1600-rw) center/cover; |
| 30 | background-blend-mode: multiply; | |
| 31 | filter: grayscale(0%) | |
| 32 | } | |
| 33 | #obsession .line {
| |
| 34 | height: 15px; | |
| 35 | - | background: #00cccc; |
| 35 | + | background: #7cb2ed; |
| 36 | } | |
| 37 | #obsession .cute {
| |
| 38 | width: 120px; | |
| 39 | height: 120px; | |
| 40 | - | outline: 1px solid #00cccc; |
| 40 | + | outline: 1px solid #000099; |
| 41 | outline-offset: 5px; | |
| 42 | background: url(https://66.media.tumblr.com/4e4750929df1015e17d01ddcbdbd3134/tumblr_ppaot6xD9C1r3hdhfo4_250.gifv) center/cover; | |
| 43 | position: relative; | |
| 44 | float: left; | |
| 45 | margin: 10px 25px 10px 10px; | |
| 46 | } | |
| 47 | #obsession .basepost {
| |
| 48 | padding: 35px; | |
| 49 | border: 1px solid #000; | |
| 50 | box-sizing: border-box; | |
| 51 | margin-top: 3px; | |
| 52 | } | |
| 53 | #obsession .post {
| |
| 54 | margin: 25px 0 0; | |
| 55 | padding: 10px; | |
| 56 | text-align: justify; | |
| 57 | font: 14px Merriweather; | |
| 58 | color: #000; | |
| 59 | line-height: 170%; | |
| 60 | } | |
| 61 | ||
| 62 | #obsession .post b {
| |
| 63 | - | color: #00cccc; |
| 63 | + | color: #000099; |
| 64 | } | |
| 65 | #obsession:after {
| |
| 66 | display: block; | |
| 67 | content: "abbs avisa"; | |
| 68 | padding: 5px 10px; | |
| 69 | font: 10px Consolas; | |
| 70 | text-transform: uppercase; | |
| 71 | font-weight: bold; | |
| 72 | opacity: .4; | |
| 73 | color: #8c8c8c; } | |
| 74 | #obsession:hover:after {
| |
| 75 | content: "plagio é crime"; } |