2011-02-28 07:27:38 +00:00
|
|
|
|
/* reset */
|
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
|
|
|
small, strike, strong, sub, sup, tt, var,
|
|
|
|
|
b, u, i, center,
|
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
outline: 0;
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
ol, ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
blockquote, q {
|
|
|
|
|
quotes: none;
|
|
|
|
|
}
|
|
|
|
|
blockquote:before, blockquote:after,
|
|
|
|
|
q:before, q:after {
|
|
|
|
|
content: '';
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
:focus {
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
ins {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
del {
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 0;
|
|
|
|
|
content: " ";
|
|
|
|
|
clear: both;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
|
|
|
|
* html .clearfix { zoom: 1; } /* IE6 */
|
|
|
|
|
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
|
|
|
|
|
|
|
|
|
|
.mir { letter-spacing : -1000em; }
|
|
|
|
|
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* defaults */
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
body {
|
2011-02-27 01:14:56 +00:00
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
ul, ol {
|
|
|
|
|
list-style-position: outside;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
ul {
|
|
|
|
|
list-style-type: disc;
|
|
|
|
|
}
|
|
|
|
|
ol {
|
|
|
|
|
list-style-type: decimal;
|
|
|
|
|
}
|
|
|
|
|
dt {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
dd {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
/***************** end reset ***************/
|
|
|
|
|
|
2011-02-27 01:14:56 +00:00
|
|
|
|
body {
|
2011-02-11 05:21:31 +00:00
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-family: Calibri, Corbel, Helvetica, Arial;
|
|
|
|
|
font-size: 1em;
|
2011-02-27 01:14:56 +00:00
|
|
|
|
height: 100%;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 5em;
|
|
|
|
|
text-align: center;
|
2011-02-28 07:27:38 +00:00
|
|
|
|
margin: 0 auto 10px auto;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
padding: 5px;
|
2011-02-28 07:27:38 +00:00
|
|
|
|
width: 600px;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 3em;
|
|
|
|
|
border-bottom: 1px dotted #999999;
|
|
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
color: #999999;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
}
|
2011-02-12 23:53:43 +00:00
|
|
|
|
fieldset {
|
2011-02-24 20:28:35 +00:00
|
|
|
|
border: 1px solid #CCCCCC;
|
2011-02-12 23:53:43 +00:00
|
|
|
|
padding: 5px;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
margin: 5px;
|
2011-02-12 23:53:43 +00:00
|
|
|
|
}
|
|
|
|
|
legend {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2011-02-24 22:45:29 +00:00
|
|
|
|
small {
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
}
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
2011-02-14 07:39:45 +00:00
|
|
|
|
ul.menu {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
2011-02-28 00:38:47 +00:00
|
|
|
|
a.external {
|
|
|
|
|
background-image: url(/media/images/external.png);
|
|
|
|
|
background-position: right center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding-right: 14px;
|
|
|
|
|
}
|
2011-02-14 07:39:45 +00:00
|
|
|
|
|
2011-02-24 20:28:35 +00:00
|
|
|
|
.input-validation-error {
|
|
|
|
|
background-color: #FFCCCC;
|
|
|
|
|
}
|
|
|
|
|
.validation-summary-errors, .error-summary {
|
2011-02-14 07:39:45 +00:00
|
|
|
|
color: #000000;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
background-color: #F7DBDB;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2011-02-24 20:28:35 +00:00
|
|
|
|
.error-summary {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.field-validation-error {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
color: #990000;
|
|
|
|
|
}
|
2011-02-14 07:39:45 +00:00
|
|
|
|
|
2011-02-11 05:21:31 +00:00
|
|
|
|
.inset {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
.searchbox {
|
|
|
|
|
float: right !important;
|
|
|
|
|
}
|
|
|
|
|
.searchbox input[type="text"] {
|
|
|
|
|
height: 15px;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
width: 200px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-container {
|
|
|
|
|
width: 800px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.centered-list {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.centered-list > * {
|
|
|
|
|
float: left;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 50%;
|
|
|
|
|
}
|
|
|
|
|
.centered-list > * > * {
|
|
|
|
|
float: left;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: 50%;
|
|
|
|
|
}
|
|
|
|
|
.centered-list ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog {
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
background-color: #FFFFCC;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
padding: 5px;
|
2011-02-27 04:20:59 +00:00
|
|
|
|
position: fixed;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-02-12 23:53:43 +00:00
|
|
|
|
.contact-form textarea {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.contact-form input[type="text"] {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
.contact-form {
|
|
|
|
|
width: 600px;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-02-24 20:28:35 +00:00
|
|
|
|
|
2011-02-22 04:05:23 +00:00
|
|
|
|
.paging-menu p {
|
|
|
|
|
text-align: right;
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
}
|
|
|
|
|
.paging-menu li {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
float: right !important;
|
|
|
|
|
}
|
|
|
|
|
.paging-menu a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #000000 !important;
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
.paging-menu a:hover {
|
|
|
|
|
color: #46C46E !important;
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-23 01:30:53 +00:00
|
|
|
|
.label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#edit-quote-form input[type="text"] {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
#edit-quote-form td {
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
#edit-quote-form textarea {
|
|
|
|
|
width: 500px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
#logo a, .add-icon, .edit-icon, .loading-icon, .delete-icon, .submit-icon, .cancel-icon, #search-submit, .quote-permalink, .quote-flag-icon, .error-icon {
|
|
|
|
|
background-image: url(/media/images/sprite.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.add-icon, .edit-icon, .loading-icon, .delete-icon, .submit-icon, .cancel-icon, #search-submit, .quote-permalink, .quote-flag-icon, .error-icon {
|
2011-02-23 09:19:32 +00:00
|
|
|
|
padding-left: 16px;
|
2011-02-23 21:53:51 +00:00
|
|
|
|
margin-left: 2px;
|
2011-02-23 09:19:32 +00:00
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.error-icon {
|
|
|
|
|
background-position: -128px -125px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
.add-icon {
|
|
|
|
|
background-position: -64px -125px;
|
2011-02-23 01:30:53 +00:00
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.edit-icon {
|
|
|
|
|
background-position: 0 -125px;
|
2011-02-23 09:19:32 +00:00
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.loading-icon {
|
2011-02-23 09:19:32 +00:00
|
|
|
|
background: transparent url(/media/images/loading.gif) left center no-repeat;
|
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.delete-icon {
|
|
|
|
|
background-position: -112px -125px;
|
2011-02-23 21:53:51 +00:00
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.submit-icon {
|
|
|
|
|
background-position: -96px -125px;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
.cancel-icon {
|
|
|
|
|
background-position: -80px -125px;
|
|
|
|
|
}
|
|
|
|
|
.quote-permalink {
|
|
|
|
|
background-position: -32px -125px;
|
|
|
|
|
}
|
|
|
|
|
.quote-flag-icon {
|
|
|
|
|
background-position: -48px -125px;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
}
|
2011-02-24 21:00:22 +00:00
|
|
|
|
.button-link {
|
|
|
|
|
background-color: #FFFFFF;
|
2011-02-28 07:27:38 +00:00
|
|
|
|
padding: 2px 2px 2px 0;
|
2011-02-27 04:20:59 +00:00
|
|
|
|
border: 1px solid #999999 !important;
|
2011-02-24 21:00:22 +00:00
|
|
|
|
color: #000000 !important;
|
2011-02-27 04:20:59 +00:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
2011-02-24 20:28:35 +00:00
|
|
|
|
}
|
2011-02-23 01:30:53 +00:00
|
|
|
|
|
2011-02-16 02:48:11 +00:00
|
|
|
|
#browse-default-menu li {
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
#browse-default-container {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2011-02-16 10:11:55 +00:00
|
|
|
|
#browse-default-content table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
#browse-default-content td {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2011-02-16 02:48:11 +00:00
|
|
|
|
|
2011-02-17 20:55:47 +00:00
|
|
|
|
#logo a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
2011-02-27 01:14:56 +00:00
|
|
|
|
height: 125px;
|
|
|
|
|
display: block;
|
2011-02-28 07:27:38 +00:00
|
|
|
|
background-position: 0 0;
|
2011-02-17 20:55:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-dialog {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-28 07:27:38 +00:00
|
|
|
|
|
2011-02-17 07:52:56 +00:00
|
|
|
|
|
2011-02-27 01:14:56 +00:00
|
|
|
|
#wrapper {
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header, #footer {
|
|
|
|
|
background-color: #889988;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-menu li {
|
|
|
|
|
margin-right: 2px;
|
2011-02-22 04:05:23 +00:00
|
|
|
|
float: left;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
#main-menu li a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 3px 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
#main-menu li a:hover {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
|
}
|
2011-02-28 07:27:38 +00:00
|
|
|
|
#search-submit {
|
|
|
|
|
background-position: -16px -125px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
|
|
|
|
#main {
|
2011-02-28 00:38:47 +00:00
|
|
|
|
padding: 20px 20px 120px 20px;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
#main a {
|
|
|
|
|
color: #669966;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
2011-02-14 11:01:31 +00:00
|
|
|
|
border-bottom: 2px solid transparent;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
#main a:hover {
|
|
|
|
|
border-bottom: 2px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-14 02:50:33 +00:00
|
|
|
|
#create-game-form, #create-system-form, #create-publisher-form, #create-category-form {
|
2011-02-12 23:53:43 +00:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
2011-02-13 09:55:01 +00:00
|
|
|
|
#create-quote-form input[type="text"] {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
#create-quote-form textarea {
|
|
|
|
|
width: 500px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
}
|
|
|
|
|
#create-quote-form td {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2011-02-14 02:50:33 +00:00
|
|
|
|
#new-category-name {
|
|
|
|
|
width: 100px !important;
|
|
|
|
|
}
|
2011-02-12 23:53:43 +00:00
|
|
|
|
|
2011-02-27 04:20:59 +00:00
|
|
|
|
#modal-background {
|
|
|
|
|
z-index: 999;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
opacity: .5;
|
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-11 05:21:31 +00:00
|
|
|
|
#footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 75%;
|
2011-02-27 01:14:56 +00:00
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 100px;
|
|
|
|
|
width: 100%;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|
|
|
|
|
#footer a {
|
2011-02-27 01:14:56 +00:00
|
|
|
|
color: inherit;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2011-02-28 00:38:47 +00:00
|
|
|
|
#footer p {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
2011-02-11 05:21:31 +00:00
|
|
|
|
#footer a:hover {
|
|
|
|
|
text-decoration: underline;
|
2011-02-28 07:27:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* quote stuff */
|
|
|
|
|
/* box shadow stuff from http://nicolasgallagher.com/css-drop-shadows-without-images/demo/ */
|
|
|
|
|
|
|
|
|
|
.quote-container {
|
|
|
|
|
width: 600px;
|
|
|
|
|
margin: 0 auto 50px auto;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
.vote-container {
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.quote-data {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.vote-for, .vote-against {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.vote-for:hover, .vote-against:hover {
|
|
|
|
|
color: #46C46E;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote-text {
|
|
|
|
|
float: left;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
display: block;
|
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.quote-categories a.game-link {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.quote-categories a.game-link img {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
.quote-links {
|
|
|
|
|
float: right;
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flag-dialog {
|
|
|
|
|
width: 400px;
|
|
|
|
|
border: 2px ridge #000000;
|
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
|
}
|
|
|
|
|
.flag-dialog textarea {
|
|
|
|
|
width: 394px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
}
|
|
|
|
|
.flag-dialog .submit-container {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
text-align: center;
|
2011-02-11 05:21:31 +00:00
|
|
|
|
}
|