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

0001 /*
0002  * SPDX-FileCopyrightText: 2006 Nick Ryan
0003  * SPDX-License-Identifier: GPL-2.0-only
0004  */
0005 
0006 BODY { background-color: #333333 !important; color: white; }
0007 #img { border: 1px solid #A2A2A2; }
0008 table.thumbnail-table,table.image-table { width: 100%; color: white; text-align:center; }
0009 td.thumbnail-col,td.image { height:150px; text-align: center; vertical-align: middle; border: 1px solid black; background-color:#202020 }
0010 table.controlinfo,td.navbar { width:100%; background-color: #202020; color:white; border: 1px solid black; }
0011 .controlinfo a:link,.navbar a:link { color: white; text-decoration: underline; }
0012 .controlinfo a:visited,.navbar a:visited { color: white; text-decoration: underline; }
0013 .controlinfo .selected { text-decoration: none; font-weight:bold; }
0014 h1.title { text-align: center; color: white; }
0015 td.navbar { background-color:#202020; }