/* $Id: print.css,v 1.1 2003/04/09 01:24:32 hoss Exp hoss $ */

@import "komuna.css";

/* uzi simplajn, nigrablankajn kolorojn */
* {
  background: transparent !important;
  color: black !important;
  border: none; !important;
}

/* fragment identifiers */ 
a[href^="#"] { text-decoration: none; }

#slogano { font-size: 140%; font-style: italic; margin: 0 0 .5em 0}

/* offsite links */
#enhavo a[href^="http"]:not([href*="nask"]) { 
  text-decoration: none;
  background-image: none;
  padding-right: 0;
}

/*
#enhavo a[href^="http"]:not([href*="nask"]):not([class="ne-prese-etendi"]):after {
  content: " [" attr(href) "] ";
  color: #444;
  font-family: sans-serif;
  font-size: 65%;
}
*/
#enhavo a:after { content: attr(numero); font-size:smaller; vertical-align:top }
#piednotoj { 
  border-top: 1px solid black;
  padding-top: 1em;
  margin: 1em 0;
  display: block; 
  font-size: 100%;
  text-align: left; 
  clear: both;
}

/* abbreviations/acronyms */

/* don't underline */
abbr, acronym { font-variant: normal; border: none; }

abbr[title]:after, acronym[title]:after {
  content: " (" attr(title) ")";
  font-style: italic;
}

#stilelektilo { display: none }

.ne-presi,
#navigilo,
#paneroj,
#agordiloj {
  display: none;
}
body,
#enhavo,
#enhavo-cxefa,
#enhavo-kroma,
#enhavo-piedo {
   margin: 0;
   padding: 0;
   border: none;
}

body { font-size: 10pt; margin: .5in .75in; }
#kapo {
  border-color: black;
  background: black;
  color: white;
  margin-bottom: 1em;
}
#enhavo { margin-top: 1em; }
#piedo {
  border-color: white;
  font-size: 75%;
  text-align: center;
}

.neniu-stilo,
.no-style { display: none }

.nur-presi {
  display: block;
}
h1.nur-presi {
  font-size: 200%; margin: 0;
}


