Skip to content

Readable PostgreSQL documentation by sajtizsolt

Screenshot of Readable PostgreSQL documentation

Details

Authorsajtizsolt

LicenseNo License

Categorypostgresql

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark, narrow, left closed style for the PostgreSQL documentation.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Readable PostgreSQL documentation
@version      20220422.14.09
@namespace    userstyles.world/user/sajtizsolt
@description  Dark, narrow, left closed style for the PostgreSQL documentation.
@author       sajtizsolt
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://www.postgresql.org/docs/") {
  html {
    margin: 0 !important;
    max-width: 1024px !important;
  }
  
  .bg-light {
    background-color: #343434 !important;
  }

  body {
    background-color: #343434 !important;
    color: #c5c5c5 !important;
  }

  code {
    background-color: #c5c5c5 !important;
    color: #343434 !important;
    padding: 1px 6px 3px 6px !important;
  }

  pre {
    background-color: #c5c5c5 !important;
    color: #343434 !important;
  }

  #pgContentWrap {
    margin: 0 !important;
    max-width: 1024px !important;
    min-width: 1000px !important;
    padding: 24px;
  }

  a {
    color: #4994d2 !important;
  }

  #pgContentWrap a,
  #docContent a {
    color: #4994d2 !important;
  }

  a:hover,
  a:active {
    color: #366c99 !important;
  }

  #pgContentWrap a:hover,
  #pgContentWrap a:active,
  #docContent a:hover,
  #docContent a:active {
    color: #366c99 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #4994d2 !important;
  }

  #docContent .table .title > strong,
  #docContent .TABLE,
  #docContent .TABLE b {
    color: #4994d2 !important;
  }

  #docContent table.table th,
  #docContent table.informaltable th,
  #docContent table.CALSTABLE th {
    background-color: #666666 !important;
    color: #f9f9f9 !important;
  }

  #docContent table.table td,
  #docContent table.informaltable td,
  #docContent table.CALSTABLE td {
    background-color: #afafaf !important;
  }

  #docContent .NAVHEADER table th,
  #docContent .navheader table th {
    color: #4994d2 !important;
  }
}

#docContent blockquote.NOTE,
#docContent .note {
  background-color: #777 !important;
  color: #f9f9f9 !important;
}

b,
strong,
th {
  color: #4994d2 !important;
}

#docContent table.table tt,
#docContent table.informaltable tt,
#docContent table.CALSTABLE tt,
#docContent table.table code,
#docContent table.informaltable code,
#docContent table.CALSTABLE code {
  color: #366c99 !important;
}

Reviews

No reviews yet.