aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2021-09-30 11:20:16 +0200
committerThomas Lange <lange@debian.org>2021-10-01 11:22:02 +0200
commite055cb36c5c52f8cb72c535d03d733db492f413c (patch)
treed0b352294062be7172cf9f7c22f40b59be086ddd /english/debian.css
parent37f1e5d79a76a1e478230addcf9541c317cfccd0 (diff)
Move content of intro.css to debian.css
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css52
1 files changed, 36 insertions, 16 deletions
diff --git a/english/debian.css b/english/debian.css
index b0afd95ff9a..36b0c537946 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -18,8 +18,8 @@
The license text can also be found at https://www.gnu.org/copyleft/gpl.html and
/usr/share/common-licenses/GPL-2 on Debian.
*/
-
-/*
+
+/*
Font size table (Browser default 16px)
pixels relative
@@ -39,12 +39,12 @@
*/
/* Reset */
-
+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
-tfoot, thead, tr, th, td {
+tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
@@ -76,9 +76,9 @@ body {
background-image:url('Pics/gradient.png');
background-position: 0 0;
background-repeat: repeat-x;
- /* Uncomment to show baseline grid
+ /* Uncomment to show baseline grid
background-image: url('24grid.png');
- background-position: 30px 9px;
+ background-position: 30px 9px;
*/
}
#content {
@@ -95,7 +95,7 @@ body {
#header {
margin:0;
- padding:0 10px 0 52px;
+ padding:0 10px 0 52px;
}
#header a:link
, #header a:visited
@@ -612,7 +612,7 @@ ul#footermap-cole {
#serverselect {
}
#serverselect input
-, #serverselect option
+, #serverselect option
, #serverselect select {
}
#serverselect ul {
@@ -657,7 +657,7 @@ form#pageLang {
input:focus {
background-color:#FFFFCB;
-
+
}
.hidecss {
display: none;
@@ -688,7 +688,7 @@ input:focus {
.item h2
, .item p
, .item ul{
- margin-right: 10px
+ margin-right: 10px
}
.item h2
, .item h3
@@ -703,12 +703,12 @@ input:focus {
}
div.downloads {
border-top: 0.17em solid #339900;
- margin: 1.33em 0 0 0;
+ margin: 1.33em 0 0 0;
}
.downloads ul.downlist {
margin:0;
}
-div.downloads .col50 {
+div.downloads .col50 {
border-top: 0.15em solid #339900;
}
ul.downlist {
@@ -716,7 +716,7 @@ ul.downlist {
text-indent:0;
background: url('Pics/emblem-downloads.png') no-repeat 0 0.15em;
min-height: 23px;
- /*
+ /*
* border-top: 0.17em solid #339900;
*/
}
@@ -743,7 +743,7 @@ ul.downlist li a {
div.tip
, div.important
, div.warning
-, div.note
+, div.note
, div.trans-note {
padding:0 2em 0 4em;
margin: 1.85em 0 1.85em 0;
@@ -757,7 +757,7 @@ div.tip
div.tip p
, div.important p
, div.warning p
-, div.note p
+, div.note p
, div.trans-note p {
margin: 1em 0 1em 0;
}
@@ -905,7 +905,7 @@ ul.nodecoration {
}
-/*
+/*
* For form
*/
@@ -1009,3 +1009,23 @@ ul.nodecoration {
padding-right: 0;
}
}
+
+/* aside used for pics aside text */
+aside {
+ float: right;
+ width: 30%;
+ margin: 0 1.5%;
+ padding-left: 10px;
+ padding-right: 10px;
+ font-style: italic;
+ background-color: #d2d3d7;
+}
+
+aside.light {
+ float: right;
+ width: 20%;
+ margin: 0 1.5%;
+ padding: 15px;
+ text-align: center;
+ background-color: #ffffff;
+}

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