aboutsummaryrefslogtreecommitdiffstats
path: root/english/download/download.css
blob: af1c70d57dc44419805794214d9ec8d6968ed2cb (plain) (blame)
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
/*

  Note! This needs to be placed finally in the top folder so it can be
  included easily for other languages as well as there are no l10n specific
  styles included right now.

*/

/*
  This stylesheet file is used within the download website

  https://www.debian.org Stylesheet

  Copyright Debian WebTeam 2019

  This stylesheet is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License, version 2, as published by
  the Free Software Foundation.

  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 details.

  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., 51 Franklin
  Street, Fifth Floor, Boston, MA 02110-1301 USA.

  The license text can also be found at http://www.gnu.org/copyleft/gpl.html and
  /usr/share/common-licenses/GPL-2 on Debian.
*/

h3 {
  text-decoration: underline;
  background-color: #f0f0f0;
  padding: 6px;
  border: 2px solid #787878;
  border-radius: 4px;
}

.centered-middle-50 {
  width: 50%;
  left: 50%;
  top: 50%;
  text-align: left;
}

.centered-middle-50-none-list {
  list-style-type: none;
}

.centered-middle-50-none-list>li {
  margin-bottom : 6px;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy