From 6098624fed578eeb0d4036d62f9466ad0fb3e818 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sun, 24 Mar 2019 21:08:42 +0100 Subject: 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. --- english/download/download.css | 54 +++++++++++++++++++++++++++++++++++++++++++ english/download/index.wml | 25 +------------------- 2 files changed, 55 insertions(+), 24 deletions(-) create mode 100644 english/download/download.css 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 - +

There are multiple ways to get and use Debian.

-- cgit v1.2.3