×
Створити нову статтю
Введіть тут заголовок вашої сторінки:
Зараз у нас є 22 статті у Сходження Героя Щита. Введіть назву своєї статті угорі або натисніть на одну з назв унизу і почніть писати!



Сходження Героя Щита

MediaWiki:Common.css: відмінності між версіями

Вилучено вміст Додано вміст
Немає опису редагування
Немає опису редагування
Рядок 138: Рядок 138:
body #mw-content {
body #mw-content {
background: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
}

.mw-body h1.firstHeading {
color: white;
}
}

Версія за 11:16, 30 червня 2026

.infobox-character {
	float: right;
	clear: right;
	width: 300px;
	margin: 0 0 1em 1em;
	border: 1px solid #2e2e55;
	border-radius: 8px;
	background: #1c1c35;
	color: #e8e8f0;
	font-size: 90%;
	overflow: hidden;
}
.infobox-character th,
.infobox-character td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #2a2a4a;
}
.infobox-character th { width: 38%; color: #b8b8d0; font-weight: 600; }
.infobox-character .ic-title {
	text-align: center;
	font-size: 130%;
	background: #2e2e55;
	color: #fff;
	padding: 10px;
}
.infobox-character .ic-section {
	text-align: center;
	background: #25254a;
	color: #c9c9e6;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}
.infobox-character .ic-image { text-align: center; padding: 10px; }
.infobox-character .ic-caption { font-size: 85%; color: #9a9ac0; margin-top: 4px; }
.infobox-character .ic-jp { text-align: center; color: #9a9ac0; font-size: 85%; }

body{
background-color: #092635;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background-image: url("https://wiki.shield-team.site/images/b/bc/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD_%D0%A4%D0%BE%D0%BD.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.5;
    filter: blur(3px) brightness(85%);
}

.infobox-character {
	float: right;
	clear: right;
	width: 300px;
	margin: 0 0 1em 1em;
	border: 1px solid #2e2e55;
	border-radius: 8px;
	background: #1c1c35;
	color: #e8e8f0;
	font-size: 90%;
	overflow: hidden;
}
.infobox-character th,
.infobox-character td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #2a2a4a;
}
.infobox-character th { width: 38%; color: #b8b8d0; font-weight: 600; }
.infobox-character .ic-title {
	text-align: center;
	font-size: 130%;
	background: #2e2e55;
	color: #fff;
	padding: 10px;
}
.infobox-character .ic-section {
	text-align: center;
	background: #25254a;
	color: #c9c9e6;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}
.infobox-character .ic-image { text-align: center; padding: 10px; }
.infobox-character .ic-caption { font-size: 85%; color: #9a9ac0; margin-top: 4px; }
.infobox-character .ic-jp { text-align: center; color: #9a9ac0; font-size: 85%; }

body{
background-color: #092635;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background-image: url("https://wiki.shield-team.site/images/b/bc/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD_%D0%A4%D0%BE%D0%BD.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.5;
    filter: blur(3px) brightness(85%);
}

.cosmos-header {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}
.cosmos-header::before {
    background: transparent;
}

.cosmos-header__sitename a:any-link {
    color: white;
}

.cosmos-header .cosmos-header__counter {
    color: white;
}

body #mw-content {
    background: rgba(0, 0, 0, 0.7);
}

.mw-body h1.firstHeading {
    color: white;
}