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

0001 /*
0002  * SPDX-FileCopyrightText: 2004-2006 Teemu Rytilahti <teemu.rytilahti@kde-fi.org>
0003  * SPDX-License-Identifier: GPL-2.0-only
0004  */
0005 
0006 BODY { background: #C5918B; text-align:center; } 
0007 #img { border: 1px solid black; } 
0008 h1.title { text-align: center; color: black; }
0009 .controlinfo .selected { text-decoration: none; font-weight:bold; }
0010 .controlinfo { color: black; border: 1px solid black; background-color:white; width: 90%; }
0011 .controlinfo a:link,.navbar a:link { color: black; text-decoration: underline; }
0012 .controlinfo a:visited,.navbar a:visited { color: black; text-decoration: underline; } 
0013 .controlinfo a:hover,.navbar a:hover { color: #C5918B; }
0014 .thumbnail-table { text-align: center; vertical-align: middle; width: 100%; }
0015 td.thumbnail-col { text-align:center; height:150px; width:150px; }
0016 tr.thumbnail-row { vertical-align: middle; }
0017 .maintable { width: 90%; text-align: center; }