Шаблон:Alliance/styles.css

.alliance-block {
	display: flex;
    background: #081f2e;
    border: 1px solid #314755
}

.alliance-cols {
    display: flex;
    height: 64px;
    margin-top: 8px;
}

.alliance-col {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
}

.alliance-col:not(:first-child) {
	margin-left: 2px;
}

.alliance-cell {
	width: 8px;
    height: 28px;
    border: 1px solid #1c1e2a;
    border-radius: 2px;
}

.alliance-cell2 {
	width: 8px;
    height: 18px;
    border: 1px solid #1c1e2a;
    border-radius: 2px;
}

.alliance-description {
    display: flex;
    margin: 4px 4px 4px 10px;
    align-items: center;
    width: 250px;
    font-weight: 600;
}

.closed {
	background: #000000 !important;
	opacity: 0.7;
	border: 1px solid #484848;
}

.assasins {
	background: #00c81d;
}

.bards {
	background: #e000ec;
}

.berserks {
	background: #7b111f;
}

.blacksmiths {
	background: #a40013;
}

.defenders {
	background: #90d100;
}

.dragons {
	background: #ff000c;
}

.druids {
	background: #00d10a;
}

.hunters {
	background: #00d4a8;
}

.knights {
	background: #bc0f73;
}

.mages {
	background: #8047ff;
}

.mechanics {
	background: #3b8c80;
}

.monks {
	background: #d90168;
}

.paladins {
	background: #0085ff;
}

.priests {
	background: #e68125
}

.rangers {
	background: #ff5300;
}

.rogues {
	background: #ffc000;
}

.sages {
	background: #ff8255;
}

.scouts {
	background: #00a641;
}

.shadowknights {
	background: #4317d1;
}

.spiders {
	background: #cc5718;
}

.spiders {
	background: #cc5718;
}

.thieves {
	background: #c8e514;
}

.troopers {
	background: #d6d6d6;
}

.unicorn-master {
	background: #0b0071;
}

.wanderers {
	background: #add4d0;
}

.warlords {
	background: #ffc200;
}

.warriors {
	background: #b97000;
}

.whisperers {
	background: #34dfff;
}

.wizards {
	background: #7d5da6;
}