vgquotes/Src/VideoGameQuotes.Web/media/css/global.css

179 lines
2.7 KiB
CSS
Raw Normal View History

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;
}
fieldset {
border: 1px solid #999999;
padding: 5px;
}
legend {
font-weight: bold;
margin-left: 20px;
padding: 5px;
}
2011-02-11 05:21:31 +00:00
ul.menu {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li {
float: left;
}
.validation-summary-errors {
color: #000000;
border: 1px solid #000000;
background-color: #F7DBDB;
padding: 5px;
}
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;
}
.input-validation-error {
background-color: #FFCCCC;
}
.contact-form textarea {
width: 100%;
}
.contact-form input[type="text"] {
width: 300px;
}
.contact-form {
width: 600px;
2011-02-11 05:21:31 +00:00
}
#header {
background-color: #669966;
}
#main-menu li {
margin-right: 2px;
}
#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;
border-bottom: 2px solid transparent;
2011-02-11 05:21:31 +00:00
}
#main a:hover {
border-bottom: 2px solid #000000;
}
#create-game-form, #create-system-form, #create-publisher-form, #create-category-form {
display: none;
}
#create-quote-form input[type="text"] {
width: 300px;
}
#create-quote-form textarea {
width: 500px;
height: 100px;
}
#create-quote-form td {
padding: 5px;
}
#new-category-name {
width: 100px !important;
}
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;
}