




/*
     FILE ARCHIVED ON 23:32:11 Aug 19, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:33:51 Apr 25, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Emacs-Time-stamp: "2010-02-07 17:07:28"
Emacs-File-stamp:"/home/ysverdlov/leninist.biz/book.css"
*/

/* top right bottom left */

/* Began with three from default.css (#sidebar, #main and #footer) with one
   edit (margin-left: 20pt;).  */

@import "/web/20110819233211/http://leninist.biz/default.css";
@import "/web/20110819233211/http://leninist.biz/card.css";

#body-n-notes {
  font-size: normal;  /* SEE ALSO book[ls]*.css */
}

/* fix! how to share padding/margin but change color? */

h2.ALPHA_LVL2, h2.NUMERIC_LVL2 {
 background: cornsilk;
 /* 3 borders for LVL2 */
 border-top: thin solid black;
 border-left: thin solid black;
 border-right: thin solid black;
 margin-top:       1em;
 margin-bottom:  0.5em;
 margin-left:      0em;
 margin-right:   0.2em;
 padding-top:    0.5em;
 padding-bottom: 0.2em;
 padding-left:     1em;
}
h3.ALPHA_LVL3, h3.NUMERIC_LVL3 {
 background: cornsilk;
 /* 2 borders for LVL3 */
 border-top: thin solid black;
 border-left: thin solid black;
 margin-top:       1em;
 margin-bottom:  0.5em;
 margin-left:      0em;
 margin-right:   0.2em;
 padding-top:    0.5em;
 padding-bottom: 0.2em;
 padding-left:     1em;
}
h4.ALPHA_LVL4, h4.NUMERIC_LVL4 {
 background: cornsilk;
 /* 1 borders for LVL4 */
 border-top: thin solid black;
 margin-top:       1em;
 margin-bottom:  0.5em;
 margin-left:      0em;
 margin-right:   0.2em;
 padding-top:    0.5em;
 padding-bottom: 0.2em;
 padding-left:     1em;
}

a.footbar-nav-alpha {
  font-size: normal;
}

/* 2007.03.04 - reversed :visited ... BUT ONLY IN BODY. */
/* 2007.03.04 - cornsilk background for UNvisited links in BODY. */
/* 2007.03.04 - cornsilk background for   visited links in FOOTNOTES. */
a.footnote-body:visited {
  background-color: white;
  border-top: none;
  border-bottom: thin solid black;
  border-left: none;
  border-right: thin solid black;
  font-size: smaller;
}
a.footnote-body {
 background-color: cornsilk;
 border-top: thin solid black;
 border-bottom: thin solid black;
 border-left: none;
 border-right: thin solid black;
 padding-right: 0.1em;
 padding-left: 0.3em;
 text-decoration: none;
}

a.footnote-notes {
  background-color: white;
  font-size: smaller;
}
a.footnote-notes:visited {
  background-color: cornsilk;
}

div.three_asteriks {
  margin-top: 4pt;
  text-align: center; 
  color: DarkRed;
}
div.one_asteriks {
  margin-top: 4pt;
  text-align: center; 
  color: DarkRed;
}

/* 9.8.4 Absolute positioning */
/* file:///home/wget/www.w3.org/TR/REC-CSS2/visuren.html#q29 */
span.pageno {
 position: absolute;
 top: auto;
 right: 0;

 /* margin-top: -10pt;  without this, seems to skip down one line */
 /* left: 0em; */
 color:     red;
 font-size: smaller;
}

span.raw_endnote_marker {
  /*  background-color: pink;  2010.02.07 DaWa */
  font-size:        smaller;
}

a.scroll2next {

 float: right;
 margin-right: -30pt;

 font-size: smaller;
 text-decoration: none;
}

a.scroll2next:visited {
  background-color: white;
}

table.nav-prev-next {
 width: 100%;
 text-align: center;
 background: cornsilk;

 /* Really does a job on arrows! */
 /*  margin-left: -18pt; */
 /* margin-right: -18pt; */

 border-right:      thin solid red;  /* MAIN -  */
 border-top:        thin solid red;  /* MAIN -  */
 border-bottom:     none;  /* MAIN -  */
 border-left:       thin solid red;  /* MAIN -  */

 padding-bottom: 1pt;
 margin-bottom: 1pt;
 padding-top: 6pt;

}
table.nav-titl-auth-year {
 width: 100%;
 text-align: center;
}

td.prev {
 text-align: left;
 width: 50%; 
}

td.next {
 text-align: right;
 width: 50%;
}

/* 2006.08.28 */
/* file:///home/wget/www.w3.org/TR/REC-CSS2/fonts.html#font-size-props */
td.toc_page_number {
  font-size: larger;
  vertical-align: bottom;
}

div.numeric_lvl1 {
}
div.alpha_lvl1 {
  font-size: larger;
}

div.numeric_lvl2 {
}
div.alpha_lvl2 {
  font-size: larger;
}

div.numeric_lvl3 {
}
div.alpha_lvl3 {
}

/* "~/leninist.biz/en/1976/GPSPW3PP/20060825/399.tx" */
div.numeric_lvl4 {
}
div.alpha_lvl4 {
}

/* Local variables: */
/* mode:c */
/* End: */
