UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / static / fusion / sample / css / scribble.css
1 #scribble-pad {
2     /*  margin-left:auto;
3         margin-right:auto;
4         height: 475px;
5         width: 475px;*/
6     background:
7         url(https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/resource/stickynote.jpg)
8         no-repeat center center;
9     background-size: 110% 110%;
10 }
11
12 #scribble {
13     white-space: pre-wrap; /* css-3 */
14     white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
15     white-space: -pre-wrap; /* Opera 4-6 */
16     white-space: -o-pre-wrap; /* Opera 7 */
17     word-wrap: break-word; /* Internet Explorer 5.5+ */
18     max-width: 300px;
19     padding: 120px 100px 100px 75px;
20     color: #486891;
21     border-color: #ff0000 #0000ff;
22     border-color: transparent;
23     background-color: rgba(0, 0, 0, 0);
24     font-family: Arial, sans-serif;
25     font-size: 120%;
26     font-style: italic;
27     font-weight: bold;
28     line-height: 1.5em;
29 }
30
31 #scribble:focus {
32     outline-width: 0;
33 }
34
35 .c-link {
36     color: #486891;
37     font-family: Arial, sans-serif;
38     font-size: 95%;
39     font-weight: bold;
40     text-decoration: none;
41 }