1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 04:32:20 +00:00

Minor changes

This commit is contained in:
J. Fernando Sánchez
2014-04-09 11:33:38 +02:00
parent 3ddba31b88
commit fd179b8f00
7 changed files with 84 additions and 96 deletions

View File

@@ -386,43 +386,6 @@ a:hover {
float: left;
}
.pagination {
position: relative;
height: 1em;
width: 50%;
padding: 10px;
text-align: center;
background-color: #FFF;
z-index: 0;
}
.pag-top{
margin: -9px auto;
margin-bottom 0;
border-radius: 0 0 15px 15px;
border: dashed 1px #AAA;
border-top-width: 0;
}
.pag-bottom {
bottom: -10px;
margin: 0 auto;
border-radius: 15px 15px 0 0;
border: dashed 1px #AAA;
border-bottom-width: 0;
}
.previouspage {
float: left;
}
.nextpage {
float: right;
}
.clear { clear: both; }
#about li {
line-height:2em;
vertical-align: middle
@@ -432,12 +395,6 @@ a:hover {
width: 33.333%;
}
#about i {
/*background-color: #ffd700;*/
/*padding: 5px;*/
/*border-radius: 10px;*/
}
@-webkit-keyframes toright {
from {
padding-left: 0px;

View File

@@ -396,31 +396,21 @@ a:hover {
}
.pag-top{
margin: -9px auto;
margin-bottom 0;
border-radius: 0 0 15px 15px;
border: dashed 1px #AAA;
border-top-width: 0;
/*margin: -9px auto;*/
/*margin-bottom 0;*/
/*border-radius: 0 0 15px 15px;*/
/*border: dashed 1px #AAA;*/
/*border-top-width: 0;*/
}
.pag-bottom {
bottom: -10px;
margin: 0 auto;
border-radius: 15px 15px 0 0;
border: dashed 1px #AAA;
border-bottom-width: 0;
/*margin: 0 auto;*/
/*border-radius: 15px 15px 0 0;*/
/*border: dashed 1px #AAA;*/
/*border-bottom-width: 0;*/
}
.previouspage {
float: left;
}
.nextpage {
float: right;
}
.clear { clear: both; }
about ul {
position: relative;
width: 900px;

View File

@@ -80,3 +80,45 @@ code {
padding: 0.5em;
padding-left: 300px;
}
.pagination {
position: relative;
height: 1em;
min-width: 60%;
padding: 10px;
text-align: center;
background-color: #FFF;
z-index: 0;
}
.pag-top{
margin: -9px auto;
margin-bottom 0;
border-radius: 0 0 15px 15px;
border: dashed 1px #AAA;
border-top-width: 0;
}
.pag-bottom {
bottom: -10px;
margin: 0 auto;
border-radius: 15px 15px 0 0;
border: dashed 1px #AAA;
border-bottom-width: 0;
}
.previouspage {
float: left;
}
.nextpage {
float: right;
}
.clear { clear: both; }
.post img {
display: block;
margin-left: auto;
margin-right: auto
}