/usr/share/synopsis-0.12/dump.css is in synopsis 0.12-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | ast
{ 
  margin: 5mm;
}
declarations:before
{ 
  display: block;
  content: "Declarations";
  font-size: large;
}
declarations
{ 
  display: block;
}
instance > declarations
{ 
  display: block;
  padding-left: 10mm;
}
declarations > *:before,
declarations > item *:before
{ 
  content: attr(type)" "attr(name);
  font-weight: bold;
}
declarations > item:before {  content:"";} /* empty */
types:before
{ 
  display: block;
  content: "Types";
  font-size: large;
}
types
{ 
  display: block;
}
types > instance:before
{ 
  content: attr(name);
  font-weight: bold;
}
types > instance
{ 
  display: block;
  padding-left: 10mm;
}
files:before
{ 
  display: block;
  content: "Files";
  font-size: large;
}
files > file
{ 
  display: block;
  margin: 1mm;
}
comments summary
{ 
  visibility: hidden;
  display: none;
}
comments text
{ 
  visibility: visible;
  display: block;
  background: #dddddd;
  border: thin solid;
  margin: 5mm;
  padding: 1mm;
}
 |