Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / policyApp / policy-models / Editor / css / styles.css
1 /*-
2  * ============LICENSE_START=======================================================
3  * ECOMP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 /* ---------------------------------------------------------
22    HTML5 Bones
23    This stylesheet contains print styling and a section for 
24    you to simply add your own. This is a basic template 
25    after all.
26    ---------------------------------------------------------*/
27     body {
28    
29     }
30     /* Default link styling */
31     a:link { color:#067ab4; }
32     a:visited { color:#067ab4; }
33     a:hover, a:focus { color:#000; }
34     a:active { color:#fb0e02; }
35     
36     
37     
38 /* ---------------------------------------------------------
39    Author's styles
40    ---------------------------------------------------------*/
41     body {
42    
43     }
44
45         h1 {
46                 color: orange;
47                 text-align: center;
48         }
49
50
51     
52 /* ---------------------------------------------------------
53    Print styles
54    ---------------------------------------------------------*/
55 @media print {
56     * {
57         color:#000 !important;
58         box-shadow:none !important;
59         text-shadow:none !important;
60         background:transparent !important;
61     }
62     html { background-color:#fff; }
63     /* Hide navigation */
64     nav { display:none; }
65
66     /* Show link destinations in brackets after the link text */
67     a[href]:after { content: " (" attr(href) ") "; }
68     a[href] {
69         font-weight:bold;
70         text-decoration:underline;
71         color:#06c;
72         border:none;
73     }
74     /* Don't show link destinations for JavaScript or internal links */ 
75     a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
76     
77     /* Show abbr title value in brackets after the text */
78     abbr[title]:after { content: " (" attr(title) ")"; }
79
80     figure { 
81         margin-bottom:1em; 
82         overflow:hidden;
83     }
84
85     figure img { border:1px solid #000; }
86 }