Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/details/style.css is written in an unsupported language. File is not indexed.
0001 body { 0002 background-color: #ffffff; 0003 color: black; 0004 margin: 0; 0005 font-family: Verdana; 0006 font-size: 11pt; 0007 } 0008 0009 a { 0010 color: #FF0000; 0011 text-decoration: none; 0012 } 0013 0014 a:hover { 0015 color: #990000; 0016 } 0017 0018 img { 0019 border: 0px solid black; 0020 } 0021 0022 h1 { 0023 margin-top: 0.6em; 0024 margin-bottom: 0.4em; 0025 padding-left: 2em; 0026 padding-top: 0.6em; 0027 padding-bottom: 0.4em; 0028 font-size: 100%; 0029 background-color: #CCFF66; 0030 } 0031 h1 a { 0032 color: #FF0000; 0033 } 0034 h1 a:hover { 0035 color: #990000; 0036 } 0037 0038 .thumbnail { 0039 display: inline; 0040 float: left; 0041 width: 180px; 0042 height: 200px; 0043 margin: 1em; 0044 text-align: left; 0045 } 0046 .thumbnail img { 0047 display: block; 0048 border: 1px solid #333333; 0049 } 0050 0051 #footer { 0052 clear: both; 0053 margin: 1em; 0054 margin-left: 0px; 0055 margin-right: 0px; 0056 margin-bottom: 0px; 0057 padding: 2em; 0058 border: 1px solid #707070; 0059 border-left: 0px; 0060 border-right: 0px; 0061 border-bottom: 0px; 0062 color: #707070; 0063 background-color: #a0a0a0; 0064 font-size: 90%; 0065 } 0066 0067 #navigation { 0068 width: 100%; 0069 text-align: center; 0070 } 0071 0072 #content { 0073 clear: both; 0074 overflow: auto; 0075 margin-top: 1em; 0076 margin-left: 4em; 0077 margin-right: 4em; 0078 } 0079 #content img { 0080 border: 1px solid #222222; 0081 } 0082 0083 #collectionPage img { 0084 display: block; 0085 } 0086 0087 #previous { 0088 float: left; 0089 width: 33%; 0090 text-align: right; 0091 } 0092 0093 #next { 0094 float: left; 0095 width: 33%; 0096 text-align: left; 0097 } 0098 0099 #up { 0100 float: left; 0101 width: 33%; 0102 text-align: center; 0103 } 0104 0105 #imagePage #content { 0106 text-align:center; 0107 margin-top: 4em; 0108 } 0109 0110 div.colsx { 0111 text-align:center; 0112 width:58%; 0113 float:left; 0114 0115 } 0116 0117 div.coldx { 0118 text-align:left; 0119 width:38%; 0120 float:left; 0121 font-size: 10px; 0122 padding: 10px; 0123 background-color: #dddddd; 0124 }