nexus site path corrected
[portal.git] / ecomp-portal-BE / war / 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-image:url(https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/resource/stickynote.jpg);
7        background-repeat: no-repeat;
8 }  
9
10 #scribble {
11       white-space: pre-wrap;       /* css-3 */
12       white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
13       white-space: -pre-wrap;      /* Opera 4-6 */
14       white-space: -o-pre-wrap;    /* Opera 7 */
15       word-wrap: break-word;       /* Internet Explorer 5.5+ */
16       max-width: 300px;
17       padding: 120px 100px 100px 75px;
18       color: #486891;
19       font-family:  Arial,sans-serif;
20       font-size: 140%;
21       font-style: italic; 
22       font-weight:bold; 
23       line-height: 1.5em;  
24 }
25
26 .c-link {
27       color: #486891;
28       font-family:  Arial,sans-serif;
29       font-size: 95%;
30       font-weight:bold; 
31       text-decoration: none;         
32 }