saison-graphique
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

1479.css
text/css

Download raw (3.0 KB)

/* VARIABLES */
/* FONTS */
@font-face {
  font-family: Ax28;
  src: url("/document/fonts/Ax28script.otf");
}
@font-face {
  font-family: herscheyTimes;
  src: url("/document/fonts/hersheytimes.otf");
}
@font-face {
  font-family: herscheyScript;
  src: url("/document/fonts/herscheyscript.otf");
}
@font-face {
  font-family: Ume;
  src: url("/document/fonts/UmePlumePGothic-220.otf");
}
@font-face {
  font-family: UmeMincho;
  src: url("/document/fonts/UmePlumePMincho-220.otf");
}
/* REDEFINE TAGS */
body {
  font-family: UmeMincho;
  font-size: 11pt;
  line-height: 13pt;
}
@media screen {
  body {
    -webkit-transform-origin: top center;
  }
}
@media print {
  body {
    -webkit-transform-origin: top left;
  }
}
h2 {
  font-family: Ax28;
  font-size: 22pt;
  line-height: 39pt;
  margin-top: 13pt;
}
p + p {
  margin-top: 13pt;
}
a {
  border-bottom: 1px solid blue;
  word-break: break-word;
  font-size: 8pt;
}
a:before {
  content: "<";
  border-bottom: none;
}
a:after {
  content: ">";
  border-bottom: none;
}
sup {
  font-family: Ax28;
  color: blue;
  font-size: 0.75em;
  vertical-align: 0.25em;
  line-height: 0;
  margin-right: -2px;
}
/* FLOWS */
.column--small {
  -webkit-flow-from: marginalia;
  flow-from: marginalia;
}
#bioNicolas,
#footnotes {
  -webkit-flow-into: marginalia;
  flow-into: marginalia;
}
/* SPECIFIC STYLES */
.feuille {
  float: left;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  padding: 39pt;
}
.column {
  float: left;
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
}
.column + .column {
  margin-left: 13pt;
}
.column--small {
  width: 10%;
}
#feuille2 {
  height: 70% !important;
}
.encadre {
  width: 50%;
  height: 30%;
  float: left;
}
.h2p-paper {
  position: relative;
  z-index: -1000;
  background-image: url("/document/img/vagues4.png");
  background-repeat: repeat;
  background-size: 5%;
}
#texteNicolas h1 {
  font-family: herscheyTimes;
  font-size: 33pt;
  line-height: 39pt;
  word-spacing: 5cm;
  width: 20%;
  text-align: center;
  display: inline-block;
}
#footnotes {
  font-family: Ume;
  font-size: 10pt;
}
#bioNicolas {
  font-family: Ume;
  font-size: 9pt;
  line-height: 1.2em;
  margin-top: 13pt;
}
#members {
  width: 50%;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-flow: row wrap;
}
#members div {
  margin: 13pt;
}
#members h1 {
  font-family: HerscheyTimes;
  font-size: 33pt;
  line-height: 39pt;
  margin-top: 13pt;
  -webkit-flex-grow: 1;
  -webkit-flex-basis: 100%;
  text-align: center;
}
#members h2 {
  font-size: 11pt;
}
#members li {
  max-width: 10em;
  border-bottom: 1px solid blue;
  display: inline-flex;
}
#members li:nth-child(odd) {
  text-align: left;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}
#members li:nth-child(even) {
  text-align: right;
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}
/* DEBUG */
.debug .column {
  outline: 1px solid springgreen;
}