opt-cc/static/src/app/army/army.component.css

49 lines
664 B
CSS
Raw Normal View History

h1 {
width: 920px;
margin-bottom: 50px;
2017-07-10 20:51:15 +02:00
margin-left: 25%
}
2017-07-10 20:51:15 +02:00
img {
margin-top: 10px;
padding-right: 30px;
}
.div-table {
display: table;
border-radius: 10px;
margin-left: 1%;
width: auto;
border-spacing: 5px; /* cellspacing:poor IE support for this */
}
.div-table-row {
display: table-row;
width: auto;
clear: both;
}
.div-table-col {
float: left; /* fix for buggy browsers */
display: table-column;
padding: 5px 15px 5px 15px;
}
.army-head {
font-weight: bolder;
text-align: center
}
.member-link {
cursor: pointer;
text-decoration: underline;
}
.text-opfor {
color: firebrick;
}
.text-blufor {
color: blue;
}