Generate stylesheet

This commit is contained in:
Josh McArthur 2012-03-12 23:31:20 +13:00
parent c9f6127b77
commit 7b3825c8dd

View File

@ -1,3 +1,4 @@
/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, a, abbr, acronym, address, big, cite, code,
@ -16,76 +17,111 @@ time, mark, audio, video {
border: 0; border: 0;
font-size: 100%; font-size: 100%;
font: inherit; font: inherit;
vertical-align: baseline; } vertical-align: baseline;
}
/* line 20, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body { body {
line-height: 1; } line-height: 1;
}
/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { ol, ul {
list-style: none; } list-style: none;
}
/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; } border-spacing: 0;
}
/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { caption, th, td {
text-align: left; text-align: left;
font-weight: normal; font-weight: normal;
vertical-align: middle; } vertical-align: middle;
}
/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { q, blockquote {
quotes: none; } quotes: none;
q:before, q:after, blockquote:before, blockquote:after { }
content: ""; /* line 101, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
content: none; } q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { a img {
border: none; } border: none;
}
/* line 114, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; } display: block;
}
/* line 4, application.sass */
html, body { html, body {
width: 100%; width: 100%;
height: 100%; } height: 100%;
}
/* line 8, application.sass */
body { body {
display: -webkit-box;
display: -moz-box; display: -moz-box;
display: -webkit-box;
display: -ms-box; display: -ms-box;
display: box; display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical; -moz-box-orient: vertical;
-webkit-box-orient: vertical;
-ms-box-orient: vertical; -ms-box-orient: vertical;
box-orient: vertical; box-orient: vertical;
background: #eeeeee; background: #eeeeee;
color: black; color: black;
font-size: 12px; font-size: 12px;
font-family: Helvetica, sans-serif; } font-family: Helvetica, sans-serif;
body body { }
font-size: 75%; /* line 53, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
line-height: 2em; } body body {
body html > body { font-size: 75%;
font-size: 12px; } line-height: 2em;
body.iframe { }
background: white; } /* line 57, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body.iframe h1 { body html > body {
font-size: 1.3em; font-size: 12px;
margin: 12px; } }
body.iframe p, body.iframe form { /* line 17, application.sass */
margin: 0 12px 12px 12px; body.iframe {
line-height: 1.25; } background: white;
body.iframe .loading { }
color: #666666; /* line 20, application.sass */
margin-left: 0.5em; } body.iframe h1 {
font-size: 1.3em;
margin: 12px;
}
/* line 23, application.sass */
body.iframe p, body.iframe form {
margin: 0 12px 12px 12px;
line-height: 1.25;
}
/* line 26, application.sass */
body.iframe .loading {
color: #666666;
margin-left: 0.5em;
}
/* line 30, application.sass */
.button { .button {
padding: 0.5em 1em; padding: 0.5em 1em;
border: 1px solid #cccccc; border: 1px solid #cccccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px; -moz-border-radius: 2px;
-ms-border-radius: 2px; -webkit-border-radius: 2px;
-o-border-radius: 2px; -o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec)), #ececec; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec)), #ececec;
background: -webkit-linear-gradient(#f4f4f4, #ececec), #ececec; background: -webkit-linear-gradient(#f4f4f4, #ececec), #ececec;
@ -95,286 +131,408 @@ body {
background: linear-gradient(#f4f4f4, #ececec), #ececec; background: linear-gradient(#f4f4f4, #ececec), #ececec;
color: #666666; color: #666666;
text-shadow: 1px 1px 0 white; text-shadow: 1px 1px 0 white;
text-decoration: none; } text-decoration: none;
.button:hover, .button:focus { }
border-color: #999999; /* line 38, application.sass */
border-bottom-color: #666666; .button:hover, .button:focus {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd; border-color: #999999;
background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd; border-bottom-color: #666666;
background: -moz-linear-gradient(#eeeeee, #dddddd), #dddddd; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd;
background: -o-linear-gradient(#eeeeee, #dddddd), #dddddd; background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: -ms-linear-gradient(#eeeeee, #dddddd), #dddddd; background: -moz-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: linear-gradient(#eeeeee, #dddddd), #dddddd; background: -o-linear-gradient(#eeeeee, #dddddd), #dddddd;
color: #333333; background: -ms-linear-gradient(#eeeeee, #dddddd), #dddddd;
text-decoration: none; } background: linear-gradient(#eeeeee, #dddddd), #dddddd;
.button:active, .button.active { color: #333333;
border-color: #666666; text-decoration: none;
border-bottom-color: #999999; }
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee; /* line 44, application.sass */
background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee; .button:active, .button.active {
background: -moz-linear-gradient(#dddddd, #eeeeee), #eeeeee; border-color: #666666;
background: -o-linear-gradient(#dddddd, #eeeeee), #eeeeee; border-bottom-color: #999999;
background: -ms-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee;
background: linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee;
color: #333333; background: -moz-linear-gradient(#dddddd, #eeeeee), #eeeeee;
text-decoration: none; background: -o-linear-gradient(#dddddd, #eeeeee), #eeeeee;
text-shadow: -1px -1px 0 #eeeeee; } background: -ms-linear-gradient(#dddddd, #eeeeee), #eeeeee;
background: linear-gradient(#dddddd, #eeeeee), #eeeeee;
color: #333333;
text-decoration: none;
text-shadow: -1px -1px 0 #eeeeee;
}
/* line 52, application.sass */
body > header { body > header {
overflow: hidden; overflow: hidden;
*zoom: 1; *zoom: 1;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc;
body > header h1 { }
float: left; /* line 55, application.sass */
margin-left: 6px; body > header h1 {
padding: 6px; float: left;
padding-left: 30px; margin-left: 6px;
background: url(/images/logo.png) left no-repeat; padding: 6px;
font-size: 18px; padding-left: 30px;
font-weight: bold; } background: url(/images/logo.png) left no-repeat;
body > header h1 a { font-size: 18px;
color: black; font-weight: bold;
text-decoration: none; }
text-shadow: 0 1px 0 white; /* line 63, application.sass */
-webkit-transition: 0.1s ease; body > header h1 a {
-moz-transition: 0.1s ease; color: black;
-o-transition: 0.1s ease; text-decoration: none;
transition: 0.1s ease; } text-shadow: 0 1px 0 white;
body > header h1 a:hover { -moz-transition: 0.1s ease;
color: #4183c4; } -webkit-transition: 0.1s ease;
body > header nav { -o-transition: 0.1s ease;
border-left: 1px solid #cccccc; } transition: 0.1s ease;
body > header nav.project { }
float: left; } /* line 68, application.sass */
body > header nav.app { body > header h1 a:hover {
float: right; } color: #4183c4;
body > header nav li { }
display: inline; } /* line 70, application.sass */
body > header nav li a { body > header nav {
display: -moz-inline-box; border-left: 1px solid #cccccc;
-moz-box-orient: vertical; }
display: inline-block; /* line 71, application.sass */
vertical-align: middle; body > header nav.project {
*vertical-align: auto; float: left;
float: left; }
padding: 9px; /* line 73, application.sass */
border-left: 1px solid white; body > header nav.app {
border-right: 1px solid #cccccc; float: right;
text-decoration: none; }
text-shadow: 0 1px 0 white; /* line 76, application.sass */
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec)), #ececec; body > header nav li {
background: -webkit-linear-gradient(#f4f4f4, #ececec), #ececec; display: inline;
background: -moz-linear-gradient(#f4f4f4, #ececec), #ececec; }
background: -o-linear-gradient(#f4f4f4, #ececec), #ececec; /* line 78, application.sass */
background: -ms-linear-gradient(#f4f4f4, #ececec), #ececec; body > header nav li input {
background: linear-gradient(#f4f4f4, #ececec), #ececec; float: left;
color: #666666; margin: 6px;
text-shadow: 1px 1px 0 white; }
text-decoration: none; } /* line 81, application.sass */
body > header nav li a { body > header nav li a {
*display: inline; } display: -moz-inline-box;
body > header nav li a:hover, body > header nav li a:focus { -moz-box-orient: vertical;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd; display: inline-block;
background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd; vertical-align: middle;
background: -moz-linear-gradient(#eeeeee, #dddddd), #dddddd; *vertical-align: auto;
background: -o-linear-gradient(#eeeeee, #dddddd), #dddddd; float: left;
background: -ms-linear-gradient(#eeeeee, #dddddd), #dddddd; padding: 9px;
background: linear-gradient(#eeeeee, #dddddd), #dddddd; border-left: 1px solid white;
color: #333333; border-right: 1px solid #cccccc;
text-decoration: none; } text-decoration: none;
body > header nav li a:active, body > header nav li a.active { text-shadow: 0 1px 0 white;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec)), #ececec;
background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -webkit-linear-gradient(#f4f4f4, #ececec), #ececec;
background: -moz-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -moz-linear-gradient(#f4f4f4, #ececec), #ececec;
background: -o-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -o-linear-gradient(#f4f4f4, #ececec), #ececec;
background: -ms-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -ms-linear-gradient(#f4f4f4, #ececec), #ececec;
background: linear-gradient(#dddddd, #eeeeee), #eeeeee; background: linear-gradient(#f4f4f4, #ececec), #ececec;
color: #333333; color: #666666;
text-decoration: none; text-shadow: 1px 1px 0 white;
text-shadow: -1px -1px 0 #eeeeee; } text-decoration: none;
}
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body > header nav li a {
*display: inline;
}
/* line 93, application.sass */
body > header nav li a:hover, body > header nav li a:focus {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd;
background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: -moz-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: -o-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: -ms-linear-gradient(#eeeeee, #dddddd), #dddddd;
background: linear-gradient(#eeeeee, #dddddd), #dddddd;
color: #333333;
text-decoration: none;
}
/* line 97, application.sass */
body > header nav li a:active, body > header nav li a.active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee;
background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee;
background: -moz-linear-gradient(#dddddd, #eeeeee), #eeeeee;
background: -o-linear-gradient(#dddddd, #eeeeee), #eeeeee;
background: -ms-linear-gradient(#dddddd, #eeeeee), #eeeeee;
background: linear-gradient(#dddddd, #eeeeee), #eeeeee;
color: #333333;
text-decoration: none;
text-shadow: -1px -1px 0 #eeeeee;
}
/* line 103, application.sass */
#messages { #messages {
width: 100%; width: 100%;
height: 10em; height: 10em;
min-height: 3em; min-height: 3em;
overflow: auto; overflow: auto;
background: white; background: white;
border-top: 1px solid white; } border-top: 1px solid white;
#messages table { }
overflow: hidden; /* line 111, application.sass */
*zoom: 1; #messages table {
width: 100%; } overflow: hidden;
#messages table thead tr { *zoom: 1;
background: #eeeeee; width: 100%;
color: #333333; } }
#messages table thead tr th { /* line 114, application.sass */
padding: 0.25em; #messages table thead tr {
font-weight: bold; background: #eeeeee;
color: #666666; color: #333333;
text-shadow: 0 1px 0 white; } }
#messages table tbody tr { /* line 117, application.sass */
cursor: pointer; #messages table thead tr th {
-webkit-transition: 0.1s ease; padding: 0.25em;
-moz-transition: 0.1s ease; font-weight: bold;
-o-transition: 0.1s ease; color: #666666;
transition: 0.1s ease; text-shadow: 0 1px 0 white;
color: #333333; } }
#messages table tbody tr:hover { /* line 122, application.sass */
color: black; } #messages table tbody tr {
#messages table tbody tr:nth-child(even) { cursor: pointer;
background: #f0f0f0; } -moz-transition: 0.1s ease;
#messages table tbody tr.selected { -webkit-transition: 0.1s ease;
background: Highlight; -o-transition: 0.1s ease;
color: HighlightText; } transition: 0.1s ease;
#messages table tbody tr td { color: #333333;
padding: 0.25em; } }
#messages table tbody tr td.blank { /* line 126, application.sass */
color: #666666; #messages table tbody tr:hover {
font-style: italic; } color: black;
}
/* line 128, application.sass */
#messages table tbody tr:nth-child(even) {
background: #f0f0f0;
}
/* line 130, application.sass */
#messages table tbody tr.selected {
background: Highlight;
color: HighlightText;
}
/* line 133, application.sass */
#messages table tbody tr td {
padding: 0.25em;
}
/* line 135, application.sass */
#messages table tbody tr td.blank {
color: #666666;
font-style: italic;
}
/* line 138, application.sass */
#resizer { #resizer {
padding-bottom: 5px; padding-bottom: 5px;
cursor: ns-resize; } cursor: ns-resize;
#resizer .ruler { }
border-top: 1px solid #cccccc; /* line 141, application.sass */
border-bottom: 1px solid white; } #resizer .ruler {
border-top: 1px solid #cccccc;
border-bottom: 1px solid white;
}
/* line 145, application.sass */
#message { #message {
display: -webkit-box;
display: -moz-box; display: -moz-box;
display: -webkit-box;
display: -ms-box; display: -ms-box;
display: box; display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical; -moz-box-orient: vertical;
-webkit-box-orient: vertical;
-ms-box-orient: vertical; -ms-box-orient: vertical;
box-orient: vertical; box-orient: vertical;
-webkit-box-flex: 1;
-moz-box-flex: 1; -moz-box-flex: 1;
-ms-box-flex: 1;
box-flex: 1; }
#message > header {
overflow: hidden;
*zoom: 1; }
#message > header .metadata {
overflow: hidden;
*zoom: 1;
padding: 0.5em;
padding-top: 0; }
#message > header .metadata dt, #message > header .metadata dd {
padding: 0.25em; }
#message > header .metadata dt {
float: left;
clear: left;
width: 8em;
margin-right: 0.5em;
text-align: right;
font-weight: bold;
color: #666666;
text-shadow: 0 1px 0 white; }
#message > header .metadata dd.subject {
font-weight: bold; }
#message > header .metadata .attachments {
display: none; }
#message > header .metadata .attachments ul {
display: inline; }
#message > header .metadata .attachments ul li {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
margin-right: 0.5em; }
#message > header .metadata .attachments ul li {
*display: inline; }
#message > header .views ul {
padding: 0 0.5em;
border-bottom: 1px solid #cccccc; }
#message > header .views .tab {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto; }
#message > header .views .tab {
*display: inline; }
#message > header .views .tab a {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
padding: 0.5em;
border: 1px solid #cccccc;
background: #dddddd;
color: #333333;
border-width: 1px 1px 0 1px;
cursor: pointer;
text-shadow: 0 1px 0 #eeeeee;
text-decoration: none; }
#message > header .views .tab a {
*display: inline; }
#message > header .views .tab:not(.selected):hover a {
background-color: #eeeeee; }
#message > header .views .tab.selected a {
background: white;
color: black;
height: 13px;
-webkit-box-shadow: 1px 1px 0 #cccccc;
-moz-box-shadow: 1px 1px 0 #cccccc;
-o-box-shadow: 1px 1px 0 #cccccc;
box-shadow: 1px 1px 0 #cccccc;
margin-bottom: -2px;
cursor: default; }
#message > header .views .action {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
float: right;
margin: 0 0.25em; }
#message > header .views .action {
*display: inline; }
.fractal-analysis {
margin: 12px 0; }
.fractal-analysis .report-intro {
font-weight: bold; }
.fractal-analysis .report-intro.valid {
color: #009900; }
.fractal-analysis .report-intro.invalid {
color: #cc3333; }
.fractal-analysis code {
font-family: Monaco, "Courier New", Courier, monospace;
background-color: #f8f8ff;
color: #444444;
padding: 0 0.2em;
border: 1px solid #dedede; }
.fractal-analysis ul {
margin: 1em 0 1em 1em;
list-style-type: square; }
.fractal-analysis ol {
margin: 1em 0 1em 2em;
list-style-type: decimal; }
.fractal-analysis ul li, .fractal-analysis ol li {
display: list-item;
margin: 0.5em 0 0.5em 1em; }
.fractal-analysis .error-intro strong {
font-weight: bold; }
.fractal-analysis .unsupported-clients dt {
padding-left: 1em; }
.fractal-analysis .unsupported-clients dd {
padding-left: 2em; }
.fractal-analysis .unsupported-clients dd ul li {
display: list-item; }
iframe {
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-box-flex: 1; -ms-box-flex: 1;
box-flex: 1; box-flex: 1;
background: white; } }
/* line 149, application.sass */
#message > header {
overflow: hidden;
*zoom: 1;
}
/* line 151, application.sass */
#message > header .metadata {
overflow: hidden;
*zoom: 1;
padding: 0.5em;
padding-top: 0;
}
/* line 156, application.sass */
#message > header .metadata dt, #message > header .metadata dd {
padding: 0.25em;
}
/* line 158, application.sass */
#message > header .metadata dt {
float: left;
clear: left;
width: 8em;
margin-right: 0.5em;
text-align: right;
font-weight: bold;
color: #666666;
text-shadow: 0 1px 0 white;
}
/* line 167, application.sass */
#message > header .metadata dd.subject {
font-weight: bold;
}
/* line 169, application.sass */
#message > header .metadata .attachments {
display: none;
}
/* line 171, application.sass */
#message > header .metadata .attachments ul {
display: inline;
}
/* line 173, application.sass */
#message > header .metadata .attachments ul li {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
margin-right: 0.5em;
}
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .metadata .attachments ul li {
*display: inline;
}
/* line 177, application.sass */
#message > header .views ul {
padding: 0 0.5em;
border-bottom: 1px solid #cccccc;
}
/* line 180, application.sass */
#message > header .views .tab {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
}
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .tab {
*display: inline;
}
/* line 182, application.sass */
#message > header .views .tab a {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
padding: 0.5em;
border: 1px solid #cccccc;
background: #dddddd;
color: #333333;
border-width: 1px 1px 0 1px;
cursor: pointer;
text-shadow: 0 1px 0 #eeeeee;
text-decoration: none;
}
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .tab a {
*display: inline;
}
/* line 192, application.sass */
#message > header .views .tab:not(.selected):hover a {
background-color: #eeeeee;
}
/* line 194, application.sass */
#message > header .views .tab.selected a {
background: white;
color: black;
height: 13px;
-moz-box-shadow: 1px 1px 0 #cccccc;
-webkit-box-shadow: 1px 1px 0 #cccccc;
-o-box-shadow: 1px 1px 0 #cccccc;
box-shadow: 1px 1px 0 #cccccc;
margin-bottom: -2px;
cursor: default;
}
/* line 201, application.sass */
#message > header .views .action {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
float: right;
margin: 0 0.25em;
}
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .action {
*display: inline;
}
/* line 206, application.sass */
.fractal-analysis {
margin: 12px 0;
}
/* line 208, application.sass */
.fractal-analysis .report-intro {
font-weight: bold;
}
/* line 210, application.sass */
.fractal-analysis .report-intro.valid {
color: #009900;
}
/* line 212, application.sass */
.fractal-analysis .report-intro.invalid {
color: #cc3333;
}
/* line 214, application.sass */
.fractal-analysis code {
font-family: Monaco, "Courier New", Courier, monospace;
background-color: #f8f8ff;
color: #444444;
padding: 0 0.2em;
border: 1px solid #dedede;
}
/* line 220, application.sass */
.fractal-analysis ul {
margin: 1em 0 1em 1em;
list-style-type: square;
}
/* line 223, application.sass */
.fractal-analysis ol {
margin: 1em 0 1em 2em;
list-style-type: decimal;
}
/* line 226, application.sass */
.fractal-analysis ul li, .fractal-analysis ol li {
display: list-item;
margin: 0.5em 0 0.5em 1em;
}
/* line 230, application.sass */
.fractal-analysis .error-intro strong {
font-weight: bold;
}
/* line 233, application.sass */
.fractal-analysis .unsupported-clients dt {
padding-left: 1em;
}
/* line 235, application.sass */
.fractal-analysis .unsupported-clients dd {
padding-left: 2em;
}
/* line 238, application.sass */
.fractal-analysis .unsupported-clients dd ul li {
display: list-item;
}
/* line 241, application.sass */
iframe {
display: -moz-box;
display: -webkit-box;
display: -ms-box;
display: box;
-moz-box-flex: 1;
-webkit-box-flex: 1;
-ms-box-flex: 1;
box-flex: 1;
background: white;
}