Skip to content

Instantly share code, notes, and snippets.

@aphoenix
Created September 9, 2013 16:44
Show Gist options
  • Save aphoenix/6498281 to your computer and use it in GitHub Desktop.
Save aphoenix/6498281 to your computer and use it in GitHub Desktop.
.linkinfo styles
.linkinfo {
background-color: #0B0721;
text-align: center;
font-size: 11px;
padding: 5px 0 2px;
border: 3px double #2C180D;
border-radius: 3px;
border-radius: 5px;
color:white;
width:280px;
}
.linkinfo .upvotes, .linkinfo .downvotes, .linkinfo .score {
float: left;
padding: 5px 10px 5px 0;
margin: 0px 10px 0px 0;
text-align: center;
}
.linkinfo .downvotes .number, .linkinfo .upvotes .number, .linkinfo .score .number {
font-size: 20px !important;
display: block;
font-weight: bold !important;
font-family: "Palatino Linotype", serif;
}
.linkinfo .score, .linkinfo .upvotes {
border-right: 1px solid #0D3B3F;
}
.linkinfo .score {
font-size: 11px;
color: #FFB100;
display: block;
min-width: 59px;
margin-left: 25px !important;
}
.linkinfo .score .word {
display: none;
}
.linkinfo .downvotes .word, .linkinfo .upvotes .word {
font-size: 11px;
color: #FFB100;
}
.linkinfo .shortlink {
clear: both !important;
font-size: 10px;
margin-top: 0px;
color: #B39265;
}
.linkinfo .shortlink input {
background: transparent;
border: 0px;
padding-left: 8px;
font-size: 12px;
color: #008467;
width: 60%;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment