Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/snow/style.css is written in an unsupported language. File is not indexed.

0001 body {
0002     background-color: white;
0003     color: black;
0004     margin: 0;
0005 }
0006 
0007 a {
0008     color: #2f5d9c;
0009 }
0010 
0011 a:hover {
0012     color: #456ff3;
0013 }
0014 
0015 img {
0016     border: 0;
0017 }
0018 
0019 h1 {
0020     background-color: #eef;
0021     border-bottom: 1px solid #ddf;
0022     height: 48px;
0023     margin: 0;
0024     padding: 0;
0025     padding-top: 3px;
0026     padding-bottom: 3px;
0027     position: fixed;
0028     left: 0;
0029     top: 0;
0030     width: 100%;
0031     z-index: 1000;
0032 
0033     text-align: center;
0034     line-height: 48px;
0035     height: 48px;
0036     font-size: 14px;
0037 }
0038 
0039 #content {
0040     overflow: auto;
0041     margin-top: 57px;
0042 }
0043 
0044 /* Collection page */
0045 #collectionPage li {
0046     display: block;
0047     float: left;
0048     text-align: center;
0049     margin: 6px;
0050 }
0051 
0052 #collectionPage img {
0053     display: block;
0054 }
0055 
0056 /* Image page */
0057 #previous {
0058     float: left;
0059 }
0060 
0061 #next {
0062     float: right;
0063 }
0064 
0065 #imagePage #content {
0066     text-align:center;
0067 }