You are here

README.txt in A Simple Timeline 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Configuration
 * Customization
 * Maintainers

INTRODUCTION
------------

Simple timeline provide a Views style plugin to display views row as a timeline.
You can choose to display rows with fields and customize each field as  you want
with standard options provided by Views. Or you can choose to display row as
entities rendered (content/view mode).

INSTALLATION
------------

Install as you would normally install a contributed Drupal module.
See: https://www.drupal.org/documentation/install/modules-themes/modules-8 for
further information.

CONFIGURATION
-------------

Create a new view and choose the style plugin Simple Timeline.
Settings provided by the views style plugin timeline are :

* Position of rows
you can set the position of rows related to the timeline : on the left, on the
right or alternated.
* Position of the marker
You can set the marker's vertical position : top, center or bottom of each row.

CUSTOMIZATION
-------------

To customize the timeline and/or marker look, you can override some simple css
rules in your theme.

For example.

The timeline color.
ul.timeline-list:after {
  background-color: #555555;
}

And the marker color and form.
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background: #fff;
  border: 3px solid #555555;
  border-radius: 0;
}

MAINTAINERS
-----------

Current maintainer for 8.x branch:
 * flocondetoile - https://drupal.org/u/flocondetoile

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. * Customization
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. Simple timeline provide a Views style plugin to display views row as a timeline.
  11. You can choose to display rows with fields and customize each field as you want
  12. with standard options provided by Views. Or you can choose to display row as
  13. entities rendered (content/view mode).
  14. INSTALLATION
  15. ------------
  16. Install as you would normally install a contributed Drupal module.
  17. See: https://www.drupal.org/documentation/install/modules-themes/modules-8 for
  18. further information.
  19. CONFIGURATION
  20. -------------
  21. Create a new view and choose the style plugin Simple Timeline.
  22. Settings provided by the views style plugin timeline are :
  23. * Position of rows
  24. you can set the position of rows related to the timeline : on the left, on the
  25. right or alternated.
  26. * Position of the marker
  27. You can set the marker's vertical position : top, center or bottom of each row.
  28. CUSTOMIZATION
  29. -------------
  30. To customize the timeline and/or marker look, you can override some simple css
  31. rules in your theme.
  32. For example.
  33. The timeline color.
  34. ul.timeline-list:after {
  35. background-color: #555555;
  36. }
  37. And the marker color and form.
  38. ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  39. background: #fff;
  40. border: 3px solid #555555;
  41. border-radius: 0;
  42. }
  43. MAINTAINERS
  44. -----------
  45. Current maintainer for 8.x branch:
  46. * flocondetoile - https://drupal.org/u/flocondetoile