doc/_themes/cubicweb/static/cubicweb.css_t
changeset 10491 c67bcee93248
parent 10020 5e3fbdb035a8
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
       
     1 /*
       
     2  * cubicweb.css_t
       
     3  * ~~~~~~~~~~~~~~
       
     4  *
       
     5  * Sphinx stylesheet -- cubicweb theme.
       
     6  *
       
     7  * :copyright: Copyright 2014 by the Cubicweb team, see AUTHORS.
       
     8  * :license: LGPL, see LICENSE for details.
       
     9  *
       
    10  */
       
    11  
       
    12 @import url("pyramid.css");
       
    13 
       
    14 div.header-small {
       
    15   background-image: linear-gradient(white, #e2e2e2);
       
    16   border-bottom: 1px solid #bbb;
       
    17 }
       
    18 
       
    19 div.logo-small {
       
    20   padding: 10px;
       
    21 }
       
    22 
       
    23 img.logo {
       
    24   width: 150px;
       
    25 }
       
    26 
       
    27 div.related a {
       
    28   color: #e6820e;
       
    29 }
       
    30 
       
    31 a, a .pre {
       
    32   color: #e6820e;
       
    33 }