mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
35 lines
893 B
CSS
35 lines
893 B
CSS
footer#foot {
|
|
/*padding-bottom: 1.5em;*/
|
|
padding-bottom: 0.5em;
|
|
/*color: #666;*/
|
|
font-style: italic;
|
|
clear: both; }
|
|
footer#foot a {
|
|
color: #3B8DBD; }
|
|
footer#foot > ul,
|
|
footer#foot > ul > li {
|
|
display: inline; }
|
|
footer#foot > ul > li:after {
|
|
display: inline-block;
|
|
margin-left: -3px; }
|
|
footer#foot > ul > li:not(:last-of-type):after {
|
|
content: ","; }
|
|
footer#foot > ul > li:last-of-type:after {
|
|
content: "."; }
|
|
footer#foot > p {
|
|
font-size: 0.8em; }
|
|
footer#foot > p:before,
|
|
footer#foot > ul:after {
|
|
content: "\A0";
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 24px;
|
|
background-image: url(/static/images/bg.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: 50% -877px;
|
|
/*background-position: 50% -1002px;*/ }
|
|
footer#foot > p:before {
|
|
margin-bottom: 24px; }
|
|
footer#foot > ul:after {
|
|
margin-top: 24px; }
|
|
|