pcmmd
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

ascetic.css
text/css

Download raw (679 bytes)

/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

pre code {
  display: block;
  background: white; color: black;
  border: solid #CCC 1px;
}

pre .string,
pre .attribute .value,
pre .filter .argument,
pre .addition,
pre .change,
pre .apache .tag,
pre .apache .cbracket,
pre .nginx .built_in,
pre .tex .formula {
  color: #888;
}

pre .comment,
pre .template_comment,
pre .shebang,
pre .doctype,
pre .pi,
pre .javadoc,
pre .deletion,
pre .apache .sqbracket {
  color: #CCC;
}

pre .keyword,
pre .tag .title,
pre .ini .title,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .apache .tag,
pre .tex .command {
  font-weight: bold;
}