Minor improvements for the colorbox theme.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user