dbot/public/imgurr.css

90 lines
1.3 KiB
CSS
Raw Normal View History

#container {
text-align:center;
}
#container,#image {
margin:0;
max-height:100%;
padding:0;
}
#details {
display:none;
font-weight:700;
left:25px;
min-width:280px;
padding:20px;
text-align:center;
top:25px;
}
2013-04-17 22:02:36 +02:00
#history a {
left:25px;
text-align:center;
width:168px;
font-family:monospace
2013-04-17 22:02:36 +02:00
margin-bottom:15px;
}
2013-04-17 22:02:36 +02:00
#history a,#loading {
font-family:monospace;
font-size:10px;
padding:10px;
2013-04-17 22:02:36 +02:00
display:block;
}
2013-04-17 22:02:36 +02:00
#loading {
font-weight:500;
left:220px;
min-width:95px;
2013-04-17 22:02:36 +02:00
top:95px;
}
2013-04-17 22:02:36 +02:00
#loading,#details,#history a {
background:rgba(43,43,43,0.8);
border-radius:5px;
color:#85bf25;
2013-04-17 22:02:36 +02:00
}
#history,#loading,#details {
position:absolute;
}
html,body {
background-color:#121211;
height:100%;
margin:0;
padding:0;
2013-04-15 03:50:50 +02:00
}
2013-04-17 22:02:36 +02:00
#history {
top:95px;
left:25px;
2013-04-17 22:04:02 +02:00
max-height:210px;
2013-04-17 22:02:36 +02:00
overflow:hidden;
}
#history a {
margin-bottom:10px;
2013-04-17 22:04:02 +02:00
opacity:0.1; /* won't display anyway due to #history max height */
2013-04-17 22:02:36 +02:00
}
#details {
font-family:sans-serif;
}
#history a:hover, #history a:nth-of-type(1) {
opacity:1 !important;
}
#history a:nth-of-type(2) {
opacity:0.8;
}
#history a:nth-of-type(3) {
opacity:0.6;
}
#history a:nth-of-type(4) {
opacity:0.4;
}
#history a:nth-of-type(5) {
opacity:0.2;
}