Xxe/publidoc.css
author Patrick PIERRE <patrick.pierre@prismallia.fr>
mar., 20 déc. 2011 23:20:41 +0100
changeset 60 14211f9b064a
parent 59 49750b96058f
child 61 0a73f3369312
permissions -rw-r--r--
Gestion des blocs principaux
/* $Id$ */

publidoc {
  font-family: sans-serif;
}

*::comment { display: none; }

/* Top level =============================================================== */



/* Head level ============================================================== */

head  {
  display: block; 
  margin: .5em 0;
  background-color: #ffffe0;
  border: thin solid #dcdcdc;
  padding: .5em;
  border-radius: 0.5em;
  width: 100%;
}

head > *:before {
 display: marker;
 content: element-label();
 color: gray;
}
head > title:before { display: none; }
head > subtitle:before { content: "Sous-titre :"; }
head > language:before { content: insert-before-button() " Langue :"; }
head > date:before { content: insert-before-button() " Date :"; }
head > place:before { content: insert-before-button() " Lieu :"; }
head > source:before { content: insert-before-button() " Source :"; }
head > keywordset:before { content: insert-before-button() " Mots clés :"; }

head > * {
 display: block;
 margin: 0 0 .5em 6em;
}
head > title {
  font-size: 150%;
  font-weight: bold;
  color: #004080;
  margin: 0 0 .4em 0;
}

head > *:after {
  color:  gray;
  content: " " insert-after-button();
}
head > title:after { content: ""; }

/* Division level ========================================================== */

/* Component level ========================================================= */

/* Section level =========================================================== */

/* section { */
/*   display: block; */
/* } */

/* Block level ============================================================= */

/* p { */
/*   display: block; */
/* } */

/* Inline level ============================================================ */

sup { vertical-align: super; font-size: 75%; }
sub { vertical-align: sub;   font-size: 75%; }