Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Serif&family=Abril+Fatface&family=Montserrat:wght@500;900&family=Poppins:wght@500;900&family=Playfair+Display:ital,wght@1,900&display=swap');
- @font-face {
- font-family: "Couture";
- src: url(https://dl.dropbox.com/s/uooxtl95ioyu2f9/couture-bld.otf);
- format("truetype"); }
- /* latin-ext */
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 400;
- }
- #wisteria {
- width: 800px;
- height: auto;
- margin: 25px 0 0;
- }
- #wisteria b {
- color: var(--grupo-color);
- }
- #wisteria .basing {
- width: 100%;
- border: var(--border);
- box-sizing: border-box;
- }
- #wisteria .bases {
- width: 100%;
- background: var(--background);
- box-sizing: border-box;
- border: var(--border);
- padding: 35px;
- }
- #wisteria .title {
- font: 900 40px/150% Playfair Display;
- color: var(--color);
- text-align: center;
- padding: 20px;
- box-sizing: border-box;
- }
- #wisteria .title:after {
- content:'';
- display: block;
- margin: 25px auto;
- width: 50%;
- height: 5px;
- background: #c9a0dc;
- }
- #wisteria .post {
- background: var(--background);
- font: 500 12px/235% Montserrat;
- text-align: justify;
- letter-spacing: .5px;
- padding: 20px;
- box-sizing: border-box;
- color: var(--text);
- }
- #wisteria .postbase {
- background: var(--background);
- width: 100%;
- padding: 30px;
- box-sizing: border-box;
- }
- #wisteria .post span {
- background: #5E0A80;
- padding: 10px 25px;
- font: 40px Abril Fatface;
- text-transform: uppercase;
- color: var(--color);
- float: left;
- margin: 5px 10px;
- }
- #wisteria:after {
- display: block;
- content: "starlight";
- padding: 5px 10px;
- font: 10px Consolas;
- text-transform: uppercase;
- opacity: .4;
- font-weight: bold;
- color: #8c8c8c; }
Advertisement
Add Comment
Please, Sign In to add comment