Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/blueframes/style.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; /*title font size*/ 0005 text-align: center; 0006 margin: 0in; 0007 padding: 0in; 0008 margin-left: 0in; 0009 } 0010 0011 #content { /*affects text with thumbnails*/ 0012 font-size: 8pt; 0013 text-align: left; 0014 left-margin: 0em; 0015 padding-top: 0.5em; 0016 margin: 0; 0017 margin-left: 0in; 0018 width: 95%; 0019 } 0020 0021 a { 0022 color: #2f5d2c; 0023 text-decoration: none; 0024 } 0025 0026 a:hover { 0027 color: #456ff3; 0028 text-decoration: underline; 0029 } 0030 0031 0032 h1 { 0033 padding: 0; 0034 margin: 0; 0035 padding-top: 0.1em; 0036 padding-bottom: 0.5em; 0037 color: #000055; /*album title color above thumbnails*/ 0038 font-size: 14pt; /*title font size*/ 0039 font-family: Bitstream Vera Serif, serif; 0040 text-align: center; 0041 } 0042 0043 0044 0045 /* Collection page */ 0046 #collectionPage ul { 0047 padding: 0; 0048 padding-left: 2em; 0049 text-align: left; 0050 } 0051 0052 #collectionPage li { 0053 display: block; 0054 float: left; 0055 text-align: left; 0056 margin: 6px; 0057 padding: 5px; 0058 color: #FFFFFF; /*text in boxes with thumbnails*/ 0059 background-color: #000055; /*thumbnail background in box*/ 0060 border: 1px solid #000000; 0061 } 0062 0063 0064 #collectionPage img { 0065 border: 0; 0066 text-align: left; 0067 } 0068 0069 #collectionPage .image { 0070 float: left; 0071 text-align: left; 0072 margin: 6px; 0073 } 0074 0075 /* Blank Page */ 0076 #blankPage { 0077 0078 background-color: #000055; 0079 } 0080 0081 /* Collect Page */ 0082 0083 #collectPage { 0084 /*background-image: url(swirl.png);*/ 0085 background-color: #000011; /*background behind collection titles at top*/ 0086 font-size: 20pt; 0087 font-family: Bitstream Vera Serif, serif; 0088 } 0089 0090 #collectPage a:hover { 0091 padding-top: 0.1em; 0092 margin: 0 auto; 0093 width: 95%; 0094 text-align: center; 0095 color: #5555FF; /*highlighted links (titles)*/ 0096 0097 text-decoration: underline; 0098 } 0099 #collectPage a { 0100 padding-top: 0.1em; 0101 margin: 0 auto; 0102 width: 95%; 0103 text-align: center; 0104 color: #FFFFFF; /*title of each collection (links)*/ 0105 text-decoration: none; 0106 } 0107 #CollectPageContent { 0108 padding-top: 0.1em; 0109 margin: 0 auto; 0110 width: 95%; 0111 text-align: center; 0112 color: #AAAAAA; /*number of pics in collection*/ 0113 } 0114 0115 0116 /* Image page */ 0117 #imagePage { 0118 padding-top: 0.3em; 0119 padding-left: 0.3em; 0120 background-color:#000055; /*background color behind the big image*/ 0121 } 0122 0123 0124 #caption { 0125 background-color:#000055; 0126 color: #FFFFFF; 0127 font-size: 16pt; 0128 } 0129 0130 #imagePage img { 0131 text-align: right; 0132 border: 1px solid #CECECE; /*border around picture*/ 0133 }