[POLICY-122] Policy GUI Fixes
[policy/engine.git] / ECOMP-SDK-APP / 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:url(https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/resource/stickynote.jpg) no-repeat center center;
7         background-size: 110% 110%;
8 }  
9
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 .c-link {
35       color: #486891;
36       font-family:  Arial,sans-serif;
37       font-size: 95%;
38       font-weight:bold; 
39       text-decoration: none;         
40 }