Version 0.3: replace Prototype by JQuery and use bootstrap

This commit is contained in:
nemunaire 2013-12-30 12:26:30 +01:00
commit ad51d9da73
39 changed files with 19615 additions and 8436 deletions

View file

@ -2,10 +2,10 @@
{
border: solid 1px black;
display: table-cell;
height: 11.5cm;
height: 12cm;
text-align: center;
vertical-align: middle;
width: 11.5cm;
width: 12cm;
}
.front .title, .front .cd
@ -24,9 +24,10 @@
.back
{
border: solid 1px black;
color: black;
display: table;
height: 11.1cm;
width: 14.4cm;
height: 11.8cm;
width: 15.3cm;
}
.back .title
@ -43,10 +44,10 @@
.back .left, .back .right
{
display: block;
height: 11.1cm;
height: 11.8cm;
text-align: left;
vertical-align: top;
width: 0.7cm;
width: 0.8cm;
}
.back .left
{
@ -71,6 +72,7 @@
{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
text-align: center;
width: 11.1cm;
}
@ -78,6 +80,7 @@
{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
text-align: center;
width: 11cm;
}
@ -95,5 +98,5 @@
.back .author
{
float: right;
width: 50%;
width: 45%;
}