Minor improvements for the colorbox theme.

This commit is contained in:
Simon
2012-12-14 00:35:25 +01:00
parent 95db8fe56e
commit 993602a46b
2 changed files with 21 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,27 +12,34 @@ h1, h2, h3, h4, h5, h6 {
font-family: "PT Sans", sans-serif;
}
ul { list-style: disc outside; }
ul {
list-style: disc outside;
padding-left: 20px;
}
header h1 {
margin-top: 40px;
margin-bottom: 0;
a { text-decoration: none; }
}
.thumbnail {
text-align: center;
}
.thumbnail img {
max-width: 100%;
height: auto;
margin: 0 5px 5px 0;
border: 10px solid #fff;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #B1B1B1;
padding: 0 0 2px;
}
.thumbnail img:hover {
box-shadow: 0 0 5px #818181;
img {
max-width: 100%;
height: auto;
margin: 0 5px 5px 0;
border: 10px solid #fff;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #B1B1B1;
padding: 0 0 2px;
&:hover {
box-shadow: 0 0 5px #818181;
}
}
}
.album_thumb {}