Add rituals and tomes and creatures
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Release Creation / build (release) Successful in 48s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Release Creation / build (release) Successful in 48s
				
			This commit is contained in:
		| @@ -190,6 +190,10 @@ i.fvtt-cthulhu-eternal { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-sheet-common label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .item-sheet-common .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| @@ -1105,6 +1109,654 @@ i.fvtt-cthulhu-eternal { | ||||
| .fvtt-cthulhu-eternal .tab.vehicle-equipment prose-mirror.active { | ||||
|   min-height: 150px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content { | ||||
|   font-family: var(--font-primary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
|   color: var(--color-dark-1); | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: scroll; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content input:disabled, | ||||
| .fvtt-cthulhu-eternal .creature-content select:disabled { | ||||
|   background-color: rgba(0, 0, 0, 0.2); | ||||
|   border-color: transparent; | ||||
|   color: var(--color-dark-3); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content input, | ||||
| .fvtt-cthulhu-eternal .creature-content select { | ||||
|   background-color: rgba(0, 0, 0, 0.1); | ||||
|   border-color: var(--color-dark-6); | ||||
|   color: var(--color-dark-2); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content input[name="name"] { | ||||
|   height: 40px; | ||||
|   margin-right: 10px; | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
|   font-weight: bold; | ||||
|   border: none; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content fieldset { | ||||
|   margin-bottom: 4px; | ||||
|   border-radius: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content .form-fields input, | ||||
| .fvtt-cthulhu-eternal .creature-content .form-fields select { | ||||
|   text-align: center; | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content .form-fields select { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content legend { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1.2); | ||||
|   font-weight: bold; | ||||
|   letter-spacing: 1px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .sheet-tabs { | ||||
|   background-color: var(--color-light-1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main { | ||||
|   background-color: var(--color-light-1); | ||||
|   display: flex; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc { | ||||
|   display: flex; | ||||
|   gap: 4px; | ||||
|   flex: 1; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left { | ||||
|   min-width: 180px; | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-left-image { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   align-items: center; | ||||
|   padding-bottom: 8px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-left-image .creature-img { | ||||
|   height: 140px; | ||||
|   width: auto; | ||||
|   border: none; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp { | ||||
|   gap: 2px; | ||||
|   align-items: center; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp input { | ||||
|   flex: none; | ||||
|   width: 2rem; | ||||
|   margin-left: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .damage-bonus { | ||||
|   font-size: calc(var(--font-size-standard) * 0.8); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .hp-separator { | ||||
|   font-size: calc(var(--font-size-standard) * 1.2); | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   justify-content: center; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dv .form-fields, | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dmax .form-fields { | ||||
|   flex: none; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dmax-edit input { | ||||
|   display: flex; | ||||
|   width: 60px; | ||||
|   font-size: calc(var(--font-size-standard) * 1.4); | ||||
|   align-items: center; | ||||
|   justify-content: center; | ||||
|   padding: 0 5px 0 5px; | ||||
|   text-align: center; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right { | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   gap: 5px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .creature-name { | ||||
|   display: flex; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .creature-name input { | ||||
|   font-family: var(--font-title); | ||||
|   font-size: var(--font-size-title); | ||||
|   width: 400px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san { | ||||
|   align-content: flex-start; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san input { | ||||
|   min-width: 2.2rem; | ||||
|   max-width: 2.2rem; | ||||
|   margin-bottom: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san select { | ||||
|   min-width: 6rem; | ||||
|   max-width: 6rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
|   font-size: 0.9rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .button { | ||||
|   min-width: 4rem; | ||||
|   max-width: 4rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .san-checkbox { | ||||
|   min-width: 1rem; | ||||
|   max-width: 1rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .label-short-field { | ||||
|   font-size: 0.9rem; | ||||
|   max-width: 3rem; | ||||
|   min-width: 3rem; | ||||
|   flex-grow: 1; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .label-recovery { | ||||
|   margin-left: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .label-field { | ||||
|   font-size: 0.9rem; | ||||
|   max-width: 6rem; | ||||
|   min-width: 6rem; | ||||
|   flex-grow: 1; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .label-bp { | ||||
|   flex-grow: 1; | ||||
|   max-width: 3rem; | ||||
|   min-width: 3rem; | ||||
|   margin-left: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .label-insanity { | ||||
|   flex-grow: 1; | ||||
|   margin-left: 4px; | ||||
|   max-width: 8rem; | ||||
|   min-width: 8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .spacing { | ||||
|   margin-left: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .san .d100 { | ||||
|   flex: 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .willpower input { | ||||
|   min-width: 2.4rem; | ||||
|   max-width: 2.4rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .willpower input[type="checkbox"] { | ||||
|   min-width: 1rem; | ||||
|   max-width: 1rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .willpower .label-field { | ||||
|   flex-grow: 1; | ||||
|   margin-left: 4px; | ||||
|   max-width: 5rem; | ||||
|   min-width: 5rem; | ||||
|   font-size: 0.9rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right .willpower .checkbox { | ||||
|   flex-grow: 0; | ||||
|   min-width: 1rem; | ||||
|   max-width: 1rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc .creature-right label { | ||||
|   min-width: 120px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc-play { | ||||
|   min-width: 500px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-pc-edit { | ||||
|   min-width: 650px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics { | ||||
|   background-color: var(--color-light-1); | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   gap: 5px; | ||||
|   flex: 1; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .rollable { | ||||
|   min-width: 3rem; | ||||
|   max-width: 3rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .char-text { | ||||
|   margin-left: 0.5rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .d100 { | ||||
|   flex: 0; | ||||
|   max-width: 0.6rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .form-group { | ||||
|   flex: 0; | ||||
|   padding-left: 5px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristics .creature-characteristic .form-group .form-fields { | ||||
|   font-size: 1.1rem; | ||||
|   flex: none; | ||||
|   width: 40px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristic-play { | ||||
|   min-width: 225px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-main .creature-characteristic-edit { | ||||
|   min-width: 400px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography { | ||||
|   background-color: var(--color-light-1); | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography prose-mirror.inactive { | ||||
|   min-height: 40px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography prose-mirror.active { | ||||
|   min-height: 150px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .field-label { | ||||
|   margin-left: 8px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .adapted { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 8px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .adapted label { | ||||
|   min-width: 20rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .resources { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(3, 1fr); | ||||
|   gap: 8px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .resources label { | ||||
|   min-width: 8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .features, | ||||
| .fvtt-cthulhu-eternal .creature-biography .biodata { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 8px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .features label, | ||||
| .fvtt-cthulhu-eternal .creature-biography .biodata label { | ||||
|   min-width: 3rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .creature-biography .features .feature, | ||||
| .fvtt-cthulhu-eternal .creature-biography .biodata .feature { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 18rem; | ||||
|   max-width: 18rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills { | ||||
|   background-color: var(--color-light-1); | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills legend a { | ||||
|   font-size: calc(var(--font-size-standard) * 1.4); | ||||
|   padding-left: 5px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(3, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 13rem; | ||||
|   max-width: 13rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .protection { | ||||
|   min-width: 5rem; | ||||
|   max-width: 5rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .name { | ||||
|   min-width: 8rem; | ||||
|   max-width: 8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .armors .armor .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 13rem; | ||||
|   max-width: 13rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .damage { | ||||
|   min-width: 6rem; | ||||
|   max-width: 6rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .name { | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .weapons .weapon .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(3, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   margin-left: 4px; | ||||
|   min-width: 12.3rem; | ||||
|   max-width: 12.3rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .score { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .name { | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-skills .skills .skill .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status { | ||||
|   background-color: var(--color-light-1); | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status legend a { | ||||
|   font-size: calc(var(--font-size-standard) * 1.4); | ||||
|   padding-left: 5px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 18rem; | ||||
|   max-width: 18rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond .name { | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond .type { | ||||
|   min-width: 6rem; | ||||
|   max-width: 6rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond .level { | ||||
|   min-width: 2rem; | ||||
|   max-width: 2rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .bonds .bond .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .motivations { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .motivations .motivation { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 14rem; | ||||
|   max-width: 14rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .motivations .motivation .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .motivations .motivation .name { | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .motivations .motivation .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders .mentaldisorder { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 18rem; | ||||
|   max-width: 18rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders .mentaldisorder .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders .mentaldisorder .name { | ||||
|   min-width: 14rem; | ||||
|   max-width: 14rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders .mentaldisorder .cured { | ||||
|   min-width: 5rem; | ||||
|   max-width: 5rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .mentaldisorders .mentaldisorder .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .injuries { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .injuries .injury { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 16rem; | ||||
|   max-width: 16rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .injuries .injury .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .injuries .injury .name { | ||||
|   min-width: 14rem; | ||||
|   max-width: 14rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-status .injuries .injury .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment { | ||||
|   background-color: var(--color-light-1); | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment legend a { | ||||
|   font-size: calc(var(--font-size-standard) * 1.4); | ||||
|   padding-left: 5px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(3, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 13rem; | ||||
|   max-width: 13rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear .name { | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .gears .gear .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 20rem; | ||||
|   max-width: 20rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual .name { | ||||
|   min-width: 17rem; | ||||
|   max-width: 17rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .rituals .ritual .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes { | ||||
|   display: grid; | ||||
|   grid-template-columns: repeat(2, 1fr); | ||||
|   gap: 4px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   gap: 4px; | ||||
|   min-width: 20rem; | ||||
|   max-width: 20rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome .rollable:hover, | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome .rollable:focus { | ||||
|   text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|   cursor: pointer; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome .controls { | ||||
|   font-size: 0.7rem; | ||||
|   min-width: 1.8rem; | ||||
|   max-width: 1.8rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome .name { | ||||
|   min-width: 17rem; | ||||
|   max-width: 17rem; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment .tomes .tome .item-img { | ||||
|   width: 24px; | ||||
|   height: 24px; | ||||
|   margin: 4px 0 0 0; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment prose-mirror.inactive { | ||||
|   min-height: 40px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .tab.creature-equipment prose-mirror.active { | ||||
|   min-height: 150px; | ||||
| } | ||||
| .fvtt-cthulhu-eternal .skill-content { | ||||
|   font-family: var(--font-primary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user