2010-01-25 23:51:25 +01:00
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
2010-04-13 06:49:28 +02:00
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2010-04-13 06:49:28 +02:00
|
|
|
font-size: 11px;
|
2010-01-25 23:51:25 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr, td {
|
2010-03-04 01:00:46 +01:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout > table {
|
|
|
|
border-collapse: separate;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
div.grid-layout.layout-full > table {
|
2010-03-12 23:42:05 +01:00
|
|
|
width: 100%;
|
2010-04-13 06:49:28 +02:00
|
|
|
max-width: 100% !important;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout > table > tbody > tr > th, div.grid-layout > table > tbody > tr > td {
|
|
|
|
padding: 0px;
|
2010-03-12 23:42:05 +01:00
|
|
|
text-align: left;
|
2010-04-19 01:05:56 +02:00
|
|
|
vertical-align: baseline;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-05-21 02:48:36 +02:00
|
|
|
div.grid-layout.grid-layout-for-text > table > tbody > tr > th, div.grid-layout.grid-layout-for-text > table > tbody > tr > td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-normal {
|
|
|
|
margin: -10px;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-normal > table {
|
|
|
|
border-spacing: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.grid-layout.layout-tight {
|
|
|
|
margin: -7px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tight > table {
|
|
|
|
border-spacing: 7px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-tighter {
|
|
|
|
margin: -5px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tighter > table {
|
|
|
|
border-spacing: 5px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-tightest {
|
|
|
|
margin: -3px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tightest > table {
|
|
|
|
border-spacing: 3px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-loose {
|
|
|
|
margin: -15px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-loose > table {
|
|
|
|
border-spacing: 15px;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-looser {
|
|
|
|
margin: -20px;
|
|
|
|
}
|
|
|
|
div.grid-layout.layout-looser > table {
|
|
|
|
border-spacing: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"], input[type="radio"] {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2010-03-23 19:53:29 +01:00
|
|
|
input.inline {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.input-container {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
div.input-container > input, div.input-container > textarea {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px inset;
|
|
|
|
margin-left: -3px;
|
|
|
|
margin-top: -3px;
|
|
|
|
vertical-align: top;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
2010-05-26 07:42:31 +02:00
|
|
|
input.code, textarea.code {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2010-04-19 01:05:56 +02:00
|
|
|
a.action,
|
|
|
|
a.quiet-link {
|
2010-01-26 06:17:14 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #448;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
a.action {
|
|
|
|
margin: 0 3px;
|
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
a.action:hover,
|
|
|
|
a.quiet-link:hover {
|
2010-01-26 06:17:14 +01:00
|
|
|
color: #88f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.inaction {
|
|
|
|
margin: 0 3px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2010-01-26 08:57:11 +01:00
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
a img {
|
2010-01-26 20:54:14 +01:00
|
|
|
border: none;
|
2010-01-26 08:57:11 +01:00
|
|
|
}
|
2010-02-01 09:31:50 +01:00
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
2010-02-10 02:15:25 +01:00
|
|
|
}
|
|
|
|
|
2010-03-06 11:17:58 +01:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
2010-03-08 08:21:46 +01:00
|
|
|
}
|
|
|
|
|
2010-03-12 23:42:05 +01:00
|
|
|
.fbs-pane, .fbs-flyout-pane {
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
2010-03-16 19:11:08 +01:00
|
|
|
.ui-widget {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2010-03-12 23:42:05 +01:00
|
|
|
|
|
|
|
#header {
|
2010-05-01 00:59:06 +02:00
|
|
|
background: url(../images/header-background.png) repeat-x 0 0;
|
|
|
|
border-bottom: 1px solid #ffb800;
|
2010-03-16 18:38:38 +01:00
|
|
|
height: 32px;
|
|
|
|
padding-bottom: 1px;
|
2010-03-12 23:42:05 +01:00
|
|
|
position: relative;
|
2010-03-23 22:12:13 +01:00
|
|
|
overflow: hidden;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
|
|
|
#logo {
|
2010-03-16 19:11:08 +01:00
|
|
|
float: left;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-16 19:11:08 +01:00
|
|
|
#path {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -0.5em;
|
|
|
|
line-height: 1em;
|
2010-05-01 00:59:06 +02:00
|
|
|
left: 70px;
|
2010-03-23 22:12:13 +01:00
|
|
|
height: 31px;
|
2010-03-16 19:11:08 +01:00
|
|
|
}
|
|
|
|
#path .app-path-section {
|
2010-03-23 22:12:13 +01:00
|
|
|
background: url(../images/path-delimiter.png) no-repeat center right;
|
2010-05-01 00:59:06 +02:00
|
|
|
padding: 18px 20px 20px 20px;
|
2010-03-16 19:11:08 +01:00
|
|
|
}
|
2010-04-24 08:29:30 +02:00
|
|
|
#path a {
|
2010-03-23 22:12:13 +01:00
|
|
|
font-weight: bold;
|
2010-03-16 19:11:08 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #333;
|
|
|
|
}
|
2010-04-24 08:29:30 +02:00
|
|
|
#path a:hover {
|
2010-03-16 19:11:08 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2010-04-24 08:29:30 +02:00
|
|
|
#path a.permalink {
|
|
|
|
padding: 18px 20px 20px 10px;
|
2010-05-05 01:15:42 +02:00
|
|
|
color: #ff6a00;
|
2010-04-24 08:29:30 +02:00
|
|
|
}
|
|
|
|
|
2010-03-12 23:42:05 +01:00
|
|
|
#footer {
|
2010-04-24 08:29:30 +02:00
|
|
|
font-size: 85%;
|
2010-03-23 22:24:44 +01:00
|
|
|
padding: 1em 0;
|
2010-03-16 02:46:32 +01:00
|
|
|
color: #666;
|
2010-03-12 23:42:05 +01:00
|
|
|
text-align: center;
|
2010-03-16 02:46:32 +01:00
|
|
|
border-top: 1px solid #ccc;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
|
|
|
#footer a {
|
|
|
|
color: #448;
|
|
|
|
}
|
|
|
|
|
|
|
|
#body {
|
|
|
|
}
|
|
|
|
|