RIC-769: Committing individual files rather than tar archive
[ric-plt/appmgr.git] / xapp_orchestrater / dev / docs / _static / css / s4defs-roles.css
1 .black {
2     color: black;
3 }
4
5 .gray {
6     color: gray;
7 }
8
9 .grey {
10     color: gray;
11 }
12
13 .silver {
14     color: silver;
15 }
16
17 .white {
18     color: white;
19 }
20
21 .maroon {
22     color: maroon;
23 }
24
25 .red {
26     color: red;
27 }
28
29 .magenta {
30     color: magenta;
31 }
32
33 .fuchsia {
34     color: fuchsia;
35 }
36
37 .pink {
38     color: pink;
39 }
40
41 .orange {
42     color: orange;
43 }
44
45 .yellow {
46     color: yellow;
47 }
48
49 .lime {
50     color: lime;
51 }
52
53 .green {
54     color: green;
55 }
56
57 .olive {
58     color: olive;
59 }
60
61 .teal {
62     color: teal;
63 }
64
65 .cyan {
66     color: cyan;
67 }
68
69 .aqua {
70     color: aqua;
71 }
72
73 .blue {
74     color: blue;
75 }
76
77 .navy {
78     color: navy;
79 }
80
81 .purple {
82     color: purple;
83 }
84
85 .under {
86     text-decoration: underline;
87 }
88
89 .over {
90     text-decoration: overline;
91 }
92
93 .blink {
94     text-decoration: blink;
95 }
96
97 .line {
98     text-decoration: line-through;
99 }
100
101 .strike {
102     text-decoration: line-through;
103 }
104
105 .it {
106     font-style: italic;
107 }
108
109 .ob {
110     font-style: oblique;
111 }
112
113 .small {
114     font-size: small;
115 }
116
117 .large {
118     font-size: large;
119 }
120
121 .smallpar {
122     font-size: small;
123 }
124
125
126 /* Style pour les badges en bas de la page. */
127
128 div.supportBadges {
129     margin: 1em;
130     text-align: right;
131 }
132
133 div.supportBadges ul {
134     padding: 0;
135     display: inline;
136 }
137
138 div.supportBadges li {
139     display: inline;
140 }
141
142 div.supportBadges a {
143     margin-right: 1px;
144     opacity: 0.6;
145 }
146
147 div.supportBadges a:hover {
148     opacity: 1;
149 }
150
151
152 /* Details elements in the sidebar */
153
154 a.reference {
155     border-bottom: none;
156     text-decoration: none;
157 }
158
159 ul.details {
160     font-size: 80%;
161 }
162
163 ul.details li p {
164     font-size: 85%;
165 }
166
167 ul.externallinks {
168     font-size: 85%;
169 }
170
171
172 /* Pour le drapeau de langue */
173
174 img.languageswitch {
175     width: 50px;
176     height: 32px;
177     margin-left: 5px;
178     vertical-align: bottom;
179 }
180
181 div.sphinxsidebar {
182     overflow: hidden !important;
183     font-size: 120%;
184     word-wrap: break-word;
185     width: 300px;
186     max-width: 300px;
187 }
188
189 div.sphinxsidebar h3 {
190     font-size: 125%;
191 }
192
193 div.sphinxsidebar h4 {
194     font-size: 110%;
195 }
196
197 div.sphinxsidebar a {
198     font-size: 85%;
199 }
200
201
202 /* Image style for scrollUp jQuery plugin */
203
204 #scrollUpLeft {
205     bottom: 50px;
206     left: 260px;
207     height: 38px;
208     width: 38px;
209     background: url('//perso.crans.org/besson/_images/.top.svg');
210     background: url('../_images/.top.svg');
211 }
212
213 @media screen and (max-width: 875px) {
214     #scrollUpLeft {
215         right: 50px;
216         left: auto;
217     }
218 }
219
220
221 /* responsive for font-size. */
222
223 @media (max-width: 875px) {
224     body {
225         font-size: 105%;
226         /* Increase font size for responsive theme */
227     }
228 }
229
230 @media (max-width: 1480px) and (min-width: 876px) {
231     body {
232         font-size: 110%;
233         /* Increase font size for not-so-big screens */
234     }
235 }
236
237 @media (min-width: 1481px) {
238     body {
239         font-size: 115%;
240         /* Increase even more font size for big screens */
241     }
242 }
243
244
245 /* Social Icons in the sidebar (available: twitter, facebook, linkedin, google+, bitbucket, github) */
246
247 .social-icons {
248     display: inline-block;
249     margin: 0;
250     text-align: center;
251 }
252
253 .social-icons a {
254     background: none no-repeat scroll center top #444444;
255     border: 1px solid #F6F6F6;
256     border-radius: 50% 50% 50% 50%;
257     display: inline-block;
258     height: 35px;
259     width: 35px;
260     margin: 0;
261     text-indent: -9000px;
262     transition: all 0.2s ease 0s;
263     text-align: center;
264     border-bottom: none;
265 }
266
267 .social-icons li {
268     display: inline-block;
269     list-style-type: none;
270     border-bottom: none;
271 }
272 .social-icons li a {
273     border-bottom: none;
274 }
275
276 .social-icons a:hover {
277     background-color: #666666;
278     transition: all 0.2s ease 0s;
279     text-decoration: none;
280 }
281
282 .social-icons a.facebook {
283     background-image: url('../_images/.facebook.png');
284     background-image: url('//perso.crans.org/besson/_images/.facebook.png');
285     display: block;
286     margin-left: auto;
287     margin-right: auto;
288     background-size: 35px 35px;
289 }
290
291 .social-icons a.bitbucket {
292     background-image: url('../_images/.bitbucket.png');
293     background-image: url('//perso.crans.org/besson/_images/.bitbucket.png');
294     display: block;
295     margin-left: auto;
296     margin-right: auto;
297     background-size: 35px 35px;
298 }
299
300 .social-icons li a.github {
301     background-image: url('../_images/.github.png');
302     background-image: url('//perso.crans.org/besson/_images/.github.png');
303     display: block;
304     margin-left: auto;
305     margin-right: auto;
306     background-size: 35px 35px;
307 }
308
309 .social-icons li a.wikipedia {
310     background-image: url('../_images/.wikipedia.png');
311     background-image: url('//perso.crans.org/besson/_images/.wikipedia.png');
312     display: block;
313     margin-left: auto;
314     margin-right: auto;
315     background-size: 35px 35px;
316 }