Warning, /graphics/digikam/core/dplugins/generic/tools/htmlgallery/themes/simple/dark.css is written in an unsupported language. File is not indexed.

0001 body {
0002         background-color: black;
0003         color: #888;
0004         margin: 0;
0005         padding: 0;
0006 }
0007 
0008 a {
0009         color: #ff650c;
0010         text-decoration: none;
0011         border-bottom: 1px dotted #ff650c;
0012 }
0013 
0014 a:hover {
0015         color: #ff9900;
0016         border-bottom: 1px solid #ff9900;
0017 }
0018 
0019 h1 {
0020         padding: 0;
0021         margin: 0;
0022         padding-top: 0.5em;
0023         padding-bottom: 0.5em;
0024 
0025         font-size: 120%;
0026         font-family: Bitstream Vera Sans, sans-serif;
0027         background-color: #222;
0028         border-bottom: 1px solid #434343;
0029         text-align: center;
0030 }
0031 
0032 #content {
0033         padding-top: 0.5em;
0034         margin: 0 auto;
0035         width: 95%;
0036         text-align: center;
0037 }
0038 
0039 ul {
0040     list-style-type: none;
0041 }
0042 
0043 li {
0044         float: left;
0045 }
0046 
0047 img {
0048     border: 1px solid #434343;
0049 }
0050 
0051 li a {
0052     display: block;
0053         margin: 6px;
0054         padding: 5px;
0055         background-color: #222;
0056         border: 1px solid #434343;
0057         text-align: center;
0058 }
0059 
0060 li a:hover {
0061         border: 1px solid #ff9900;
0062 }
0063 
0064 /* Image page */
0065 #imagePage h1 {
0066         text-align:left;
0067 }
0068 #nav {
0069         float: right;
0070 }
0071 
0072 #imagePage img {
0073         padding: 5px;
0074         background-color: #222;
0075         border: 1px solid #434343;
0076 }