summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface/www/default/style.css
blob: 3af4bb51ce6500fd5db94519f8cf989d83c94b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* styles for login.html */

body {
	background: url(ktorrentwebinterfacelogo.png) no-repeat 120px 120px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

input, textarea {
	border: 1px solid #000000;
	width: 120px;
}