Fossil

Check-in [313e27ad]
Login

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

Overview
Comment:Fixed some misnamed classes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | skin-xekri-timeline
Files: files | file ages | folders
SHA3-256: 313e27ada0662eb5847ed9c95d96f5072d1cb8f326bc751ebebfed4771785e51
User & Date: zakero 2017-12-28 03:37:16.862
Context
2017-12-28
21:52
Updated the Xekri skin to work with the recent Timeline changes. ... (check-in: c105c2fd user: zakero tags: trunk)
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ad user: zakero tags: skin-xekri-timeline)
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)
Changes
Unified Diff Ignore Whitespace Patch
Changes to skins/xekri/css.txt.
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
.timelineTable .timelineModernCell  .timelineModernDetail   ,
.timelineTable .timelineCompactCell .timelineCompactComment ,
.timelineTable .timelineCompactCell .timelineCompactDetail  ,
.timelineTable .timelineVerboseCell .timelineVerboseComment ,
.timelineTable .timelineVerboseCell .timelineVerboseDetail  {
}

.timelineTable .timelineModernCell  .timelineModernLeaf  ,
.timelineTable .timelineCompactCell .timelineCompactLeaf ,
.timelineTable .timelineVerboseCell .timelineVerboseLeaf ,
.timelineTable .timelineVerboseCell .timelineLeaf        {
  font-weight: bold;
}

.timelineTable .timelineModernCell .timelineModernDetail ,
.timelineTable .timelineDetailCell {
  font-size: 85%;
}







|
|
|
|







830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
.timelineTable .timelineModernCell  .timelineModernDetail   ,
.timelineTable .timelineCompactCell .timelineCompactComment ,
.timelineTable .timelineCompactCell .timelineCompactDetail  ,
.timelineTable .timelineVerboseCell .timelineVerboseComment ,
.timelineTable .timelineVerboseCell .timelineVerboseDetail  {
}

.timelineTable .timelineModernCell     .timelineLeaf ,
.timelineTable .timelineCompactCell    .timelineLeaf ,
.timelineTable .timelineVerboseCell    .timelineLeaf ,
.timelineTable .timelineVerboseComment .timelineLeaf {
  font-weight: bold;
}

.timelineTable .timelineModernCell .timelineModernDetail ,
.timelineTable .timelineDetailCell {
  font-size: 85%;
}
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
.timelineTable .timelineDetailCell ul.filelist li {
  margin-left:  1.5rem;
  padding-left: 0;
  white-space:  nowrap;
}

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


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

/* layout definition for the capabilities box on the user edit detail page */







<


<







862
863
864
865
866
867
868

869
870

871
872
873
874
875
876
877
.timelineTable .timelineDetailCell ul.filelist li {
  margin-left:  1.5rem;
  padding-left: 0;
  white-space:  nowrap;
}

/* the format for the timeline version links */

a.timelineHistLink {
}



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

/* layout definition for the capabilities box on the user edit detail page */
Changes to skins/xekri/details.txt.
1
2
3
4
timeline-arrowheads:        1
timeline-circle-nodes:      0
timeline-color-graph-lines: 0
white-foreground:           0


|

1
2
3
4
timeline-arrowheads:        1
timeline-circle-nodes:      0
timeline-color-graph-lines: 1
white-foreground:           0