Variable: kexport:font-awesome-css-include

kexport:font-awesome-css-include is a variable defined in kexport.el.

Value

"<style>\n\nspan.nobreak {\n  white-space: nowrap;\n}\n\ndiv {\n display: inline;\n}\n\nli {\n list-style-type: none;\n}\n\nul {\n  margin-top: 0px;\n  margin-bottom: 0px;\n  padding-left: 30px;\n}\n\n.tdone {\n  vertical-align: text-bottom;\n  width: 1%;\n}\n\n.tdtwo {\n  vertical-align: text-bottom;\n  width: 2%;\n}\n\n.btn {\n  all: unset;\n  background-color: inherit;\n  cursor: pointer;\n  display: block;\n  outline: inherit;\n}\n\n.btn:hover {\n  background-color: #FAFAD2;\n  font-size: 20px;\n}\n\n.content {\n  display: block;\n  font-size: 20px;\n  margin-top: 0px;\n  margin-bottom: 0px;\n}\n\n.label {\n  display: block;\n  color: #C100C1;\n}\n\nh1 {\n  margin-top: 0px;\n  margin-bottom: 0px;\n}\n\npre {\n  margin-top: 0px;\n  margin-bottom: 0px;\n  font-size: 20px;\n}\n\nbody {\n  background-color: white;\n}\n\n</style>\n"

Documentation

CSS that styles collapsible HTML-exported Koutline parent cells.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kexport.el
(defconst kexport:font-awesome-css-include
  "<style>

span.nobreak {
  white-space: nowrap;
}

div {
 display: inline;
}

li {
 list-style-type: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
}

.tdone {
  vertical-align: text-bottom;
  width: 1%;
}

.tdtwo {
  vertical-align: text-bottom;
  width: 2%;
}

.btn {
  all: unset;
  background-color: inherit;
  cursor: pointer;
  display: block;
  outline: inherit;
}

.btn:hover {
  background-color: #FAFAD2;
  font-size: 20px;
}

.content {
  display: block;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.label {
  display: block;
  color: #C100C1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

pre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

body {
  background-color: white;
}

</style>\n"
  "CSS that styles collapsible HTML-exported Koutline parent cells.")