ecfb893e98
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1038 7d457c2a-affb-35e4-300a-418c747d4874
199 lines
3.4 KiB
CSS
199 lines
3.4 KiB
CSS
html {
|
|
font-size: 62.5%;
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-size: 11px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
table {
|
|
font-size: inherit;
|
|
}
|
|
|
|
tr, td {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
div.grid-layout > table {
|
|
border-collapse: separate;
|
|
}
|
|
div.grid-layout.layout-full > table {
|
|
width: 100%;
|
|
max-width: 100% !important;
|
|
}
|
|
div.grid-layout > table > tbody > tr > th, div.grid-layout > table > tbody > tr > td {
|
|
padding: 0px;
|
|
text-align: left;
|
|
vertical-align: baseline;
|
|
}
|
|
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;
|
|
}
|
|
div.grid-layout.grid-layout-for-ui > table > tbody > tr > th, div.grid-layout.grid-layout-for-ui > table > tbody > tr > td {
|
|
vertical-align: top;
|
|
}
|
|
div.grid-layout.layout-normal {
|
|
margin: -10px;
|
|
}
|
|
div.grid-layout.layout-normal > table {
|
|
border-spacing: 10px;
|
|
}
|
|
|
|
div.grid-layout.layout-tight {
|
|
margin: -7px;
|
|
}
|
|
div.grid-layout.layout-tight > table {
|
|
border-spacing: 7px;
|
|
}
|
|
|
|
div.grid-layout.layout-tighter {
|
|
margin: -5px;
|
|
}
|
|
div.grid-layout.layout-tighter > table {
|
|
border-spacing: 5px;
|
|
}
|
|
|
|
div.grid-layout.layout-tightest {
|
|
margin: -3px;
|
|
}
|
|
div.grid-layout.layout-tightest > table {
|
|
border-spacing: 3px;
|
|
}
|
|
|
|
div.grid-layout.layout-loose {
|
|
margin: -15px;
|
|
}
|
|
div.grid-layout.layout-loose > table {
|
|
border-spacing: 15px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
input.inline {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
input.code, textarea.code {
|
|
font-family: monospace;
|
|
}
|
|
|
|
a.action,
|
|
a.quiet-link {
|
|
text-decoration: none;
|
|
color: #448;
|
|
}
|
|
a.action {
|
|
margin: 0 3px;
|
|
}
|
|
a.action:hover,
|
|
a.quiet-link:hover {
|
|
color: #88f;
|
|
}
|
|
|
|
a.inaction {
|
|
margin: 0 3px;
|
|
text-decoration: none;
|
|
color: #ccc;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.fbs-pane, .fbs-flyout-pane {
|
|
z-index: 2000;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#header {
|
|
background: url(../images/header-background.png) repeat-x 0 0;
|
|
border-bottom: 1px solid #ffb800;
|
|
height: 32px;
|
|
padding-bottom: 1px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
#logo {
|
|
float: left;
|
|
}
|
|
#path {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -0.5em;
|
|
line-height: 1em;
|
|
left: 70px;
|
|
height: 31px;
|
|
}
|
|
#path .app-path-section {
|
|
background: url(../images/path-delimiter.png) no-repeat center right;
|
|
padding: 18px 20px 20px 20px;
|
|
}
|
|
#path a {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
#path a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#path a.permalink {
|
|
padding: 18px 20px 20px 10px;
|
|
color: #ff6a00;
|
|
}
|
|
|
|
#footer {
|
|
font-size: 85%;
|
|
padding: 1em 0;
|
|
color: #666;
|
|
text-align: center;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
#footer a {
|
|
color: #448;
|
|
}
|
|
|
|
#body {
|
|
}
|
|
|