From 0775a73404327269f800594d1ed29f508237c96e Mon Sep 17 00:00:00 2001 From: ioanatomici Date: Wed, 25 Mar 2020 10:49:00 +0100 Subject: [PATCH] Upload files to 'timeline' --- timeline/index_timeline.html | 113 +++++++++++++++++++++++++++++++++++ timeline/style.css | 52 ++++++++++++++++ 2 files changed, 165 insertions(+) create mode 100644 timeline/index_timeline.html create mode 100644 timeline/style.css diff --git a/timeline/index_timeline.html b/timeline/index_timeline.html new file mode 100644 index 0000000..0344797 --- /dev/null +++ b/timeline/index_timeline.html @@ -0,0 +1,113 @@ + + + + + + + + +
+
+
+

1CCF 003003.jpg +

+

WHO

+

29 September 1982

+
+

Alay sa Manggagawa-01.jpg +

+

Alay sa Manggagawa

+

1 December 1982

+
+

An unholy alliance-0.jpg +

+

An Unholy Alliance

+

4 July 1985

+
+

Ang Bayan December 1984 Sc CJ Cortez 2020Jan17-01.jpg +

+

Ang Bayan: Vol. 16 No. 10

+

1 December 1984

+
+

Ang Gabay Taon 1 Blg 1-01.jpg +

+

Ang Gabay: Vol. 1 No. 1

+

1 March 1978

+
+

Batasan Resolution Nos 39 and 127-01.jpg +

+

Batasan Resolution: Nos. 39 and 127

+

4 December 1984

+
+

Breakaway factions in fragments-01.jpg +

+

Breakaway Factions in Fragments

+

1 October 1999

+
+

Bukas na Liham Mga Kababayan-01.jpg +

+

Bukas na Liham: Mga Kababayan

+

30 May 1984

+
+

Bukas na Liham Mga Kalalawigan-01.jpg +

+

Bukas na Liham: Mga Kalalawigan

+

30 December 1984

+
+

CCF 002974.jpg +

+

The review

+

October 1982

+
+

CCF 003022.jpg +

+

Sunday Vol 2 No 6 (1)

+

28 July 1985

+
+

CCF 003029.jpg +

+

Update Factsheet

+

March 1982

+

... further results

+ + + + +
>
\ No newline at end of file diff --git a/timeline/style.css b/timeline/style.css new file mode 100644 index 0000000..733c24e --- /dev/null +++ b/timeline/style.css @@ -0,0 +1,52 @@ +.mw-parser-output{ + position: left top; + display: hidden; +} + +.horizontal-scroll-wrapper { + margin-top: 10vw; + width: 100px; + height: 600px; + overflow-y: auto; + overflow-x: hidden; + transform: rotate(-90deg) translateY(-100px); + transform-origin: right top; + padding-left: 300px; +} + +.horizontal-scroll-wrapper > div { + width: 100px; + height: 100px; + transform: rotate(90deg); + transform-origin: right top; + + +} + +.item { + padding-top: 5px; + /*padding-left: 70px;*/ +} + +img { + width: 70%; + height: 70%; + +} + +img:hover { + width:100%; + transition:0.5s; + height: 100%; +} + +.title { + font-family: Arial; + font-size: 10px; + text-align: center; +} + + +.date { + font-family: Arial; + font-size: 10px; \ No newline at end of file