Add ljdc (les joies du code) generator
This commit is contained in:
32
dynastie/sites/blog.soutade.fr/css/ljdc.css
Normal file
32
dynastie/sites/blog.soutade.fr/css/ljdc.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user