Skip to content

Catan Universe Full Window 2021 by anemochore

Screenshot of Catan Universe Full Window 2021

Details

Authoranemochore

LicenseCC0-1.0

Categoryhttps://catanuniverse.com/en/game/

Created

Updated

Code size650 B

Code checksum221292ab

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Catan Universe full window, working as of 2021.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Catan Universe Full Window 2021
@namespace      USO Archive
@author         anemochore
@description    `Makes Catan Universe full window, working as of 2021.`
@version        20210801.12.25
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@-moz-document url("https://catanuniverse.com/en/game/") {
header, footer {
  display: none;
}

body {
  overflow-y: hidden;
}

body #page {
  padding-top: 0;
}

.vc_column_container>.vc_column-inner {
  padding: 0;
}

.game-content-control {
  position: absolute;
  z-index: 2;
}

.template-wrap {
  width: inherit;
  margin: 0;
}

.game-view {
  width: 100%;
}

}

Reviews

No reviews yet.