www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css layout.min.css style.rtl.css


From: Therese Godefroy
Subject: www layout.css layout.min.css style.rtl.css
Date: Sun, 31 May 2020 00:30:26 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/05/31 00:30:26

Modified files:
        .              : layout.css layout.min.css style.rtl.css 

Log message:
        Adapt to new side menu; minor tweaks.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.260&r2=1.261
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.min.css?cvsroot=www&r1=1.61&r2=1.62
http://web.cvs.savannah.gnu.org/viewcvs/www/style.rtl.css?cvsroot=www&r1=1.25&r2=1.26

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -b -r1.260 -r1.261
--- layout.css  12 May 2020 07:24:33 -0000      1.260
+++ layout.css  31 May 2020 04:30:24 -0000      1.261
@@ -341,7 +341,6 @@
    #gnu-banner .hide { display: none; }
    #gnu-banner {
       font-size: 2em;  /* 30px */
-      padding-left: 0;
       margin: 0;
    }
    #gnu-banner img { height: 1.3em; }
@@ -482,26 +481,32 @@
 /*************/
 
 #content {
-   padding: 0 3%;
+   padding: 1px 3% 0;
    margin-bottom: 3em;
 }
 
 
-/** Navigation; see also education.css **/
+/** Navigation **/
+
+.nav { margin: .5em 1.5em 0 0; }
 
 .breadcrumb, .edu-breadcrumb {
-/*   font-size: .94em; */
-   line-height: 1.7em;
-   padding: .3em 0 0;
-   margin: 0 0 .3em;
+   display: inline-block;
+   line-height: 1.6em;
+   margin: 0;
+}
+#content .breadcrumb a[href] img {
+   height: 1.3em;
+   padding: 0;
+   background: none;
 }
-.breadcrumb, .edu-breadcrumb a { line-height: 1.6em; }
 
 
 /** Author line after the main heading **/
 
 p.byline {
-   font-size: 1.06em;  /* 17px - assumes #content > p.byline */
+   font-size: 1.06em;
+   font-size: 1.06rem;  /* 17px */
    margin-bottom: 1.5em;
 }
 
@@ -510,16 +515,12 @@
 
 .article { font-size: 1.06em; }  /* 17px */
 
-/* Narrower paragraphs surrounded by full-width text or columns.
-   Useless next to a side menu: line width is already limited
-   to 50em; */
 .reduced-width {
-   width: 45em;
+   width: 47em;
    max-width: 100%;
    margin: 1.5em auto;
 }
 
-/* Columns */
 .columns p.inline-block {
    display: inline-block;
    margin: 0;
@@ -542,12 +543,13 @@
 /** Metadata or footnotes at the end of articles **/
 
 .infobox {
-    font-size: .875em;  /* 14px - assumes #content > .infobox */
+   font-size: .94em;
+   font-size: .94rem;  /* 15px */
     line-height: 1.3em;
     margin: 2.5em 0 0;  
 }
 .infobox h3 {
-    font-size: 1.21em;  /* 17px - assumes #content > .infobox */
+   font-size: 1.2em;   /* 18px */
     margin-top: 1.2em;
 }
 .infobox p {
@@ -566,31 +568,47 @@
 
 /* For the note saying the page is a translation */
 .trans-disclaimer {
-/*   font-size: .94em; */  /* 15px */
+   clear: both;
    text-align: center;
    font-style: italic;
-   line-height: 1.7em;
-   padding: .3em 3% 0;
-   margin: 0 -3.2%;
+   position: relative;
+   top: .4em;
+   margin: .2em 0 0;
 }
-.trans-disclaimer a {
-   display: inline-block;
-   line-height: 1.6em;
+@media (max-width: 34em) {
+   .nav ~ .trans-disclaimer {
+      float: right;
+      text-align: right;
+   }
 }
 
 /* For outdated translations */
 #outdated {
-   font-size: .94em;  /* 15px */
+   clear: both;
+   width: 46.6em;
+   max-width: 100%;
    text-align: center;
+   margin: auto;
+   position: relative;
+   top: .6em;
+}
+#outdated p {
+   font-size: .94em;  /* 15px */
    padding: .5em;
-   margin: .8em 0;
-   color: black;
    border: .2em solid #fc7;
+   margin: 0;
+   color: black;
 }
-#outdated p { margin: 0; }
+
+#outdated span.hide { display: none; }
+@media (min-width: 45em) {
+   #outdated span.hide { display: inline; }
+}
+
 
 /* For translators notes */
 .translators-notes {
+   font-size: 1rem;
    clear: left;
    line-height: 1.5em;
    margin-top: 2em;
@@ -600,8 +618,9 @@
    margin: 1.7em 0 1.2em;
    border: none;
 }
-.translators-notes h3 { font-size: 1.125em; }  /* 18px */
-
+.translators-notes h3, .translators-notes > b {
+   font-size: 1.125em;  /* 18px */
+}
 .translators-notes p, .translators-notes ul, .translators-notes ol {
    margin-bottom: 0;
 }
@@ -612,14 +631,11 @@
 
 .edu-cases {
    font-size: 1.06em;                        /* 17 px */
-   width: 50em; max-width: 100%;
-   padding: 0 0 .8em;
+   width: 44.3em; max-width: 100%;
    margin: 2em auto;
-   border-top: 3px ridge #3465a4;
-   border-bottom: 3px ridge #3465a4;
 }
 .edu-cases ul, .edu-cases ol { margin: 1em 4%; }
-.edu-cases h3 { font-size: 1.3em; }
+.edu-cases h3 { font-size: 1.3em; }          /* 22 px */
 
 
 /** Introduction of malware pages **/
@@ -714,6 +730,7 @@
 .italic em, .italic cite, .italic i { font-style: normal; }
 .center, .c { text-align: center; }
 .nocenter { text-align: left; }
+.right-align { text-align: right; margin: 2em 0 2em 10%; }
 .underline { text-decoration: underline; }
 .nounderline { text-decoration: none; }
 .small { font-size: .875em; }  /* 16px -> 14px */
@@ -743,8 +760,8 @@
 /*  H* HEADERS  */
 /****************/
 
-h1 { font-size: 2.375em; margin: 1em   0 1.1em; }                /* 38px */
-h2 { font-size: 2.0em;   margin: 1em   0 1.1em; }                /* 32px */
+h1 { font-size: 2.375em; margin: 1.0em 0; }                      /* 38px */
+h2 { font-size: 2.0em;   margin:  .9em 0 1.0em; }                /* 32px */
 h3 { font-size: 1.5em;   margin: 1.2em 0 .8em; }                 /* 24px */
 .article h3 { font-size: 1.41em; }                               /* 24px */
 h4 { font-size: 1.25em;  margin: 1.2em 0 .85em; }                /* 20px */
@@ -752,23 +769,20 @@
 h5 { font-size: 1.125em; margin: 1em   0 .9em; }                 /* 18px */ 
 h6 { margin: 1em 0; }
 
+h2 { clear: both; }
+
 h1, h2, h3, h4, h5, h6 { font-weight: bold; }
 
-/* The default color is too dark for large text in bold font. */
 h3, h4, h5, h6 { color: #333; }
 
-h2#main-heading {
-/*
-   padding: .2em 0 .2em .3em;
-   border-left: .7em solid #eee;
-*/
-   padding: .2em 0;
-   margin-top: .6em;
-}
 h3.subheader {
    padding-bottom: .2em;
    border-bottom: 1px solid #bbb;
 }
+h3.footnote {
+   font-size: 1.125em;
+   font-size: 1.125rem;  /* 18px */
+}
 
 /** BIG SECTION HEADERS **/
 
@@ -786,7 +800,7 @@
    border-top: .12em solid #e74c3c;
    border-bottom: .12em solid #e74c3c;
 }
-.article .big-section h3 { font-size: 1.647em; }  /* 28px */
+.article .big-section h3 { font-size: 1.65em; }   /* 28px */
 
 .big-subsection { margin: 1.5em 0; }
 .big-subsection h4 {
@@ -808,7 +822,6 @@
 /** HEADERS ON NARROW SCREENS **/
 
 @media (max-width: 30em) {    /* 480 px - 1em = 15px */
-/*   h2#main-heading { border-left: .4em solid #eee; } */
    h1 { font-size: 2em; }                              /* 30px */
    h2 { font-size: 1.73em; }                           /* 26px */
    h3 { font-size: 1.4em; }                            /* 21px */
@@ -897,7 +910,7 @@
 /* Can be applied to div or hr. */
 .column-limit {
    height: .4em;
-   width: 10%;
+   width: 10%; min-width: 5em;
    margin: 2em auto;
    border: none;
    background: #bbb; /* default */
@@ -1072,17 +1085,23 @@
 /** LAYOUT **/
 
 .announcement, .important {
-   padding: .1em 1em .7em;
+   padding: .4em 1.5em;
    margin: 1.5em 0;
-   background: none;
 }
 .announcement blockquote { margin: 0; }
-.announcement p, .important p { margin: .5em 0 0; }
+.announcement p, .important p {
+   padding: .4em 0 .5em;
+   margin: 0;
+}
 .announcement ul, .important ul { margin: 0 1em; }
-.announcement ul li, .important ul li { margin-top: .5em; }
+.announcement ul li, .important ul li {
+   padding: .3em;
+   margin: 0 3%;
+}
 .announcement h3, .important h3 {
-   font-size: 1.25em;  /* 20px */
-   margin: .4em 0;
+   font-size: 1.25em;
+   font-size: 1.25rem;  /* 20px */
+   margin: .1em 0 .6em;
 }
 
 
@@ -1281,6 +1300,10 @@
 #fsf-support         a[href]:visited,
 #fssbox              a[href]:link,
 #fssbox              a[href]:visited,
+.breadcrumb          a[href]:link,
+.breadcrumb          a[href]:visited,
+.edu-breadcrumb      a[href]:link,
+.edu-breadcrumb      a[href]:visited,
 .back                a[href]:link,
 .back                a[href]:visited,
 .anchor-reference-id a[href]:link,
@@ -1292,14 +1315,10 @@
 #languages           a[href]:visited,
 #navlinks            a[href]:link,
 #navlinks            a[href]:visited,
-.breadcrumb          a[href]:link,
-.breadcrumb          a[href]:visited,
-.edu-breadcrumb      a[href]:link,
-.edu-breadcrumb      a[href]:visited,
-.trans-disclaimer    a[href]:link,
-.trans-disclaimer    a[href]:visited,
 #TOC                 a[href]:link,
 #TOC                 a[href]:visited,
+.trans-disclaimer    a[href]:link,
+.trans-disclaimer    a[href]:visited,
 .toc                 a[href]:link,
 .toc                 a[href]:visited,
 .toc-inline          a[href]:link,

Index: layout.min.css
===================================================================
RCS file: /webcvs/www/www/layout.min.css,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- layout.min.css      12 May 2020 07:24:33 -0000      1.61
+++ layout.min.css      31 May 2020 04:30:24 -0000      1.62
@@ -1 +1 @@
-html,body{font-size:1em;text-align:left;text-decoration:none;color:#222}html{background:#e4e4e4}body{max-width:74.92em;margin:auto;background:white;border:.1em
 solid #bbb;border-top:3px solid #a42e2b;-moz-box-shadow:0 0 5px 5px 
#bbb;-webkit-box-shadow:0 0 5px 5px #bbb;-icab-box-shadow:0 0 5px 5px 
#bbb;-o-box-shadow:0 0 5px 5px #bbb;box-shadow:0 0 5px 5px 
#bbb}.inner{overflow:hidden}.skip,#fsf-frame{position:fixed;top:-1000px}#header{padding:0
 
3%;text-align:center}#gnu-banner{display:inline-block;font-size:1.875em;line-height:1em;padding:.25em
 0 .3em;margin:0}#gnu-banner 
img{display:inline-block;vertical-align:middle;height:1.5em;margin-right:.15em}#gnu-banner
 
strong{font-weight:normal}#fsf-support{display:none}#switches{display:inline-block;line-height:1.7em;padding:.3em
 0}.switch{display:inline-block;height:1.7em;margin-left:.4em}.switch 
img{display:inline-block;vertical-align:top;height:1.5em;width:auto;padding:.1em}#navigation,#edu-navigation{font-size:.94em;font-weight:bold}#nav
 igation ul{margin:0}ul#edu-navigation{margin:0 -3.2%}#navigation 
ul,ul#edu-navigation{line-height:1.8em;padding:0 2%}#navigation 
li,ul#edu-navigation 
li{white-space:nowrap;display:inline;display:inline-block;line-height:1.8em;padding:.1em
 0;margin:0 .2em}#navigation a,ul#edu-navigation 
a{display:inline-block;line-height:2em;padding:0 .6em}#navigation 
a,ul#edu-navigation 
a{text-decoration:none}#navigation{background:#a42e2b}ul#edu-navigation{background:#eee}#navigation
 a{color:white}ul#edu-navigation a{color:#333}#navigation li 
a:hover{background:#8c0300}ul#edu-navigation li 
a:hover{background:#fafafa}#navigation li.active a,ul#edu-navigation li.active 
a,ul#edu-navigation li.current,#navlinks 
li.current>a{font-style:italic}#navigation li.active,#navigation li.active 
a:hover{background:#800300}ul#edu-navigation li.active,ul#edu-navigation 
li.active a:hover,ul#edu-navigation li.current{background:white}#navlinks 
li.current>a[href],#navlinks li.current>a[href]:hover{color:#333}#language
 s{font-size:.94em;line-height:1.2em;text-align:left;padding:.6em 
3%;margin:0;background:#f5f5f5;border-top:3px solid 
#ddd}#set-language{margin-bottom:.2em}#set-language+p{display:inline-block;font-size:1em;margin:.45em
 0 0}#translations{padding:.4em 0}#translations p{margin:0}#translations 
span{display:inline-block;width:10.5em;line-height:2em}#translations span 
a{line-height:1.9em}#translations 
span.original{font-weight:bold}@media(min-width:0){body{font-size:.94em}#header{display:table;width:94%}p#gnu-banner,#switches{display:table-cell;vertical-align:middle}#gnu-banner
 
.hide{display:none}#gnu-banner{font-size:2em;padding-left:0;margin:0}#gnu-banner
 img{height:1.3em}#gnu-banner 
strong{display:inline-block;vertical-align:middle}#switches{padding-left:1em}.switch{margin:0
 3%}#language-container{display:none}#languages 
.backtotop{display:none}#language-container:target{display:block}body{position:relative}#language-container{position:absolute;top:-3px;left:0;width:100%;height:100%}#l
 
anguage-container>.close{position:absolute;width:100%;height:100%;background:transparent}#languages
 
.close:after{content:"\00274E";font-size:1.2em;float:right;margin-right:.5em;cursor:pointer}#language-container
 
a.close:hover{background:0}#languages{position:relative;margin-top:4em;float:right;overflow:auto;max-width:21em;text-align:left;padding:.5em
 1em;background:white;border:.2em solid #bbb;box-shadow:0 0 1em 1em 
#9999}#translations{column-width:10em;column-count:3;column-gap:0}#translations 
span{display:block}#translations span 
a{display:inline-block}#navigation,#edu-navigation{font-size:1em}#navigation{height:2.15em;overflow:hidden}#more-links,#less-links{float:right;background:#800300;margin:0
 2%}#more-links:after,#less-links:after{display:inline-block;padding:.05em 
.4em}a#less-links{display:none}a#more-links{display:block}#navigation:target{height:auto}#navigation:target
 a#more-links{display:none}#navigation:target 
a#less-links{display:block}}@media(min-width:20em){#gnu-banne
 
r{font-size:2.2em}}@media(min-width:34em){#languages{max-width:36em}}@media(min-width:45em){body{font-size:1em}p#gnu-banner{line-height:.7em}#gnu-banner
 
.hide{display:inline-block;vertical-align:middle}#fsf-support{display:block;font-size:.4em;margin:0}#fsf-support
 
a{font-weight:bold}#languages{margin-top:5.5em}ul#edu-navigation{display:block}}@media(min-width:57em){#fsf-frame{position:static;font-size:.875em;width:94%;padding:.3em
 3%;background:#f1f1f1}#fssbox{margin:0}#fssbox a{font-weight:bold}#fssbox 
fieldset{margin:0}#fssbox div{display:inline;white-space:nowrap}#join-fsf 
a{float:right;margin:0 0 0 2em}#languages{margin-top:8em}}#content{padding:0 
3%;margin-bottom:3em}.breadcrumb,.edu-breadcrumb{line-height:1.7em;padding:.3em 
0 0;margin:0 0 .3em}.breadcrumb,.edu-breadcrumb 
a{line-height:1.6em}p.byline{font-size:1.06em;margin-bottom:1.5em}.article{font-size:1.06em}.reduced-width{width:45em;max-width:100%;margin:1.5em
 auto}.columns p.inline-block{display:inline-block;margin:0}@me
 
dia(min-width:55em){.columns{-webkit-column-count:2;-webkit-column-gap:1.5em;-moz-column-count:2;-moz-column-gap:1.5em;column-count:2;column-gap:1.5em}.columns>*:first-child{margin-top:0}.columns>*:last-child{margin-bottom:0}}.infobox{font-size:.875em;line-height:1.3em;margin:2.5em
 0 0}.infobox h3{font-size:1.21em;margin-top:1.2em}.infobox p{margin:.3em 0 
0}.infobox 
hr{display:block;width:15em;max-width:100%;height:1px;border:0;margin:0 0 
1em}.trans-disclaimer{text-align:center;font-style:italic;line-height:1.7em;padding:.3em
 3% 0;margin:0 -3.2%}.trans-disclaimer 
a{display:inline-block;line-height:1.6em}#outdated{font-size:.94em;text-align:center;padding:.5em;margin:.8em
 0;color:black;border:.2em solid #fc7}#outdated 
p{margin:0}.translators-notes{clear:left;line-height:1.5em;margin-top:2em}.translators-notes
 hr{height:1px;margin:1.7em 0 1.2em;border:0}.translators-notes 
h3{font-size:1.125em}.translators-notes p,.translators-notes 
ul,.translators-notes ol{margin-bottom:0}.translators
 -notes ol li{margin:.5em 1.1em 
0}.edu-cases{font-size:1.06em;width:50em;max-width:100%;padding:0 0 
.8em;margin:2em auto;border-top:3px ridge #3465a4;border-bottom:3px ridge 
#3465a4}.edu-cases ul,.edu-cases ol{margin:1em 4%}.edu-cases 
h3{font-size:1.3em}.about-dir{color:#444}.about-page{font-style:italic}.about-dir
 p,.about-page p{margin:.5em 0}#mission-statement{padding:.5em 3% 
2em;background:white;border-top:3px solid #ddd}#mission-statement 
blockquote{font-size:.94em;font-weight:bold;font-style:italic;margin:1.5em 3% 
.8em}#mission-statement p{margin:0}#mission-statement 
img{float:left;height:2em;margin:.5em}#support-the-fsf{clear:both;text-align:center}#footer{font-size:.875em;padding:1.5em
 3%;color:#333;background:#f5f5f5;border-top:3px solid #ddd}#footer 
p,#bottom-notes{line-height:1.3em;margin:0}.unprintable{margin-bottom:.7em}.translators-credits{margin:.7em
 0}#footer p.unprintable,#generic 
p{margin-top:.7em}small{font-size:.875em}strong{font-weight:bold}em,cite{font-style:ita
 lic}em i,em cite,cite i,cite 
em{font-style:normal}acronym,abbr{text-decoration:none;border-bottom:1px dotted 
#000;cursor:help}del{text-decoration:line-through}sup{vertical-align:super}sub{vertical-align:sub}.italic{font-style:italic}.italic
 em,.italic cite,.italic 
i{font-style:normal}.center,.c{text-align:center}.nocenter{text-align:left}.underline{text-decoration:underline}.nounderline{text-decoration:none}.small{font-size:.875em}.big{font-size:1.125em}.inline-list
 li{display:inline}.no-bullet 
li{list-style:none}.no-display{display:none}.clear{clear:both}p,pre{line-height:1.5em}address{line-height:1.3em}caption{margin-bottom:.5em;text-align:center}blockquote{margin:1em
 3%}p,pre,address{margin:1em 
0}pre{padding-bottom:.3em;overflow:auto}h1{font-size:2.375em;margin:1em 0 
1.1em}h2{font-size:2.0em;margin:1em 0 1.1em}h3{font-size:1.5em;margin:1.2em 0 
.8em}.article h3{font-size:1.41em}h4{font-size:1.25em;margin:1.2em 0 
.85em}.article h4{font-size:1.18em}h5{font-size:1.125em;margin:1em 0 
 .9em}h6{margin:1em 
0}h1,h2,h3,h4,h5,h6{font-weight:bold}h3,h4,h5,h6{color:#333}h2#main-heading{padding:.2em
 0;margin-top:.6em}h3.subheader{padding-bottom:.2em;border-bottom:1px solid 
#bbb}.big-section{clear:left;float:left}.big-section 
h3{display:inline-block;font-size:1.75em;padding:.2em 0;margin:1em .3em .5em 
0;color:black;border-top:.12em solid #e74c3c;border-bottom:.12em solid 
#e74c3c}.article .big-section h3{font-size:1.647em}.big-subsection{margin:1.5em 
0}.big-subsection 
h4{display:inline;font-size:1.5em;margin-right:.3em;color:black}.article 
.big-subsection 
h4{font-size:1.41em}.big-subsection{line-height:2.0em}.big-subsection 
h4{line-height:1.2em}@media(max-width:30em){h1{font-size:2em}h2{font-size:1.73em}h3{font-size:1.4em}.article
 h3{font-size:1.32em}h4{font-size:1.2em}.article 
h4{font-size:1.13em}h5{font-size:1.07em}.big-section 
h3{font-size:1.53em}.article .big-section h3{font-size:1.44em}.big-subsection 
h4{font-size:1.4em}.article .big-subsection h4{font-size:1.32em}}ol 
 li{list-style:decimal outside}ul li{list-style:square outside}ul ul li,ol ul 
li{list-style:circle}li,dt,dd{line-height:1.5em}ul,ol{margin:1em 1.5%}ol 
li{margin:1em 0 0 1em}ul li,ul ol li{margin:.5em 0 0 1em}ul li p,ul li pre,ul 
ul li,ul li blockquote,table li{margin-top:.3em;margin-bottom:.3em}ul ul,ol 
ul,table ul{margin:0 1.5%}ul.blurbs li{margin-top:1em}ul.blurbs ul li,ul.blurbs 
ol li,ul.blurbs dl li{margin-top:.5em}dl{margin:1.5em 0 
0}dt{font-weight:bold;color:#333;margin:1em 0}dl dd{margin:1em 3% 
1.5em}dl.compact{margin:.5em 0}dl.compact 
dt{font-weight:normal;font-style:italic;margin:.5em 0 0}dl.compact 
dd{margin:.3em 3% 0}dl.compact dd p{margin:.3em 0 0}dl.compact dd 
ul{margin:.3em 1.5% 0}hr{display:block;margin:1.2em 
0;color:#999;background:#999}hr.separator{height:.3em;border:0}hr.thin{clear:both;height:1px;margin:1.5em
 0;border:0}.column-limit{height:.4em;width:10%;margin:2em 
auto;border:0;background:#bbb;background-image:linear-gradient(to 
right,white,#bbb,white)}th,td{bord
 er:1px solid 
#bbb;padding:.5em}th{font-weight:bold;text-align:center}table{margin:1em 
0}.listing,.stx table{border-collapse:collapse;margin:1em 0;border:1px solid 
#666}.listing th,.stx table 
th{font-weight:normal;padding:.7em;color:black;background:#fff1c0;border:1px 
solid #666}.listing td a{display:block}.listing .top{text-align:right;padding:0 
0 1em 0;border-top:1px solid #666}.listing 
.listingCheckbox{text-align:center}.listing td,.stx table 
td{padding:1em;text-align:center;line-height:1.3em;border:1px solid 
#666}.listing 
img{vertical-align:middle}.listing{width:100%;display:block;overflow:auto;padding:.1em;margin:auto}.listing
 .odd{background:transparent}.listing .even,#content .listing .even a[href] 
img{background:#f5f5f5}img{vertical-align:top}.imgright,.imgleft{max-width:100%}.imgright{float:right;margin:.3em
 0 1em 2em}.imgleft{float:left;margin:.3em 2em 1em 
0}.narrow{width:15em}.medium{width:20em}.wide{width:27em}.pict{max-width:100%;margin:1em
 auto}.pict img{width:100%}.pic
 t 
p{text-align:center;font-style:italic;font-size:.875em;margin-top:.5em}@media(min-width:45em){.pict.narrow{max-width:45%;float:right;margin:.3em
 0 1em 
2em}}@media(min-width:50em){.pict.medium{max-width:45%;float:right;margin:.3em 
0 1em 
2em}}@media(min-width:57em){.pict.wide{max-width:45%;float:right;margin:.3em 0 
1em 2em}}div.highlight-para p,div.highlight-para pre,div.highlight-para 
ul,div.emph-box p,div.emph-box pre,div.emph-box ul,.lyrics 
p{margin-bottom:0}div.highlight-para,div.emph-box{padding:.2em 1.2em 
1.2em}.highlight-para,p.highlight,p.emph-box,pre.emph-box{padding:.6em 
1.2em}.lyrics{max-width:25em;font-style:italic;padding:1em 2em 
2em;margin-left:3%;margin-right:3%}.highlight-para,.highlight{background:#fff5d4}span.highlight{background:#fff1c0}.highlight-para{border-top:.1em
 solid #fc7;border-bottom:.1em solid 
#fc7}.emph-box,.lyrics{background:#f5f5f5;border:.1em solid 
#ddd}.announcement,.important{padding:.1em 1em .7em;margin:1.5em 
0;background:0}.announcement blockquot
 e{margin:0}.announcement p,.important p{margin:.5em 0 0}.announcement 
ul,.important ul{margin:0 1em}.announcement ul li,.important ul 
li{margin-top:.5em}.announcement h3,.important h3{font-size:1.25em;margin:.4em 
0}.announcement{border-left:.4em solid #5c5}.important{border-left:.4em solid 
#fc7}.comment{margin:1.5em 6%}@media(max-width:30em){.comment{margin:1.5em 
3%}}blockquote#fsfs p{padding:.3em 
0}.note,.edu-note{text-align:center;margin:2em auto}.edu-note 
p{font-style:italic;padding:.8em 3%;margin:0}.note{padding:.4em 
3%;background:white}.note p{padding:.4em;margin:0}.note,.edu-note 
p{border:.15em solid #5c5}.summary,.toc{font-size:1rem;padding:1em 3% 
1.7em;margin:2.5em auto 1.5em;background:#f5f5f5}.summary ul,.toc ul{margin:0 
1.5%}.summary h3,.toc 
h3{font-size:1.25em;margin-top:.5em;text-align:center}.summary h4,.toc 
h4{font-size:1.125em}.toc-inline{font-size:1rem;text-align:center;padding:0 
3%;margin:auto}.toc-inline a{display:inline-block;padding:.1em 
.4em;margin:.3em;border:
 .1em solid #bbb}.toc-inline h3{display:none}.toc-inline 
h4{font-size:1em;margin:1em 0 .2em}.toc-inline h4 a{border:0}.toc-inline 
ul,.toc-inline 
li{display:inline;margin:0}@media(min-width:0){.note,.summary{width:30rem}.toc{width:45em}.note,.summary,.toc{max-width:92%}.edu-note{width:40em;max-width:100%}}@media(min-width:45em){.note,.summary{clear:right;float:right;width:20rem;max-width:40%;margin:.5em
 0 1em 2em}.summary{padding:1em 1.2em 1.5em}.note{padding:.4em 
1.2em}}.back{line-height:1.7em;text-align:right;font-weight:bold;margin:2em 
2%}.back 
a{display:inline-block}.anchor-reference-id{font-weight:normal;font-size:.8125em}a[href]:link{color:#049;text-decoration-color:#5e93d5}a[href]:visited{color:#505050;text-decoration-color:#777}a[href]:active{text-decoration:none}#content
 a[href] 
img{background:white}#gnu-banner>a{color:#333;text-decoration:none}#gnu-banner>a
 strong{color:#a42e2b}#fsf-support,#fsf-support a[href]:link,#fsf-support 
a[href]:visited,#fssbox a[href]:link,#fssbox a
 [href]:visited,.back a[href]:link,.back a[href]:visited,.anchor-reference-id 
a[href]:link,.anchor-reference-id 
a[href]:visited{color:#595959;text-decoration-color:#bbb}#languages 
a[href]:link,#languages a[href]:visited,#navlinks a[href]:link,#navlinks 
a[href]:visited,.breadcrumb a[href]:link,.breadcrumb 
a[href]:visited,.edu-breadcrumb a[href]:link,.edu-breadcrumb 
a[href]:visited,.trans-disclaimer a[href]:link,.trans-disclaimer 
a[href]:visited,#TOC a[href]:link,#TOC a[href]:visited,.toc a[href]:link,.toc 
a[href]:visited,.toc-inline a[href]:link,.toc-inline a[href]:visited,.summary 
a[href]:link,.summary 
a[href]:visited{color:#049;text-decoration:none}a[href]:hover{background:#e7f2e2;text-decoration:none}#gnu-banner>a[href]:hover,.pict>a[href]:hover{background:0}fieldset{margin:1em
 
0}optgroup{font-weight:normal}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}form.header
 input,.button a{line-height:1.1em;padding:.4em .5em}form.heade
 r input[type="submit"],.button a{font-weight:bold;margin:0}.button 
a{display:block;display:inline-block}#support-the-fsf a{padding:.6em 
1em;margin:1em 1.5em 0}.backtotop{float:right;margin:0 1em}.backtotop 
a{display:inline-block;vertical-align:top;font-size:1.2em;font-size:1.2rem;line-height:1.2em;padding:.2em
 .5em}.backtotop a span{display:none}.button a[href],.backtotop 
a[href]{text-decoration:none;background:white}.button a[href],.backtotop 
a[href]{color:#049;border:.1em solid #999}.button a[href]:hover,.backtotop 
a[href]:hover{background:#e7f2e2;border-color:#006400}#join-fsf 
a,#support-the-fsf a.join{color:#b02500;border-color:#b02500}#join-fsf 
a:hover,#support-the-fsf 
a.join:hover{color:#a42e2b;background:#f6e5e1;border-color:#a42e2b}#support-the-fsf
 a.donate{color:#005ccd;border-color:#005ccd}#support-the-fsf 
a.donate:hover{color:#049;background:#d9e8f7;border-color:#049}#support-the-fsf 
a.shop{color:#008400;border-color:#008400}#support-the-fsf 
a.shop:hover{color:#006400;bac
 kground:#e7f2e2;border-color:#006400}.switch 
img:hover{background:#e7f2e2;cursor:pointer}form.header input{border:.1em solid 
#bbb}form.header input[type="text"],form.header 
input[type="submit"]{color:#555;background:white}form.header 
input[type="submit"]{cursor:pointer}form.header 
input[type="text"]:focus{color:#333;border-color:#006400}form.header 
input[type="text"]:focus+input[type="submit"]{color:#008400;border-color:#008400}form.header
 input[type="submit"]:hover{color:#006400;border-color:#006400}#fssbox 
input[type="submit"]{color:#008400;border-color:#008400}#fssbox 
input[type="submit"]:hover{color:#006400;background:#e7f2e2;border-color:#006400}.rounded-corners,form.header
 input,.button a,.backtotop 
a{border-radius:.3em;-moz-border-radius:.3em;-khtml-border-radius:.3em;-webkit-border-radius:.3em;-opera-border-radius:.3em}a[href]{font-family:sans-serif}#fsf-frame
 a[href],#fssbox label,form.header input,.button a[href],#header 
a[href],#fsf-support,#languages,#languages a[href],#
 navlinks,#navlinks a[href],.edu-breadcrumb,.edu-breadcrumb 
a[href],.breadcrumb,.breadcrumb a,.trans-disclaimer,.trans-disclaimer 
a[href],#outdated,#outdated a[href]{font-family:"Noto Sans Display","Noto 
Sans","Liberation Sans",sans-serif}#navigation a[href],ul#edu-navigation 
a[href]{font-family:"Dosis","Noto Sans Display","Noto Sans","Liberation 
Sans",sans-serif}#gnu-banner strong{font-family:"Noto Sans","Liberation 
Sans",sans-serif}
\ No newline at end of file
+html,body{font-size:1em;text-align:left;text-decoration:none;color:#222}html{background:#e4e4e4}body{max-width:74.92em;margin:auto;background:white;border:.1em
 solid #bbb;border-top:3px solid #a42e2b;-moz-box-shadow:0 0 5px 5px 
#bbb;-webkit-box-shadow:0 0 5px 5px #bbb;-icab-box-shadow:0 0 5px 5px 
#bbb;-o-box-shadow:0 0 5px 5px #bbb;box-shadow:0 0 5px 5px 
#bbb}.inner{overflow:hidden}.skip,#fsf-frame{position:fixed;top:-1000px}#header{padding:0
 
3%;text-align:center}#gnu-banner{display:inline-block;font-size:1.875em;line-height:1em;padding:.25em
 0 .3em;margin:0}#gnu-banner 
img{display:inline-block;vertical-align:middle;height:1.5em;margin-right:.15em}#gnu-banner
 
strong{font-weight:normal}#fsf-support{display:none}#switches{display:inline-block;line-height:1.7em;padding:.3em
 0}.switch{display:inline-block;height:1.7em;margin-left:.4em}.switch 
img{display:inline-block;vertical-align:top;height:1.5em;width:auto;padding:.1em}#navigation,#edu-navigation{font-size:.94em;font-weight:bold}#nav
 igation ul{margin:0}ul#edu-navigation{margin:0 -3.2%}#navigation 
ul,ul#edu-navigation{line-height:1.8em;padding:0 2%}#navigation 
li,ul#edu-navigation 
li{white-space:nowrap;display:inline;display:inline-block;line-height:1.8em;padding:.1em
 0;margin:0 .2em}#navigation a,ul#edu-navigation 
a{display:inline-block;line-height:2em;padding:0 .6em}#navigation 
a,ul#edu-navigation 
a{text-decoration:none}#navigation{background:#a42e2b}ul#edu-navigation{background:#eee}#navigation
 a{color:white}ul#edu-navigation a{color:#333}#navigation li 
a:hover{background:#8c0300}ul#edu-navigation li 
a:hover{background:#fafafa}#navigation li.active a,ul#edu-navigation li.active 
a,ul#edu-navigation li.current,#navlinks 
li.current>a{font-style:italic}#navigation li.active,#navigation li.active 
a:hover{background:#800300}ul#edu-navigation li.active,ul#edu-navigation 
li.active a:hover,ul#edu-navigation li.current{background:white}#navlinks 
li.current>a[href],#navlinks li.current>a[href]:hover{color:#333}#language
 s{font-size:.94em;line-height:1.2em;text-align:left;padding:.6em 
3%;margin:0;background:#f5f5f5;border-top:3px solid 
#ddd}#set-language{margin-bottom:.2em}#set-language+p{display:inline-block;font-size:1em;margin:.45em
 0 0}#translations{padding:.4em 0}#translations p{margin:0}#translations 
span{display:inline-block;width:10.5em;line-height:2em}#translations span 
a{line-height:1.9em}#translations 
span.original{font-weight:bold}@media(min-width:0){body{font-size:.94em}#header{display:table;width:94%}p#gnu-banner,#switches{display:table-cell;vertical-align:middle}#gnu-banner
 .hide{display:none}#gnu-banner{font-size:2em;margin:0}#gnu-banner 
img{height:1.3em}#gnu-banner 
strong{display:inline-block;vertical-align:middle}#switches{padding-left:1em}.switch{margin:0
 3%}#language-container{display:none}#languages 
.backtotop{display:none}#language-container:target{display:block}body{position:relative}#language-container{position:absolute;top:-3px;left:0;width:100%;height:100%}#language-contain
 
er>.close{position:absolute;width:100%;height:100%;background:transparent}#languages
 
.close:after{content:"\00274E";font-size:1.2em;float:right;margin-right:.5em;cursor:pointer}#language-container
 
a.close:hover{background:0}#languages{position:relative;margin-top:4em;float:right;overflow:auto;max-width:21em;text-align:left;padding:.5em
 1em;background:white;border:.2em solid #bbb;box-shadow:0 0 1em 1em 
#9999}#translations{column-width:10em;column-count:3;column-gap:0}#translations 
span{display:block}#translations span 
a{display:inline-block}#navigation,#edu-navigation{font-size:1em}#navigation{height:2.15em;overflow:hidden}#more-links,#less-links{float:right;background:#800300;margin:0
 2%}#more-links:after,#less-links:after{display:inline-block;padding:.05em 
.4em}a#less-links{display:none}a#more-links{display:block}#navigation:target{height:auto}#navigation:target
 a#more-links{display:none}#navigation:target 
a#less-links{display:block}}@media(min-width:20em){#gnu-banner{font-size:2.2
 
em}}@media(min-width:34em){#languages{max-width:36em}}@media(min-width:45em){body{font-size:1em}p#gnu-banner{line-height:.7em}#gnu-banner
 
.hide{display:inline-block;vertical-align:middle}#fsf-support{display:block;font-size:.4em;margin:0}#fsf-support
 
a{font-weight:bold}#languages{margin-top:5.5em}ul#edu-navigation{display:block}}@media(min-width:57em){#fsf-frame{position:static;font-size:.875em;width:94%;padding:.3em
 3%;background:#f1f1f1}#fssbox{margin:0}#fssbox a{font-weight:bold}#fssbox 
fieldset{margin:0}#fssbox div{display:inline;white-space:nowrap}#join-fsf 
a{float:right;margin:0 0 0 2em}#languages{margin-top:8em}}#content{padding:1px 
3% 0;margin-bottom:3em}.nav{margin:.5em 1.5em 0 
0}.breadcrumb,.edu-breadcrumb{display:inline-block;line-height:1.6em;margin:0}#content
 .breadcrumb a[href] 
img{height:1.3em;padding:0;background:0}p.byline{font-size:1.06em;font-size:1.06rem;margin-bottom:1.5em}.article{font-size:1.06em}.reduced-width{width:47em;max-width:100%;margin:1.5em
 auto}.colu
 mns 
p.inline-block{display:inline-block;margin:0}@media(min-width:55em){.columns{-webkit-column-count:2;-webkit-column-gap:1.5em;-moz-column-count:2;-moz-column-gap:1.5em;column-count:2;column-gap:1.5em}.columns>*:first-child{margin-top:0}.columns>*:last-child{margin-bottom:0}}.infobox{font-size:.94em;font-size:.94rem;line-height:1.3em;margin:2.5em
 0 0}.infobox h3{font-size:1.2em;margin-top:1.2em}.infobox p{margin:.3em 0 
0}.infobox 
hr{display:block;width:15em;max-width:100%;height:1px;border:0;margin:0 0 
1em}.trans-disclaimer{clear:both;text-align:center;font-style:italic;position:relative;top:.4em;margin:.2em
 0 0}@media(max-width:34em){.nav ~ 
.trans-disclaimer{float:right;text-align:right}}#outdated{clear:both;width:46.6em;max-width:100%;text-align:center;margin:auto;position:relative;top:.6em}#outdated
 p{font-size:.94em;padding:.5em;border:.2em solid 
#fc7;margin:0;color:black}#outdated 
span.hide{display:none}@media(min-width:45em){#outdated 
span.hide{display:inline}}.translators-n
 
otes{font-size:1rem;clear:left;line-height:1.5em;margin-top:2em}.translators-notes
 hr{height:1px;margin:1.7em 0 1.2em;border:0}.translators-notes 
h3,.translators-notes>b{font-size:1.125em}.translators-notes 
p,.translators-notes ul,.translators-notes 
ol{margin-bottom:0}.translators-notes ol li{margin:.5em 1.1em 
0}.edu-cases{font-size:1.06em;width:44.3em;max-width:100%;margin:2em 
auto}.edu-cases ul,.edu-cases ol{margin:1em 4%}.edu-cases 
h3{font-size:1.3em}.about-dir{color:#444}.about-page{font-style:italic}.about-dir
 p,.about-page p{margin:.5em 0}#mission-statement{padding:.5em 3% 
2em;background:white;border-top:3px solid #ddd}#mission-statement 
blockquote{font-size:.94em;font-weight:bold;font-style:italic;margin:1.5em 3% 
.8em}#mission-statement p{margin:0}#mission-statement 
img{float:left;height:2em;margin:.5em}#support-the-fsf{clear:both;text-align:center}#footer{font-size:.875em;padding:1.5em
 3%;color:#333;background:#f5f5f5;border-top:3px solid #ddd}#footer 
p,#bottom-notes{line-he
 
ight:1.3em;margin:0}.unprintable{margin-bottom:.7em}.translators-credits{margin:.7em
 0}#footer p.unprintable,#generic 
p{margin-top:.7em}small{font-size:.875em}strong{font-weight:bold}em,cite{font-style:italic}em
 i,em cite,cite i,cite 
em{font-style:normal}acronym,abbr{text-decoration:none;border-bottom:1px dotted 
#000;cursor:help}del{text-decoration:line-through}sup{vertical-align:super}sub{vertical-align:sub}.italic{font-style:italic}.italic
 em,.italic cite,.italic 
i{font-style:normal}.center,.c{text-align:center}.nocenter{text-align:left}.right-align{text-align:right;margin:2em
 0 2em 
10%}.underline{text-decoration:underline}.nounderline{text-decoration:none}.small{font-size:.875em}.big{font-size:1.125em}.inline-list
 li{display:inline}.no-bullet 
li{list-style:none}.no-display{display:none}.clear{clear:both}p,pre{line-height:1.5em}address{line-height:1.3em}caption{margin-bottom:.5em;text-align:center}blockquote{margin:1em
 3%}p,pre,address{margin:1em 0}pre{padding-bottom:.3em;overflow
 :auto}h1{font-size:2.375em;margin:1.0em 0}h2{font-size:2.0em;margin:.9em 0 
1em}h3{font-size:1.5em;margin:1.2em 0 .8em}.article 
h3{font-size:1.41em}h4{font-size:1.25em;margin:1.2em 0 .85em}.article 
h4{font-size:1.18em}h5{font-size:1.125em;margin:1em 0 .9em}h6{margin:1em 
0}h2{clear:both}h1,h2,h3,h4,h5,h6{font-weight:bold}h3,h4,h5,h6{color:#333}h3.subheader{padding-bottom:.2em;border-bottom:1px
 solid 
#bbb}h3.footnote{font-size:1.125em;font-size:1.125rem}.big-section{clear:left;float:left}.big-section
 h3{display:inline-block;font-size:1.75em;padding:.2em 0;margin:1em .3em .5em 
0;color:black;border-top:.12em solid #e74c3c;border-bottom:.12em solid 
#e74c3c}.article .big-section h3{font-size:1.65em}.big-subsection{margin:1.5em 
0}.big-subsection 
h4{display:inline;font-size:1.5em;margin-right:.3em;color:black}.article 
.big-subsection 
h4{font-size:1.41em}.big-subsection{line-height:2.0em}.big-subsection 
h4{line-height:1.2em}@media(max-width:30em){h1{font-size:2em}h2{font-size:1.73em}h3{font-s
 ize:1.4em}.article h3{font-size:1.32em}h4{font-size:1.2em}.article 
h4{font-size:1.13em}h5{font-size:1.07em}.big-section 
h3{font-size:1.53em}.article .big-section h3{font-size:1.44em}.big-subsection 
h4{font-size:1.4em}.article .big-subsection h4{font-size:1.32em}}ol 
li{list-style:decimal outside}ul li{list-style:square outside}ul ul li,ol ul 
li{list-style:circle}li,dt,dd{line-height:1.5em}ul,ol{margin:1em 1.5%}ol 
li{margin:1em 0 0 1em}ul li,ul ol li{margin:.5em 0 0 1em}ul li p,ul li pre,ul 
ul li,ul li blockquote,table li{margin-top:.3em;margin-bottom:.3em}ul ul,ol 
ul,table ul{margin:0 1.5%}ul.blurbs li{margin-top:1em}ul.blurbs ul li,ul.blurbs 
ol li,ul.blurbs dl li{margin-top:.5em}dl{margin:1.5em 0 
0}dt{font-weight:bold;color:#333;margin:1em 0}dl dd{margin:1em 3% 
1.5em}dl.compact{margin:.5em 0}dl.compact 
dt{font-weight:normal;font-style:italic;margin:.5em 0 0}dl.compact 
dd{margin:.3em 3% 0}dl.compact dd p{margin:.3em 0 0}dl.compact dd 
ul{margin:.3em 1.5% 0}hr{display:block;margin:1.2e
 m 
0;color:#999;background:#999}hr.separator{height:.3em;border:0}hr.thin{clear:both;height:1px;margin:1.5em
 0;border:0}.column-limit{height:.4em;width:10%;min-width:5em;margin:2em 
auto;border:0;background:#bbb;background-image:linear-gradient(to 
right,white,#bbb,white)}th,td{border:1px solid 
#bbb;padding:.5em}th{font-weight:bold;text-align:center}table{margin:1em 
0}.listing,.stx table{border-collapse:collapse;margin:1em 0;border:1px solid 
#666}.listing th,.stx table 
th{font-weight:normal;padding:.7em;color:black;background:#fff1c0;border:1px 
solid #666}.listing td a{display:block}.listing .top{text-align:right;padding:0 
0 1em 0;border-top:1px solid #666}.listing 
.listingCheckbox{text-align:center}.listing td,.stx table 
td{padding:1em;text-align:center;line-height:1.3em;border:1px solid 
#666}.listing 
img{vertical-align:middle}.listing{width:100%;display:block;overflow:auto;padding:.1em;margin:auto}.listing
 .odd{background:transparent}.listing .even,#content .listing .even a[href] img
 
{background:#f5f5f5}img{vertical-align:top}.imgright,.imgleft{max-width:100%}.imgright{float:right;margin:.3em
 0 1em 2em}.imgleft{float:left;margin:.3em 2em 1em 
0}.narrow{width:15em}.medium{width:20em}.wide{width:27em}.pict{max-width:100%;margin:1em
 auto}.pict img{width:100%}.pict 
p{text-align:center;font-style:italic;font-size:.875em;margin-top:.5em}@media(min-width:45em){.pict.narrow{max-width:45%;float:right;margin:.3em
 0 1em 
2em}}@media(min-width:50em){.pict.medium{max-width:45%;float:right;margin:.3em 
0 1em 
2em}}@media(min-width:57em){.pict.wide{max-width:45%;float:right;margin:.3em 0 
1em 2em}}div.highlight-para p,div.highlight-para pre,div.highlight-para 
ul,div.emph-box p,div.emph-box pre,div.emph-box ul,.lyrics 
p{margin-bottom:0}div.highlight-para,div.emph-box{padding:.2em 1.2em 
1.2em}.highlight-para,p.highlight,p.emph-box,pre.emph-box{padding:.6em 
1.2em}.lyrics{max-width:25em;font-style:italic;padding:1em 2em 
2em;margin-left:3%;margin-right:3%}.highlight-para,.highlight{back
 
ground:#fff5d4}span.highlight{background:#fff1c0}.highlight-para{border-top:.1em
 solid #fc7;border-bottom:.1em solid 
#fc7}.emph-box,.lyrics{background:#f5f5f5;border:.1em solid 
#ddd}.announcement,.important{padding:.4em 1.5em;margin:1.5em 0}.announcement 
blockquote{margin:0}.announcement p,.important p{padding:.4em 0 
.5em;margin:0}.announcement ul,.important ul{margin:0 1em}.announcement ul 
li,.important ul li{padding:.3em;margin:0 3%}.announcement h3,.important 
h3{font-size:1.25em;font-size:1.25rem;margin:.1em 0 
.6em}.announcement{border-left:.4em solid #5c5}.important{border-left:.4em 
solid #fc7}.comment{margin:1.5em 
6%}@media(max-width:30em){.comment{margin:1.5em 3%}}blockquote#fsfs 
p{padding:.3em 0}.note,.edu-note{text-align:center;margin:2em auto}.edu-note 
p{font-style:italic;padding:.8em 3%;margin:0}.note{padding:.4em 
3%;background:white}.note p{padding:.4em;margin:0}.note,.edu-note 
p{border:.15em solid #5c5}.summary,.toc{font-size:1rem;padding:1em 3% 
1.7em;margin:2.5em auto 1
 .5em;background:#f5f5f5}.summary ul,.toc ul{margin:0 1.5%}.summary h3,.toc 
h3{font-size:1.25em;margin-top:.5em;text-align:center}.summary h4,.toc 
h4{font-size:1.125em}.toc-inline{font-size:1rem;text-align:center;padding:0 
3%;margin:auto}.toc-inline a{display:inline-block;padding:.1em 
.4em;margin:.3em;border:.1em solid #bbb}.toc-inline h3{display:none}.toc-inline 
h4{font-size:1em;margin:1em 0 .2em}.toc-inline h4 a{border:0}.toc-inline 
ul,.toc-inline 
li{display:inline;margin:0}@media(min-width:0){.note,.summary{width:30rem}.toc{width:45em}.note,.summary,.toc{max-width:92%}.edu-note{width:40em;max-width:100%}}@media(min-width:45em){.note,.summary{clear:right;float:right;width:20rem;max-width:40%;margin:.5em
 0 1em 2em}.summary{padding:1em 1.2em 1.5em}.note{padding:.4em 
1.2em}}.back{line-height:1.7em;text-align:right;font-weight:bold;margin:2em 
2%}.back 
a{display:inline-block}.anchor-reference-id{font-weight:normal;font-size:.8125em}a[href]:link{color:#049;text-decoration-color:#5e93d5}a
 
[href]:visited{color:#505050;text-decoration-color:#777}a[href]:active{text-decoration:none}#content
 a[href] 
img{background:white}#gnu-banner>a{color:#333;text-decoration:none}#gnu-banner>a
 strong{color:#a42e2b}#fsf-support,#fsf-support a[href]:link,#fsf-support 
a[href]:visited,#fssbox a[href]:link,#fssbox a[href]:visited,.breadcrumb 
a[href]:link,.breadcrumb a[href]:visited,.edu-breadcrumb 
a[href]:link,.edu-breadcrumb a[href]:visited,.back a[href]:link,.back 
a[href]:visited,.anchor-reference-id a[href]:link,.anchor-reference-id 
a[href]:visited{color:#595959;text-decoration-color:#bbb}#languages 
a[href]:link,#languages a[href]:visited,#navlinks a[href]:link,#navlinks 
a[href]:visited,#TOC a[href]:link,#TOC a[href]:visited,.trans-disclaimer 
a[href]:link,.trans-disclaimer a[href]:visited,.toc a[href]:link,.toc 
a[href]:visited,.toc-inline a[href]:link,.toc-inline a[href]:visited,.summary 
a[href]:link,.summary 
a[href]:visited{color:#049;text-decoration:none}a[href]:hover{background:#e7f2e
 
2;text-decoration:none}#gnu-banner>a[href]:hover,.pict>a[href]:hover{background:0}fieldset{margin:1em
 
0}optgroup{font-weight:normal}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}form.header
 input,.button a{line-height:1.1em;padding:.4em .5em}form.header 
input[type="submit"],.button a{font-weight:bold;margin:0}.button 
a{display:block;display:inline-block}#support-the-fsf a{padding:.6em 
1em;margin:1em 1.5em 0}.backtotop{float:right;margin:0 1em}.backtotop 
a{display:inline-block;vertical-align:top;font-size:1.2em;font-size:1.2rem;line-height:1.2em;padding:.2em
 .5em}.backtotop a span{display:none}.button a[href],.backtotop 
a[href]{text-decoration:none;background:white}.button a[href],.backtotop 
a[href]{color:#049;border:.1em solid #999}.button a[href]:hover,.backtotop 
a[href]:hover{background:#e7f2e2;border-color:#006400}#join-fsf 
a,#support-the-fsf a.join{color:#b02500;border-color:#b02500}#join-fsf 
a:hover,#support-the-fsf a.joi
 n:hover{color:#a42e2b;background:#f6e5e1;border-color:#a42e2b}#support-the-fsf 
a.donate{color:#005ccd;border-color:#005ccd}#support-the-fsf 
a.donate:hover{color:#049;background:#d9e8f7;border-color:#049}#support-the-fsf 
a.shop{color:#008400;border-color:#008400}#support-the-fsf 
a.shop:hover{color:#006400;background:#e7f2e2;border-color:#006400}.switch 
img:hover{background:#e7f2e2;cursor:pointer}form.header input{border:.1em solid 
#bbb}form.header input[type="text"],form.header 
input[type="submit"]{color:#555;background:white}form.header 
input[type="submit"]{cursor:pointer}form.header 
input[type="text"]:focus{color:#333;border-color:#006400}form.header 
input[type="text"]:focus+input[type="submit"]{color:#008400;border-color:#008400}form.header
 input[type="submit"]:hover{color:#006400;border-color:#006400}#fssbox 
input[type="submit"]{color:#008400;border-color:#008400}#fssbox 
input[type="submit"]:hover{color:#006400;background:#e7f2e2;border-color:#006400}.rounded-corners,form.header
 
 input,.button a,.backtotop 
a{border-radius:.3em;-moz-border-radius:.3em;-khtml-border-radius:.3em;-webkit-border-radius:.3em;-opera-border-radius:.3em}a[href]{font-family:sans-serif}#fsf-frame
 a[href],#fssbox label,form.header input,.button a[href],#header 
a[href],#fsf-support,#languages,#languages a[href],#navlinks,#navlinks 
a[href],.edu-breadcrumb,.edu-breadcrumb a[href],.breadcrumb,.breadcrumb 
a,.trans-disclaimer,.trans-disclaimer a[href],#outdated,#outdated 
a[href]{font-family:"Noto Sans Display","Noto Sans","Liberation 
Sans",sans-serif}#navigation a[href],ul#edu-navigation 
a[href]{font-family:"Dosis","Noto Sans Display","Noto Sans","Liberation 
Sans",sans-serif}#gnu-banner strong{font-family:"Noto Sans","Liberation 
Sans",sans-serif}
\ No newline at end of file

Index: style.rtl.css
===================================================================
RCS file: /webcvs/www/www/style.rtl.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- style.rtl.css       12 May 2020 10:41:17 -0000      1.25
+++ style.rtl.css       31 May 2020 04:30:26 -0000      1.26
@@ -15,25 +15,9 @@
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.  */
 
-/*~~~~~~~~~~~~~~~~~~~~*/
-#toplinks {
-   float: right;
-}
-#toplinks a {
-   margin-left: 1em;
-}
-div#searcher {
-   text-align: left;
-}
-.inner > #translations span {
-   margin-left: .5em;
-}
-/*~~~~~~~~~~~~~~~~~~~~*/
-
 html, body, .nocenter {
    text-align: right;
 }
-
 #gnu-banner img {
    margin: 0 0 0 .15em;
 }
@@ -44,9 +28,24 @@
    direction: ltr;
    text-align: left;
 }
-
 #more-links, #less-links, .backtotop { float: left; }
 
+.nav { margin-right: 0; margin-left: 1.5em }
+}
+@media (max-width: 34em) {
+   .nav ~ .trans-disclaimer {
+      float: left;
+      text-align: left;
+   }
+}
+a#side-menu-button {
+   margin: 0 -.1em .3em 1em;
+}
+#content #navlinks ul {
+   margin: 0 1.5em 0 0;
+   border-left: none;
+   border-right: 1px solid #999;
+}
 .translators-notes {
    clear: right;
 }
@@ -54,10 +53,6 @@
    float: right;
 }
 
-h2#main-heading {
-   padding: .2em .3em .2em 0;
-   border: none; border-right: .7em solid #eee;
-}
 .big-section {
    clear: right;
    float: right;
@@ -78,47 +73,7 @@
 .imgleft  { float: right; margin: .3em 0 1em 2em; }
 .announcement { border: none; border-right: .4em solid #5c5; }
 .important    { border: none; border-right: .4em solid #fc7; }
-
-
-/* From navlinks.css */
-
-/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
-/* Until the navlinks are translated... */
-#navlinks {
-   direction: ltr;
-   text-align: left;
-}
-/*
-#navlinks ul {
-   margin: 0 1.5em 0 0;
-   border: none;
-   border-right: 1px solid #999;
-}
-a#sect-menu-button {
-   float: left;
-   margin: .3em 1em 0 0;
-}
-
-@media (min-width: 55em) {
-   #main, #main ~ .translators-notes {
-      padding: 0 14.1rem 2rem 2rem;
-   }
-   #navlinks {
-      right: 0;
-      border-right: none;
-      border-left: .1em solid #ccc;
-   }
-   #navlinks h3 { margin: 1em .7em 0 0; }
-   #navlinks dt a {
-      padding: left;
-      padding-right: 1.1em;
-   }
-}
-@media (min-width: 60em) {
-   #main, #main ~ .translators-notes { padding-right: 16.1rem; }
-}
-*/
-/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
+.right-align { text-align: left; margin: 2em 10% 2em 0; }
 
 @media (min-width: 0) { 
    #languages { float: left; }
@@ -150,4 +105,10 @@
       float:left;
       margin: .3em 2em 1em 0;
    }
+   #navlinks dt a {
+      padding-left: 0; padding-right: 1.1rem;
+   }
+   #navlinks dl dt.nolink {
+      padding-left: 0; padding-right: 1.2rem;
+   }
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]