faustedition / faust-web

Web frontend for the edition of Goethe's Faust
http://faustedition.net/
3 stars 1 forks source link

URLs of images in //img/@src #23

Closed gerritbruening closed 8 years ago

thvitt commented 8 years ago

?

sbruemmer commented 8 years ago

Changeset: sbruemmer/faust-web@15d2018849db05924323ca75b618d63fce9fd451

Please proof integration:

Images can float beside text. Just place classes "pure-pull-left" or "pure-pull-right" to the <figure>-Element: e.g. <figure class="pure-pull-left">

sbruemmer commented 8 years ago

please note #27

gerritbruening commented 8 years ago

Cannot go without the transcription of the letter (https://github.com/sbruemmer/faust-web/commit/15d2018849db05924323ca75b618d63fce9fd451#diff-7d5cf0442d71e38c8163744272cea875L31), because we do not have this document otherwise in our digital archive. This is its only appearance.

gerritbruening commented 8 years ago

Tooltip for image capture.

sbruemmer commented 8 years ago

see https://github.com/sbruemmer/faust-web/commit/f246bd4d010b457e74ec70a65ec9b77e2fc744a0

wrap element with a HTML-tag like <u class="pure-tooltip" data-content="Text of Tooltip">Element</u> to make use of tooltips.

The tooltip can be aligned center (default), left (<u class="pure-tooltip pure-tooltip-left">) or right (<u class="pure-tooltip pure-tooltip-right">)

gerritbruening commented 8 years ago

Thanks for the good explanation!