Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/cleanframes/green.css is written in an unsupported language. File is not indexed.
0001 body {
0002 background-color: #FFFFFF; /*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 background-color: #006633;
0025 font-size: 16pt;
0026
0027 background-size: 100% auto;
0028 background-origin: content;
0029 background-repeat: no-repeat;
0030 background-position: center;
0031 display: block;
0032 margin: 6px;
0033 padding: 5px;
0034 margin-top: 1em;
0035
0036 }
0037
0038 /* Collection page */
0039 #collectionPage {
0040 background-image: url(star.png);
0041 }
0042
0043 #collectionPage h1 {
0044 margin-top: 12px;
0045 }
0046
0047 #collectionPage ul { /*affects list of thumbnails*/
0048 padding: 0;
0049 padding-left: 5%;
0050 text-align: center;
0051 width: 95%
0052 }
0053
0054 #collectionPage li { /*affects stuff in boxes with thumbnails*/
0055 display: block;
0056 float: left;
0057 margin-left: 6px;
0058 margin-top: 6px;
0059 padding: 5px;
0060 color: #FFFFFF;
0061 font-size: 8pt;
0062 background-color: #006633;
0063 border: 1px solid #000000;
0064 }
0065
0066 /* Blank Page */
0067 #blank page {
0068 background-color: #000055;
0069 }
0070
0071 /* Collect Page */
0072 #collectPage { /*album titles at top*/
0073 background-color: #006633;
0074 font-size: 14pt;
0075 padding-top: 0.5em;
0076 margin: 0 auto;
0077 width: 95%;
0078 color: #AAAAAA; /*number of pics in collection*/
0079 }
0080
0081 #collectPage a { /*links (album titles)*/
0082 color: #FFFFFF;
0083 text-decoration: none;
0084 }
0085
0086 #collectPage a:hover { /*links when mouse is over them (album titles)*/
0087 color: #5555ff;
0088 text-decoration: underline;
0089 }
0090
0091
0092 /* Image page */
0093 #imagePage {
0094 padding: 0;
0095 margin: 0;
0096 background-color:#006633; /*background color behind the big image*/
0097 text-align: center;
0098 }
0099
0100
0101 #caption { /*caption below photo*/
0102 width: 90%;
0103 margin-left: 3%;
0104 padding:.5em;
0105 color: #FFFFFF;
0106 background-image: none;
0107 background-color: #006633;
0108 font-size: 16pt;
0109 background-color:#006633;
0110 }
0111
0112 #imagePage img {
0113 margin: 0.5em;
0114 border: 1px solid #CECECE; /*border around picture*/
0115 }