commit 6be70b3b73821fb862bb936fd66ce6ddbf766ac5 Author: JediThug Date: Fri Feb 19 16:35:19 2016 +0100 First commit diff --git a/css/fgi.css b/css/fgi.css new file mode 100644 index 0000000..935fe57 --- /dev/null +++ b/css/fgi.css @@ -0,0 +1,122 @@ +.fgi +{ + height:1.5em; + width:1.5em; + background-position:center; + background-repeat:no-repeat; + background-size:contain; + display:inline-block; + vertical-align:middle +} + +.fgi-forward{ + background-image:url("fgi/forward.png") +} + +.fgi-back{ + background-image:url("fgi/back.png") +} + +.fgi-jump{ + background-image:url("fgi/jump.png") +} + +.fgi-down{ + background-image:url("fgi/down.png") +} + +.fgi-df{ + background-image:url("fgi/downforward.png") +} + +.fgi-db{ + background-image:url("fgi/downback.png") +} + +.fgi-qcf{ + background-image:url("fgi/qcf.png") +} + +.fgi-qcb{ + background-image:url("fgi/qcb.png") +} + +.fgi-hcf{ + background-image:url("fgi/hcf.png") +} + +.fgi-hcb{ + background-image:url("fgi/hcb.png") +} + +.fgi-dp{ + background-image:url("fgi/shoryf.png") +} + +.fgi-dp-b{ + background-image:url("fgi/shoryb.png") +} + +.fgi-360{ + background-image:url("fgi/360.png") +} + +.fgi-punch{ + background-image:url("fgi/sfpunch.png") +} + +.fgi-kick{ + background-image:url("fgi/sfkick.png") +} + +.fgi-lp{ + background-image:url("fgi/lp.png") +} + +.fgi-lk{ + background-image:url("fgi/lk.png") +} + +.fgi-mp{ + background-image:url("fgi/mp.png") +} + +.fgi-mk{ + background-image:url("fgi/mk.png") +} + +.fgi-hp{ + background-image:url("fgi/hp.png") +} + +.fgi-hk{ + background-image:url("fgi/hk.png") +} + +.fgi-3p{ +/* margin-top: 0.16em;*/ + width: 3.66em; + background-image:url("fgi/3p.png") +} + +.fgi-3k{ +/* margin-top: 0.16em;*/ + width: 3.66em; + background-image:url("fgi/3k.png") +} + +.fgi-s{ + background-image:url("fgi/button_s.png") +} + +.fgi-hs{ + background-image:url("fgi/button_hs.png") +} + +.fgi-d{ + background-image:url("fgi/button_d.png") +} + +br.spaced { + margin-bottom: 1em; +} \ No newline at end of file diff --git a/css/fgi/360.png b/css/fgi/360.png new file mode 100644 index 0000000..2ab1ba8 Binary files /dev/null and b/css/fgi/360.png differ diff --git a/css/fgi/3k.png b/css/fgi/3k.png new file mode 100644 index 0000000..81e4cdd Binary files /dev/null and b/css/fgi/3k.png differ diff --git a/css/fgi/3p.png b/css/fgi/3p.png new file mode 100644 index 0000000..0898836 Binary files /dev/null and b/css/fgi/3p.png differ diff --git a/css/fgi/back.png b/css/fgi/back.png new file mode 100644 index 0000000..fae635a Binary files /dev/null and b/css/fgi/back.png differ diff --git a/css/fgi/bjump.png b/css/fgi/bjump.png new file mode 100644 index 0000000..5c354fc Binary files /dev/null and b/css/fgi/bjump.png differ diff --git a/css/fgi/button_d.png b/css/fgi/button_d.png new file mode 100644 index 0000000..440cbfd Binary files /dev/null and b/css/fgi/button_d.png differ diff --git a/css/fgi/button_hs.png b/css/fgi/button_hs.png new file mode 100644 index 0000000..3be9cdd Binary files /dev/null and b/css/fgi/button_hs.png differ diff --git a/css/fgi/button_s.png b/css/fgi/button_s.png new file mode 100644 index 0000000..1e2e97e Binary files /dev/null and b/css/fgi/button_s.png differ diff --git a/css/fgi/down.png b/css/fgi/down.png new file mode 100644 index 0000000..e6bd905 Binary files /dev/null and b/css/fgi/down.png differ diff --git a/css/fgi/downback.png b/css/fgi/downback.png new file mode 100644 index 0000000..e5a1109 Binary files /dev/null and b/css/fgi/downback.png differ diff --git a/css/fgi/downforward.png b/css/fgi/downforward.png new file mode 100644 index 0000000..da3778c Binary files /dev/null and b/css/fgi/downforward.png differ diff --git a/css/fgi/fjump.png b/css/fgi/fjump.png new file mode 100644 index 0000000..1d24f2d Binary files /dev/null and b/css/fgi/fjump.png differ diff --git a/css/fgi/forward.png b/css/fgi/forward.png new file mode 100644 index 0000000..dc28f2c Binary files /dev/null and b/css/fgi/forward.png differ diff --git a/css/fgi/hcb.png b/css/fgi/hcb.png new file mode 100644 index 0000000..8093aaf Binary files /dev/null and b/css/fgi/hcb.png differ diff --git a/css/fgi/hcf.png b/css/fgi/hcf.png new file mode 100644 index 0000000..b5822c9 Binary files /dev/null and b/css/fgi/hcf.png differ diff --git a/css/fgi/hk.png b/css/fgi/hk.png new file mode 100644 index 0000000..0f2b6a9 Binary files /dev/null and b/css/fgi/hk.png differ diff --git a/css/fgi/hp.png b/css/fgi/hp.png new file mode 100644 index 0000000..6bdb605 Binary files /dev/null and b/css/fgi/hp.png differ diff --git a/css/fgi/jump.png b/css/fgi/jump.png new file mode 100644 index 0000000..86bd3a2 Binary files /dev/null and b/css/fgi/jump.png differ diff --git a/css/fgi/lk.png b/css/fgi/lk.png new file mode 100644 index 0000000..d26a62a Binary files /dev/null and b/css/fgi/lk.png differ diff --git a/css/fgi/lp.png b/css/fgi/lp.png new file mode 100644 index 0000000..5c13d28 Binary files /dev/null and b/css/fgi/lp.png differ diff --git a/css/fgi/mk.png b/css/fgi/mk.png new file mode 100644 index 0000000..7612617 Binary files /dev/null and b/css/fgi/mk.png differ diff --git a/css/fgi/mp.png b/css/fgi/mp.png new file mode 100644 index 0000000..7bc0abd Binary files /dev/null and b/css/fgi/mp.png differ diff --git a/css/fgi/neutral.png b/css/fgi/neutral.png new file mode 100644 index 0000000..af4657b Binary files /dev/null and b/css/fgi/neutral.png differ diff --git a/css/fgi/njump.png b/css/fgi/njump.png new file mode 100644 index 0000000..c92db4d Binary files /dev/null and b/css/fgi/njump.png differ diff --git a/css/fgi/qcb.png b/css/fgi/qcb.png new file mode 100644 index 0000000..72fc543 Binary files /dev/null and b/css/fgi/qcb.png differ diff --git a/css/fgi/qcf.png b/css/fgi/qcf.png new file mode 100644 index 0000000..a664a41 Binary files /dev/null and b/css/fgi/qcf.png differ diff --git a/css/fgi/sfkick.png b/css/fgi/sfkick.png new file mode 100644 index 0000000..dcf1328 Binary files /dev/null and b/css/fgi/sfkick.png differ diff --git a/css/fgi/sfpunch.png b/css/fgi/sfpunch.png new file mode 100644 index 0000000..19d2bba Binary files /dev/null and b/css/fgi/sfpunch.png differ diff --git a/css/fgi/shoryb.png b/css/fgi/shoryb.png new file mode 100644 index 0000000..90b0a69 Binary files /dev/null and b/css/fgi/shoryb.png differ diff --git a/css/fgi/shoryf.png b/css/fgi/shoryf.png new file mode 100644 index 0000000..c0800dc Binary files /dev/null and b/css/fgi/shoryf.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6367492 --- /dev/null +++ b/index.html @@ -0,0 +1,101 @@ + + + + + + + Fighting Game Icons + + + + + + + + + + +
+
+

Fighting Game Icons

+
+ +
+
+

List of all available icons:

+ Hover over icon for code! +
+

Default Directional Inputs

+ + + + + + +
+
+

Special Directional Inputs

+ + + + + + + +
+
+

Buttons

+ + +
+ + + + + + +
+ + +
Guilty Gear
+ + + +
+
+
+

Examples

+ + <i class="fgi fgi-dp"></i>+<i class="fgi fgi-punch"></i> + +
+ + - Ryu's Shoryuken +
+ + <i class="fgi fgi-360"><i class="fgi fgi-360">+<i class="fgi fgi-3p"></i> + +
+ + - Zangief's Ultimate Atomic Buster +
+ + <i class="fgi fgi-qcf"></i><i class="fgi fgi-qcf"></i>+<i class="fgi fgi-s"></i> + +
+ + - Faust's Shigekiteki Zetsumeiken +
+
+

Todo

+
    +
  • "Hold" directions and buttons
  • +
  • A, B, C, D (NeoGeo)
  • +
  • 1, 2, 3, 4 or LP, RP, LK, RK (Tekken)
  • +
+
+
+ + +
+ + \ No newline at end of file