Template:MoveData-SFA2/styles.css: Difference between revisions

Template page
(Created page with ".movedata-box { display: flex; flex-wrap: wrap; overflow-x: auto; box-shadow: rgba(0, 0, 0, .14) 0px 2px 2px 0px, rgba(0, 0, 0, .12) 0px 3px 1px -2px, rgba(0, 0, 0, .20) 0px...")
 
No edit summary
Line 41: Line 41:


.movedata-datatable tr, th {
.movedata-datatable tr, th {
border: 1px solid white;
border: 1px solid #1D81AF;
}
}



Revision as of 23:37, 2 November 2021

.movedata-box {
display: flex; 
flex-wrap: wrap; 
overflow-x: auto;
box-shadow: rgba(0, 0, 0, .14) 0px 2px 2px 0px, rgba(0, 0, 0, .12) 0px 3px 1px -2px, rgba(0, 0, 0, .20) 0px 1px 5px 0px;
}

.movedata-iconscol {
display: flex; 
flex:2; 
flex-grow: 1; 
text-align: center;
padding: 10px; 
justify-content: flex-start; 
align-items: center; 
flex-direction: column;
}

.movedata-iconsbox {
display:flex; 
flex-wrap:wrap; 
justify-content: center;
}

.movedata-datacol {
flex:8; 
flex-grow: 9; 
min-width: 320px;
}

.movedata-datatable {
display: table;
text-align: center; 
border-collapse: collapse; 
border: none;
margin: 0em; 
width: 100%; 
overflow-x: auto;
background: none;
}

.movedata-datatable tr, th {
border: 1px solid #1D81AF;
}

.movedata-datatable tr.no-border td {
border:none;
}