2011-02-11 05:21:31 +00:00
|
|
|
|
body {
|
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-family: Calibri, Corbel, Helvetica, Arial;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 5em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
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-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-24 20:28:35 +00:00
|
|
|
|
.error-message {
|
|
|
|
|
padding-left: 18px;
|
|
|
|
|
background: transparent url(/media/images/error.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.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;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-24 20:28:35 +00:00
|
|
|
|
|
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-23 01:30:53 +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-24 20:28:35 +00:00
|
|
|
|
.create-new-link, .edit-link, .loading-link, .delete-link, .submit-link, .cancel-link {
|
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-23 01:30:53 +00:00
|
|
|
|
.create-new-link {
|
|
|
|
|
background: transparent url(/media/images/add.png) left center no-repeat;
|
|
|
|
|
}
|
2011-02-23 09:19:32 +00:00
|
|
|
|
.edit-link {
|
|
|
|
|
background: transparent url(/media/images/pencil.png) left center no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.loading-link {
|
|
|
|
|
background: transparent url(/media/images/loading.gif) left center no-repeat;
|
|
|
|
|
}
|
2011-02-23 21:53:51 +00:00
|
|
|
|
.delete-link {
|
|
|
|
|
background: transparent url(/media/images/delete.png) left center no-repeat;
|
|
|
|
|
}
|
2011-02-24 20:28:35 +00:00
|
|
|
|
.submit-link {
|
|
|
|
|
background: transparent url(/media/images/accept.png) left center no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.cancel-link {
|
|
|
|
|
background: transparent url(/media/images/cancel.png) left center no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.checkbox-table {
|
|
|
|
|
}
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-dialog {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-17 07:52:56 +00:00
|
|
|
|
#search-submit {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-11 05:21:31 +00:00
|
|
|
|
#header {
|
|
|
|
|
background-color: #669966;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
#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-11 05:21:31 +00:00
|
|
|
|
#footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 75%;
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
#footer a {
|
|
|
|
|
color: #999999;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#footer a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|