Fossil

Check-in [60033b55]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor Adjustments
  • Uncommented ".timelineHistDsp"
  • Made the main branch commits stand out a bit more based on DRH's fix
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | skin-xekri-timeline
Files: files | file ages | folders
SHA3-256: 60033b555f74bbae363e4de29f1800a9cbda773eb33cf4717a4334ea5619ce19
User & Date: zakero 2017-12-26 17:34:11.327
Context
2017-12-28
01:39
A few more adjustments
  • Made the detail for Modern and Columnar a bit larger for readablity
  • For the Columnar View, added "files:" to the file list
  • For the Columnar View, file list no longer wraps
... (check-in: bf2555f8 user: zakero tags: skin-xekri-timeline)
2017-12-26
17:34
Minor Adjustments
  • Uncommented ".timelineHistDsp"
  • Made the main branch commits stand out a bit more based on DRH's fix
... (check-in: 60033b55 user: zakero tags: skin-xekri-timeline)
07:47
Initial updates to get the timeline looking correct. ... (check-in: cec1e060 user: zakero tags: skin-xekri-timeline)
Changes
Unified Diff Show Whitespace Changes Patch
Changes to skins/xekri/css.txt.
710
711
712
713
714
715
716





717
718
719
720
721
722
723
724
725
726
727
 */

/* The suppressed duplicates lines in timeline, .. */
.timelineDisabled {
  font-size:  0.5rem;
  font-style: italic;
}






.content .timelineTable {
  border: 0;
  border-spacing: 0 0.25rem;
}

.content .timelineTable tr {
  background: #222;
  border:     0;
  padding:    0;
  box-shadow: none;







>
>
>
>
>



|







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
777
778
779
780
781
782
783
784
}

.timelineTable .timelineModernCell[id]   ,
.timelineTable .timelineCompactCell[id]  ,
.timelineTable .timelineVerboseCell[id]  ,
.timelineTable .timelineColumnarCell[id] ,
.timelineTable .timelineDetailCell[id]   {
  background: none;
}

.timelineTable .timelineCurrent .timelineTime {
  background:    #333;
  border-radius: 1rem 0 0 1rem;
  border-width:  0;
}







|







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
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
}

.timelineTable .timelineDetailCell .timelineColumnarDetail {
  font-size: 80%;
  white-space: pre-line;
}



/* the format for the timeline version links */
/*
a.timelineHistLink {
}
*/

/* the format for the timeline version display(no history permission!) */
/*
span.timelineHistDsp {
  font-weight: bold;
}
*/


/**************************************
 * User Edit
 */








<
<




<
<
<
<
<
<
<







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
 */