Add ljdc (les joies du code) generator

This commit is contained in:
Gregory Soutade
2014-03-27 18:29:06 +01:00
parent 577acbd9f5
commit d8a24e210f
7 changed files with 502 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.ljdc
{
display:block;
margin:30px;
}
.ljdc a, .ljdc title
{
font-family: 'Source Code Pro',Courier;
font-size: 1.3em;
font-weight:300;
line-height: 1.3em;
text-align: center;
margin: 5px;
}
.ljdc img
{
display:block;
margin: 10px;
max-width: 400px;
max-height: 400px;
margin-left: auto;
margin-right: auto;
}
.ljdc a:link, .ljdc a:visited, .ljdc a:hover
{
color: rgba(0, 0, 0, 0.8);
text-decoration:none;
}