4539cf96f655565ba488b81bfdbcbf9c9b077dcd
[platform/upstream/cmake.git] / Utilities / Sphinx / static / cmake.css
1 /* Import the Sphinx theme style.  */
2 @import url("default.css");
3
4 /* Wrap sidebar content even within words so that long
5    document names do not escape sidebar borders.  */
6 div.sphinxsidebarwrapper {
7   word-wrap: break-word;
8 }
9
10 /* Make links inside parsed-literal blocks more obvious
11    by using a background color and increased line spacing
12    to make them look boxed.  */
13 .literal-block {
14   line-height: 1.4;
15 }
16 .literal-block a.reference.internal {
17   background-color: #dfdfdf;
18 }
19
20 /* Remove unwanted margin in case list item contains a div-wrapping
21    directive like `.. versionadded` or `.. deprecated`. */
22 dd > :first-child > p {
23   margin-top: 0px;
24 }
25
26 div.outdated {
27   background-color: #f0f0c0;
28   color: black;
29   font-size: 90%;
30   padding-bottom: 5px;
31   padding-left: 2px;
32   padding-right: 2px;
33   padding-top: 5px;
34   text-align: center;
35   width: 100%;
36 }