doc/_themes/cubicweb/static/cubicweb.css_t
author Nsukami Patrick <ptrck at nskm dot xyz>
Tue, 03 Dec 2019 11:34:56 +0100
changeset 12784 894d0fd94f73
parent 10491 c67bcee93248
permissions -rw-r--r--
[pkginfo] Retrieve Cubicweb version using pkg_resources

/*
 * cubicweb.css_t
 * ~~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- cubicweb theme.
 *
 * :copyright: Copyright 2014 by the Cubicweb team, see AUTHORS.
 * :license: LGPL, see LICENSE for details.
 *
 */
 
@import url("pyramid.css");

div.header-small {
  background-image: linear-gradient(white, #e2e2e2);
  border-bottom: 1px solid #bbb;
}

div.logo-small {
  padding: 10px;
}

img.logo {
  width: 150px;
}

div.related a {
  color: #e6820e;
}

a, a .pre {
  color: #e6820e;
}