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