discrust

WriteFreely CSS

Sep 11th, 2025
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.71 KB | None | 0 0
  1. body {
  2.     background-color: #000000;
  3.     color: #e7e7e7;
  4.     font-family: 'Monospace', monospace !important;
  5.   }
  6.  
  7.   #post article, pre {
  8.     font-size: 0.95em !important;
  9.     color: #e7e7e7;
  10.   }
  11.  
  12.   #blog-title a {
  13.     color: #9f9f9f;
  14.   }
  15.   .post-title a:link, .post-title a:visited {
  16.     color: rgb(214, 211, 205);
  17.     font-size: 0.8em;
  18.     text-align: left;
  19.   }
  20.   #wrapper h1, #wrapper h2 #wrapper h3 {
  21.     color: rgb(214, 211, 205);
  22.   }
  23.   /* tytul wpisu */
  24.   #wrapper .e-content h2 {
  25.       text-align: left;
  26.       color: rgb(214, 211, 205);
  27.   }
  28.   .hashtag {
  29.     color: #eaeaea;
  30.     text-align: left;
  31.   }
  32.   article a {
  33.     color: #c71fd1;
  34.   }
  35.   article, .e-content, p {
  36.       color: #eaeaea;
  37.       text-align: left;
  38.   }
  39.   #collection article code, #post article code, #subpage article code {
  40.     background-color: #333;
  41.     border-color: #666;
  42.   }
  43.   body footer nav {
  44.       color:#eaeaea;
  45.       text-align: center;
  46.   }
  47.   .pinned {
  48.       color:#c71fd1;
  49.       font-size: 1.0em;
  50.   }
  51.   .description.p-note {
  52.       color: #9f9f9f;
  53.       font-size: 1.0em;
  54.       text-align: center;
  55.   }
  56. .dt-published {
  57.     font-size: 0.9em !important;
  58. }
  59.  
  60. .ytembed {
  61.     position:relative;
  62.     padding-bottom:56.25%;
  63.     padding-top:30px;
  64.     height:0;
  65.     overflow:hidden;
  66. }
  67.  
  68. .ytembed iframe, .ytembed object, .ytembed embed {
  69.     position:absolute;
  70.     top:0;
  71.     left:0;
  72.     width:100%;
  73.     height:100%;
  74. }
  75.  
  76. .book.e-content, .book.p-summary {
  77.     max-height: 40em;
  78.     text-overflow: clip;
  79.     overflow: hidden;
  80.     background: -webkit-linear-gradient(#f0f0f0, #c4c4c4, #1a1a1a);
  81.     background-clip: border-box;
  82.     -webkit-background-clip: text;
  83.     -webkit-text-fill-color: transparent;
  84.     user-select: none;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment