forked from OpenNeo/impress
link back to impress
This commit is contained in:
parent
4df129970f
commit
6014e87cfd
3 changed files with 49 additions and 0 deletions
|
@ -95,6 +95,30 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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 */
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Delicious;
|
font-family: Delicious;
|
||||||
|
|
|
@ -11,4 +11,6 @@
|
||||||
= text_field_tag :q, @query
|
= text_field_tag :q, @query
|
||||||
= submit_tag 'Search', :name => nil
|
= submit_tag 'Search', :name => nil
|
||||||
= yield
|
= yield
|
||||||
|
%a#impress-link{:href => "http://#{RemoteImpressHost}"}
|
||||||
|
%span Dress to Impress
|
||||||
= yield(:javascripts)
|
= yield(:javascripts)
|
||||||
|
|
|
@ -561,6 +561,29 @@ a:hover img, a:focus img {
|
||||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* line 98, ../../../app/stylesheets/screen.scss */
|
||||||
|
#impress-link {
|
||||||
|
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 */
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Delicious;
|
font-family: Delicious;
|
||||||
|
|
Loading…
Reference in a new issue