User:ARandomCitizen/common.css

From Dead Cells Wiki
Jump to navigation Jump to search

In other languages: Español • Polski • Русский • Українська


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
.cm-mw-template-bracket,
.cm-mw-template-name,
.cm-mw-template,
.cm-mw-template-delimiter,
.cm-mw-template-argument-name {
	color: #85F;
}

.dc-table {
	width: 100%;
	background-color: #151E3D;
	border: 3px solid transparent;
	border-image-source: url(https://static.wikia.nocookie.net/deadcells_gamepedia_en/images/f/f7/Table-border.png);
	border-image-slice: 15 16;
	border-image-width: 15px;
	border-spacing: 0;
}
.dc-table th {
	text-align: center;
	color: #FFF;
	padding: 5px;
}
.dc-table td {
	background-color: #0B1022;
	border-bottom: 1px solid #414F6A;
	color: #FFF;
	padding: 5px;
}

.quote {
	margin: auto;
	border-image-source: url(https://cdn.discordapp.com/attachments/532473638088212481/820851285532082186/Screenshot_1217.png);
	border-image-slice: 30 30 34;
	border-image-width: 100px;
	border-radius: 10px;
	background-color:#22224a; 
	padding-bottom: 1%; 
	background-clip: content-box;
}

.quote td {
	padding: 15px;
	padding-bottom: 5px;
}

.brut-surv {
	display: inline-block;
	padding: 5px; 
	background: url(https://cdn.discordapp.com/attachments/528850809484738580/893230859103141898/brutsurv.png) center/contain no-repeat;
}

.page-content .portable-infobox .pi-title,
.page-content .portable-infobox .pi-header {
	line-height: inherit;
}

.page-content .portable-infobox h2 {
	color: #f7eb62;
}

.portable-infobox {
	width: 300px;
}

.portable-infobox .pi-data-label {
	flex-basis: 100px;
}

#mw-panel .portal::before,
#mw-panel #p-logo + .portal::before,
.mw-body::before,
.mw-footer::before,
#mw-panel, #footer,
div.vectorTabs li.selected, div.vectorTabs ul li,
#p-cactions,
.skin-vector #mw-panel div.portal,
.page-Special_Preferences .mw-body::before
{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.spoiler-inline {
  background-color: black;
  color: black;
  padding: 0.2em;
  transition: 0.1s ease;
}

.spoiler-inline:hover {
  color: white;
  transition: 0.5s ease-in;
}

.spoiler-inline a {
  color: black;
  transition: 0.1s ease;
}

.spoiler-inline:hover a {
  color: var(--wiki-content-link-color);
  transition: 0.5s ease-in;
}