File: style.css

package info (click to toggle)
ldap-account-manager 3.7-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,660 kB
  • sloc: php: 49,813; perl: 305; makefile: 169; sh: 156; pascal: 132; xml: 111
file content (110 lines) | stat: -rwxr-xr-x 2,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/*
$Id: style.css,v 1.4 2012/01/14 18:21:49 gruberroland Exp $

  This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
  Copyright (C) 2009  Roland Gruber

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more detaexils.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

/* CSS layout for LAM manual */


body {
	font-family:sans-serif;
}

a {
color:#000080;
text-decoration:none;
}

a:visited {
color:#000080;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:none;
}

a:active {
color:red;
text-decoration:none;
}

div.navheader table {
	background-image: url(images/logo32.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

div.navheader td {
	font-weight:bold;
	padding-left: 50px;
	padding-right: 10px;
}

div.navfooter td {
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}

div.table table {
	border-collapse:collapse;
	border-width:2px;
}

div.navheader hr {
	margin-bottom:30px;
}

div.navfooter hr {
	margin-top:30px;
}

div.mediaobject img {
	margin-top:20px;
	margin-bottom:20px;
}

h1 { color:#253aa3; }
h2 { color:#000080; font-size:13pt; }

div.nogrid table { 
 border-width:2px;
 border-collapse:collapse;
}

div.noborder table { 
 border-width:0px;
 border-collapse:collapse;
 border-style:none;
 border-color:transparent;
}

pre.programlisting {
	padding: 10px;
	border-style:solid;
	border-color:#696a65;
	border-width:1px;
	border-radius:4px;
	background-color:#f3f2f1;
}