Skip to content

Commit d23c889

Browse files
Update: Add CSS for Maintenance Template Callout
Just the CSS for the callout in Obsidian and Quartz; no templates yet
1 parent 7516ab9 commit d23c889

File tree

3 files changed

+69
-2
lines changed

3 files changed

+69
-2
lines changed

content/.obsidian/snippets/MMW_Maintenance_Template_Obsid.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
.callout[data-callout="maintenance_template"] img {
1313
float: left;
1414
max-width: 30%;
15-
margin: auto;
15+
margin: 0px 8px 16px 8px;
1616
object-fit: contain;
17+
border: 2px solid #db894244;
18+
background-color: black;
1719
}
1820

1921
.callout[data-callout="maintenance_template"] p {

content/MMW Design & Planning/Style - MMW Banner-Style Maintenance Templates.md

+63
Original file line numberDiff line numberDiff line change
@@ -796,4 +796,67 @@ Most wikis use an impartial, encyclopedic tone. It would be sensible for MMW to
796796
> > [!quote] _"Your age is past. We are the new gods, born of the flesh, and wise and caring of the needs of our people."_
797797
> >
798798
> > \- Sotha Sil, _'The Battle of Red Mountain'_, (Vivec)
799+
>
800+
> > [!quote] _"We understand you were visited by some Dark Brotherhood assassins. A regrettable occurrence."_
801+
> > \- King Hlaalu Helseth
802+
>
803+
> > [!quote] _"Although this book argues that nothing disastrous could result, the disappearance of my race argues otherwise."_
804+
> > \- Yagrum Bagarn
805+
806+
## NPC Heads to Get Screenshots of:
807+
808+
> [!gridfloatleft] Default Race NPCs
809+
>
810+
> - [x] Argonian Male
811+
> - [x] Argonian Female
812+
> - [x] Breton Male
813+
> - [x] Breton Female
814+
> - [x] Dark Elf Male
815+
> - [x] Dark Elf Female
816+
> - [x] High Elf Male
817+
> - [x] High Elf Female
818+
> - [x] Imperial Male
819+
> - [x] Imperial Female
820+
> - [x] Khajiit Male
821+
> - [x] Khajiit Female
822+
> - [x] Nord Male
823+
> - [x] Nord Female
824+
> - [x] Orc Male
825+
> - [x] Orc Female
826+
> - [x] Redguard Male
827+
> - [x] Redguard Female
828+
> - [x] Wood Elf Male
829+
> - [x] Wood Elf Female
830+
831+
> [!gridfloatright] Named or Class-Specific NPCs
832+
>
833+
> - [x] Ahnassi
834+
> - [x] Almalexia
835+
> - [x] Ash Zombie
836+
> - [x] Caius Cosades
837+
> - [x] Corprus Stalker
838+
> - [x] Creeper
839+
> - [x] Duma gro-Lag
840+
> - [x] Dunmer Gondolier
841+
> - [x] Eldafire
842+
> - [x] Elone
843+
> - [x] Eydis Fire-Eye
844+
> - [x] Fargoth
845+
> - [x] Hlaalu Helseth
846+
> - [x] Imperial Guard generic male
847+
> - [x] Larrius Varro
848+
> - [x] Ordinator
849+
> - [x] M'Aiq
850+
> - [x] Socucius Ergalla
851+
> - [x] Sotha Sil
852+
> - [x] Uncle Sweetshare
853+
> - [x] Vivec
854+
855+
> [!gridfloatright] Misc icons
856+
>
857+
> - [ ] ALMSIVI symbol
858+
> - [x] Note to Hrisskar
859+
> - [ ] MWSE Logo
860+
> - [ ] OpenMW Logo
861+
> - [ ] Have a Fishy Stick
799862

quartz/styles/custom.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,10 @@ kbd:active kbd {
851851
.callout[data-callout="maintenance_template"] img {
852852
float: left;
853853
max-width: 30%;
854-
margin: auto;
854+
margin: 0px 8px;
855855
object-fit: contain;
856+
border: 2px solid #db894244;
857+
background-color: black;
856858
}
857859

858860
.callout[data-callout="maintenance_template"] p {

0 commit comments

Comments
 (0)