mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Some minor changes.
This commit is contained in:
parent
04d184a4db
commit
87d3d56351
21 changed files with 37 additions and 79 deletions
|
|
@ -1,5 +1,6 @@
|
|||
footer#foot {
|
||||
padding-bottom: 1.5em;
|
||||
/*padding-bottom: 1.5em;*/
|
||||
padding-bottom: 0.5em;
|
||||
/*color: #666;*/
|
||||
font-style: italic;
|
||||
clear: both; }
|
||||
|
|
@ -15,12 +16,20 @@ 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";
|
||||
margin-top: 24px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% -1002px; }
|
||||
background-position: 50% -877px;
|
||||
/*background-position: 50% -1002px;*/ }
|
||||
footer#foot > p:before {
|
||||
margin-bottom: 24px; }
|
||||
footer#foot > ul:after {
|
||||
margin-top: 24px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -5,18 +5,18 @@ nav#menu a.green {
|
|||
nav#menu a.red {
|
||||
color: #D24D33; }
|
||||
nav#menu > ol {
|
||||
padding-bottom: 20px; }
|
||||
padding-bottom: 20px;
|
||||
text-align: right; }
|
||||
nav#menu > ol > li {
|
||||
display: inline-block; }
|
||||
nav#menu > ol > li:not(:last-of-type) {
|
||||
margin-left: 1em;
|
||||
float: right; }
|
||||
display: inline-block;
|
||||
margin: 0 0.25em; }
|
||||
nav#menu > ol > li:nth-of-type(-n+4) {
|
||||
float: left; }
|
||||
nav#menu > ol > li > a {
|
||||
color: #3B8DBD; }
|
||||
nav#menu > ol > li:last-of-type {
|
||||
margin-top: 5px; }
|
||||
nav#menu > ol > li:last-of-type > a {
|
||||
font-weight: bold; }
|
||||
nav#menu > ol > li:not(:last-of-type) > a {
|
||||
font-size: 28px;
|
||||
font-family: "typicons"; }
|
||||
color: #3B8DBD;
|
||||
font-family: "typicons"; }
|
||||
nav#menu > ol > li:nth-of-type(5) > a {
|
||||
color: #82B964; }
|
||||
nav#menu > ol > li:nth-of-type(n+6) > a {
|
||||
color: #D24D33; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue