File: style.css

package info (click to toggle)
libhandy-1 1.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 39,084; xml: 540; sh: 78; python: 48; makefile: 11; javascript: 9
file content (18 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
stacksidebar list {
  border-left-width: 0px;
  border-right-width: 0px;
}

stacksidebar.background list {
  background: @theme_bg_color;
}

carousel.vertical .carousel-icon {
  -gtk-icon-transform: rotate(90deg);
}

/* Mimick the status page. */
box.avatar-page { margin: 36px 12px; }
box.avatar-page > box > avatar { margin-bottom: 36px; }
box.avatar-page > box > label.title { margin-bottom: 12px; }
box.avatar-page > box > label.description { margin-bottom: 36px; }