foundryvtt-reve-de-dragon/styles/simple.css

147 lines
3.1 KiB
CSS

.foundryvtt-reve-de-dragon {
/* Sheet Tabs */
/* Items List */
/* Attributes */
}
.foundryvtt-reve-de-dragon .window-content {
height: 100%;
padding: 5px;
overflow-y: hidden;
}
.foundryvtt-reve-de-dragon .sheet-header {
height: 100px;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 10px;
}
.foundryvtt-reve-de-dragon .sheet-header .profile-img {
flex: 0 0 100px;
height: 100px;
margin-right: 10px;
}
.foundryvtt-reve-de-dragon .sheet-header .header-fields {
flex: 1;
height: 100px;
}
.foundryvtt-reve-de-dragon .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.foundryvtt-reve-de-dragon .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
}
.foundryvtt-reve-de-dragon .resource {
width: 50%;
height: 40px;
margin-top: 10px;
float: left;
text-align: center;
}
.foundryvtt-reve-de-dragon .resource input {
width: 100px;
height: 28px;
}
.foundryvtt-reve-de-dragon .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
.foundryvtt-reve-de-dragon .tabs .item {
line-height: 40px;
font-weight: bold;
}
.foundryvtt-reve-de-dragon .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.foundryvtt-reve-de-dragon .sheet-body {
overflow: hidden;
}
.foundryvtt-reve-de-dragon .sheet-body .tab {
height: 100%;
overflow-y: auto;
}
.foundryvtt-reve-de-dragon .editor,
.foundryvtt-reve-de-dragon .editor-content {
height: 100%;
}
.foundryvtt-reve-de-dragon .item-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: auto;
}
.foundryvtt-reve-de-dragon .item-list .item {
height: 30px;
line-height: 24px;
padding: 3px 0;
border-bottom: 1px solid #BBB;
}
.foundryvtt-reve-de-dragon .item-list .item img {
flex: 0 0 24px;
margin-right: 5px;
}
.foundryvtt-reve-de-dragon .item-list .item-name {
margin: 0;
}
.foundryvtt-reve-de-dragon .item-list .item-controls {
flex: 0 0 36px;
}
.foundryvtt-reve-de-dragon .attributes-header {
padding: 5px;
margin: 5px 0;
background: rgba(0, 0, 0, 0.05);
border: 1px solid #AAA;
border-radius: 2px;
text-align: center;
font-weight: bold;
}
.foundryvtt-reve-de-dragon .attributes-header .attribute-label {
flex: 1.5;
}
.foundryvtt-reve-de-dragon .attributes-header .attribute-control {
flex: 0 0 20px;
}
.foundryvtt-reve-de-dragon .attributes-list {
list-style: none;
margin: 0;
padding: 0;
}
.foundryvtt-reve-de-dragon .attributes-list li > * {
margin: 0 3px;
height: 28px;
line-height: 24px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid #AAA;
}
.foundryvtt-reve-de-dragon .attributes-list a.attribute-control {
flex: 0 0 20px;
text-align: center;
line-height: 28px;
border: none;
}
.foundryvtt-reve-de-dragon.sheet.actor {
min-width: 560px;
min-height: 420px;
}
.foundryvtt-reve-de-dragon.sheet.item {
min-width: 460px;
min-height: 400px;
}
//Editor
.editor {
border: $section-border;
height: 300px;
width: 100%;
}