Files
color-thief/css/app.css
2011-11-03 17:54:22 -04:00

317 lines
7.5 KiB
CSS

/* line 17, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* line 20, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
line-height: 1;
}
/* line 22, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 24, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 26, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 28, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 101, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 30, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 114, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
/* =Global */
/* line 9, ../sass/app.sass */
body, input, textarea {
margin: 40px;
color: #aaaaaa;
background: #222222;
font: 16px/1.625em "Varela Round", "lucida grande", tahoma, sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
/* line 18, ../sass/app.sass */
h1, h2, h3, h4, h5, h6 {
font-family: "Terminal Dosis", "lucida grande", tahoma, sans-serif;
line-height: 1em;
font-weight: 600;
margin-bottom: 0.5em;
}
/* line 24, ../sass/app.sass */
h1 {
font-size: 72px;
line-height: 0.5em;
margin-bottom: 0.3em;
}
/* line 28, ../sass/app.sass */
h1 small {
font-size: 20px;
}
/* line 31, ../sass/app.sass */
h1:hover .char1 {
color: greenyellow;
}
/* line 33, ../sass/app.sass */
h1:hover .char2 {
color: indianred;
}
/* line 35, ../sass/app.sass */
h1:hover .char3 {
color: khaki;
}
/* line 37, ../sass/app.sass */
h1:hover .char4 {
color: lightsteelblue;
}
/* line 39, ../sass/app.sass */
h1:hover .char5 {
color: violet;
}
/* line 41, ../sass/app.sass */
h1:hover .char6 {
color: skyblue;
}
/* line 43, ../sass/app.sass */
h1:hover .char7 {
color: lightseagreen;
}
/* line 45, ../sass/app.sass */
h1:hover .char8 {
color: tan;
}
/* line 47, ../sass/app.sass */
h1:hover .char9 {
color: darkmagenta;
}
/* line 49, ../sass/app.sass */
h1:hover .char10 {
color: tomato;
}
/* line 51, ../sass/app.sass */
h1:hover .char11 {
color: goldenrod;
}
/* line 55, ../sass/app.sass */
h2 {
font-size: 40px;
line-height: 1.2em;
text-align: center;
}
/* line 60, ../sass/app.sass */
h3 {
font-size: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
/* line 65, ../sass/app.sass */
h4 {
font-size: 20px;
margin-bottom: 1.25em;
}
/* line 69, ../sass/app.sass */
p {
margin-bottom: 1.25em;
}
/* line 73, ../sass/app.sass */
strong {
font-weight: bold;
}
/* Forms */
/* line 79, ../sass/app.sass */
input[type=text],
input[type=password],
textarea {
background: #fafafa;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #dddddd;
color: #888888;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
/* line 90, ../sass/app.sass */
input[type=text]:focus,
textarea:focus {
color: #373737;
}
/* line 94, ../sass/app.sass */
textarea {
padding-left: 3px;
width: 98%;
}
/* line 98, ../sass/app.sass */
input[type=text] {
padding: 3px;
}
/* Links */
/* line 102, ../sass/app.sass */
a {
color: #5f92aa;
text-decoration: none;
}
/* line 105, ../sass/app.sass */
a:hover {
color: #afc8d4;
}
/* line 109, ../sass/app.sass */
header {
padding-bottom: 40px;
text-align: center;
}
/* line 113, ../sass/app.sass */
.imageSection {
overflow: hidden;
*zoom: 1;
margin-bottom: 80px;
}
/* line 116, ../sass/app.sass */
.imageSection .imageWrap {
width: 400px;
height: 300px;
float: left;
position: relative;
margin-right: 20px;
border: 1px solid #444444;
background: url(../img/dark_checkered_bg.png);
}
/* line 124, ../sass/app.sass */
.imageSection .imageWrap .targetImage {
position: absolute;
top: 50%;
left: 50%;
margin-left: -200px;
margin-top: -150px;
}
/* line 131, ../sass/app.sass */
.imageSection .colors {
width: 400px;
float: left;
}
/* line 134, ../sass/app.sass */
.imageSection .colors .function {
clear: left;
margin-bottom: 10px;
}
/* line 138, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch {
width: 40px;
height: 20px;
margin: 0 4px 4px 0;
background: #dddddd;
float: left;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
/* line 145, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:hover {
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
-moz-box-shadow: 0 1px 10px black;
-webkit-box-shadow: 0 1px 10px black;
-o-box-shadow: 0 1px 10px black;
box-shadow: 0 1px 10px black;
}
/* line 148, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:first-child {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-o-border-top-left-radius: 4px;
-ms-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-o-border-bottom-left-radius: 4px;
-ms-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
/* line 150, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:last-child {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-o-border-top-right-radius: 4px;
-ms-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
-o-border-bottom-right-radius: 4px;
-ms-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/* line 153, ../sass/app.sass */
canvas {
display: none;
}