Migliorie grafiche al sito. Aggiunti contenuti.
This commit is contained in:
parent
0dead98294
commit
6788b5ea00
17 changed files with 314 additions and 224 deletions
22
themes/pelican-blue/static/css/social.css
Normal file
22
themes/pelican-blue/static/css/social.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* vim:sts=2:sw=2 */
|
||||
.social
|
||||
{
|
||||
align-self: auto;
|
||||
display: inline-block;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.social a
|
||||
{
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
border-radius: 3px;
|
||||
padding: 0.1em 0.2em;
|
||||
}
|
||||
|
||||
.social a:hover
|
||||
{
|
||||
background-color: #73d08a;
|
||||
text-decoration: none;
|
||||
color: #3a7c78;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue