wynnbuilder-idk/narrow.css

102 lines
1.7 KiB
CSS
Raw Normal View History

2021-01-11 12:12:45 +00:00
.build-overall-container {
grid-column: 1;
grid-row: 2;
}
.spell-info-container {
grid-column: 2;
grid-row: 2;
}
2021-01-20 11:49:42 +00:00
.equipment{
padding: 0%;
display: grid;
grid-template-columns: min-content min-content auto;
gap: 5px;
grid-template-rows: min-content min-content auto;
}
2021-01-11 12:12:45 +00:00
.summary {
padding: 2% 4% 4%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5px;
grid-auto-rows: minmax(60px, auto);
}
.container {
}
2021-01-11 12:12:45 +00:00
2021-01-20 17:10:27 +00:00
.ingredTable {
table-layout: "fixed";
}
2021-01-11 12:12:45 +00:00
.build, .spells .misc {
padding: 2%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
grid-auto-rows: minmax(60px, auto);
width: 94%;
background: #121516;
}
.iteminput {
2021-01-11 12:36:24 +00:00
width: 25vw;
2021-01-11 12:47:17 +00:00
height: 10vw;
max-height: 50px;
2021-01-11 12:12:45 +00:00
}
.powderinput {
width: 25vw;
height: 10vw;
max-height: 50px;
}
.skpInput, .idInput {
width: 90%;
height: 7vw;
max-height: 30px;
2021-01-11 12:12:45 +00:00
}
.wide-space {
height: 1em;
}
.idLabel, .skpLabel, .idDesc, .skpDesc {
2021-01-20 11:49:42 +00:00
font-size: 90%;
}
.title{
text-align: center;
2021-01-20 05:35:25 +00:00
font-size: 150%;
}
.smalltitle{
text-align: center;
2021-01-20 05:35:25 +00:00
font-size: 125%;
margin-top: 10px;
margin-bottom: 4px;
}
.button-narrow {
background-color: #666;
border: 2px solid #444;
border-radius: 5px;
color: #ddd;
text-align: center;
text-decoration: none;
font-family: 'Nunito',sans-serif;
font-weight: 700;
2021-01-20 05:35:25 +00:00
font-size: 100%;
display: inline-block;
}
button {
background-color: #666;
border: 2px solid #444;
border-radius: 5px;
color: #ddd;
text-align: center;
text-decoration: none;
font-family: 'Nunito',sans-serif;
font-weight: 700;
2021-01-20 05:35:25 +00:00
font-size: 125%;
display: inline-block;
}