Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkasaurusmex authored Aug 11, 2020
1 parent c3bed4f commit 27b5618
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
52 changes: 52 additions & 0 deletions CoSui.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#sidebar {

display: flex;
flex-direction: column;
flex-wrap: nowrap;
position: fixed;
right: 5px;
top: 5px;
width: 350px !important;
height: 99vh;
overflow: hidden;
margin: 0;
border: 30px solid transparent;
border-image-source: url(/modules/CoSui/ui/img/sidebarwood.webp);
border-image-slice: 30 fill;
background-position: center !important;
background-size: 300px 100%!important;
background-repeat: no-repeat;
}

.collapse::before{
content: "";
}

#sidebar.collapsed {
width: 75px !important;
height: 410px !important;
padding-left: 5px;
border: 15px solid transparent;
border-image-source: url(/modules/CoSui/ui/img/sidebarwood.webp);
border-image-slice: 35 fill;
background-position: center !important;
background-size: 100% 100%!important;
background-repeat: no-repeat;
}
/* #region Chat Tab*/
.message{
background-image: url(/modules/CoSui/ui/img/chatcard.webp) !important;
}
#chat-message{
background-image: url(/modules/CoSui/ui/img/ravenchat.webp) !important;
}
.window-app {
border: 20px solid transparent;
border-image-source: url(/modules/CoSui/ui/img/brickborder.webp);
border-image-slice: 20 fill;
border-image-repeat: repeat;
}
.dialog .dialog-buttons button {
background-image: url(/modules/CoSui/ui/img/bloodbutton.webp);
border: 2px groove #f0f0e0;
margin: 0 5px 0 0;
15 changes: 15 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Curse of Strahd UI",
"title": "Curse of Strahd UI",
"description": "A Gothic Horror flavored UI for Foundry VTT.",
"version": "0.1",
"author": "Sparkasaurusmex",
"styles": [ "CoSui.css" ],
"esmodules": [],
"packs": [],
"url": "https://github.com/Sparkasaurusmex/CoSui/",
"manifest": "https://raw.githubusercontent.com/Sparkasaurusmex/CoSui/master/module.json",
"download": "https://github.com/Sparkasaurusmex/CoSui/releases/download/0.1/OotDui.zip",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.5"
}

0 comments on commit 27b5618

Please sign in to comment.