diff --git a/Blue Archive/BlueArchive.css b/Blue Archive/BlueArchive.css new file mode 100644 index 0000000000..d19b130468 --- /dev/null +++ b/Blue Archive/BlueArchive.css @@ -0,0 +1,61 @@ +.charsheet { + font-family: "Verdana", "Verdana", sans-serif; + /*background: #EEEEEE; + color: #222222; + background-image: url("");*/ +} + + +.charsheet .sheet-item { + padding: 1vh; + text-align: center; + display: flex; + align-items: center; + justify-content: center; +} + +.charsheet label { + font-size: inherit; + color: inherit; +} + +.charsheet .sheet-col{ + background: #E6E6E3; +} + +div.a { + outline: 2px dashed blue; +} + +/*----------- Details and Summary -------*/ +.charsheet summary { + cursor: pointer; + display: revert; +} + +.row { + display: flex; +} + +.column { + flex: 50%; + float: left; + width: 50%; +} + +/*----------- Tabs Setup -------------*/ + + +/*Configure the tab buttons +.charsheet .sheet-details, +{ + display: none; +} + +/* show the selected tab +.charsheet .sheet-tabstoggle[value="details"] ~ div.sheet-details, +{ + display: block; +} + +/*----------- End Tab Setup -----------*/ \ No newline at end of file diff --git a/Blue Archive/BlueArchive.html b/Blue Archive/BlueArchive.html new file mode 100644 index 0000000000..8244ecd503 --- /dev/null +++ b/Blue Archive/BlueArchive.html @@ -0,0 +1,271 @@ +

+ +

General Information

+
+
+ Character Name: +

+ + Player Name: +

+ + Sex: +

+ + School: +

+
+
+ +
+
+ Club: +

+ + Year: +

+ + Commendations: +

+
+
+ +
+ +
+
+

Halo & Class

+ Halo Durability: + + / +

+ + Class: +

+ + Class Passive: +

+
+
+ +
+
+

Currencies

+ Pyroxenes: +

+ + Supplies: +

+ + School Credits: +

+ + GSC Credits: +

+ +
+
+ + +
+ +

Attributes

+ + +
+ +
+ Civics: +

+ + History: +

+ + Lore: +

+ + Speech: +

+ + Streetwise: +

+
+
+ + +
+
+ Drill: +

+ + Marksman: +

+ + Recon: +

+ + Self Defense: +

+ + Tactics: +

+
+
+ + +
+
+ Physical: +

+ + Agility: +

+ + Athletics: +

+ + Endurance: +

+ + Survival: +

+
+
+ + +
+
+ Sciences: +

+ + Formal: +

+ + Natural: +

+ + Social: +

+ + Supernal: +

+
+
+ + +
+
+ Technical: +

+ + Computers: +

+ + Driving: +

+ + Mechanical: +

+ + Medical: +

+
+
+ +
+ +

Firearms & Gear

+ + +
+
+ Firearm Name: +

+ + Firearm Type: +

+ + Firearm Bonus: +

+ + Firearm Traits: +

+ + Firearm Attachments: +

+ + Firearm Upgrades: +

+
+
+ + +
+
+ Sidearm Name: +

+ + Sidearm Type: +

+ + Sidearm Bonus: +

+ + Sidearm Traits: +

+ + Sidearm Attachments: +

+ + Sidearm Upgrades: +

+
+
+ + + + +
+ Utility Items: +

+ + Miscellaneous Items: +

+ +
+ +
+ + + +

Techniques

+ +

Technique List

+
+
+
+
+
+ + DESCRIPTION: + + +
+
+
+
+ +

EX Technique List

+
+
+
+
+
+ + DESCRIPTION: + + +
+
+
+
\ No newline at end of file diff --git a/Blue Archive/BlueArchive.png b/Blue Archive/BlueArchive.png new file mode 100644 index 0000000000..b3604642b4 Binary files /dev/null and b/Blue Archive/BlueArchive.png differ diff --git a/Blue Archive/sheet.json b/Blue Archive/sheet.json new file mode 100644 index 0000000000..76d9304414 --- /dev/null +++ b/Blue Archive/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "BlueArchive.html", + "css": "BlueArchive.css", + "authors": "Jeremy H.", + "roll20userid": "90448", + "preview": "BlueArchive.png", + "instructions": "Be sure not to leave any fields blank as this may disrupt some of the code." +}