File: custom.css

package info (click to toggle)
sphinxcontrib-video 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,484 kB
  • sloc: python: 368; makefile: 18; sh: 17
file content (16 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* add dollar sign in console code-block */
div.highlight-console pre span.go::before {
  /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
  content: "$";
  margin-right: 10px;
  margin-left: 5px;
}

/* use to demo the class attribute */
.video-bordered {
  border: 0.2em solid red;
}