2011-02-21 23:59:06 +00:00
|
|
|
|
/* box shadow stuff from http://nicolasgallagher.com/css-drop-shadows-without-images/demo/ */
|
|
|
|
|
|
|
|
|
|
.quote-container {
|
|
|
|
|
width: 600px;
|
|
|
|
|
margin: 0 auto 50px auto;
|
2011-02-14 11:01:31 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote-container .quote-data .quote-score-container {
|
|
|
|
|
float: left;
|
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
.quote-score {
|
|
|
|
|
cursor: help;
|
|
|
|
|
}
|
|
|
|
|
.quote-score, .vote-container {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2011-02-21 23:59:06 +00:00
|
|
|
|
.vote-container {
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.quote-data {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2011-02-14 11:01:31 +00:00
|
|
|
|
.vote-for, .vote-against {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.vote-for:hover, .vote-against:hover {
|
2011-02-21 23:59:06 +00:00
|
|
|
|
color: #46C46E;
|
2011-02-14 11:01:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-02-21 23:59:06 +00:00
|
|
|
|
.quote-text {
|
2011-02-14 11:01:31 +00:00
|
|
|
|
float: left;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-21 23:59:06 +00:00
|
|
|
|
.quote-score-container {
|
|
|
|
|
width: 40px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
.quote-text {
|
|
|
|
|
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
|
|
|
|
|
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
|
|
|
|
|
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
padding: 1.5em 1em;
|
|
|
|
|
width: 500px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.quote-game-link {
|
|
|
|
|
}
|
|
|
|
|
.quote-categories a {
|
|
|
|
|
border: 1px solid #999999 !important;
|
|
|
|
|
background-color: #BBBBBB;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
padding: 0 8px;
|
|
|
|
|
line-height: 26px;
|
2011-02-21 23:59:06 +00:00
|
|
|
|
display: block;
|
|
|
|
|
color: #FFFFFF !important;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.quote-categories a.game-link {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.quote-categories a.game-link img {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
2011-02-21 23:59:06 +00:00
|
|
|
|
}
|
|
|
|
|
.quote-categories a:hover {
|
|
|
|
|
background-color: #999999;
|
|
|
|
|
border: 1px solid #BBBBBB !important;
|
|
|
|
|
}
|
|
|
|
|
.quote-categories li {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote-details-created {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2011-02-19 09:41:09 +00:00
|
|
|
|
.quote-links {
|
2011-02-14 11:01:31 +00:00
|
|
|
|
float: right;
|
2011-02-24 22:45:29 +00:00
|
|
|
|
text-align: right;
|
|
|
|
|
width: 100px;
|
2011-02-15 01:18:23 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.report-dialog {
|
|
|
|
|
width: 400px;
|
2011-02-24 22:45:29 +00:00
|
|
|
|
}
|
|
|
|
|
.quote-flag-link, .quote-permalink {
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.quote-flag-link {
|
|
|
|
|
background-image: url(/media/images/flag_red.png);
|
|
|
|
|
}
|
|
|
|
|
.quote-permalink {
|
|
|
|
|
background-image: url(/media/images/link.png);
|
2011-02-14 11:01:31 +00:00
|
|
|
|
}
|