Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/cleanframes/lavender.css is written in an unsupported language. File is not indexed.
0001 body { 0002 background-color: #9977DD; /*background behind thumbnails, outside boxes*/ 0003 color: #000066; /*default text color*/ 0004 font-size: 14pt; 0005 text-align: center; 0006 font-family: Bitstream Vera Serif, serif; 0007 margin: 0in; 0008 padding: 0in; 0009 } 0010 0011 a { /*links (album titles)*/ 0012 color: #9977DD; 0013 text-decoration: none; 0014 } 0015 0016 a:hover { /*links when mouse is over them (album titles)*/ 0017 color: #000033; 0018 text-decoration: underline; 0019 } 0020 0021 h1 { /*album title above thumbnails*/ 0022 padding-top: 0.1em; 0023 color: #FFFFFF; 0024 font-size: 16pt; 0025 } 0026 0027 /* Collection page */ 0028 #collectionPage h1 { 0029 margin-top: 12px; 0030 } 0031 0032 #collectionPage ul { /*affects list of thumbnails*/ 0033 padding: 0; 0034 padding-left: 5%; 0035 text-align: center; 0036 width: 95% 0037 } 0038 0039 #collectionPage li { /*affects stuff in boxes with thumbnails*/ 0040 display: block; 0041 float: left; 0042 margin-left: 6px; 0043 margin-top: 6px; 0044 padding: 5px; 0045 color: #660099; 0046 font-size: 8pt; 0047 background-color: #ffffff; 0048 border: 1px solid #000000; 0049 } 0050 0051 /* Collect Page */ 0052 #collectPage { /*album titles at top*/ 0053 background-color: #FFFFFF; 0054 font-size: 12pt; 0055 padding-top: 0.5em; 0056 margin: 0 auto; 0057 width: 95%; 0058 color: #9977DD; /*number of pics in collection*/ 0059 } 0060 #collectPage a { /*links (album titles)*/ 0061 color: #5533AA; 0062 text-decoration: none; 0063 } 0064 0065 #collectPage a:hover { /*links when mouse is over them (album titles)*/ 0066 color: #000033; 0067 text-decoration: underline; 0068 } 0069 0070 0071 /* Image page */ 0072 #imagePage { 0073 padding:.5em; 0074 background-color:#9977DD; /*background color behind the big image*/ 0075 } 0076 0077 0078 #caption { /*caption below photo*/ 0079 padding-bottom:1em; 0080 color: #FFFFFF; 0081 font-size: 16pt; 0082 } 0083 0084 #imagePage img { 0085 border: 1px solid #CECECE; /*border around picture*/ 0086 }