Warning, /graphics/kphotoalbum/themes/dark/style.css is written in an unsupported language. File is not indexed.

0001 /*
0002  * SPDX-FileCopyrightText: 2009-2010 Miika Turkia <miika.turkia@gmail.com>
0003  *
0004  * SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-KDE-Accepted-LGPL
0005  */
0006 
0007 body {
0008         font: 100% Monotype Corsiva, Arial, sans-serif, Helvetica;
0009         color: white;
0010         background: black;
0011 }
0012 
0013 img {
0014         border: none;
0015 }
0016 
0017 h1 { text-align: center }
0018 h1.title {
0019         text-align: center;
0020         width:100%;
0021         background-color: #202020;
0022         color:white;
0023         margin-left: 0em;
0024         left: auto;
0025         right: 0em;
0026 }
0027 
0028 div.banner {
0029   margin: 0;
0030   font-size: 80% /* smaller */;
0031   font-weight: bold;
0032   line-height: 1.1;
0033   text-align: center;
0034   position: absolute;
0035   top: 1em;
0036   left: 1em;
0037   width: 10.5em;
0038   right: auto;
0039   background: none;
0040   border: 1pt #CCC solid;
0041 }
0042 body>div.banner {position: fixed}
0043 
0044 div.banner p {
0045   margin: 0;
0046   padding: 0.3em 0.4em;
0047   font-family: Arial, sans-serif;
0048   border: thin outset #CDC;
0049 }
0050 
0051 div.banner a:first-child { border-top: none }
0052 div.banner a { border-top: 2px groove #AAA }
0053 div.banner a { display: block; margin: 0 0.5em }
0054 
0055 div.banner em:first-child { border-top: 1pt #CCC solid }
0056 div.banner em { border-top: 2px groove #AAA }
0057 div.banner em { display: block; margin: 0 0em }
0058 div.banner em { background: none; border: 1pt #CCC solid }
0059 #div.banner em { background: none; border: medium outset #CCC }
0060 div.banner em { color: #CFC }
0061 
0062 div.banner a:link { text-decoration: none; background: none; color: #CCC }
0063 div.banner a:visited { text-decoration: none; background: none; color: #AAA }
0064 div.banner a:hover { background: black; color: white }
0065 
0066 div.help {
0067   font-size: 90%;
0068   text-align: right;
0069   position: absolute;
0070   font-family: Courier, Arial, sans-serif;
0071   top: 2em;
0072   right: 2em;
0073   left: auto;
0074   background: none;
0075 }
0076 body>div.help { position: fixed }
0077 div.help:hover {
0078   background: none;
0079   color: white;
0080   font-weight: bold;
0081 }
0082 div.help span { display: none }
0083 div.help:hover span {
0084   display: block;
0085   width: 10em;
0086   text-align: left;
0087   background-color:#202020;
0088   padding: 5px;
0089 }
0090 
0091 div.navigator {
0092   font-size: 80%;
0093   font-weight: bold;
0094   line-height: 1.1;
0095   text-align: left;
0096   position: absolute;
0097   font-family: Courier, Arial, sans-serif;
0098   top: 2em;
0099   left: 2em;
0100   right: auto;
0101   background: none;
0102   border: 1pt #CCC solid;
0103   padding: 2pt;
0104 }
0105 body>div.navigator { position: fixed }
0106 
0107 span.nomore {
0108   margin: 2px;
0109 }
0110 
0111 div.navigator a { margin: 2px }
0112 div.navigator a:link { text-decoration: none; background: none; color: #CCC }
0113 div.navigator a:visited { text-decoration: none; background: none; color: #999 }
0114 div.navigator a:hover { background: none; color: white}
0115 
0116 table.viewpic { margin: 0; width: 100% }
0117 td.pad { width: 50%; margin: 0 }
0118 
0119 div.pic {
0120   float: none;
0121   border: 0pt #EEE solid;
0122   margin-left: 10pt;
0123   padding: 0em;
0124   text-align: center;
0125 }
0126 
0127 p.caption {
0128   font-style: normal;
0129   font-size: 140% /* bigger */;
0130   text-align: center;
0131   text-indent: 0;
0132 }
0133 
0134 p.exif {
0135   font-style: normal;
0136   text-align: left;
0137   font: 70% Arial, sans-serif, Helvetica;
0138   color: #CBA;
0139   background: none;
0140   border-style: solid;
0141   border-width: 1pt;
0142   padding: 5pt;
0143   position: absolute;
0144   left: 2em;
0145   right: auto;
0146   top: auto;
0147   width: 15em;
0148 }
0149 
0150 div.error {
0151   font: 100% Arial, sans-serif, Helvetica;
0152 }
0153 
0154 div.error h1 { text-align: left }
0155 
0156 table.thumbnail-table,table.image-table {
0157         width: 100%;
0158         color: white;
0159         text-align:center;
0160 }
0161 
0162 td.thumbnail-col,td.image {
0163         height:150px;
0164         text-align: center;
0165         vertical-align: middle;
0166         border: 1px solid black;
0167         background-color:#202020
0168 }
0169 
0170 
0171 table.controlinfo,table.description,td.navbar {
0172         width:100%;
0173         background-color: #202020;
0174         color:white;
0175         border: 1px solid black;
0176         margin-left: 0em;
0177         left: auto;
0178         right: 0em;
0179 }
0180 
0181 .controlinfo a:link,.navbar a:link {
0182         color: white;
0183         text-decoration: underline;
0184 }
0185 
0186 .controlinfo a:visited,.navbar a:visited {
0187         color: white;
0188         text-decoration: underline;
0189 }
0190 
0191 .controlinfo .selected {
0192         text-decoration: none;
0193         font-weight:bold;
0194 }
0195