Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
/***************************************************************************
2
                  AutoIndex PHP Script, by Justin Hagstrom
3
                             -------------------
4
 
5
   filename             : stylesheet.css
6
 
7
   copyright            : Copyright (C) 2002-2004 Justin Hagstrom
8
   license              : GNU General Public License (GPL)
9
 
10
   website & forum      : http://autoindex.sourceforge.net
11
   e-mail               : JustinHagstrom [at] yahoo [dot] com
12
 
13
 ***************************************************************************/
14
 
15
/*  The default BODY setting  */
16
.autoindex_body, html
17
{
18
	font-family: verdana, lucidia, sans-serif;
19
	font-size: 13px;
20
	background-color: #F0F0F0;
21
}
22
.autoindex_body img
23
{
24
	border: none;
25
}
26
 
27
/*  Table settings  */
28
.light_row
29
{
30
	background-color: #F2F6FC;
31
	font-size: 13px;
32
}
33
.dark_row
34
{
35
	background-color: #DADEEE;
36
	font-size: 13px;
37
}
38
.default_td
39
{
40
	border: 1px solid #7F8FA9;
41
	font-size: 13px;
42
}
43
.default_th
44
{
45
	background-color: #7F8FAD;
46
	border: 1px solid #000010;
47
	font-size: 13px;
48
}
49
 
50
/*  Settings for links  */
51
.default_a:visited, .default_a:active
52
{
53
	color: #00008F;
54
	text-decoration: none;
55
}
56
.default_a:link
57
{
58
	color: #0000FF;
59
	text-decoration: none;
60
}
61
.default_a:hover
62
{
63
	color: #0000FF;
64
	text-decoration: overline underline;
65
}
66
 
67
/*  The style for every button  */
68
.button
69
{
70
	color: #707070;
71
 	background-color: #F2F6FC;
72
	font-family: sans-serif;
73
	font-size: 11px;
74
	text-align: left;
75
	vertical-align: middle;
76
	font-weight: bold;
77
	cursor: pointer;
78
	border: none;
79
	padding: 3px 10px 3px 10px;
80
}
81
 
82
/*  Misc. Styles  */
83
.paragraph
84
{
85
	background: #F2F6FC;
86
	color: #000020;
87
	font-size: 13px;
88
}
89
.default_hr
90
{
91
	color: #000020;
92
	background-color: #000020;
93
	border: none;
94
	width: 75%;
95
	height: 1px;
96
}
97
.fixed_width
98
{
99
	background: #F2F6FC;
100
	color: #000020;
101
	font-family: lucida console, sans-serif;
102
	font-size: 12px;
103
}
104
.black_link
105
{
106
	color: #000000;
107
	text-decoration: none;
108
}
109
.small
110
{
111
	font-size: 10px;
112
}