Warning, /system/ubiquity-slideshow-neon/ubiquity-slideshow/slides/link/core.css is written in an unsupported language. File is not indexed.

0001 html, body
0002 {
0003         margin:0;
0004         padding:0;
0005         font-family: "Noto Sans UI";
0006         font-size: 1em;
0007         color:#fcfcfc;
0008         background-color: #EFF0F1;
0009 }
0010 
0011 #slideshow
0012 {
0013         position:absolute;
0014         
0015         width: 100%;
0016         height: 100%;
0017         
0018         overflow:hidden;
0019 }
0020 #slideshow > div {
0021         position:absolute;
0022         width:100%;
0023         height:100%;
0024 }
0025 
0026 #debug-controls {
0027         display:none;
0028         position:absolute;
0029         top:440px;
0030         width:700px;
0031         text-align:center;
0032 }
0033 #debug-controls input {
0034         width:40px;
0035 }
0036 
0037 .image { 
0038    position: relative; 
0039 }
0040 
0041 .image img {
0042         width: 100%;
0043         height: auto;
0044         display: block;
0045 }
0046 
0047 .image h2 { 
0048         margin: 16px;
0049         position: absolute; 
0050         top: 0; 
0051         left: 0; 
0052         width: 100%; 
0053         height: 100%;
0054 }