New skin
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
html {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #1e1e1e;
|
||||
background-color: #2e2e2e;
|
||||
}
|
||||
|
||||
image {
|
||||
border: none;
|
||||
}
|
||||
|
||||
body, select {
|
||||
padding: 0;
|
||||
body {
|
||||
padding: 0 75px 0 75px;
|
||||
margin: 0;
|
||||
background-color: #1e1e1e;
|
||||
font: normal 10pt "Lucida Grande","Lucida Sans Unicode",sans-serif;
|
||||
font: normal 0.7em "Lucida Grande","Lucida Sans Unicode", sans-serif;
|
||||
color: #a0a0a0;
|
||||
}
|
||||
|
||||
@@ -22,32 +21,6 @@ div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#everything {
|
||||
background: url(images/body-bg.png) top repeat-x;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#page-wrapper {
|
||||
margin: 0 auto;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
#header {
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
height: 144px;
|
||||
background: url(images/singularity_logo.gif) left top no-repeat;
|
||||
border-bottom: solid 2px black;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
background: url(images/container-bg.gif) top repeat-x;
|
||||
border-bottom: solid 2px black;
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
|
||||
input {
|
||||
color: #a0a0a0;
|
||||
background-color: #2C3737;
|
||||
@@ -62,52 +35,29 @@ input:hover {
|
||||
|
||||
a, a:link, a:hover, a:visited, a:active {
|
||||
text-decoration: none;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.bottom-links {
|
||||
text-align: center;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
td, th {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
padding: 3px 20px 3px 3px;
|
||||
padding: 6px;
|
||||
vertical-align: top;
|
||||
display: table-cell;
|
||||
border: none;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: solid 1px #404040;
|
||||
background: url(images/container-bg.gif) top repeat-x;
|
||||
}
|
||||
|
||||
.hand {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.rowhighlight:hover {
|
||||
background-color: #2C3737;
|
||||
}
|
||||
|
||||
.menuitem {
|
||||
float: right;
|
||||
padding: 3px 15px 3px 15px;
|
||||
margin-top: 15px;
|
||||
margin-left: 2px;
|
||||
background-color: #2C3737;
|
||||
border-bottom: 1px solid #101010;
|
||||
/* border: 1px solid red; */
|
||||
}
|
||||
|
||||
.menuitem:hover {
|
||||
background-color: #445A5E;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
font-size: 9pt;
|
||||
font-size: 1.2em;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.jtable tr .ui-state-hover {
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user