doc/_themes/cubicweb/static/cubicweb.css_t
author Laurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:25:27 +0100
branch3.26
changeset 12472 4ae2b13017ef
parent 10491 c67bcee93248
permissions -rw-r--r--
[doc] uses :file:`name` everywhere + indicate file when it's not present

/*
 * 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;
}