impress/public/stylesheets/compiled/screen.css

159 lines
3.8 KiB
CSS
Raw Normal View History

2010-06-30 11:51:49 -07:00
/* line 4, ../../../app/stylesheets/screen.scss */
2010-05-15 16:34:13 -07:00
body {
text-align: center;
2010-05-20 19:40:04 -07:00
}
2010-06-30 11:51:49 -07:00
/* line 8, ../../../app/stylesheets/screen.scss */
input[type=text] {
2010-06-08 14:59:24 -07:00
font-size: 125%;
2010-06-30 11:51:49 -07:00
width: 15em;
2010-05-20 19:40:04 -07:00
}
2010-06-30 21:35:54 -07:00
/* 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;
}
2010-06-08 07:39:23 -07:00
/* line 1, ../../../app/stylesheets/items/_index.scss */
form {
margin-bottom: 2em;
}
/* line 14, ../../../app/stylesheets/items/_index.scss */
#search-help {
float: left;
width: 49%;
padding-right: 1%;
}
/* line 9, ../../../app/stylesheets/items/_index.scss */
#search-help h2 {
font-size: 125%;
}
/* line 18, ../../../app/stylesheets/items/_index.scss */
#search-help dl {
text-align: left;
}
/* line 22, ../../../app/stylesheets/items/_index.scss */
#search-help dd {
margin-bottom: 1em;
}
/* line 27, ../../../app/stylesheets/items/_index.scss */
#species-search-links {
float: left;
width: 49%;
padding-left: 1%;
}
/* line 9, ../../../app/stylesheets/items/_index.scss */
#species-search-links h2 {
font-size: 125%;
}
/* line 32, ../../../app/stylesheets/items/_index.scss */
#species-search-links img {
height: 80px;
width: 80px;
}
2010-05-15 17:49:13 -07:00
/* line 2, ../../../app/stylesheets/items/_show.scss */
2010-05-15 17:46:41 -07:00
body.show header {
2010-06-30 11:51:49 -07:00
border-bottom: 1px solid #006600;
2010-05-15 17:46:41 -07:00
display: block;
2010-05-15 17:49:13 -07:00
margin-bottom: 1em;
padding: 1em 0;
2010-05-15 17:46:41 -07:00
}
2010-05-15 17:49:13 -07:00
/* line 9, ../../../app/stylesheets/items/_show.scss */
2010-05-15 17:46:41 -07:00
body.show #item-thumbnail {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
2010-06-30 11:51:49 -07:00
border: 1px solid #006600;
2010-05-15 17:46:41 -07:00
height: 80px;
2010-05-15 17:49:13 -07:00
margin-right: .5em;
2010-05-15 17:46:41 -07:00
width: 80px;
}
2010-05-15 17:49:13 -07:00
/* line 17, ../../../app/stylesheets/items/_show.scss */
2010-05-15 17:46:41 -07:00
body.show #item-name {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
2010-05-15 17:49:13 -07:00
margin-top: 1em;
2010-05-15 17:46:41 -07:00
}
/* line 23, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview div {
float: left;
}
/* line 28, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species {
width: 400px;
}
/* line 31, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species a, body.show #item-preview-species img {
height: 50px;
width: 50px;
}
/* line 36, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species a {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
}
/* line 39, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species a.current {
2010-06-30 11:51:49 -07:00
background: #eeffee;
outline: 1px solid #006600;
}
/* line 44, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species a.deactivated {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-o-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2010-06-30 11:51:49 -07:00
background: #fbe3e4;
}
/* line 49, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-species a.deactivated.current {
2010-06-30 11:51:49 -07:00
outline-color: #fbc2c4;
}
/* line 56, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-error {
display: none;
padding: 20px 10px 0;
width: 380px;
}
/* line 62, ../../../app/stylesheets/items/_show.scss */
body.show #item-preview-swf {
2010-05-20 19:05:13 -07:00
height: 300px;
overflow: hidden;
width: 300px;
}