Hiding onyx2 directory

This commit is contained in:
Némunaire 2012-01-15 15:50:31 +01:00
commit c1aeb11c6d
149 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,99 @@
.front
{
border: solid 1px black;
display: table-cell;
height: 11.5cm;
text-align: center;
vertical-align: middle;
width: 11.5cm;
}
.front .title, .front .cd
{
font-size: 60px;
font-family: sans-serif;
font-weight: bolder;
text-transform: uppercase;
}
.sp
{
margin: 1cm 0;
}
.back
{
border: solid 1px black;
display: table;
height: 11.1cm;
width: 14.4cm;
}
.back .title
{
font-variant: small-caps
}
.back .center .title
{
font-size: 14px;
font-weight: bolder;
}
.back .left, .back .right
{
display: block;
height: 11.1cm;
text-align: left;
vertical-align: top;
width: 0.7cm;
}
.back .left
{
border-right: dashed 1px gray;
float: left;
}
.back .right
{
border-left: dashed 1px gray;
float: right;
}
.back .left .title, .back .right .title
{
font-size: 13pt;
font-weight: bolder;
margin-top: 5.5cm;
margin-left: -5.15cm;
position: absolute;
}
.back .left .title
{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
text-align: center;
width: 11.1cm;
}
.back .right .title
{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
text-align: center;
width: 11cm;
}
.back .center
{
text-align: center;
}
.back ol
{
text-align: left;
}
.back .author
{
float: right;
width: 50%;
}