Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* layout by efficio @ dreamwidth */
- /* 'SYNE MONO' FONT */
- @font-face {
- font-family: 'Syne Mono';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHDJaql.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
- }
- @font-face {
- font-family: 'Syne Mono';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHDK6qlPys.woff2) format('woff2');
- unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
- }
- /* HIDES USERPIC, MODULES, SOME IMAGES */
- .userpic, .module-section-one, .module-section-two, img.ContextualPopup-trigger, .module-list, .access-filter {
- display: none;
- }
- /* TEXT CHANGES */
- .inner span.ljuser::after {
- content: ">";
- }
- .inner span.ljuser::before {
- content: "C:/Users/";
- text-transform: none;
- }
- #pagetitle::before {
- content: "run ";
- }
- #pagetitle span {
- word-spacing: -0.9375rem;
- }
- #pagetitle::after {
- content: ".exe";
- }
- #title a::after {
- content: "▌";
- animation: blink 1s infinite;
- }
- @keyframes blink {
- 0% { opacity: 1; }
- 50% { opacity: 0; }
- 100% { opacity: 1; }
- }
- #subtitle::before {
- content: "> ";
- }
- .entry-title::before {
- content: "log: ";
- }
- /* TITLE AND SUBTITLE */
- #title a, #subtitle {
- color: #73dd59;
- text-decoration: none;
- }
- #title {
- font-size: 3.125rem;
- }
- #subtitle {
- font-size: 1.25rem;
- margin-top: -1.5625rem;
- }
- /* ENTRIES */
- .entry-title {
- margin: 0;
- }
- .inner a, b, strong {
- color: #9aff81;
- text-shadow: 0.0625rem 0.0625rem 0.0625rem #93af93;
- }
- body {
- background-image: radial-gradient(#2b372b, #151715);
- color: #73dd59;
- font-family: 'Syne Mono';
- text-transform: lowercase;
- }
- #canvas {
- width: 60%;
- margin: auto;
- }
- .ljuser {
- font-size: 1.25rem;
- margin-top: 1.5625rem;
- }
- .entry-content {
- margin-top: 1.5625rem;
- padding: 1.5625rem;
- }
- img {
- border: 1px dashed #a3ffa3;
- padding: 0.625rem;
- }
- /* ENTRY MANAGEMENT LINKS */
- ul.entry-management-links.icon-links, ul.entry-management-links.text-links, ul.entry-interaction-links.text-links {
- display: flex;
- }
- li {
- margin: 0.625rem;
- }
- ul {
- list-style-type: none;
- }
- /* RESPONSIVE WIDTH */
- @media screen and (max-width: 1024px) {
- #canvas {
- width: 75%;
- }
- }
- @media screen and (max-width: 768px) {
- #canvas {
- width: 90%;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement