77 lines
1.2 KiB
CSS
77 lines
1.2 KiB
CSS
body {
|
|
background: black;
|
|
color: #cccccc;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
h1 {
|
|
font-size: 1.2em;
|
|
}
|
|
a {
|
|
color: #ccc;
|
|
}
|
|
img {
|
|
border: 0;
|
|
margin: 4px 0;
|
|
}
|
|
div#sub_album_list,div#sub_album_list_big {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
div#sub_album_list div.album {
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 0.6em;
|
|
margin: 10px 20px;
|
|
}
|
|
div#sub_album_list div.album img {
|
|
width: 40px;
|
|
}
|
|
div#sub_album_list_big div.album {
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 0.8em;
|
|
margin: 10px 40px;
|
|
}
|
|
div#thumbnails {
|
|
float: right;
|
|
padding: 6px;
|
|
border: 1px solid #666666;
|
|
height: 400px;
|
|
width: 120px;
|
|
overflow: auto;
|
|
}
|
|
div#thumbnails img {
|
|
margin: 4 auto;
|
|
}
|
|
div#current_picture {
|
|
float: left;
|
|
margin: 0 20px;
|
|
padding: 6px;
|
|
border: 1px solid #666666;
|
|
}
|
|
p.photo_count {
|
|
position: absolute;
|
|
bottom: 0;
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
p.small {
|
|
margin: 4px;
|
|
font-size: 0.8em;
|
|
}
|
|
div#errors {
|
|
width: 100%;
|
|
border-width: 4px 0;
|
|
border-style: solid;
|
|
border-color: black;
|
|
background: red;
|
|
color: white;
|
|
}
|
|
div#messages {
|
|
width: 100%;
|
|
border-width: 4px 0;
|
|
border-style: solid;
|
|
border-color: black;
|
|
background: yellow;
|
|
color: black;
|
|
} |