2017-10-03 18:30:29 +02:00
|
|
|
.squad-layout {
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 5px 15px 5px 15px;
|
2017-05-11 21:46:28 +02:00
|
|
|
}
|
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.row {
|
|
|
|
clear: both;
|
2017-05-11 21:46:28 +02:00
|
|
|
}
|
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.squad-cell {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 5px;
|
2017-05-11 21:46:28 +02:00
|
|
|
}
|
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.colored-row {
|
|
|
|
background: rgb(34, 34, 34);
|
2017-05-11 21:46:28 +02:00
|
|
|
}
|
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.title-row {
|
|
|
|
border-radius: 12px 12px 0 0;
|
2017-05-11 21:46:28 +02:00
|
|
|
}
|
2017-05-18 14:32:51 +02:00
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.footer-row {
|
|
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-row {
|
|
|
|
min-height: 120px;
|
|
|
|
border: rgb(34, 34, 34);
|
2018-01-13 15:03:12 +01:00
|
|
|
background-color: #ffffffe0;
|
2017-10-03 18:30:29 +02:00
|
|
|
border-left-style: solid;
|
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
color: whitesmoke;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-cell {
|
|
|
|
display: inherit;
|
|
|
|
margin-left: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 25px;
|
2017-05-18 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.member-link {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2017-10-03 18:30:29 +02:00
|
|
|
.army-head {
|
|
|
|
font-weight: bolder;
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
2018-01-16 19:46:28 +01:00
|
|
|
.member-count {
|
|
|
|
margin-top: 15px;
|
|
|
|
padding: 8px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
color: whitesmoke;
|
|
|
|
background: #222222;
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|