dzura/www/css/profile.css
2024-10-18 19:12:12 -07:00

80 lines
1.4 KiB
CSS

main.profile>header {
display: block;
position: relative;
width: 100%;
background-color: #282828;
border-bottom: 1px solid #303030;
}
main.profile>header>h1 {
display: block;
position: relative;
padding: 1rem 2rem 1rem 2rem;
margin: 0;
line-height: 3rem;
font-size: 2.5rem;
color: #909090;
}
main.profile>header>h1.online {
color: #f0f0f0;
}
main.profile>section.history {
width: 100%;
flex-grow: 1;
overflow-y: scroll;
border: 2px solid #181818;
}
main.profile>section.history>table {
width: 100%;
}
main.profile table.info{
width:100%;
border-collapse:collapse;
}
main.profile table.info tr{
height:2.5rem;
font-size: 1.08rem;
background-color:#242424;
}
main.profile table.info th{
width:1px;
padding:0 2rem 0 2rem;
text-align:center;
font-size:1.2rem;
font-weight:bold;
white-space:nowrap;
background-color:#383838;
color:#f0f0f0;
border-bottom:1px solid #404040;
}
main.profile table.info td{
width:1px;
height:100%;
padding:0 2rem 0 2rem;
text-align:center;
white-space:nowrap;
background-color:inherit;
color:#f0f0f0;
border-right: 1px solid #282828;
}
main.profile table.info td:last-child, main table.info th:last-child{
width:auto;
padding:0;
text-align:left;
}
main.profile table.info td:last-child{
background-color: #282828;
border:0;
}