1
0
Fork 0
forked from OpenNeo/impress
impress/public/stylesheets/compiled/screen.css

223 lines
5.9 KiB
CSS
Raw Normal View History

2010-11-05 13:43:26 -07:00
/* line 4, ../../../app/stylesheets/screen.sass */
2010-05-15 16:34:13 -07:00
body {
text-align: center;
2010-05-20 19:40:04 -07:00
}
2010-11-05 13:43:26 -07:00
/* line 7, ../../../app/stylesheets/screen.sass */
2010-06-30 11:51:49 -07:00
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-11-05 13:43:26 -07:00
/* line 11, ../../../app/stylesheets/screen.sass */
2010-06-30 21:35:54 -07:00
h1 {
margin-bottom: 1em;
}
2010-11-05 13:43:26 -07:00
/* line 13, ../../../app/stylesheets/screen.sass */
2010-06-30 21:35:54 -07:00
h1 img {
height: 80px;
margin-bottom: -0.5em;
width: 80px;
}
2010-11-05 13:43:26 -07:00
/* line 17, ../../../app/stylesheets/screen.sass */
2010-06-30 21:35:54 -07:00
h1 a {
text-decoration: none;
}
2010-11-05 13:43:26 -07:00
/* line 19, ../../../app/stylesheets/screen.sass */
2010-06-30 21:35:54 -07:00
h1 a span {
text-decoration: underline;
}
2010-11-05 13:43:26 -07:00
/* line 21, ../../../app/stylesheets/screen.sass */
2010-06-30 21:35:54 -07:00
h1 a:hover span {
text-decoration: none;
}
2010-11-05 13:43:26 -07:00
/* line 24, ../../../app/stylesheets/screen.sass */
2010-10-18 15:10:50 -07:00
#userbar-log-in {
text-decoration: none;
}
2010-11-05 13:43:26 -07:00
/* line 26, ../../../app/stylesheets/screen.sass */
2010-10-18 15:10:50 -07:00
#userbar-log-in img {
margin-bottom: -4px;
2010-11-05 13:43:26 -07:00
margin-right: 0.25em;
2010-10-18 15:10:50 -07:00
}
2010-11-05 13:43:26 -07:00
/* line 30, ../../../app/stylesheets/screen.sass */
2010-10-18 15:10:50 -07:00
#userbar-log-in span {
text-decoration: underline;
}
2010-11-05 13:43:26 -07:00
/* line 32, ../../../app/stylesheets/screen.sass */
2010-10-18 15:10:50 -07:00
#userbar-log-in:hover span {
text-decoration: none;
}
2010-11-05 13:43:26 -07:00
/* line 8, ../../../app/stylesheets/items/_index.sass */
body.items-index form {
2010-06-08 07:39:23 -07:00
margin-bottom: 2em;
}
2010-11-05 13:43:26 -07:00
/* line 11, ../../../app/stylesheets/items/_index.sass */
body.items-index .object .nc-icon {
2010-09-08 19:49:39 -07:00
height: 16px;
position: absolute;
right: 16px;
top: 64px;
width: 16px;
}
2010-11-05 13:43:26 -07:00
/* line 17, ../../../app/stylesheets/items/_index.sass */
body.items-index .object .nc-icon:hover {
2010-09-08 19:49:39 -07:00
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
2010-11-05 13:43:26 -07:00
/* line 20, ../../../app/stylesheets/items/_index.sass */
body.items-index #search-help {
2010-06-08 07:39:23 -07:00
float: left;
width: 49%;
padding-right: 1%;
}
2010-11-05 13:43:26 -07:00
/* line 4, ../../../app/stylesheets/items/_index.sass */
body.items-index #search-help h2 {
2010-06-08 07:39:23 -07:00
font-size: 125%;
}
2010-11-05 13:43:26 -07:00
/* line 23, ../../../app/stylesheets/items/_index.sass */
body.items-index #search-help dl {
2010-06-08 07:39:23 -07:00
text-align: left;
}
2010-11-05 13:43:26 -07:00
/* line 25, ../../../app/stylesheets/items/_index.sass */
body.items-index #search-help dd {
2010-06-08 07:39:23 -07:00
margin-bottom: 1em;
}
2010-11-05 13:43:26 -07:00
/* line 28, ../../../app/stylesheets/items/_index.sass */
body.items-index #species-search-links {
2010-06-08 07:39:23 -07:00
float: left;
width: 49%;
padding-left: 1%;
}
2010-11-05 13:43:26 -07:00
/* line 4, ../../../app/stylesheets/items/_index.sass */
body.items-index #species-search-links h2 {
2010-06-08 07:39:23 -07:00
font-size: 125%;
}
2010-11-05 13:43:26 -07:00
/* line 31, ../../../app/stylesheets/items/_index.sass */
body.items-index #species-search-links img {
2010-06-08 07:39:23 -07:00
height: 80px;
width: 80px;
}
2010-11-05 13:43:26 -07:00
/* line 2, ../../../app/stylesheets/items/_show.sass */
body.items-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-11-05 13:43:26 -07:00
/* line 7, ../../../app/stylesheets/items/_show.sass */
body.items-show header div, body.items-show header img {
2010-05-15 17:46:41 -07:00
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
2010-09-08 19:49:39 -07:00
}
2010-11-05 13:43:26 -07:00
/* line 9, ../../../app/stylesheets/items/_show.sass */
body.items-show header div {
2010-09-08 19:49:39 -07:00
text-align: left;
}
2010-11-05 13:43:26 -07:00
/* line 11, ../../../app/stylesheets/items/_show.sass */
body.items-show header a {
2010-09-08 19:49:39 -07:00
font-size: 75%;
margin-left: 1em;
}
2010-11-05 13:43:26 -07:00
/* line 14, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-thumbnail {
2010-06-30 11:51:49 -07:00
border: 1px solid #006600;
2010-05-15 17:46:41 -07:00
height: 80px;
2010-11-05 13:43:26 -07:00
margin-right: 0.5em;
2010-05-15 17:46:41 -07:00
width: 80px;
}
2010-11-05 13:43:26 -07:00
/* line 19, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-name {
2010-09-08 19:49:39 -07:00
margin-bottom: 0;
2010-05-15 17:46:41 -07:00
}
2010-11-05 13:43:26 -07:00
/* line 22, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview div {
float: left;
}
2010-11-05 13:43:26 -07:00
/* line 24, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species {
width: 400px;
}
2010-11-05 13:43:26 -07:00
/* line 26, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species a, body.items-show #item-preview-species img {
height: 50px;
width: 50px;
}
2010-11-05 13:43:26 -07:00
/* line 29, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species a {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
}
2010-11-05 13:43:26 -07:00
/* line 31, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species a.current {
2010-06-30 11:51:49 -07:00
background: #eeffee;
outline: 1px solid #006600;
}
2010-11-05 13:43:26 -07:00
/* line 34, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species a.deactivated {
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;
}
2010-11-05 13:43:26 -07:00
/* line 39, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-species a.deactivated.current {
2010-06-30 11:51:49 -07:00
outline-color: #fbc2c4;
}
2010-11-05 13:43:26 -07:00
/* line 41, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-error {
display: none;
padding: 20px 10px 0;
width: 380px;
}
2010-11-05 13:43:26 -07:00
/* line 45, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-swf {
2010-05-20 19:05:13 -07:00
height: 300px;
overflow: hidden;
width: 300px;
}
2010-11-05 13:43:26 -07:00
/* line 49, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-zones {
2010-09-08 19:49:39 -07:00
font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
font-size: 85%;
}
2010-11-05 13:43:26 -07:00
/* line 53, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-zones p:first-child {
margin-bottom: 0.25em;
2010-09-08 19:49:39 -07:00
}
2010-11-05 13:43:26 -07:00
/* line 55, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-header {
2010-09-08 19:49:39 -07:00
margin-top: 3em;
}
2010-11-05 13:43:26 -07:00
/* line 57, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-header h3, body.items-show #item-preview-header a {
2010-09-08 19:49:39 -07:00
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
}
2010-11-05 13:43:26 -07:00
/* line 59, ../../../app/stylesheets/items/_show.sass */
body.items-show #item-preview-header a {
2010-09-08 19:49:39 -07:00
font-size: 85%;
margin: -1.5em 0 0 1em;
}
2010-11-05 13:43:26 -07:00
/* line 62, ../../../app/stylesheets/items/_show.sass */
body.items-show .nc-icon {
2010-09-08 19:49:39 -07:00
height: 16px;
width: 16px;
}