Шаблон:Alliance/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| (не показано 11 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
.alliance-block { | .alliance-block { | ||
display: flex; | display: flex; | ||
background: # | background: #081f2e; | ||
border: 1px solid # | border: 1px solid #314755 | ||
} | } | ||
| Строка 14: | Строка 14: | ||
display: flex; | display: flex; | ||
flex-flow: column wrap; | flex-flow: column wrap; | ||
justify-content: space- | justify-content: space-around; | ||
} | |||
.alliance-col:not(:first-child) { | |||
margin-left: 2px; | |||
} | } | ||
| Строка 20: | Строка 24: | ||
width: 8px; | width: 8px; | ||
height: 28px; | height: 28px; | ||
border: 1px solid #1c1e2a; | |||
border-radius: 2px; | |||
} | |||
.alliance-cell2 { | |||
width: 8px; | |||
height: 18px; | |||
border: 1px solid #1c1e2a; | border: 1px solid #1c1e2a; | ||
border-radius: 2px; | border-radius: 2px; | ||
| Строка 26: | Строка 37: | ||
.alliance-description { | .alliance-description { | ||
display: flex; | display: flex; | ||
margin | margin: 4px 4px 4px 10px; | ||
align-items: center; | align-items: center; | ||
width: 250px; | width: 250px; | ||
font-weight: 600; | font-weight: 600; | ||
} | |||
.closed { | |||
background: #000000 !important; | |||
opacity: 0.7; | |||
border: 1px solid #484848; | |||
} | |||
.assasins { | |||
background: #00c81d; | |||
} | } | ||
.bards { | .bards { | ||
background: #e000ec; | 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; | |||
} | } | ||
Текущая версия от 14:01, 18 ноября 2023
.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;
}