doc/_themes/cubicweb/static/cubicweb.css_t
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 01 Feb 2018 09:49:56 +0100
branch3.26
changeset 12261 009f04fb2f06
parent 10491 c67bcee93248
permissions -rw-r--r--
Added tag 3.26.0, debian/3.26.0-1, centos/3.26.0-1 for changeset 199851fcddd4

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