Warning, /graphics/kphotoalbum/themes/picBelow/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 SPDX-FileCopyrightText: 2012 Steffen Jost <steffenjost@web.de>
0004 
0005 SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-KDE-Accepted-LGPL
0006 -->
0007 
0008 body {
0009         font: 100% Monotype Corsiva, Arial, sans-serif, Helvetica;
0010         color: white;
0011         background: rgb(33,7,0);
0012 }
0013 
0014 img {
0015         border: none;
0016 }
0017 
0018 h1 { text-align: center }
0019 h1.title {
0020         text-align: center;
0021         width:100%;
0022         background-color: #202020;
0023         color:white;
0024         margin-left: 0em;
0025         left: auto;
0026         right: 0em;
0027 }
0028 
0029 div.banner {
0030   margin: 0;
0031   font-size: 80% /* smaller */;
0032   font-weight: bold;
0033   line-height: 1.1;
0034   text-align: center;
0035   position: absolute;
0036   top: 1em;
0037   left: 1em;
0038   width: 10.5em;
0039   right: auto;
0040   background: none;
0041   border: 1pt #CCC solid;
0042 }
0043 body>div.banner {position: fixed}
0044 
0045 div.banner p {
0046   margin: 0;
0047   padding: 0.3em 0.4em;
0048   font-family: Arial, sans-serif;
0049   border: thin outset #CDC;
0050 }
0051 
0052 div.banner a:first-child { border-top: none }
0053 div.banner a { border-top: 2px groove #AAA }
0054 div.banner a { display: block; margin: 0 0.5em }
0055 
0056 div.banner em:first-child { border-top: 1pt #CCC solid }
0057 div.banner em { border-top: 2px groove #AAA }
0058 div.banner em { display: block; margin: 0 0em }
0059 div.banner em { background: none; border: 1pt #CCC solid }
0060 #div.banner em { background: none; border: medium outset #CCC }
0061 div.banner em { color: #CFC }
0062 
0063 div.banner a:link { text-decoration: none; background: none; color: #CCC }
0064 div.banner a:visited { text-decoration: none; background: none; color: #AAA }
0065 div.banner a:hover { background: black; color: white }
0066 
0067 div.help {
0068   font-size: 100%;
0069   text-align: right;
0070   position: absolute;
0071   font-family: Courier, Arial, sans-serif;
0072   top: .7em;
0073   right: auto;
0074   left: 1em;
0075   background: none;
0076 }
0077 body>div.help { position: fixed }
0078 div.help:hover {
0079   background: none;
0080   color: white;
0081   font-weight: bold;
0082 }
0083 div.help span { display: none }
0084 div.help:hover span {
0085   display: block;
0086   width: 50%;
0087   text-align: left;
0088   background-color:#202020;
0089   padding: 5px;
0090 }
0091 
0092 
0093 div.resolution {
0094   font-size: 100%;
0095   text-align: right;
0096   position: absolute;
0097   font-family: Courier, Arial, sans-serif;
0098   top: .7em;
0099   right: auto;
0100   left: 2em;
0101   background: none;
0102 }
0103 
0104 
0105 div.resolution a:link,.navbar a:link {
0106         color: white;
0107         text-decoration: underline;
0108 }
0109 
0110 div.resolution a:visited,.navbar a:visited {
0111         color: white;
0112         text-decoration: underline;
0113 }
0114 
0115 div.resolution .selected {
0116         text-decoration: none;
0117         font-weight:bold;
0118 }
0119 
0120 
0121 div.navigator {
0122   font-size: 90%;
0123   font-weight: bold;
0124   line-height: 1.1;
0125   text-align: center;
0126   position: absolute;
0127   font-family: Courier, Arial, sans-serif;
0128   top: .7em;
0129   left: 45%;
0130   right: auto;
0131   background: none;
0132   border: 1pt #CCC solid;
0133   padding: 2pt;
0134 }
0135 body>div.navigator { position: fixed }
0136 
0137 span.nomore {
0138   margin: 2px;
0139 }
0140 
0141 div.navigator a { margin: 2px }
0142 div.navigator a:link { text-decoration: none; background: none; color: #CCC }
0143 div.navigator a:visited { text-decoration: none; background: none; color: #999 }
0144 div.navigator a:hover { background: none; color: white}
0145 
0146 
0147 div.copyright {
0148   font-size: 100%;
0149   text-align: right;
0150   position: absolute;
0151   top: .7em;
0152   right: 1em;
0153   left: auto;
0154   background: none;
0155 }
0156 body>div.copyright { position: fixed }
0157 
0158 table.viewpic { margin: 0; width: 100% }
0159 td.pad { width: 5%; margin: 0 }
0160 
0161 div.pic {
0162   float: none;
0163   border: 0pt #EEE solid;
0164   margin-left: 1%;
0165   margin-right: 1%;
0166   padding: 0em;
0167   text-align: center;
0168 }
0169 
0170 p.caption {
0171   font-style: normal;
0172   font-size: 140% /* bigger */;
0173   text-align: center;
0174   text-indent: 0;
0175 }
0176 
0177 p.exif {
0178   font-style: normal;
0179   text-align: left;
0180   font: 70% Arial, sans-serif, Helvetica;
0181   color: #CBA;
0182   background: none;
0183   border-style: solid;
0184   border-width: 1pt;
0185   padding: 5pt;
0186   position: absolute;
0187   left: 2em;
0188   right: auto;
0189   top: auto;
0190   width: 15em;
0191 }
0192 
0193 div.error {
0194   font: 100% Arial, sans-serif, Helvetica;
0195 }
0196 
0197 div.error h1 { text-align: left }
0198 
0199 table.thumbnail-table,table.image-table {
0200         width: 100%;
0201         color: white;
0202         text-align:center;
0203 }
0204 
0205 td.thumbnail-col,td.image {
0206         height:150px;
0207         text-align: center;
0208         vertical-align: middle;
0209         border: 1px solid black;
0210         background-color:#202020
0211 }
0212 
0213 
0214 table.controlinfo,table.description,td.navbar {
0215         width:100%;
0216         background-color: #202020;
0217         color:white;
0218         border: 1px solid black;
0219         margin-left: 0em;
0220         left: auto;
0221         right: 0em;
0222 }
0223 
0224 .controlinfo a:link,.navbar a:link {
0225         color: white;
0226         text-decoration: underline;
0227 }
0228 
0229 .controlinfo a:visited,.navbar a:visited {
0230         color: white;
0231         text-decoration: underline;
0232 }
0233 
0234 .controlinfo .selected {
0235         text-decoration: none;
0236         font-weight:bold;
0237 }
0238 
0239 .description a:link,.navbar a:link {
0240         color: white;
0241         text-decoration: underline;
0242 }
0243 
0244 .description a:visited,.navbar a:visited {
0245         color: white;
0246         text-decoration: underline;
0247 }
0248 
0249 .description .selected {
0250         text-decoration: none;
0251         font-weight:bold;
0252 }
0253 
0254 a:link {
0255         color: red;
0256         text-decoration: underline;
0257 }
0258 
0259 a:visited {
0260         color: grey;
0261         text-decoration: underline;
0262 }
0263 
0264 
0265 table {
0266         width: 99%;      
0267         align: center;
0268         text-align:left;
0269         vertical-align: middle;
0270 }
0271 
0272 td {
0273         text-align: left;
0274         vertical-align: top;
0275         padding-left: 3%;
0276         padding-right: 3%
0277 }
0278