2010-10-20 20:11:15 +02:00
|
|
|
/*
|
|
|
|
|
|
|
|
Copyright 2010, Google Inc.
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted provided that the following conditions are
|
|
|
|
met:
|
|
|
|
|
|
|
|
* Redistributions of source code must retain the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
* Redistributions in binary form must reproduce the above
|
|
|
|
copyright notice, this list of conditions and the following disclaimer
|
|
|
|
in the documentation and/or other materials provided with the
|
|
|
|
distribution.
|
|
|
|
* Neither the name of Google Inc. nor the names of its
|
|
|
|
contributors may be used to endorse or promote products derived from
|
|
|
|
this software without specific prior written permission.
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
@import-less url("theme.less");
|
2010-03-05 23:09:25 +01:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#container {
|
|
|
|
width: 980px;
|
|
|
|
height: 600px;
|
|
|
|
margin: 10px auto;
|
2010-10-15 09:54:14 +02:00
|
|
|
padding: 0 10px;
|
|
|
|
position: relative;
|
2010-10-14 19:39:41 +02:00
|
|
|
}
|
|
|
|
|
2010-10-15 09:54:14 +02:00
|
|
|
#logo {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
right: 0px;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
background: url(../images/logo-gem-150.png) no-repeat top right;
|
|
|
|
}
|
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#header-home img {
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content-home {
|
|
|
|
position: relative;
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#project-open, #project-create, #project-links {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-open {
|
|
|
|
left: 0;
|
|
|
|
width: 330px;
|
|
|
|
}
|
2010-02-24 00:22:02 +01:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#projects-container {
|
2010-10-22 03:43:56 +02:00
|
|
|
border-top: 1px solid @chrome_primary;
|
2010-10-14 19:39:41 +02:00
|
|
|
background: #fff;
|
|
|
|
overflow: auto;
|
2010-10-19 07:46:48 +02:00
|
|
|
height: 378px;
|
2010-10-14 19:39:41 +02:00
|
|
|
}
|
2010-10-15 09:54:14 +02:00
|
|
|
|
|
|
|
#projects-container .project .last-modified {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#projects-container .message {
|
|
|
|
padding: @padding_loose;
|
2010-10-27 07:20:48 +02:00
|
|
|
font-size: 170%;
|
|
|
|
line-height: 1.5em;
|
|
|
|
opacity: 0.2;
|
2010-10-14 19:39:41 +02:00
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#project-create {
|
|
|
|
left: 350px;
|
|
|
|
width: 430px;
|
|
|
|
}
|
2010-10-16 21:12:26 +02:00
|
|
|
|
|
|
|
.content-block-footer {
|
2010-10-19 07:46:48 +02:00
|
|
|
background: #f2f2f2;
|
|
|
|
padding: @padding_tight;
|
|
|
|
font-size: 1.1em;
|
2010-10-22 03:43:56 +02:00
|
|
|
.rounded_corners_bottom(4px);
|
2010-10-16 21:12:26 +02:00
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#project-links {
|
|
|
|
top: 110px;
|
|
|
|
left: 810px;
|
|
|
|
width: 150px;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-links li {
|
|
|
|
padding: @padding_tight 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#google-refine-version {
|
|
|
|
margin: 30px 0 0 0;
|
|
|
|
color: @metadata_grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-open, #project-create {
|
|
|
|
background: @fill_primary;
|
|
|
|
border: 1px solid @chrome_primary;
|
|
|
|
.rounded_corners;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-open h1, #project-create h1 {
|
|
|
|
padding: @padding_loose;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
.project-create-basic {
|
2010-10-19 07:46:48 +02:00
|
|
|
border-top: 1px solid @chrome_primary;
|
2010-10-14 19:39:41 +02:00
|
|
|
padding: @padding_loose;
|
|
|
|
background: #fff;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
.project-create-basic p {
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding: 0 0 @padding_normal 0;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
.project-create-advanced {
|
|
|
|
position: relative;
|
|
|
|
padding: @padding_loose 200px 48px @padding_loose;
|
|
|
|
background: @fill_secondary;
|
|
|
|
color: @metadata_grey;
|
2010-10-22 03:43:56 +02:00
|
|
|
.rounded_corners_bottom(4px);
|
2010-10-14 19:39:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#project-create-parsetext {
|
|
|
|
position: absolute;
|
|
|
|
width: 200px;
|
|
|
|
top: 25px;
|
|
|
|
left: 210px;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
.project-create-option {
|
|
|
|
padding: @padding_normal;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
.project-create-suboption {
|
|
|
|
padding: @padding_tight 0;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
2010-03-23 05:36:01 +01:00
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
#project-toggle {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
right: 10px;
|
2010-10-18 06:18:09 +02:00
|
|
|
}
|