Archipelago/WebHostLib/static/styles/userContent.css

55 lines
799 B
CSS

#user-content-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
#user-content{
min-width: 900px;
text-align: center;
}
#user-content h1, #user-content h2{
margin-bottom: 6px;
}
#user-content h2{
margin-top: 10px;
}
#user-content table{
margin-left: auto;
margin-right: auto;
text-align: left;
}
#user-content table th, #user-content table td{
padding-right: 20px;
}
#user-content .center{
text-align: center;
}
#user-content-table{
margin-right: auto;
text-align: left;
}
#user-content .table td.center{
text-align: center;
}
#user-content table.dataTable{
width: unset;
}
table.dataTable thead th{
padding: 0 20px 0 0;
}
table.dataTable tbody td{
padding: 6px 20px 0 0;
}