Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/cleanframes/pink.css is written in an unsupported language. File is not indexed.
0001 body {
0002 background-color: #FF99FF; /*background behind thumbnails, outside boxes*/
0003 color: #660099; /*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: #FFFFFF;
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: #660099;
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: #CC0066;
0054 font-size: 12pt;
0055 padding-top: 0.5em;
0056 margin: 0 auto;
0057 width: 95%;
0058 color: #000033; /*number of pics in collection*/
0059 }
0060
0061
0062 /* Image page */
0063 #imagePage {
0064 padding:.5em;
0065 background-color:#FF99FF; /*background color behind the big image*/
0066 }
0067
0068
0069 #caption { /*caption below photo*/
0070 padding-bottom:1em;
0071 color: #660099;
0072 font-size: 16pt;
0073 }
0074
0075 #imagePage img {
0076 border: 1px solid #CECECE; /*border around picture*/
0077 }