Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • be22600
  • /
  • style
  • /
  • admin.css
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:0fa30797b3bdb36301e837762fde0d8c80190fd0
directory badge
swh:1:dir:9d2578359c04bd4f2b6cb0342b8d33d70bf28dcd

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
admin.css
/* basic */

:root {
  accent-color: #0088ee;
}

body {
  background-color: #f4f4f4;
  color: #333333;
  font-size: 0.875rem; /* 14px / 16px */
}

a:not(:hover) {
  text-decoration: none;
}


/* layout */

:root {
  --inner-gutter: 16px;
  --layout-gutter: 16px;
}

@media (min-width: 36rem) { /* 576px / 16px */

  :root {
    --layout-gutter: 32px;
  }

}

.page-layout {
  display: grid;
  grid-template:
    "header" auto
    "nav"    auto
    "body"   1fr
    "footer" auto;
  height: 100vh;
}

.page-header {
  grid-area: header;
}

.page-header-nav {
  grid-area: nav;
}

.page-body {
  grid-area: body;
}

.page-footer {
  border-bottom: #cc0000 solid 3px;
  grid-area: footer;
}

@media (min-width: 1080px) {

  .container {
    --layout-width: 1080px;
    max-width: var(--layout-width);
    width: var(--layout-width);
  }

}

.page-body-inner {
  padding: var(--layout-gutter);
}

.notification a {
  text-decoration: underline;
}

a.box {
  color: inherit;
  text-decoration: none;
}

a.box:hover {
  background-color: #f4f4f4;
  border-color: #bbbbbb;
}

.box--marked {
  border-left: var(--box-marker-color, #cccccc) solid 0.25rem !important;
}

.box--marked.color-danger {
  --box-marker-color: var(--color-danger);
}

.box--marked.color-disabled {
  --box-marker-color: var(--color-disabled);
}

.box--marked.color-info {
  --box-marker-color: var(--color-info);
}

.box--marked.color-success {
  --box-marker-color: var(--color-success);
}

.box--marked.color-warning {
  --box-marker-color: var(--color-warning);
}


/* header */

#header {
  background-color: #555555;
}

.header-grid {
  align-items: center;
  display: grid;
  gap: 0.25rem;
  padding-inline: var(--layout-gutter);
}

.header-grid-cell-brand {
  grid-area: brand;
}

.header-grid-cell-search {
  grid-area: search;
}

.header-grid-cell-user {
  grid-area: user;
  justify-self: end;
}

@media (width < 36rem) { /* 576px / 16px */

  .header-grid {
    grid-template-areas:
      "brand user"
      "search search"
      ;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    padding-block: 0 0.5rem;
  }
}

@media (width >= 36rem) { /* 576px / 16px */

  .header-grid {
    grid-template-areas: "brand search user";
    grid-template-columns: auto 1fr auto;
  }

  #header-content form {
    max-width: 22rem;
  }
}

#header-content .brand-text {
  color: #eeeeee;
  font-size: 1.75rem; /* 28px / 16px */
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#header-content .brand-text:hover {
  color: #33aa88;
}

#header-content .current-user :is(.button, .button:hover, .dropdown-toggle) {
  background-color: transparent;
  color: #eeeeee;
  display: block;
  font-size: 0.875rem; /* 14px / 16px */
}

#header-content .current-user .dropdown-toggle {
  padding: 0;
}

#header-content .current-user .avatar {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
}

#header-content .label-and-name .label {
  color: var(--dimmed-color);
  display: block;
  font-size: 0.6875rem; /* 11px / 16px */
  margin-bottom: 0.25rem;
}

#header-content .label-and-name .name {
  color: currentColor;
  display: block;
  font-size: 1.0625rem; /* 17px / 16px */
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#header-content form :is(button, input) {
  border: none;
  border-radius: 7px;
  color: #444444;
}

#header-content form {
  margin-inline: auto;
}

#header-content form input {
  background-color: #888888;
  padding: 0.4rem 2.6rem 0.4rem 0.4rem;
  width: 100%;
}

#header-content form button {
  background-color: transparent;
  margin-left: -2.65rem;
}

#header-content form :is(button:hover, input:hover) {
  background-color: #eeeeee;
}

#header-content form input:not(:placeholder-shown) {
  background-color: #eeeeee;
}


/* header navigation */

.page-header-nav {
  background-color: #ffffff;
  border-bottom: #dddddd solid 1px;
  border-top: #aaaaaa solid 1px;
}

.header-nav {
  padding: 0 var(--layout-gutter);
}

.header-nav-crumbs {
  align-items: stretch;
  display: flex;
}

.header-nav-crumb {
  --border-width: 0.125rem;
  align-items: center;
  border-color: transparent;
  border-style: solid;
  border-width: var(--border-width) 0 0 0;
  color: #666666;
  display: flex;
  gap: 0 0.5rem;
  padding: 0.75rem 0 0.5rem 0;
  text-decoration: none;
}

.header-nav-crumb:hover {
  border-color: #aaaaaa;
}

.header-nav-crumb-meta {
  color: var(--dimmed-color);
  font-size: 0.8125rem; /* 13px / 16px */
}

.header-nav-crumb-separator {
  align-self: center;
  display: flex;
}

.header-nav-crumb-separator::before {
  color: #aaaaaa;
  content: "›";
  padding: 0 0.75rem;
}

.header-nav .main-tabs ol {
  margin: 0.75rem 0;
}


/* tabs above main content area */

.main-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.main-tabs ol {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-tab {
  --border-width: 0.125rem;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 0 var(--border-width);
  color: #333333;
  display: block;
  font-size: 0.75rem; /* 12px / 16px */
  height: 100%;
  padding: 0.125rem 0.5rem;
  text-decoration: none;
  user-select: none;
}

.main-tab:hover {
  border-color: #aaaaaa;
}

.main-tab--current {
  border-color: #1199ff;
}

.main-tab .row {
  column-gap: 0.2rem;
}

.main-tab .icon {
  color: #aaaaaa;
  margin-right: 0.2rem;
}

.main-tab--current .icon {
  color: #5c5c5c;
}

@media (min-width: 48rem) { /* 768px / 16px */

  .header-nav .main-tabs ol {
    margin: 0;
  }

  .main-tabs ol {
    flex-direction: row;
  }

  .main-tab {
    border-width: 0 0 var(--border-width) 0;
    padding: 0.5rem 0.25rem;
  }

}


/* tabs (adjustment of common tabs) */

.tabs-tab {
  border-width: 0 0 0.125rem 0;
  color: #666666;
  font-size: 0.75rem; /* 12px / 16px */
  margin-right: 0.125rem;
  padding: 0.5rem 0.75rem;
}

.tabs-tab:hover,
.tabs-tab--current {
  background-color: transparent;
  color: currentColor;
}

.tabs-tab:hover {
  border-color: #aaaaaa;
}

.tabs-tab--current {
  border-color: #1199ff;
}


/* headings */

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h1 {
  font-size: 1.75rem; /* 28px / 16px */
  line-height: 1.2;
}

h2 {
  font-size: 1.25rem; /* 20px / 16px */
}

:is(h1, h2, h3) small {
  font-weight: normal;
  margin-left: 0.25em;
  opacity: 0.5;
}

h1 small {
  font-size: 1.5rem; /* 24px / 16px */
}

h2 small {
  font-size: 1.125rem; /* 18px / 16px */
}


/* layouts */

.grid {
  --column-min-width: 220px;
  display: grid;
  gap: var(--inner-gutter);
  grid-template-columns: repeat(auto-fill, minmax(var(--column-min-width), 1fr));
}

.grid .box:not(:last-child) {
  margin-bottom: 0;
}


/* tables */

table.itemlist {
  --table-background-color-head: #f8f8f8;
  --table-background-color-body: #ffffff;
}


/* lists */

ol.itemlist {
  --itemlist-background-color: #ffffff;
}

ol.index,
ol.index li {
  border-color: var(--border-color);
  border-style: solid;
}

ol.index {
  border-width: 0 0 1px 0;
}

ol.index li {
  border-width: 1px 0 0 0;
  font-size: 0.875rem; /* 14px / 16px */
  padding: 0.35rem 0;
}

ol.index.fully-linked li {
  padding: 0;
}

ol.index.fully-linked a {
  color: currentColor;
  display: block;
  margin: 0 -40px;
  padding: 0.35rem 40px;
  text-decoration: none;
}

ol.index.fully-linked a:hover {
  background-color: #f8f888;
}

.list-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -8px 0 0 -8px;
  padding: 0;
}

.list-grid > li {
  padding: 8px 0 0 8px;
}

ul.compact {
  margin: 0;
  padding: 0 0 0 1rem;
}


/* tags */

.tag.order-waiting-for-shipping {
  background-color: var(--color-info) !important;
}


/* buttons */

.button.color-primary {
  background-color: #555555;
  border-width: 0;
  color: #f8f8f8;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.color-primary:hover {
  background-color: #666666;
}


/* dropdowns */

.page-body-inner .dropdown-menu {
  border-radius: var(--border-radius);
  top: calc(100% - 1px);
}

.dropdown-menu {
  padding: 0.25rem 0;
}

.dropdown-item,
.dropdown-label {
  border-radius: 0.25rem;
  margin: 0.25rem 0.5rem;
  padding: 0.25rem 0.5rem;
}

.dropdown-item:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.dropdown-item.color--danger {
  background-color: var(--color-danger-light);
}

.dropdown-item.color--danger:hover {
  box-shadow: 0 0 1px var(--color-danger);
}


/* filters */

.filter {
  font-size: 0.75rem; /* 12px / 16px */
  white-space: nowrap;
}

.filter .tag.color-none {
  background-color: #ffffff;
  border: var(--border-color) solid 1px;
  color: #666666;
  text-shadow: none;
}


/* stats */

.bigstats figure {
  text-align: center;
}

.bigstats .value {
  font-size: 2.5rem; /* 40px / 16px */
  font-weight: bold;
  line-height: 1;
}

.bigstats a {
  color: currentColor;
}


/* footer */

#footer {
  display: block;
  font-size: 0.6875rem; /* 11px / 16px */
  line-height: 1.7;
  margin-bottom: 40px;
  opacity: 0.5;
  text-align: center;
}

#footer:hover {
  opacity: 1;
}

#footer:not(:hover) a {
  color: currentColor;
}


/* users */

.user-microcard {
  display: flex;
}

.user-microcard-avatar {
  height: 2.5rem;
  margin-right: 0.4rem;
  width: 2.5rem;
}

.user-microcard--tiny-avatar .user-microcard-avatar {
  height: 1rem;
  width: 1rem;
}

.user-microcard-names {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem; /* 13px / 16px */
  justify-content: space-around;
  white-space: nowrap;
}

.user-microcard-screen-name {
  font-weight: bold;
}


/* events */

table.events.itemlist {
  --cell-padding-vertical: 1.25rem;
}

.event-icon {
  --icon-container-size: 1.75rem;
  --icon-size: 0.875rem;

  align-items: center;
  background-color: #eeeeee;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: var(--icon-container-size);
  justify-content: center;
  margin: -0.25rem 0;
  width: var(--icon-container-size);
}

.event-icon .icon {
  fill: #666666;
  height: var(--icon-size);
  width: var(--icon-size);
}

.event-body .user-link a {
  font-weight: bold;
}

.event-body blockquote {
  background-color: #f4f4f4;
  border-radius: var(--border-radius);
  margin: 0.5rem 0 0 0;
  padding: 1rem;
  white-space: pre-wrap;
}


/* birthdays */

.birthdays li {
  align-items: center;
  display: flex;
}

.birthdays .hastoday {
  font-weight: bold;
}

.birthdays .avatar {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.birthdays a {
  font-weight: bold;
}

.birthdays time {
  cursor: help;
  border-bottom: #666666 dotted 1px;
}


/* misc */

.mb {
  margin-bottom: var(--inner-gutter);
}

.mt {
  margin-top: var(--inner-gutter);
}

.box.no-data-message {
  color: var(--dimmed-color);
  padding: 2rem;
  text-align: center;
}

.preview-background {
  background-image: repeating-linear-gradient(
    135deg,
    transparent, transparent 8px,
    #fff8f4 8px, #fff8f4 16px
  );
}


/* print view */

@media print {

  * {
    background-color: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .main-tabs,
  .page-footer,
  .page-header,
  .page-header-nav {
    display: none;
  }

  .page-body-grid {
    display: block;
  }

  .box {
    border: none;
  }

  table {
    display: table !important;
    overflow: visible !important;
  }

  .button-row {
    display: none !important;
  }

}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API