Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor Adjustments
|
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | skin-xekri-timeline |
Files: | files | file ages | folders |
SHA3-256: |
60033b555f74bbae363e4de29f1800a9 |
User & Date: | zakero 2017-12-26 17:34:11.327 |
Context
2017-12-28
| ||
01:39 |
A few more adjustments
| |
2017-12-26
| ||
17:34 |
Minor Adjustments
| |
07:47 | Initial updates to get the timeline looking correct. ... (check-in: cec1e060 user: zakero tags: skin-xekri-timeline) | |
Changes
Changes to skins/xekri/css.txt.
︙ | ︙ | |||
710 711 712 713 714 715 716 717 718 719 | */ /* The suppressed duplicates lines in timeline, .. */ .timelineDisabled { font-size: 0.5rem; font-style: italic; } .content .timelineTable { border: 0; | > > > > > | | 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 | */ /* The suppressed duplicates lines in timeline, .. */ .timelineDisabled { font-size: 0.5rem; font-style: italic; } /* the format for the timeline version display(no history permission!) */ .timelineHistDsp { font-weight: bold; } .content .timelineTable { border: 0; border-spacing: 0 0.5rem; } .content .timelineTable tr { background: #222; border: 0; padding: 0; box-shadow: none; |
︙ | ︙ | |||
770 771 772 773 774 775 776 | } .timelineTable .timelineModernCell[id] , .timelineTable .timelineCompactCell[id] , .timelineTable .timelineVerboseCell[id] , .timelineTable .timelineColumnarCell[id] , .timelineTable .timelineDetailCell[id] { | | | 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 | } .timelineTable .timelineModernCell[id] , .timelineTable .timelineCompactCell[id] , .timelineTable .timelineVerboseCell[id] , .timelineTable .timelineColumnarCell[id] , .timelineTable .timelineDetailCell[id] { background: #272727; } .timelineTable .timelineCurrent .timelineTime { background: #333; border-radius: 1rem 0 0 1rem; border-width: 0; } |
︙ | ︙ | |||
837 838 839 840 841 842 843 | } .timelineTable .timelineDetailCell .timelineColumnarDetail { font-size: 80%; white-space: pre-line; } | < < < < < < < < < | 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 | } .timelineTable .timelineDetailCell .timelineColumnarDetail { font-size: 80%; white-space: pre-line; } /* the format for the timeline version links */ /* a.timelineHistLink { } */ /************************************** * User Edit */ |
︙ | ︙ |