add negg faerie branding
This commit is contained in:
parent
83b7d2beb9
commit
adc5a7fb49
3 changed files with 48 additions and 1 deletions
|
@ -10,5 +10,26 @@ input[type=text] {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
img {
|
||||||
|
height: 80px;
|
||||||
|
margin-bottom: -.5em;
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover span {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@import "items/index";
|
@import "items/index";
|
||||||
@import "items/show";
|
@import "items/show";
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
= stylesheet_link_tag "compiled/screen"
|
= stylesheet_link_tag "compiled/screen"
|
||||||
%body{:class => params[:action]}
|
%body{:class => params[:action]}
|
||||||
#container
|
#container
|
||||||
%h1= link_to 'Infinite Closet', items_path
|
%h1
|
||||||
|
= link_to items_path do
|
||||||
|
= image_tag 'http://images.neopets.com/items/mall_floatingneggfaerie.gif'
|
||||||
|
%span Infinite Closet
|
||||||
= flashes
|
= flashes
|
||||||
= form_tag items_path, :method => :get do
|
= form_tag items_path, :method => :get do
|
||||||
= text_field_tag :q, @query
|
= text_field_tag :q, @query
|
||||||
|
|
|
@ -9,6 +9,29 @@ input[type=text] {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* line 13, ../../../app/stylesheets/screen.scss */
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
/* line 15, ../../../app/stylesheets/screen.scss */
|
||||||
|
h1 img {
|
||||||
|
height: 80px;
|
||||||
|
margin-bottom: -0.5em;
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
/* line 21, ../../../app/stylesheets/screen.scss */
|
||||||
|
h1 a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 24, ../../../app/stylesheets/screen.scss */
|
||||||
|
h1 a span {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
/* line 28, ../../../app/stylesheets/screen.scss */
|
||||||
|
h1 a:hover span {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* line 1, ../../../app/stylesheets/items/_index.scss */
|
/* line 1, ../../../app/stylesheets/items/_index.scss */
|
||||||
form {
|
form {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
Loading…
Reference in a new issue