source: flex_extract.git/documentation/FORD/V5/Doc_original/css/local.css @ ee06999

ctbtodev
Last change on this file since ee06999 was ee06999, checked in by pesei <petra seibert @…>, 5 years ago

Initial version of Fortran documentation

with FORD v5

  • Property mode set to 100644
File size: 3.7 KB
Line 
1body {
2      padding-top: 70px;
3    }
4    table.nostretch {
5      width=100%
6    }
7    .nostretch td {
8      class='block'
9    }
10    .nostretch tr td{
11      width:1%;
12      white-space:nowrap;
13    }
14
15    ol.hierarchy {
16      min-height: 40px;
17      background-color: #f5f5f5;
18      border: 1px solid #e3e3e3;
19      border-radius: 3px;
20      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
21      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
22    }
23   
24    .smallcaps {
25     font-variant: small-caps;
26    }
27    .well .sidebar {
28     padding: 8px 0
29    }
30    .sidebar a {
31      padding: 0px,0px,0px,0px
32    }
33    .varlist>tbody>tr>td {
34      padding-left: 3px;
35      padding-right: 3px;
36    }
37    .varlist>tbody>tr>td:first-child, .varlist>thead>tr>td:first-child {
38      padding-left: 8px;
39    }
40    .varlist>tbody>td>td:last-child, .varlist>thead>tr>td:last-child {
41      padding-right: 8px;
42    }
43
44    .highlight pre { 
45      overflow-x: auto; 
46      overflow-wrap: normal; 
47      white-space: pre
48    }
49   
50    /* .hl is for when line numbers are included, .highlight is for all
51       other cases. */
52    .hl pre { 
53      counter-reset: line-numbering;
54      overflow-x: auto; 
55      overflow-wrap: normal; 
56      white-space: pre;
57      padding: 0;
58      padding-right: 9.5px;
59      overflow-y: hidden;
60      padding-bottom: 9.5px;
61    }
62   
63    .hl pre a::before {
64      content: counter(line-numbering);
65      counter-increment: line-numbering;
66      padding-right: 0.7em; /* space after numbers */
67      margin-top: 4.5em;
68      width: 60px;
69      text-align: right;
70      opacity: 0.7;
71      display: inline-block;
72      color: #aaa;
73      background: #eee;
74      margin-right: 10px;
75      border-right: 1px solid #ccc;
76      -webkit-touch-callout: none;
77      -webkit-user-select: none;
78      -khtml-user-select: none;
79      -moz-user-select: none;
80      -ms-user-select: none;
81      user-select: none;
82    }
83   
84    .hl pre a:first-of-type::before {
85      padding-top: 9.5px;
86    }
87   
88    .hl pre a:last-of-type::before {
89      padding-bottom: 9.5px;
90    }
91   
92    .hl pre a:only-of-type::before {
93      padding: 9.5px;
94    }
95
96    .hl pre a {
97        display: inline-block;
98        height: 4.5em;
99        margin: -4.5em 0 0;
100    }
101    .codesum h3 {
102      margin-top: 2px;
103      margin-bottom: 2px;
104    }
105   
106    h1.inline, h2.inline, h3.inline {
107      display: inline;
108    }
109   
110    .depwarn {
111      float: right;
112    }
113   
114    .anchor {
115      position: absolute;
116      margin: -4.5em;
117      visibility:hidden;
118    }
119
120    .alert {
121      margin-left: 5px;
122      margin-right: 5px;
123      margin-top: 5px;
124    }
125   
126    div.toc {
127      font-size: 14.73px;
128      padding-left: 0px;
129      padding-right: 0px;
130    }
131   
132    div.toc a {
133      padding-left: 20px;
134      padding-right: 20px;
135      margin-right: 15px;
136      padding-top: 5px;
137      padding-bottom: 5px;
138    }
139   
140    div.toc li {
141      font-size: 0.95em;
142      padding-left: 15px;
143    }
144   
145    div.toc li.title {
146      font-size: 1em;
147    }
148
149    div.toc hr {
150      margin-top: 12px;
151      margin-bottom: 10px;
152    }
153
154    .in-well {
155      padding: 0px 0px;
156      margin-bottom: 0px;
157      float:right;
158    }
159   
160    table tr.submod>td {
161      border-top: none;
162      font-size: 13.5px;
163    }
164
165    .graph-help {
166      font-size: 10px;
167    }
168   
169    .depgraph {
170      width: 100%;
171      max-width: 1140px;
172    }
173   
174    #sidebar a {
175      white-space: nowrap;
176      overflow: hidden;
177      text-overflow: ellipsis;
178    }
179   
180    .highlighttable {
181      width: auto;
182      table-layout: fixed;
183    }
184
185    ul.checklist {
186      list-style-type: none;
187    }
188
189    ul.checklist input[type="checkbox"] {
190      margin-left: -20.8px;
191      margin-right: 4.55px;
192    }
193
194    .gitter-chat-embed {
195      z-index: 100000;
196    }
197   
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG