Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/bluecurved/style.css is written in an unsupported language. File is not indexed.
0001 body { 0002 color: #527796; 0003 background: #0b9cf8 url(./body.png); 0004 position: relative; 0005 margin: 0; 0006 padding: 0; 0007 font-weight: bold; 0008 } 0009 0010 0011 table { 0012 text-align: center; 0013 margin-left: auto; 0014 margin-right: auto; 0015 } 0016 0017 0018 td { 0019 padding: 1em; 0020 } 0021 0022 0023 img.photo { 0024 border: 2px solid #527796; 0025 } 0026 0027 0028 0029 0030 a:link { 0031 color: #527796; 0032 font-weight: bold; 0033 text-decoration: none; 0034 } 0035 0036 0037 a:visited { 0038 color: #527796; 0039 font-weight: bold; 0040 text-decoration: none; 0041 } 0042 0043 0044 0045 div.rubrique { 0046 top: 0px; 0047 margin-top: 0px; 0048 font-weight: bold; 0049 font-size: 1.25em; 0050 color: #ffffff; 0051 background: #527796; 0052 text-align: center; 0053 padding-top: 5px; 0054 padding-bottom: 5px; 0055 } 0056 0057 0058 div.titre { 0059 font-weight: bold; 0060 color: #527796; 0061 background: #afbdc9; 0062 text-align: center; 0063 padding-top: 2px; 0064 padding-bottom: 2px; 0065 } 0066 0067 0068 /* 0069 width : to adjust with the icons size (64px) 0070 height : to adjust with the height of 4 icons 0071 */ 0072 div.gauche { 0073 background: url(./left.png) no-repeat; 0074 display: block; 0075 position: absolute; 0076 margin-top: 0px; 0077 margin-left: 0px; 0078 text-align: center; 0079 width: 100px; 0080 height: 300px; 0081 } 0082 0083 0084