move closet to redesign
This commit is contained in:
parent
d2248aea29
commit
cc3a648e48
7 changed files with 43 additions and 747 deletions
16
app/stylesheets/_clean_constants.scss
Normal file
16
app/stylesheets/_clean_constants.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
$text-color: #040;
|
||||
$link-color: $text-color + #222;
|
||||
$module-bg-color: #efe;
|
||||
$module-border-color: #060;
|
||||
$input-border-color: #cec;
|
||||
$marked-button-color: #0b61a4;
|
||||
|
||||
$notice-color: #264409;
|
||||
$notice-bg-color: #e6efc2;
|
||||
$notice-border-color: #c6d880;
|
||||
$error-color: #8a1f11;
|
||||
$error-bg-color: #fbe3e4;
|
||||
$error-border-color: #fbc2c4;
|
||||
|
||||
$header-font: Delicious, Helvetica, Arial, Verdana, sans-serif;
|
||||
$body-font: "Droid Serif", Georgia, "Times New Roman", Times, serif;
|
|
@ -1,6 +1,6 @@
|
|||
body.show {
|
||||
header {
|
||||
border-bottom: 1px solid $module_border_color;
|
||||
border-bottom: 1px solid $module-border-color;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em 0;
|
||||
|
@ -8,7 +8,7 @@ body.show {
|
|||
|
||||
#item-thumbnail {
|
||||
@include inline-block;
|
||||
border: 1px solid $module_border_color;
|
||||
border: 1px solid $module-border-color;
|
||||
height: 80px;
|
||||
margin-right: .5em;
|
||||
width: 80px;
|
||||
|
@ -37,8 +37,8 @@ body.show {
|
|||
@include inline-block;
|
||||
|
||||
&.current {
|
||||
background: $module_background_color;
|
||||
outline: 1px solid $module_border_color;
|
||||
background: $module-bg-color;
|
||||
outline: 1px solid $module-border-color;
|
||||
}
|
||||
|
||||
&.deactivated {
|
||||
|
|
|
@ -1,144 +1,13 @@
|
|||
@import "blueprint/reset";
|
||||
// The blue color scheme
|
||||
@import "partials/blue";
|
||||
@import "blueprint";
|
||||
@import "compass";
|
||||
|
||||
@mixin module {
|
||||
background: $module_background_color;
|
||||
border: 1px solid $module_border_color;
|
||||
}
|
||||
@import "clean_constants";
|
||||
|
||||
body {
|
||||
@include blueprint-typography(true);
|
||||
@include blueprint-utilities;
|
||||
@include blueprint-debug;
|
||||
@include blueprint-interaction;
|
||||
|
||||
background: $background_color;
|
||||
font: {
|
||||
family: Delicious, Helvetica, Arial, sans-serif;
|
||||
size: 100%;
|
||||
}
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
padding: 1em 2em 1em;
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
form {
|
||||
@include blueprint-form;
|
||||
|
||||
input[type=text] {
|
||||
@include module;
|
||||
color: inherit;
|
||||
&:hover {
|
||||
border-color: $input_hover_border_color;
|
||||
}
|
||||
&:focus {
|
||||
border-color: $input_focus_border_color;
|
||||
}
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
background: $loud_button_background_color;
|
||||
border: 1px solid $loud_button_border_color;
|
||||
color: $loud_button_color;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
&:focus {
|
||||
border-color: $loud_button_focus_border_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alert {
|
||||
@include error;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
@include inline-block;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
width: 100px;
|
||||
img {
|
||||
display: block;
|
||||
height: 80px;
|
||||
margin: 0 auto;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
img {
|
||||
@include opacity(.9);
|
||||
}
|
||||
&:hover, &:focus {
|
||||
img {
|
||||
@include opacity(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#impress-link {
|
||||
font: {
|
||||
size: 125%;
|
||||
weight: bold;
|
||||
}
|
||||
left: .5em;
|
||||
padding: .5em;
|
||||
text-decoration: none;
|
||||
top: .5em;
|
||||
position: absolute;
|
||||
|
||||
&:before {
|
||||
content: "<< ";
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $module_background_color;
|
||||
}
|
||||
|
||||
span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||
@font-face {
|
||||
font-family: Delicious;
|
||||
src: url('http://impress.openneo.net/assets/fonts/Delicious-Roman.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font: {
|
||||
family: Delicious;
|
||||
weight: bold;
|
||||
}
|
||||
src: url('http://impress.openneo.net/assets/fonts/Delicious-Bold.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font: {
|
||||
family: Delicious;
|
||||
style: italic;
|
||||
}
|
||||
src: url('http://impress.openneo.net/assets/fonts/Delicious-Italic.otf');
|
||||
input[type=text] {
|
||||
font-size: 125%;
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
@import "items/index";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
= link_to item_path(item, :q => @query), :class => 'item' do
|
||||
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
||||
= item.name
|
||||
.object
|
||||
= link_to item_path(item, :q => @query) do
|
||||
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
||||
= item.name
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
%dd returns any item a Shoyru can wear
|
||||
%dt only:shoyru
|
||||
%dd returns any item only a Shoyru can wear
|
||||
%dt type:hat
|
||||
%dd returns any item that fills a "hat" zone
|
||||
|
||||
#species-search-links
|
||||
%h2 Can't decide? Search by species
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
%html
|
||||
%head
|
||||
%title Infinite Closet
|
||||
= stylesheet_link_tag 'compiled/screen'
|
||||
= stylesheet_link_tag "http://#{RemoteImpressHost}/assets/css/clean/layout.css"
|
||||
= stylesheet_link_tag "compiled/screen"
|
||||
%body{:class => params[:action]}
|
||||
#container
|
||||
%h1= link_to 'Infinite Closet', items_path
|
||||
|
@ -11,6 +12,6 @@
|
|||
= text_field_tag :q, @query
|
||||
= submit_tag 'Search', :name => nil
|
||||
= yield
|
||||
%a#impress-link{:href => "http://#{RemoteImpressHost}"}
|
||||
%a#home-link{:href => "http://#{RemoteImpressHost}"}
|
||||
%span Dress to Impress
|
||||
= yield(:javascripts)
|
||||
|
|
|
@ -1,605 +1,12 @@
|
|||
/* line 4, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* line 6, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
html {
|
||||
font-size: 100.01%;
|
||||
}
|
||||
|
||||
/* line 16, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
|
||||
pre, a, abbr, acronym, address, code, del, dfn, em, img,
|
||||
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* line 18, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
blockquote, q {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
quotes: "" "";
|
||||
}
|
||||
/* line 45, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
blockquote:before, blockquote:after, q:before, q:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* line 20, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
th, td, caption {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* line 22, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
table {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* line 24, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* line 12, ../../../app/stylesheets/screen.scss */
|
||||
/* line 4, ../../../app/stylesheets/screen.scss */
|
||||
body {
|
||||
line-height: 1.5;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
font-size: 75%;
|
||||
background: #0b61a4;
|
||||
font-family: Delicious, Helvetica, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 65, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h1, body h2, body h3, body h4, body h5, body h6 {
|
||||
font-weight: normal;
|
||||
color: inherit;
|
||||
}
|
||||
/* line 66, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h1 img, body h2 img, body h3 img, body h4 img, body h5 img, body h6 img {
|
||||
margin: 0;
|
||||
}
|
||||
/* line 67, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h1 {
|
||||
font-size: 3em;
|
||||
line-height: 1;
|
||||
margin-bottom: 0.50em;
|
||||
}
|
||||
/* line 68, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h2 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
/* line 69, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h3 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1;
|
||||
margin-bottom: 1.00em;
|
||||
}
|
||||
/* line 70, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h4 {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
/* line 71, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h5 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1.50em;
|
||||
}
|
||||
/* line 72, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body h6 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 73, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body p {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
/* line 74, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body p img.left {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin: 1.5em 1.5em 1.5em 0;
|
||||
padding: 0;
|
||||
}
|
||||
/* line 75, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body p img.right {
|
||||
display: inline;
|
||||
float: right;
|
||||
margin: 1.5em 0 1.5em 1.5em;
|
||||
padding: 0;
|
||||
}
|
||||
/* line 77, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body a {
|
||||
text-decoration: underline;
|
||||
color: inherit;
|
||||
}
|
||||
/* line 18, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
|
||||
body a:visited {
|
||||
color: inherit;
|
||||
}
|
||||
/* line 21, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
|
||||
body a:focus {
|
||||
color: inherit;
|
||||
}
|
||||
/* line 24, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
|
||||
body a:hover {
|
||||
color: inherit;
|
||||
}
|
||||
/* line 27, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
|
||||
body a:active {
|
||||
color: inherit;
|
||||
}
|
||||
/* line 78, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body blockquote {
|
||||
margin: 1.5em;
|
||||
color: #666666;
|
||||
font-style: italic;
|
||||
}
|
||||
/* line 79, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 80, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body em {
|
||||
font-style: italic;
|
||||
}
|
||||
/* line 81, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body dfn {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 82, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body sup, body sub {
|
||||
line-height: 0;
|
||||
}
|
||||
/* line 83, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body abbr, body acronym {
|
||||
border-bottom: 1px dotted #666666;
|
||||
}
|
||||
/* line 84, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body address {
|
||||
margin: 0 0 1.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
/* line 85, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body del {
|
||||
color: #666666;
|
||||
}
|
||||
/* line 86, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body pre {
|
||||
margin: 1.5em 0;
|
||||
white-space: pre;
|
||||
}
|
||||
/* line 87, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body pre, body code, body tt {
|
||||
font: 1em "andale mono", "lucida console", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
/* line 88, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body li ul, body li ol {
|
||||
margin: 0;
|
||||
}
|
||||
/* line 89, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body ul, body ol {
|
||||
margin: 0 1.5em 1.5em 0;
|
||||
padding-left: 3.333em;
|
||||
}
|
||||
/* line 90, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
/* line 91, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
/* line 92, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body dl {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
/* line 93, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body dl dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 94, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body dd {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
/* line 95, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body table {
|
||||
margin-bottom: 1.4em;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 96, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body th {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 97, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body thead th {
|
||||
background: #c3d9ff;
|
||||
}
|
||||
/* line 98, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body th, body td, body caption {
|
||||
padding: 4px 10px 4px 5px;
|
||||
}
|
||||
/* line 99, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body tr.even td {
|
||||
background: #e5ecf9;
|
||||
}
|
||||
/* line 100, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body tfoot {
|
||||
font-style: italic;
|
||||
}
|
||||
/* line 101, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body caption {
|
||||
background: #eeeeee;
|
||||
}
|
||||
/* line 102, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body .quiet {
|
||||
color: white;
|
||||
}
|
||||
/* line 103, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||||
body .loud {
|
||||
color: #dddddd;
|
||||
}
|
||||
/* line 9, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .clear {
|
||||
clear: both;
|
||||
}
|
||||
/* line 12, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* line 16, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .clearfix {
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
|
||||
body .clearfix {
|
||||
display: block;
|
||||
}
|
||||
/* line 18, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .small {
|
||||
font-size: 0.8em;
|
||||
margin-bottom: 1.875em;
|
||||
line-height: 1.875em;
|
||||
}
|
||||
/* line 22, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .large {
|
||||
font-size: 1.2em;
|
||||
line-height: 2.5em;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
/* line 26, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .first {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
/* line 29, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .last {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
/* line 32, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .top {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
/* line 35, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
|
||||
body .bottom {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_debug.scss */
|
||||
body .showgrid {
|
||||
background: url('/images/grid.png?1274311235');
|
||||
}
|
||||
/* line 4, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .error {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd;
|
||||
background: #e14f1c;
|
||||
color: inherit;
|
||||
border-color: #cd0a0a;
|
||||
}
|
||||
/* line 29, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .error a {
|
||||
color: inherit;
|
||||
}
|
||||
/* line 6, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .notice {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd;
|
||||
background: #fff6bf;
|
||||
color: #514721;
|
||||
border-color: #ffd324;
|
||||
}
|
||||
/* line 37, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .notice a {
|
||||
color: #514721;
|
||||
}
|
||||
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .success {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd;
|
||||
background: #e6efc2;
|
||||
color: #264409;
|
||||
border-color: #c6d880;
|
||||
}
|
||||
/* line 45, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .success a {
|
||||
color: #264409;
|
||||
}
|
||||
/* line 10, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .hide {
|
||||
display: none;
|
||||
}
|
||||
/* line 12, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .highlight {
|
||||
background: yellow;
|
||||
}
|
||||
/* line 14, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .added {
|
||||
background: #006600;
|
||||
color: white;
|
||||
}
|
||||
/* line 16, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
body .removed {
|
||||
background: #990000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* line 27, ../../../app/stylesheets/screen.scss */
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
padding: 1em 2em 1em;
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
/* line 18, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form label {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 19, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form fieldset {
|
||||
padding: 1.4em;
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
/* line 20, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form legend {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
/* line 25, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input.text, form input.title, form input[type=text], form input[type=password] {
|
||||
margin: 0.5em 0;
|
||||
background-color: white;
|
||||
padding: 5px;
|
||||
}
|
||||
/* line 26, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input.title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
/* line 30, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input[type=checkbox], form input.checkbox, form input[type=radio], form input.radio {
|
||||
position: relative;
|
||||
top: 0.25em;
|
||||
}
|
||||
/* line 32, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form textarea {
|
||||
margin: 0.5em 0;
|
||||
padding: 5px;
|
||||
}
|
||||
/* line 33, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form select {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
/* line 57, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form fieldset {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
/* line 60, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input.text, form input.title, form input[type=text], form input[type=password],
|
||||
form textarea, form select {
|
||||
border: 1px solid #bbbbbb;
|
||||
}
|
||||
/* line 62, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input.text:focus, form input.title:focus, form input[type=text]:focus, form input[type=password]:focus,
|
||||
form textarea:focus, form select:focus {
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
/* line 46, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form input.text, form input.title, form input[type=text], form input[type=password] {
|
||||
width: 300px;
|
||||
}
|
||||
/* line 48, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
|
||||
form textarea {
|
||||
width: 390px;
|
||||
height: 250px;
|
||||
}
|
||||
/* line 37, ../../../app/stylesheets/screen.scss */
|
||||
form input[type=text] {
|
||||
background: #66a3d2;
|
||||
border: 1px solid #033e6b;
|
||||
color: inherit;
|
||||
}
|
||||
/* line 40, ../../../app/stylesheets/screen.scss */
|
||||
form input[type=text]:hover {
|
||||
border-color: #ff9200;
|
||||
}
|
||||
/* line 43, ../../../app/stylesheets/screen.scss */
|
||||
form input[type=text]:focus {
|
||||
border-color: white;
|
||||
}
|
||||
/* line 48, ../../../app/stylesheets/screen.scss */
|
||||
form input[type=submit] {
|
||||
background: #ff9200;
|
||||
border: 1px solid #ffad40;
|
||||
color: #a65f00;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
/* line 55, ../../../app/stylesheets/screen.scss */
|
||||
form input[type=submit]:focus {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
/* line 61, ../../../app/stylesheets/screen.scss */
|
||||
.alert {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd;
|
||||
background: #e14f1c;
|
||||
color: inherit;
|
||||
border-color: #cd0a0a;
|
||||
}
|
||||
/* line 29, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
|
||||
.alert a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* line 65, ../../../app/stylesheets/screen.scss */
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* line 67, ../../../app/stylesheets/screen.scss */
|
||||
h1 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* line 72, ../../../app/stylesheets/screen.scss */
|
||||
.item {
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: vertical;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
*display: inline;
|
||||
*vertical-align: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
width: 100px;
|
||||
}
|
||||
/* line 79, ../../../app/stylesheets/screen.scss */
|
||||
.item img {
|
||||
display: block;
|
||||
height: 80px;
|
||||
margin: 0 auto;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
/* line 88, ../../../app/stylesheets/screen.scss */
|
||||
a img {
|
||||
-moz-opacity: 0.9;
|
||||
-webkit-opacity: 0.9;
|
||||
-o-opacity: 0.9;
|
||||
-khtml-opacity: 0.9;
|
||||
opacity: 0.9;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
|
||||
}
|
||||
/* line 92, ../../../app/stylesheets/screen.scss */
|
||||
a:hover img, a:focus img {
|
||||
-moz-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
-o-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
}
|
||||
|
||||
/* line 98, ../../../app/stylesheets/screen.scss */
|
||||
#impress-link {
|
||||
/* line 8, ../../../app/stylesheets/screen.scss */
|
||||
input[type=text] {
|
||||
font-size: 125%;
|
||||
font-weight: bold;
|
||||
left: .5em;
|
||||
padding: .5em;
|
||||
text-decoration: none;
|
||||
top: .5em;
|
||||
position: absolute;
|
||||
}
|
||||
/* line 109, ../../../app/stylesheets/screen.scss */
|
||||
#impress-link:before {
|
||||
content: "<< ";
|
||||
}
|
||||
/* line 113, ../../../app/stylesheets/screen.scss */
|
||||
#impress-link:hover {
|
||||
background: #66a3d2;
|
||||
}
|
||||
/* line 117, ../../../app/stylesheets/screen.scss */
|
||||
#impress-link span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||
@font-face {
|
||||
font-family: Delicious;
|
||||
src: url("http://impress.openneo.net/assets/fonts/Delicious-Roman.otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Delicious;
|
||||
font-weight: bold;
|
||||
src: url("http://impress.openneo.net/assets/fonts/Delicious-Bold.otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Delicious;
|
||||
font-style: italic;
|
||||
src: url("http://impress.openneo.net/assets/fonts/Delicious-Italic.otf");
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
/* line 1, ../../../app/stylesheets/items/_index.scss */
|
||||
|
@ -644,7 +51,7 @@ form {
|
|||
|
||||
/* line 2, ../../../app/stylesheets/items/_show.scss */
|
||||
body.show header {
|
||||
border-bottom: 1px solid #033e6b;
|
||||
border-bottom: 1px solid #006600;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em 0;
|
||||
|
@ -657,7 +64,7 @@ body.show #item-thumbnail {
|
|||
vertical-align: middle;
|
||||
*display: inline;
|
||||
*vertical-align: auto;
|
||||
border: 1px solid #033e6b;
|
||||
border: 1px solid #006600;
|
||||
height: 80px;
|
||||
margin-right: .5em;
|
||||
width: 80px;
|
||||
|
@ -696,8 +103,8 @@ body.show #item-preview-species a {
|
|||
}
|
||||
/* line 39, ../../../app/stylesheets/items/_show.scss */
|
||||
body.show #item-preview-species a.current {
|
||||
background: #66a3d2;
|
||||
outline: 1px solid #033e6b;
|
||||
background: #eeffee;
|
||||
outline: 1px solid #006600;
|
||||
}
|
||||
/* line 44, ../../../app/stylesheets/items/_show.scss */
|
||||
body.show #item-preview-species a.deactivated {
|
||||
|
@ -708,11 +115,11 @@ body.show #item-preview-species a.deactivated {
|
|||
opacity: 0.5;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
||||
background: #e14f1c;
|
||||
background: #fbe3e4;
|
||||
}
|
||||
/* line 49, ../../../app/stylesheets/items/_show.scss */
|
||||
body.show #item-preview-species a.deactivated.current {
|
||||
outline-color: #cd0a0a;
|
||||
outline-color: #fbc2c4;
|
||||
}
|
||||
/* line 56, ../../../app/stylesheets/items/_show.scss */
|
||||
body.show #item-preview-error {
|
||||
|
|
Loading…
Reference in a new issue