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

0001 body {
0002     background-color: #123456;
0003     color: black;
0004     margin: 0;
0005         padding: 0;
0006 }
0007 
0008 a {
0009     color: #2f5d2c;
0010         text-decoration: none;
0011 }
0012 
0013 a:hover {
0014     color: #456ff3;
0015         text-decoration: underline;
0016 }
0017 
0018 h1 {
0019         padding: 0;
0020         margin: 0;
0021         padding-top: 0.1em;
0022         padding-bottom: 0.5em;
0023         color: #EEEE20;
0024         font-size: 150%;
0025         font-family: Bitstream Vera Serif, serif;
0026         background-color: #123456;
0027         border-bottom: 1px dashed #cccbb9;
0028         border-top: 1px dashed #cccbb9;
0029         text-align: center;
0030 }
0031 
0032 #content {
0033         padding-top: 0.5em;
0034         margin: 0 auto;
0035         width: 95%;
0036         text-align: center;
0037 }
0038 
0039 /* Collection page */
0040 #collectionPage ul {
0041         padding: 0;
0042         text-align: center;
0043 }
0044 
0045 #collectionPage li {
0046     display: block;
0047     float: left;
0048     text-align: center;
0049     margin: 6px;
0050         padding: 5px;
0051         background-color: #ffffbb;
0052         border: 1px solid #000000;
0053 }
0054 
0055 
0056 #collectionPage img {
0057         border: 0;
0058 }
0059 
0060 #collectionPage .image {
0061         float: center;
0062     text-align: center;
0063     margin: 6px;
0064 }
0065 
0066 /*  Collect Page */
0067 
0068 #collectPage {
0069     background-color: #012345;
0070 }
0071 
0072 #collectPage a:hover {
0073         padding-top: 0.5em;
0074         margin: 0 auto;
0075         width: 95%;
0076         text-align: center;
0077     color: #ff5d2c;
0078 
0079     text-decoration: underline;
0080 }
0081 #collectPage a {
0082         padding-top: 0.5em;
0083         margin: 0 auto;
0084         width: 95%;
0085         text-align: center;
0086     color: #c5cf13;
0087     text-decoration: none;
0088 }
0089 #CollectPageContent {
0090         padding-top: 0.5em;
0091         margin: 0 auto;
0092         width: 95%;
0093         text-align: center;
0094     color: #ffffff;
0095 }
0096 
0097 
0098 /* Image page */
0099 #imagePage {
0100         background-color:#123456;
0101 }
0102 
0103 #caption {
0104         background-color:#123456;
0105 }
0106 
0107 #imagePage h1 {
0108         text-align:center;
0109         border: 1px solid #123456;
0110         background-color: #123456;
0111 }
0112 }
0113 #nav {
0114         background-color:#123456;
0115         float: right;
0116 }
0117 
0118 #imagePage img {
0119         text-align: right;
0120         border: 1px solid #CECECE;
0121 }