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

0001 body {
0002         background-color: #990000; /*background behind thumbnails, outside boxes*/
0003         color: #000055; /*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: #5555FF;
0018         text-decoration: underline;
0019 }
0020 
0021 h1 { /*album title above thumbnails*/
0022         padding-top: 0.1em;
0023         color: #FFFFFF; 
0024         font-size: 14pt;
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: 990000;
0046         font-size: 8pt;
0047         background-color: #FFFFFF;
0048         border: 1px solid #990000;
0049 }
0050 
0051 /* Blank Page */
0052 #blankPage {
0053         background-color: #FFFFFF;
0054 }
0055 
0056 /*  Collect Page */
0057 #collectPage { /*album titles at top*/
0058         background-color: #000000;
0059         font-size: 12pt;
0060         padding-top: 0.5em;
0061         margin: 0 auto;
0062         width: 95%;
0063         color: #AAAAAA; /*number of pics in collection*/
0064 }
0065 
0066 
0067 /* Image page */
0068 #imagePage {
0069         padding:.5em;
0070         background-color:#FFFFFF; /*background color behind the big image*/
0071 }
0072 
0073 
0074 #caption { /*caption below photo*/
0075         padding-bottom:1em;
0076         color: #990000;
0077         font-size: 16pt;
0078 }
0079 
0080 #imagePage img {
0081         border: 1px solid #CECECE; /*border around picture*/
0082 }