dbot/public/imgurr.css
Douglas Gardner 2b9dbea855 improve imgur module
* Added config.json to the party
* Moved API key (client ID) to the configuration file
* Added image link to random imgur image page
* Minimised loading message
* Added fade to loading message
* Added count to title attribute of webpage
* Removed font-size increase
* Added placeholders
2013-04-16 21:03:50 +00:00

54 lines
739 B
CSS

#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;
}
#link {
left:25px;
text-align:center;
width:168px;
}
#link,#loading {
font-family:monospace;
font-size:10px;
padding:10px;
top:95px;
}
#loading {
font-weight:500;
left:220px;
min-width:95px;
}
#loading,#details,#link {
background:rgba(43,43,43,0.8);
border-radius:5px;
color:#85bf25;
font-family:sans-serif;
position:absolute;
}
html,body {
background-color:#121211;
height:100%;
margin:0;
padding:0;
}