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

0001 body {
0002     background-color: black;
0003     color: green;
0004     margin: 0;
0005 }
0006 
0007 a {
0008     color: #0c0;
0009 }
0010 
0011 a:hover {
0012     color: #0f0;
0013 }
0014 
0015 h1 {
0016     padding-bottom: 6px;
0017     margin-bottom: 0px;
0018     color: #0f0;
0019     font-size: 16px;
0020 }
0021 
0022 img {
0023     border: 0;
0024 }
0025 
0026 #content {
0027     background-image: url("bg.png");
0028     background-color: #020;
0029     padding: 6px;
0030     border-top: 2px solid #080;
0031     border-bottom: 2px solid #080;
0032 }
0033 
0034 a.imageLink {
0035     background-color: #040;
0036     border: 1px solid #0c0;
0037     padding: 6px;
0038     display: block;
0039     text-align: center;
0040     text-decoration: none;
0041 }
0042 
0043 a.imageLink:hover {
0044     border: 1px solid #0f0;
0045     background-color: #050;
0046 }
0047 
0048 /* collectionPage */
0049 #collectionPage ul {
0050     list-style-type: none;
0051 }
0052 
0053 #collectionPage li {
0054     float: left;
0055     margin: 6px;
0056 }
0057 
0058 
0059 /* imagePage */
0060 #imagePage #content {
0061     text-align: center;
0062     color: #0f0;
0063 }
0064 
0065 #full {
0066     margin: auto;
0067 }
0068 
0069 #previous {
0070     float: left;
0071 }
0072 
0073 #next {
0074     float: right;
0075 }
0076 
0077 .endOfCollection {
0078     padding: 6px;
0079     background-color: #040;
0080     border: 1px dotted #080;
0081     color: #080;
0082 }