aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2019-03-24 21:08:42 +0100
committerCarsten Schoenert <c.schoenert@t-online.de>2019-03-24 21:08:42 +0100
commit6098624fed578eeb0d4036d62f9466ad0fb3e818 (patch)
tree1fe4716a57aec24a5ff24dfe9448cdfdd305ecb3
parent4d39628050d0373af0d89031626faed20cd6c33d (diff)
download-CSS: move stylsheet stuff into own file
Keep the content file more clean and easy readable and put all the CSS stuff into a dedicated stylesheet file we simply include as more CSS will come.
-rw-r--r--english/download/download.css54
-rw-r--r--english/download/index.wml25
2 files changed, 55 insertions, 24 deletions
diff --git a/english/download/download.css b/english/download/download.css
new file mode 100644
index 00000000000..af1c70d57dc
--- /dev/null
+++ b/english/download/download.css
@@ -0,0 +1,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;
+}
+
diff --git a/english/download/index.wml b/english/download/index.wml
index a046fff82b3..cb2f61f7bb0 100644
--- a/english/download/index.wml
+++ b/english/download/index.wml
@@ -1,30 +1,7 @@
#use wml::debian::cdimage title="Download Debian" BARETITLE=true
#use wml::debian::release_info
-<style>
-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;
-}
-</style>
+<link href="download.css" rel="stylesheet" type="text/css">
<p>There are multiple ways to get and use Debian.</p>

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