Vulcan/client/css/screen.css

1922 lines
79 KiB
CSS
Raw Normal View History

2012-08-25 11:20:17 +09:00
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
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: inherit;
font-size: 100%;
vertical-align: baseline; }
/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
html {
line-height: 1; }
/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
ol, ul {
list-style: none; }
/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
q, blockquote {
quotes: none; }
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
a img {
border: none; }
/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2012-08-25 11:20:17 +09:00
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; }
2012-09-05 09:55:09 +09:00
/*================ FUNCTIONS =================*/
/*================ CLASSES =================*/
2012-09-08 12:11:26 +09:00
/* line 24, ../sass/partials/_mixins.scss */
2012-09-05 09:55:09 +09:00
.popover, .auth-buttons #login-buttons .accounts-dialog, .share-options {
background: white;
border: 1px solid #f36c3d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
z-index: 100;
-webkit-transition: all, 300ms;
-moz-transition: all, 300ms;
-o-transition: all, 300ms;
transition: all, 300ms; }
2012-09-08 12:11:26 +09:00
/* line 32, ../sass/partials/_mixins.scss */
2012-09-20 08:56:44 +09:00
.grid-block, .post-content, .post-actions li a, .post-message, .comment-content, .comment-new, .error {
2012-08-25 11:20:17 +09:00
background: #fff;
2012-08-31 18:58:12 +09:00
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
2012-08-25 11:20:17 +09:00
padding: 15px;
margin-bottom: 10px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
2012-09-08 12:11:26 +09:00
/* line 40, ../sass/partials/_mixins.scss */
.cf, .comment-new, .comment-new .comment-submit {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
.cf:before, .comment-new:before, .comment-new .comment-submit:before, .cf:after, .comment-new:after, .comment-new .comment-submit:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.cf:after, .comment-new:after, .comment-new .comment-submit:after {
clear: both; }
2012-09-05 09:55:09 +09:00
/*================ MIXINS =================*/
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_main.scss */
2012-10-09 16:11:30 +09:00
html, body, .outer-wrapper {
height: 100%; }
/* line 4, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
body {
background: #e0f1f7; }
2012-08-25 11:20:17 +09:00
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
2012-10-09 16:11:30 +09:00
/* line 9, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
body {
background-size: 10px 10px; } }
2012-10-09 16:11:30 +09:00
/* line 14, ../sass/partials/_main.scss */
.outer-wrapper {
2012-12-13 15:22:28 +09:00
position: relative; }
2012-10-09 16:11:30 +09:00
2012-12-13 15:22:28 +09:00
/* line 17, ../sass/partials/_main.scss */
2012-10-18 14:56:51 +09:00
.content-wrapper {
padding-bottom: 10px; }
2012-12-13 15:22:28 +09:00
/* line 20, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
#spinner {
height: 100%;
width: 100%;
position: fixed;
z-index: 1000; }
2012-12-13 15:22:28 +09:00
/* line 26, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
.debug {
display: none; }
2012-12-13 15:22:28 +09:00
/* line 29, ../sass/partials/_main.scss */
2012-08-31 18:58:12 +09:00
.hidden {
display: none; }
2012-12-13 15:22:28 +09:00
/* line 32, ../sass/partials/_main.scss */
2012-08-31 18:58:12 +09:00
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 50; }
2012-12-13 15:22:28 +09:00
/* line 40, ../sass/partials/_main.scss */
2012-09-24 10:09:53 +09:00
.footer {
2012-12-20 17:52:15 +01:00
border-top: 1px solid rgba(0, 0, 0, 0.05);
text-align: center;
2012-12-20 17:52:15 +01:00
padding: 10px 0 70px 0;
color: rgba(0, 0, 0, 0.4);
font-size: 14px; }
/* line 46, ../sass/partials/_main.scss */
.footer.absolute {
position: absolute; }
2012-09-24 10:09:53 +09:00
2012-12-20 17:52:15 +01:00
/* line 50, ../sass/partials/_main.scss */
2012-10-17 16:04:47 +09:00
#login-buttons .loading {
display: none; }
2012-12-20 17:52:15 +01:00
/* line 53, ../sass/partials/_main.scss */
2012-10-17 16:04:47 +09:00
#loading {
height: 300px; }
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_typography.scss */
body, textarea, input, button, input[type="submit"], input[type="button"] {
2012-12-11 10:47:11 +09:00
font-family: "Open Sans", "Proxima Nova Soft", "proxima-nova-soft", "PT SANS", "Helvetica Neue", Helvetica, sans-serif;
2012-08-25 11:20:17 +09:00
color: #4a4444;
line-height: 1.6; }
/* line 9, ../sass/partials/_typography.scss */
a {
text-decoration: none;
font-weight: bold; }
/* line 12, ../sass/partials/_typography.scss */
a:link, a:visited, a:active {
2012-09-24 08:06:19 +09:00
color: #a4a9ab; }
2012-08-25 11:20:17 +09:00
/* line 15, ../sass/partials/_typography.scss */
a:hover {
2012-09-24 08:06:19 +09:00
color: #f36c3d; }
2012-08-25 11:20:17 +09:00
2012-09-19 09:03:25 +09:00
/* line 19, ../sass/partials/_typography.scss */
h3 {
font-weight: bold;
margin-bottom: 10px;
color: #b3c1c6; }
2012-08-25 11:20:17 +09:00
@font-face {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
src: url("fonts/icomoon.eot"); }
@font-face {
font-family: 'icomoon';
2012-10-22 14:00:47 +09:00
src: url(data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjAKPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJpY29tb29uIiBob3Jpei1hZHYteD0iNTEyIiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI1MTIiIGFzY2VudD0iNDgwIiBkZXNjZW50PSItMzIiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI1MTIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g3MzsiIGQ9Ik0gMzY0LjYzMiwzOTQuNzA4bCAxMDguNjMyLTEwOC42MzJsLTEwOC42MzItMTA4LjYzMmwwLjAwLDc3LjU5NSBsLTEyNC4xNTEsMzEuMDM3bCAxMjQuMTUxLDMxLjAzOUwgMzY0LjYzMiwzOTQuNzA4ICBNIDM2NC42MjUsNDI1Ljc0NgoJYy0zLjk5NywwLjAwLTguMDI5LTAuNzcyLTExLjg2OS0yLjM2M2MtMTEuNTk4LTQuODA0LTE5LjE2LTE2LjEyMi0xOS4xNi0yOC42NzZsMC4wMC01My4zNjEgbC0xMDAuNjQzLTI1LjE2CgljLTEzLjgxNS0zLjQ1Ni0yMy41MS0xNS44NjktMjMuNTEtMzAuMTEyYzAuMDAtMTQuMjQxLCA5LjY5My0yNi42NTYsIDIzLjUxLTMwLjExMWwgMTAwLjY0My0yNS4xNmwwLjAwLTUzLjM2MSAKCWMwLjAwLTEyLjU1NiwgNy41NjItMjMuODcyLCAxOS4xNi0yOC42NzZjIDMuODQtMS41ODgsIDcuODcyLTIuMzYzLCAxMS44NjktMi4zNjNjIDguMDc4LDAuMDAsIDE2LjAxNSwzLjE1MywgMjEuOTUzLDkuMDkybCAxMDguNjM0LDEwOC42MzQKCWMgMTIuMTIyLDEyLjEyLCAxMi4xMjIsMzEuNzcyLDAuMDAsNDMuODk0bC0xMDguNjM0LDEwOC42MzJDIDM4MC42NCw0MjIuNTkzLCAzNzIuNzAzLDQyNS43NDYsIDM2NC42MjUsNDI1Ljc0NkwgMzY0LjYyNSw0MjUuNzQ2eiBNIDE0Ny4zNjgsMjcwLjU1NwoJbDAuMDAtNzcuNTk1IGwgMTI0LjE1MS0zMS4wMzlsLTEyNC4xNTEtMzEuMDM3bDAuMDAtNzcuNTk1IGwtMTA4LjYzMiwxMDguNjMyTCAxNDcuMzY4LDI3MC41NTcgTSAxNDcuMzczLDMwMS41OTVjLTguMDc4LDAuMDAtMTYuMDE1LTMuMTUzLTIxLjk1Mi05LjA5MgoJbC0xMDguNjMyLTEwOC42MzJjLTEyLjEyMy0xMi4xMjItMTIuMTIzLTMxLjc3MywwLjAwLTQzLjg5NGwgMTA4LjYzMi0xMDguNjMyYyA1LjkzOC01LjkzOSwgMTMuODc2LTkuMDkyLCAyMS45NTItOS4wOTIKCWMgNC4wMCwwLjAwLCA4LjAzMiwwLjc3MiwgMTEuODcyLDIuMzYzYyAxMS41OTgsNC44MDQsIDE5LjE2LDE2LjEyMiwgMTkuMTYsMjguNjc1bDAuMDAsNTMuMzYxIGwgMTAwLjY0MywyNS4xNgoJYyAxMy44MTYsMy40NTUsIDIzLjUwOCwxNS44NjksIDIzLjUwOCwzMC4xMTFjMC4wMCwxNC4yNDMtOS42OTIsMjYuNjU2LTIzLjUwOCwzMC4xMTJsLTEwMC42NDMsMjUuMTU4bDAuMDAsNTMuMzYyIAoJYzAuMDAsMTIuNTU0LTcuNTYyLDIzLjg3MS0xOS4xNiwyOC42NzZDIDE1NS40MDYsMzAwLjgyMiwgMTUxLjM3MywzMDEuNTk1LCAxNDcuMzczLDMwMS41OTVMIDE0Ny4zNzMsMzAxLjU5NXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g2MzsiIGQ9Ik0gMzM0Ljg5NCw0MTMuMzM1YyA3OC40MjQsMC4wMCwgMTQxLjk5OC02My41NzYsIDE0MS45OTgtMTQyLjAwMmMwLjAwLTc4LjQyNC02My41NzQtMTQxLjk5OC0xNDEuOTk4LTE0Mi4wMDFsMC4wMC0wLjAwMSAKCWwtNjMuMTE3LDAuMDAgbC05NC42NjgtOTQuNjY4bDAuMDAsOTQuNjY4IGwwLjAwLDAuMDA0IGMtNzguNDI3LDAuMDAtMTQyLjAwMSw2My41NzQtMTQyLjAwMSwxNDEuOTk4YzAuMDAsNzguNDI2LCA2My41NzQsMTQyLjAwMiwgMTQyLjAwMSwxNDIuMDAybCAxNTcuNzgsMC4wMCAKCSBNIDMzNC44OTQsNDQ0Ljg5MUwgMTc3LjExLDQ0NC44OTEgYy05NS43MCwwLjAwLTE3My41NTYtNzcuODU3LTE3My41NTYtMTczLjU1OGMwLjAwLTg0LjkyOCwgNjEuMzExLTE1NS44MDQsIDE0Mi4wMDEtMTcwLjY4bDAuMDAtNjUuOTg5IAoJYzAuMDAtMTIuNzYzLCA3LjY4OS0yNC4yNjksIDE5LjQ4LTI5LjE1MmMgMy45MDMtMS42MTgsIDguMDA0LTIuNDA0LCAxMi4wNjktMi40MDRjIDguMjEyLDAuMDAsIDE2LjI4MywzLjIwNSwgMjIuMzIxLDkuMjQzbCA4NS40MjIsODUuNDI1bCA1MC4wNDcsMC4wMCAKCWMgOTUuNjk3LDAuMDAsIDE3My41NTQsNzcuODYxLCAxNzMuNTU0LDE3My41NThDIDUwOC40NDgsMzY3LjAzNCwgNDMwLjU4OSw0NDQuODkxLCAzMzQuODk0LDQ0NC44OTFMIDMzNC44OTQsNDQ0Ljg5MXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3gyMTkzOyIgZD0iTSA1MDEuNzYsMzE2LjE2MWMwLjAwLTE1LjcyNC02LjAwMS0zMS40NDctMTcuOTk3LTQzLjQ0N0wgMjk5LjQ0MSw4OC4zOTNjLTIzLjk5Mi0yMy45OTItNjIuODk1LTIzLjk5Mi04Ni44ODgsMC4wMAoJbC0xODQuMzIsMTg0LjMyMWMtMjMuOTkyLDI0LjAwLTIzLjk5Miw2Mi44OTUsIDAuMDAxLDg2Ljg5MmMgMjMuOTkyLDIzLjk5MiwgNjIuODk1LDIzLjk5MiwgODYuODg4LDAuMDBsIDE0MC44NzQtMTQwLjg3OEwgMzk2Ljg3MywzNTkuNjA0CgljIDIzLjk5NiwyMy45OTIsIDYyLjg5OSwyMy45OTIsIDg2Ljg5MiwwLjAwQyA0OTUuNzU5LDM0Ny42MDgsIDUwMS43NiwzMzEuODg1LCA1MDEuNzYsMzE2LjE2MUwgNTAxLjc2LDMxNi4xNjF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4NmM7IiBkPSJNIDQ0Mi41MTQsMzQ4LjM0M2wtMTA4LjgwLDAuMDAgYy0zNC4yOCwwLjAwLTYyLjE3MS0yNy44OTEtNjIuMTcxLTYyLjE3MWwwLjAwLTMxLjA4NiBsLTMxLjA4NSwwLjAwIGwwLjAwLDMxLjA4NiAKCWMwLjAwLDM0LjI4MS0yNy44OTEsNjIuMTcxLTYyLjE3MSw2Mi4xNzFsLTEwOC44MCwwLjAwIGMtMzQuMjgxLDAuMDAtNjIuMTcxLTI3Ljg5MS02Mi4xNzEtNjIuMTcxbDAuMDAtMTI0LjM0MyBjMC4wMC0zNC4yODEsIDI3
2012-08-25 11:20:17 +09:00
font-weight: normal;
font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
2012-09-15 18:41:08 +09:00
/* line 14, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
[data-icon]:before {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
2012-08-25 11:20:17 +09:00
content: attr(data-icon);
2012-09-15 18:41:08 +09:00
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
2012-08-25 11:20:17 +09:00
/* Use the following CSS code if you want to have a class per icon */
2012-09-15 18:41:08 +09:00
/* line 23, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
[class^="icon-"]:before, [class*=" icon-"]:before {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
2012-08-25 11:20:17 +09:00
font-style: normal;
2012-09-15 18:41:08 +09:00
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
2012-08-25 11:20:17 +09:00
2012-09-15 18:41:08 +09:00
/* line 30, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-share:before {
content: "\73"; }
2012-09-15 18:41:08 +09:00
/* line 33, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-comment:before {
content: "\63"; }
2012-09-15 18:41:08 +09:00
/* line 36, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-down:before {
content: "\2193"; }
2012-10-22 09:45:26 +09:00
/* line 39, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-link:before {
content: "\6c"; }
2012-10-22 09:45:26 +09:00
/* line 42, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-check:before {
content: "\2705"; }
2012-10-22 09:45:26 +09:00
/* line 45, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-plus:before {
content: "\2b"; }
2012-10-22 09:45:26 +09:00
/* line 48, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-menu:before {
content: "\2630"; }
2012-10-22 09:45:26 +09:00
/* line 51, ../sass/partials/_icons.scss */
2012-09-15 18:41:08 +09:00
.icon-user:before {
content: "\75"; }
2012-10-22 09:45:26 +09:00
/* line 54, ../sass/partials/_icons.scss */
2012-10-02 10:54:04 +09:00
.icon-pin:before {
content: "\70"; }
2012-10-22 09:45:26 +09:00
/* line 57, ../sass/partials/_icons.scss */
.icon-up:before {
content: "\2191"; }
/* line 60, ../sass/partials/_icons.scss */
.icon-left:before {
content: "\2190"; }
/* line 63, ../sass/partials/_icons.scss */
.icon-right:before {
content: "\2192"; }
2012-08-31 18:58:12 +09:00
/* line 1, ../sass/partials/_pageslide.scss */
#pageslide {
/* These styles MUST be included. Do not change. */
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
/* Specify the width of your pageslide here */
width: 260px;
/* These styles are optional, and describe how the pageslide will look */
background-color: #333;
color: #FFF;
-webkit-box-shadow: inset 0 0 5px 5px #222;
-moz-box-shadow: inset 0 0 5px 5px #222;
2012-09-18 10:00:53 +09:00
box-shadow: inset 0 0 5px 5px #222;
-webkit-overflow-scrolling: touch;
overflow-y: auto; }
2012-08-31 18:58:12 +09:00
2012-09-18 10:00:53 +09:00
/* line 25, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul {
padding: 0;
margin: 0; }
2012-09-18 10:00:53 +09:00
/* line 28, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li {
padding: 0;
margin: 0; }
2012-09-18 10:00:53 +09:00
/* line 31, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li a {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
text-indent: 20px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8); }
2012-09-18 10:00:53 +09:00
/* line 39, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li a:hover {
background: rgba(0, 0, 0, 0.5);
color: white; }
2012-09-18 10:00:53 +09:00
/* line 47, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
body.pageslide-open {
overflow: hidden; }
2012-09-18 10:00:53 +09:00
/* line 49, ../sass/partials/_pageslide.scss */
body.pageslide-open .posts {
height: 100%;
overflow: hidden; }
2012-08-31 18:58:12 +09:00
2012-09-18 10:00:53 +09:00
/* line 54, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
.wrapper {
position: absolute;
top: 0;
margin: 0;
width: 100%;
background: #e9f3f7; }
2012-09-08 11:54:08 +09:00
/* line 2, ../sass/partials/_markdown.scss */
.markdown strong {
font-weight: bold; }
/* line 5, ../sass/partials/_markdown.scss */
.markdown em {
font-style: italic; }
2012-09-13 10:55:05 +09:00
/* line 8, ../sass/partials/_markdown.scss */
.markdown ul, .markdown ol {
padding-left: 18px; }
/* line 11, ../sass/partials/_markdown.scss */
.markdown ul {
list-style-type: disc; }
/* line 14, ../sass/partials/_markdown.scss */
.markdown ol {
list-style-type: decimal; }
/* line 18, ../sass/partials/_markdown.scss */
.markdown a:link, .markdown a:visited, .markdown a:active {
color: #7ac0e4; }
/* line 21, ../sass/partials/_markdown.scss */
.markdown a:hover {
color: #f36c3d; }
/* line 25, ../sass/partials/_markdown.scss */
.markdown p {
margin-bottom: 1em; }
/* line 27, ../sass/partials/_markdown.scss */
.markdown p:last-child {
margin-bottom: 0; }
/* line 31, ../sass/partials/_markdown.scss */
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
font-weight: bold;
margin-bottom: 0; }
/* line 35, ../sass/partials/_markdown.scss */
.markdown h1 {
font-size: 36px; }
/* line 38, ../sass/partials/_markdown.scss */
.markdown h2 {
font-size: 24px; }
/* line 41, ../sass/partials/_markdown.scss */
.markdown h3 {
font-size: 18px; }
/* line 44, ../sass/partials/_markdown.scss */
.markdown h4 {
font-size: 16px; }
/* line 47, ../sass/partials/_markdown.scss */
.markdown h5 {
font-size: 14px; }
2012-09-08 11:54:08 +09:00
2012-09-15 18:41:08 +09:00
/* line 1, ../sass/partials/_tooltips.scss */
.has-tooltip {
position: relative; }
/* line 3, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip {
pointer-events: none;
position: absolute;
z-index: 9999;
left: 50%;
top: -40px;
opacity: 0;
-webkit-transition: ease-out opacity 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 300ms 0ms;
-o-transition: ease-out opacity 300ms 0ms;
transition: ease-out opacity 300ms 0ms; }
/* line 11, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip span {
display: block;
white-space: nowrap;
position: relative;
background: rgba(0, 0, 0, 0.6);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 0px 8px;
left: -50%;
font-size: 14px;
color: #fff; }
/* line 21, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip span:after {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-top-color: rgba(0, 0, 0, 0.6);
border-width: 6px;
left: 50%;
margin-left: -6px; }
/* line 35, ../sass/partials/_tooltips.scss */
.has-tooltip:hover .tooltip {
opacity: 1; }
2012-10-18 11:26:42 +09:00
/*Datepicker for BootstrapCopyright 2012 Stefan PetreLicensed under the Apache License v2.0http://www.apache.org/licenses/LICENSE-2.0*/
/* line 2, ../sass/partials/_datepicker.scss */
.datepicker {
display: none;
position: absolute;
width: 300px;
height: auto;
background: white;
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
border: 3px #eee solid;
top: 0;
left: 0;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*.dow {
border-top:1px solid #ddd !important;
}
*/ }
/* line 22, ../sass/partials/_datepicker.scss */
.datepicker:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px; }
/* line 33, ../sass/partials/_datepicker.scss */
.datepicker:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px; }
/* line 43, ../sass/partials/_datepicker.scss */
.datepicker > div {
display: none; }
/* line 46, ../sass/partials/_datepicker.scss */
.datepicker table {
width: 100%;
margin: 0; }
/* line 50, ../sass/partials/_datepicker.scss */
.datepicker td, .datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
/* line 58, ../sass/partials/_datepicker.scss */
.datepicker td.day:hover {
background: #eeeeee;
cursor: pointer; }
/* line 62, ../sass/partials/_datepicker.scss */
.datepicker td.old, .datepicker td.new {
color: #999999; }
/* line 65, ../sass/partials/_datepicker.scss */
.datepicker td.active, .datepicker td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
/* line 81, ../sass/partials/_datepicker.scss */
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
background-color: #0044cc; }
/* line 84, ../sass/partials/_datepicker.scss */
.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
background-color: #003399 \\9; }
/* line 87, ../sass/partials/_datepicker.scss */
.datepicker td span {
display: block;
width: 47px;
height: 54px;
line-height: 54px;
float: left;
margin: 2px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
/* line 99, ../sass/partials/_datepicker.scss */
.datepicker td span:hover {
background: #eeeeee; }
/* line 102, ../sass/partials/_datepicker.scss */
.datepicker td span.active {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
/* line 118, ../sass/partials/_datepicker.scss */
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
background-color: #0044cc; }
/* line 121, ../sass/partials/_datepicker.scss */
.datepicker td span.active:active, .datepicker td span.active.active {
background-color: #003399 \\9; }
/* line 124, ../sass/partials/_datepicker.scss */
.datepicker td span.old {
color: #999999; }
/* line 127, ../sass/partials/_datepicker.scss */
.datepicker th.switch {
width: 145px; }
/* line 130, ../sass/partials/_datepicker.scss */
.datepicker th.next, .datepicker th.prev {
font-size: 19.5px; }
/* line 133, ../sass/partials/_datepicker.scss */
.datepicker thead tr:first-child th {
cursor: pointer; }
/* line 136, ../sass/partials/_datepicker.scss */
.datepicker thead tr:first-child th:hover {
background: #eeeeee; }
/* line 139, ../sass/partials/_datepicker.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px; }
2012-12-21 18:47:06 +01:00
/* line 1, ../sass/partials/_dropdown.scss */
.dropdown {
position: relative; }
/* line 4, ../sass/partials/_dropdown.scss */
.dropdown > a:after {
display: inline-block;
position: relative;
top: -1px;
margin-left: 4px;
content: "▼";
font-size: 8px; }
/* line 13, ../sass/partials/_dropdown.scss */
2013-02-10 08:38:29 +09:00
.dropdown .dropdown-menu {
2012-12-21 18:47:06 +01:00
display: none;
2013-02-10 08:38:29 +09:00
top: 10px;
2012-12-21 18:47:06 +01:00
left: 10px;
2013-02-10 08:38:29 +09:00
position: absolute;
padding-top: 20px; }
/* line 19, ../sass/partials/_dropdown.scss */
.dropdown .dropdown-menu ul {
background: white;
padding: 10px;
width: 140px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
/* line 26, ../sass/partials/_dropdown.scss */
.dropdown .dropdown-menu ul li a {
font-size: 14px; }
/* line 33, ../sass/partials/_dropdown.scss */
.dropdown:hover .dropdown-menu {
2012-12-21 18:47:06 +01:00
display: block; }
2012-08-25 11:20:17 +09:00
/* line 5, ../sass/partials/_grid.scss */
.grid {
width: 74%;
margin-left: 13%;
margin-right: 13%;
2012-09-24 08:59:04 +09:00
-webkit-transition: ease-out margin 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out margin 300ms 0ms;
-o-transition: ease-out margin 300ms 0ms;
transition: ease-out margin 300ms 0ms; }
/* line 10, ../sass/partials/_grid.scss */
2012-09-24 08:59:04 +09:00
.chat-open .grid {
margin-right: 24%;
margin-left: 2%; }
/* line 14, ../sass/partials/_grid.scss */
2012-10-04 17:25:10 +09:00
.notifications-open .grid {
margin-left: 24%;
margin-right: 2%; }
2012-09-24 08:59:04 +09:00
/* line 19, ../sass/partials/_grid.scss */
2012-08-25 11:20:17 +09:00
.grid-small {
width: 320px;
margin: 0 auto; }
/* line 10, ../sass/modules/_header.scss */
.header {
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center;
background-color: #4e555d;
2012-08-25 11:20:17 +09:00
margin-bottom: 10px;
height: 70px;
position: relative;
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
2012-08-31 18:58:12 +09:00
*zoom: 1;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 1px 1px black;
-moz-box-shadow: 0 1px 1px black;
box-shadow: 0 1px 1px black; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
2012-08-25 11:20:17 +09:00
.header:before, .header:after {
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
2012-08-25 11:20:17 +09:00
.header:after {
clear: both; }
2012-09-05 09:55:09 +09:00
/* line 19, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .site-nav {
float: left;
2012-09-29 18:09:00 +09:00
margin-left: 20px;
position: relative;
z-index: 20; }
2012-12-21 18:47:06 +01:00
/* line 25, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .logo {
position: absolute;
2012-09-29 18:09:00 +09:00
display: inline-block;
text-align: center;
2012-09-29 12:28:51 +09:00
top: 10px;
2013-01-15 18:17:07 +09:00
left: 0px;
2012-09-29 12:28:51 +09:00
width: 100%;
color: white;
2012-09-29 18:09:00 +09:00
font-size: 30px;
z-index: 10; }
2013-01-15 18:17:07 +09:00
/* line 35, ../sass/modules/_header.scss */
2012-09-29 12:28:51 +09:00
.header .logo a, .header .logo a:visited {
color: white; }
2013-01-15 18:17:07 +09:00
/* line 38, ../sass/modules/_header.scss */
2012-09-29 12:28:51 +09:00
.header .logo.image {
position: absolute;
left: 50%; }
2013-01-15 18:17:07 +09:00
/* line 41, ../sass/modules/_header.scss */
2012-09-29 12:28:51 +09:00
.header .logo.image a {
display: block;
height: 100%;
width: 100%;
background: no-repeat center center;
font: 0/0 a;
text-shadow: none;
color: transparent; }
2013-01-15 18:17:07 +09:00
/* line 52, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .user-nav {
float: right;
2012-09-29 18:09:00 +09:00
margin-right: 10px;
position: relative;
z-index: 20; }
2012-08-25 11:20:17 +09:00
2013-01-15 18:17:07 +09:00
/* line 74, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons {
2012-09-29 18:09:00 +09:00
position: relative;
z-index: 20;
2012-09-05 09:55:09 +09:00
float: right;
margin: 20px 10px 0 0; }
2013-01-15 18:17:07 +09:00
/* line 79, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons {
2012-09-05 10:13:13 +09:00
position: relative;
line-height: 26px; }
2013-01-15 18:17:07 +09:00
/* line 85, ../sass/modules/_header.scss */
2012-10-18 14:51:15 +09:00
.auth-buttons #login-buttons .account-link {
display: block;
color: white !important;
margin-bottom: 10px;
float: none; }
2013-01-15 18:17:07 +09:00
/* line 91, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons a {
text-decoration: none;
color: #4a4444; }
2013-01-15 18:17:07 +09:00
/* line 95, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons a.login-link-text {
color: #fff;
font-weight: normal;
display: inline-block;
2012-10-08 16:49:01 +09:00
height: 26px; }
2013-01-15 18:17:07 +09:00
/* line 101, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons #login-buttons-password {
float: none !important;
text-shadow: none;
width: auto;
line-height: 1.5;
height: 26px;
margin: 10px 0 !important; }
2013-01-15 18:17:07 +09:00
/* line 110, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons .login-header {
font-family: inherit;
height: 26px;
2012-09-19 09:03:25 +09:00
margin-right: 10px;
cursor: pointer;
color: white; }
2013-01-15 18:17:07 +09:00
/* line 116, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons .login-header:before {
2012-09-19 09:03:25 +09:00
color: rgba(255, 255, 255, 0.5);
2012-09-05 10:13:13 +09:00
content: "Welcome, "; }
2013-01-15 18:17:07 +09:00
/* line 121, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons #login-buttons-logout {
color: white;
border: none;
font-family: inherit;
font-size: inherit;
padding: 0;
height: 26px;
2012-09-19 09:03:25 +09:00
text-shadow: none; }
2012-09-05 09:55:09 +09:00
2013-04-05 12:00:56 +09:00
/* line 133, ../sass/modules/_header.scss */
2012-12-21 18:47:06 +01:00
.nav {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
margin-top: 20px; }
/* line 3, ../sass/partials/_mixins.scss */
.nav:before, .nav:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.nav:after {
clear: both; }
2013-04-05 12:00:56 +09:00
/* line 136, ../sass/modules/_header.scss */
2012-12-22 11:02:53 +01:00
.nav > li {
2012-12-21 18:47:06 +01:00
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
display: inline;
float: left;
padding-left: 4px;
padding-right: 4px;
margin-right: 10px; }
/* line 48, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
2012-12-22 11:02:53 +01:00
.nav > li:first-child, .nav > li.first {
2012-12-21 18:47:06 +01:00
padding-left: 0; }
/* line 49, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
2012-12-22 11:02:53 +01:00
.nav > li:last-child {
2012-12-21 18:47:06 +01:00
padding-right: 0; }
/* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
2012-12-22 11:02:53 +01:00
.nav > li.last {
2012-12-21 18:47:06 +01:00
padding-right: 0; }
2013-04-05 12:00:56 +09:00
/* line 139, ../sass/modules/_header.scss */
2012-12-22 11:02:53 +01:00
.nav > li > a {
2012-12-21 18:47:06 +01:00
color: white;
font-size: 16px;
line-height: 26px;
height: 26px;
font-weight: normal; }
2013-04-05 12:00:56 +09:00
/* line 147, ../sass/modules/_header.scss */
2012-12-22 11:02:53 +01:00
.nav > li > a.intercom em:before {
2012-12-21 18:47:06 +01:00
content: '('; }
2013-04-05 12:00:56 +09:00
/* line 150, ../sass/modules/_header.scss */
2012-12-22 11:02:53 +01:00
.nav > li > a.intercom em:after {
2012-12-21 18:47:06 +01:00
content: ')'; }
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/modules/_posts.scss */
.empty-notice {
text-align: center;
padding: 10px 0; }
/* line 5, ../sass/modules/_posts.scss */
2012-09-11 16:27:26 +09:00
.posts {
position: relative; }
/* line 7, ../sass/modules/_posts.scss */
2012-09-11 16:27:26 +09:00
.posts .post {
2013-03-19 10:54:01 +09:00
position: relative;
2012-09-11 16:27:26 +09:00
width: 100%;
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
2012-09-11 16:27:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
.posts .post:before, .posts .post:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.posts .post:after {
clear: both; }
/* line 11, ../sass/modules/_posts.scss */
.posts .post.animate {
-webkit-transition: ease-out top 400ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out top 400ms 0ms;
-o-transition: ease-out top 400ms 0ms;
transition: ease-out top 400ms 0ms; }
2012-12-24 16:21:56 +01:00
/* line 15, ../sass/modules/_posts.scss */
.posts .post.inactive .post-content, .posts .post.inactive .post-actions li a {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQYV2NkIALMnDlTkpGQOpCi9PT053gVwhSBDMOpEFkRToXoirAqxKYIQyEuRSgK8SmCKySkCKyQGEUghQC5OyXvW/4BHwAAAABJRU5ErkJggg=="); }
2012-10-09 15:34:00 +09:00
2012-12-24 16:21:56 +01:00
/* line 21, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content {
position: relative;
padding: 0;
min-height: 40px;
margin-right: 160px; }
2012-12-24 16:21:56 +01:00
/* line 28, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-info {
padding: 13px 15px;
2012-08-31 18:58:12 +09:00
margin-left: 30px; }
2012-12-24 16:21:56 +01:00
/* line 32, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-rank {
position: absolute;
top: 0px;
left: -50px;
display: block;
height: 70px;
line-height: 70px;
width: 30px;
text-align: right;
font-size: 30px;
color: rgba(0, 0, 0, 0.1); }
2012-12-24 16:21:56 +01:00
/* line 45, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote {
position: absolute;
top: 0px;
bottom: 0px; }
2012-12-24 16:21:56 +01:00
/* line 49, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link {
height: 100%;
display: table;
float: left;
2012-08-31 18:58:12 +09:00
width: 30px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-ms-border-radius: 3px 0 0 3px;
-o-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
border-right: 1px solid #e7eff2; }
2012-12-24 16:21:56 +01:00
/* line 59, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link i {
2012-08-31 18:58:12 +09:00
font-size: 12px;
2012-08-25 11:20:17 +09:00
display: table-cell;
height: 100%;
width: 100%;
text-align: center;
vertical-align: middle;
2012-08-31 18:58:12 +09:00
color: #92b5c3;
color: #f36c3d;
2012-08-25 11:20:17 +09:00
text-shadow: 0px 1px 0px white; }
2012-12-24 16:21:56 +01:00
/* line 70, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link i.icon-check {
display: none; }
2012-12-24 16:21:56 +01:00
/* line 74, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link span {
display: none; }
2012-12-24 16:21:56 +01:00
/* line 77, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.not-voted:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center; }
2012-12-24 16:21:56 +01:00
/* line 80, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.not-voted:hover i {
color: white;
text-shadow: none; }
2012-12-24 16:21:56 +01:00
/* line 85, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted {
cursor: default; }
2012-12-24 16:21:56 +01:00
/* line 87, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted i.icon-up {
display: none; }
2012-12-24 16:21:56 +01:00
/* line 90, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted i.icon-check {
2012-08-31 18:58:12 +09:00
color: #7ac0e4;
2012-08-25 11:20:17 +09:00
display: table-cell; }
2012-12-24 16:21:56 +01:00
/* line 97, ../sass/modules/_posts.scss */
2012-10-02 10:54:04 +09:00
.post-content .post-sticky {
display: block;
position: absolute;
right: 20px;
top: 16px;
font-size: 24px; }
2012-12-24 16:21:56 +01:00
/* line 103, ../sass/modules/_posts.scss */
2012-10-02 10:54:04 +09:00
.post-content .post-sticky i {
color: #b3c1c6; }
2012-12-24 16:21:56 +01:00
/* line 106, ../sass/modules/_posts.scss */
2012-10-02 10:54:04 +09:00
.post-content .post-sticky span {
display: none; }
2012-12-24 16:21:56 +01:00
/* line 110, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading {
margin-bottom: 0px; }
2012-12-24 16:21:56 +01:00
/* line 112, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading .post-title {
font-size: 20px;
color: #4a4444;
font-weight: normal;
line-height: 1; }
2012-12-24 16:21:56 +01:00
/* line 117, ../sass/modules/_posts.scss */
2012-10-02 10:54:04 +09:00
.post-content .post-heading .post-title:visited {
color: #b5b0b0; }
2012-12-24 16:21:56 +01:00
/* line 120, ../sass/modules/_posts.scss */
.post-content .post-heading .post-title:hover {
color: #f36c3d; }
2012-12-24 16:21:56 +01:00
/* line 124, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading .post-domain {
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
font-size: 14px;
font-weight: normal; }
2013-02-18 12:13:27 +09:00
/* line 129, ../sass/modules/_posts.scss */
.post-content .post-heading .post-category {
display: inline-block;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: #eee;
padding: 0px 6px;
text-transform: uppercase;
font-weight: normal;
vertical-align: middle; }
/* line 138, ../sass/modules/_posts.scss */
.post-content .post-heading .post-category:hover {
background: #f36c3d;
color: white; }
/* line 144, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-meta {
font-size: 13px;
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
2012-08-25 11:20:17 +09:00
line-height: 1.5; }
2013-02-18 12:13:27 +09:00
/* line 150, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions {
float: right;
padding: 0; }
2013-02-18 12:13:27 +09:00
/* line 153, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li {
2012-08-31 18:58:12 +09:00
position: relative;
2012-08-25 11:20:17 +09:00
float: left;
margin-left: 10px; }
2013-02-18 12:13:27 +09:00
/* line 157, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a {
2012-08-31 18:58:12 +09:00
background: #d8e9f5;
background: white;
2012-08-25 11:20:17 +09:00
position: relative;
display: block;
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
vertical-align: baseline;
text-align: center;
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
2012-08-25 11:20:17 +09:00
font-size: 36px;
line-height: 50px; }
2013-03-15 14:50:54 +09:00
/* line 172, ../sass/modules/_posts.scss */
.post-actions li a.edit-link {
color: #f36c3d; }
2013-03-15 14:50:54 +09:00
/* line 175, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.share-link {
color: #7ac0e4;
color: #f8e121; }
2013-03-15 14:50:54 +09:00
/* line 179, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.discuss-link {
color: #a3d06d; }
2013-03-15 14:50:54 +09:00
/* line 182, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.more-link {
color: #7ac0e4; }
2013-03-15 14:50:54 +09:00
/* line 185, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a:hover {
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center;
2012-08-25 11:20:17 +09:00
color: white; }
2013-03-15 14:50:54 +09:00
/* line 189, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a.voted {
2012-08-31 18:58:12 +09:00
background: #4e555d;
2012-08-25 11:20:17 +09:00
color: white;
cursor: default; }
2013-03-15 14:50:54 +09:00
/* line 193, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a.voted .action {
color: #fff; }
2013-03-15 14:50:54 +09:00
/* line 197, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .count {
position: absolute;
top: 12px;
display: block;
width: 100%;
height: 20px;
line-height: 20px;
font-size: 11px; }
2013-03-15 14:50:54 +09:00
/* line 206, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .points {
display: block;
font-size: 30px;
line-height: 50px; }
2013-03-15 14:50:54 +09:00
/* line 211, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .action {
display: block;
height: 20px;
width: 100%;
line-height: 20px;
position: absolute;
bottom: 5px;
left: 0px;
font-size: 13px;
2012-09-24 15:56:56 +09:00
color: #b3c1c6;
pointer-events: none; }
2012-08-25 11:20:17 +09:00
2013-03-15 14:50:54 +09:00
/* line 227, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-message {
padding: 20px;
margin-bottom: 10px;
font-size: 18px; }
2013-03-15 14:50:54 +09:00
/* line 232, ../sass/modules/_posts.scss */
2012-09-08 11:54:08 +09:00
.list .post-message {
display: none; }
2012-08-25 11:20:17 +09:00
2013-03-15 14:50:54 +09:00
/* line 236, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options {
position: absolute;
2012-09-24 15:56:56 +09:00
left: -170px;
2012-09-05 09:55:09 +09:00
top: 5px; }
2013-03-15 14:50:54 +09:00
/* line 243, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options.hidden {
display: block;
opacity: 0;
pointer-events: none;
2012-09-24 15:56:56 +09:00
left: -160px; }
2013-03-15 14:50:54 +09:00
/* line 249, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:after, .share-options:before {
left: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
2013-03-15 14:50:54 +09:00
/* line 258, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 10px;
top: 20px;
margin-top: -10px; }
2013-03-15 14:50:54 +09:00
/* line 265, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:before {
border-color: rgba(0, 0, 0, 0);
border-left-color: #f36c3d;
border-width: 11px;
top: 20px;
margin-top: -11px; }
2013-03-15 14:50:54 +09:00
/* line 272, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
padding: 15px 5px 5px 15px; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons:before, .share-options .buttons:after {
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons:after {
clear: both; }
2013-03-15 14:50:54 +09:00
/* line 275, ../sass/modules/_posts.scss */
2012-09-05 09:55:09 +09:00
.share-options .buttons .button, .share-options .buttons .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons .share-options .buttons #login-buttons-password {
2012-08-31 18:58:12 +09:00
float: left;
margin-right: 10px;
background: transparent;
2012-12-05 11:25:57 +09:00
padding: 0px;
height: 100%; }
2012-08-25 11:20:17 +09:00
2013-03-15 14:50:54 +09:00
/* line 285, ../sass/modules/_posts.scss */
2012-10-09 15:34:00 +09:00
.post.sticky .post-content, .post.sticky .post-actions li a {
background: #fffce0; }
2013-03-15 14:50:54 +09:00
/* line 288, ../sass/modules/_posts.scss */
2012-10-09 15:34:00 +09:00
.post.sticky .post-actions li a:hover {
background: #4e555d url("/img/bg-header.png") top center; }
2013-03-15 14:50:54 +09:00
/* line 292, ../sass/modules/_posts.scss */
2012-10-09 16:11:30 +09:00
.more-button {
2012-10-17 17:25:10 +09:00
position: relative;
2012-10-09 16:11:30 +09:00
padding-bottom: 10px; }
2013-03-15 14:50:54 +09:00
/* line 295, ../sass/modules/_posts.scss */
2012-10-09 16:11:30 +09:00
.more-button a {
2012-10-17 17:25:10 +09:00
width: 100%;
2012-10-09 16:11:30 +09:00
display: block;
height: 70px;
background: rgba(0, 0, 0, 0.075);
text-align: center;
color: white;
line-height: 70px;
font-size: 24px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
2012-08-31 18:58:12 +09:00
/* line 1, ../sass/modules/_comments.scss */
2012-09-15 18:41:08 +09:00
.queue-container {
position: relative;
height: 0px;
-webkit-transition: ease-out opacity 400ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 400ms 0ms;
-o-transition: ease-out opacity 400ms 0ms;
transition: ease-out opacity 400ms 0ms; }
/* line 5, ../sass/modules/_comments.scss */
.queue-container ul {
position: absolute;
2012-09-15 18:41:08 +09:00
margin-left: 100%;
left: 10px;
top: -30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
padding: 10px 0 0 10px;
max-width: 120px;
white-space: nowrap; }
/* line 18, ../sass/modules/_comments.scss */
.queue-container ul:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
2012-09-15 18:41:08 +09:00
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-right-color: rgba(0, 0, 0, 0.05);
border-width: 8px;
top: 25px;
margin-top: -8px; }
/* line 32, ../sass/modules/_comments.scss */
.queue-container ul li {
display: block;
2012-09-15 18:41:08 +09:00
float: left;
margin: 0 10px 10px 0;
display: block;
height: 30px;
width: 30px;
background: #f36c3d;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
line-height: 30px;
text-align: center;
position: relative; }
/* line 44, ../sass/modules/_comments.scss */
.queue-container ul li.before {
position: absolute; }
/* line 47, ../sass/modules/_comments.scss */
.queue-container ul li a {
position: absolute;
2012-09-15 18:41:08 +09:00
top: 0px;
display: block;
height: 30px;
width: 30px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
2012-10-04 10:09:20 +09:00
border-radius: 100px;
background-size: 30px 30px; }
2012-09-15 18:41:08 +09:00
2012-10-04 10:09:20 +09:00
/* line 70, ../sass/modules/_comments.scss */
2012-09-15 18:41:08 +09:00
.comment {
margin-left: 30px;
position: relative; }
2012-10-04 10:09:20 +09:00
/* line 74, ../sass/modules/_comments.scss */
.comment .comment-body {
-webkit-transition: ease-out opacity 600ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 600ms 0ms;
-o-transition: ease-out opacity 600ms 0ms;
transition: ease-out opacity 600ms 0ms;
opacity: 1; }
2012-10-04 10:09:20 +09:00
/* line 79, ../sass/modules/_comments.scss */
2012-09-15 18:41:08 +09:00
.comment.comment-queued .comment-body {
opacity: 0;
position: absolute;
pointer-events: none; }
2012-09-15 18:41:08 +09:00
2012-10-04 10:09:20 +09:00
/* line 123, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-content {
position: relative;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
-ms-border-radius: 0 3px 3px 3px;
-o-border-radius: 0 3px 3px 3px;
border-radius: 0 3px 3px 3px;
2012-08-25 11:20:17 +09:00
font-size: 14px; }
2012-10-04 10:09:20 +09:00
/* line 128, ../sass/modules/_comments.scss */
2012-10-03 16:33:28 +09:00
.comment-content .comment-main {
margin-left: 50px; }
2012-10-04 10:09:20 +09:00
/* line 131, ../sass/modules/_comments.scss */
2012-10-03 16:33:28 +09:00
.comment-content .user-avatar {
2012-10-03 16:43:04 +09:00
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
2012-10-03 16:33:28 +09:00
overflow: hidden;
position: block;
float: left; }
2012-10-04 10:09:20 +09:00
/* line 136, ../sass/modules/_comments.scss */
2012-10-03 16:33:28 +09:00
.comment-content .user-avatar img {
height: 40px;
2012-10-03 16:47:50 +09:00
width: 40px;
display: block; }
2012-08-25 11:20:17 +09:00
2012-10-04 10:09:20 +09:00
/* line 143, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta {
margin-bottom: 5px;
2012-08-31 18:58:12 +09:00
color: #b3c1c6; }
2012-10-04 10:09:20 +09:00
/* line 145, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-username, .comment-meta .comment-time, .comment-meta .comment-permalink {
display: inline-block;
margin-right: 4px; }
2012-10-04 10:09:20 +09:00
/* line 150, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink {
position: relative;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 20px;
color: #b3c1c6;
margin: 0; }
2012-10-04 10:09:20 +09:00
/* line 156, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink:before {
position: absolute;
display: block;
top: 1px;
left: 0;
text-indent: 0; }
2012-10-04 10:09:20 +09:00
/* line 163, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink:hover:before {
2012-08-31 18:58:12 +09:00
color: #f36c3d; }
2012-08-25 11:20:17 +09:00
2012-10-04 10:09:20 +09:00
/* line 168, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions {
position: absolute;
2012-08-31 18:58:12 +09:00
left: -30px;
2012-08-25 11:20:17 +09:00
top: 0px; }
2012-10-04 10:09:20 +09:00
/* line 172, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a {
-webkit-border-radius: 0 0 0 3px;
-moz-border-radius: 0 0 0 3px;
-ms-border-radius: 0 0 0 3px;
-o-border-radius: 0 0 0 3px;
border-radius: 0 0 0 3px;
2012-08-25 11:20:17 +09:00
position: relative;
display: block;
height: 30px;
width: 30px;
background: white;
2012-08-31 18:58:12 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2012-08-25 11:20:17 +09:00
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
2012-10-04 10:09:20 +09:00
/* line 184, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a.upvote {
-webkit-border-radius: 3px 0 0 0;
-moz-border-radius: 3px 0 0 0;
-ms-border-radius: 3px 0 0 0;
-o-border-radius: 3px 0 0 0;
border-radius: 3px 0 0 0;
2012-08-31 18:58:12 +09:00
margin-bottom: 1px; }
2012-10-04 10:09:20 +09:00
/* line 188, ../sass/modules/_comments.scss */
2012-08-31 18:58:12 +09:00
.comment-actions a i {
font-size: 12px;
2012-08-25 11:20:17 +09:00
display: block;
position: absolute;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
text-indent: 0;
color: #f36c3d; }
2012-10-04 10:09:20 +09:00
/* line 200, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a:hover {
2012-08-31 18:58:12 +09:00
background: #4e555d; }
2012-10-04 10:09:20 +09:00
/* line 202, ../sass/modules/_comments.scss */
2012-08-31 18:58:12 +09:00
.comment-actions a:hover i {
2012-08-25 11:20:17 +09:00
color: white; }
2012-10-04 10:09:20 +09:00
/* line 207, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote, .comment-actions.downvoted .downvote {
cursor: default; }
2012-10-04 10:09:20 +09:00
/* line 209, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote i, .comment-actions.downvoted .downvote i {
color: #7ac0e4; }
2012-10-04 10:09:20 +09:00
/* line 212, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote:hover, .comment-actions.downvoted .downvote:hover {
background: white; }
2012-10-04 10:09:20 +09:00
/* line 216, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote, .comment-actions.upvoted .downvote {
cursor: default; }
2012-10-04 10:09:20 +09:00
/* line 218, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote i, .comment-actions.upvoted .downvote i {
color: #b3c1c6; }
2012-10-04 10:09:20 +09:00
/* line 221, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote:hover, .comment-actions.upvoted .downvote:hover {
background: white; }
2012-10-04 10:09:20 +09:00
/* line 229, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-new .comment-field {
margin-bottom: 10px; }
2012-10-04 10:09:20 +09:00
/* line 235, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-page .comment-new {
margin-left: 30px;
position: relative;
background: #ffffff; }
2012-10-04 10:09:20 +09:00
/* line 239, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-page .comment-new:after {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #ffffff;
border-width: 8px;
left: 20px;
margin-left: -8px; }
2012-08-31 18:58:12 +09:00
2012-10-10 08:32:49 +09:00
/* line 2, ../sass/modules/_forms.scss */
form.form-block, .accounts-dialog.form-block {
background: #e7eff2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
padding: 10px; }
/* line 9, ../sass/modules/_forms.scss */
form .control-group, .accounts-dialog .control-group {
2012-10-10 08:32:49 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
2012-08-25 11:20:17 +09:00
margin-bottom: 15px; }
2012-10-10 08:32:49 +09:00
/* line 3, ../sass/partials/_mixins.scss */
form .control-group:before, form .control-group:after, .accounts-dialog .control-group:before, .accounts-dialog .control-group:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
form .control-group:after, .accounts-dialog .control-group:after {
clear: both; }
/* line 12, ../sass/modules/_forms.scss */
form .control-group > label, .accounts-dialog .control-group > label {
2012-10-10 08:32:49 +09:00
float: left;
margin-right: 10px; }
/* line 16, ../sass/modules/_forms.scss */
form .control-group .controls, .accounts-dialog .control-group .controls {
margin-left: 150px;
2012-09-07 18:17:19 +09:00
position: relative; }
2012-10-10 08:32:49 +09:00
/* line 19, ../sass/modules/_forms.scss */
form .control-group .controls .inline-link, .accounts-dialog .control-group .controls .inline-link {
2012-09-07 18:17:19 +09:00
position: absolute;
display: block;
top: 2px;
right: 8px; }
2012-10-10 08:32:49 +09:00
/* line 24, ../sass/modules/_forms.scss */
form .control-group .controls .inline-link.loading, .accounts-dialog .control-group .controls .inline-link.loading {
2012-09-07 18:17:19 +09:00
background: url(/img/loading.gif) center center no-repeat;
height: 22px;
width: 18px;
font: 0/0 a;
text-shadow: none;
color: transparent; }
/* line 31, ../sass/modules/_forms.scss */
form .control-group .controls label, .accounts-dialog .control-group .controls label {
display: block;
margin-bottom: 5px; }
/* line 35, ../sass/modules/_forms.scss */
form .control-group .controls label.inline, .accounts-dialog .control-group .controls label.inline {
display: inline-block;
margin-bottom: 0; }
/* line 40, ../sass/modules/_forms.scss */
2012-10-10 08:32:49 +09:00
form .control-group.inline, .accounts-dialog .control-group.inline {
margin-bottom: 10px; }
/* line 41, ../sass/modules/_forms.scss */
2012-10-10 08:32:49 +09:00
form .control-group.inline .controls, .accounts-dialog .control-group.inline .controls {
margin-left: 0px;
width: 80%;
float: left; }
/* line 46, ../sass/modules/_forms.scss */
2012-10-10 08:32:49 +09:00
form .control-group.inline .submit, .accounts-dialog .control-group.inline .submit {
float: right; }
/* line 52, ../sass/modules/_forms.scss */
form .form-actions, .accounts-dialog .form-actions {
2012-08-25 11:20:17 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
form .form-actions:before, form .form-actions:after, .accounts-dialog .form-actions:before, .accounts-dialog .form-actions:after {
2012-08-25 11:20:17 +09:00
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
form .form-actions:after, .accounts-dialog .form-actions:after {
2012-08-25 11:20:17 +09:00
clear: both; }
/* line 54, ../sass/modules/_forms.scss */
2012-09-19 09:03:25 +09:00
form .form-actions a, .accounts-dialog .form-actions a {
float: left;
display: block; }
/* line 59, ../sass/modules/_forms.scss */
form input[type="text"], form input[type="password"], form textarea, form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog textarea, .accounts-dialog .login-form input {
2012-08-25 11:20:17 +09:00
display: block;
padding: 5px 6px;
width: 100%;
font-size: 14px;
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera/IE 8+ */
2012-08-31 18:58:12 +09:00
border: 1px solid #b5b0b0;
2012-09-13 10:55:05 +09:00
-webkit-transition: border-color 500ms;
-moz-transition: border-color 500ms;
-o-transition: border-color 500ms;
transition: border-color 500ms; }
/* line 68, ../sass/modules/_forms.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form .login-form input:focus, .accounts-dialog input[type="text"]:focus, .accounts-dialog input[type="password"]:focus, .accounts-dialog textarea:focus, .accounts-dialog .login-form input:focus {
2012-08-25 11:20:17 +09:00
outline: none;
2012-08-31 18:58:12 +09:00
border-color: #f36c3d;
-webkit-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3); }
/* line 74, ../sass/modules/_forms.scss */
form input[type="text"], form input[type="password"], form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog .login-form input {
2012-08-25 11:20:17 +09:00
height: 30px;
line-height: 20px; }
/* line 78, ../sass/modules/_forms.scss */
form input[disabled='disabled'], .accounts-dialog input[disabled='disabled'] {
color: #b3c1c6;
background: #e7eff2; }
/* line 82, ../sass/modules/_forms.scss */
form textarea, .accounts-dialog textarea {
2012-08-25 11:20:17 +09:00
min-height: 100px;
line-height: 1.4; }
/* line 86, ../sass/modules/_forms.scss */
2012-09-07 10:57:57 +09:00
form input[type="submit"], form button, form .button, form .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons form #login-buttons-password, form .btn, .accounts-dialog input[type="submit"], .accounts-dialog button, .accounts-dialog .button, .accounts-dialog .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons .accounts-dialog #login-buttons-password, .accounts-dialog .btn {
float: right; }
2012-08-31 18:58:12 +09:00
/* line 90, ../sass/modules/_forms.scss */
2012-09-05 09:55:09 +09:00
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn {
2012-08-31 18:58:12 +09:00
-webkit-appearance: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background: #f36c3d;
2012-08-25 11:20:17 +09:00
color: white;
2012-10-08 16:49:01 +09:00
text-align: center;
2012-08-25 11:20:17 +09:00
display: block;
padding: 0px 10px;
border: none;
font-size: 16px;
cursor: pointer;
2012-10-08 16:49:01 +09:00
margin: 0;
line-height: 26px;
height: 26px;
font-weight: normal; }
/* line 105, ../sass/modules/_forms.scss */
2012-10-01 18:48:46 +09:00
input[type="submit"].disabled, button.disabled, .button.disabled, .auth-buttons #login-buttons .disabled#login-buttons-password, .btn.disabled {
background: #dfdbdb;
pointer-events: none; }
/* line 109, ../sass/modules/_forms.scss */
2012-10-08 16:49:01 +09:00
input[type="submit"]:link, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:visited, button:link, button:hover, button:active, button:visited, .button:link, .auth-buttons #login-buttons #login-buttons-password:link, .button:hover, .auth-buttons #login-buttons #login-buttons-password:hover, .button:active, .auth-buttons #login-buttons #login-buttons-password:active, .button:visited, .auth-buttons #login-buttons #login-buttons-password:visited, .btn:link, .btn:hover, .btn:active, .btn:visited {
color: white; }
/* line 113, ../sass/modules/_forms.scss */
2012-10-08 16:49:01 +09:00
.twitter-signup {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dfdbdb; }
/* line 117, ../sass/modules/_forms.scss */
2012-10-08 16:49:01 +09:00
.twitter-signup .twitter-button {
background: #00aced; }
2012-08-25 11:20:17 +09:00
2013-02-18 12:13:27 +09:00
/* line 121, ../sass/modules/_forms.scss */
.category-slug {
font-size: 12px;
float: left;
width: 80%;
display: block; }
2013-07-19 12:17:49 +09:00
/* line 127, ../sass/modules/_forms.scss */
.ui-autocomplete {
background: white;
width: 200px!important;
padding: 10px;
font-size: 14px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
/* line 1, ../sass/modules/_dialogs.scss */
.dialog {
2012-08-25 11:20:17 +09:00
margin-bottom: 10px; }
/* line 2, ../sass/modules/_dialogs.scss */
.dialog h2 {
text-align: center;
padding-bottom: 15px;
margin-bottom: 10px; }
/* line 9, ../sass/modules/_dialogs.scss */
.footer-notice {
2012-08-25 11:20:17 +09:00
text-align: center; }
2012-09-18 15:43:37 +09:00
/* line 3, ../sass/modules/_users.scss */
.user-list .user .user-avatar, .user-table .user .user-avatar {
height: 30px;
width: 30px;
2012-10-03 16:33:28 +09:00
background-size: 30px 30px;
2012-09-18 15:43:37 +09:00
display: block;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px; }
2012-10-03 16:33:28 +09:00
/* line 17, ../sass/modules/_users.scss */
table tr td {
padding: 10px; }
2012-10-03 16:33:28 +09:00
/* line 23, ../sass/modules/_users.scss */
table thead tr td {
font-weight: bold; }
2012-09-24 22:27:29 +02:00
/* line 2, ../sass/modules/_user-profile.scss */
.user-profile .user-avatar {
height: 80px;
width: 80px;
display: block;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px; }
2012-09-20 08:56:44 +09:00
/* line 1, ../sass/modules/_errors.scss */
.error {
margin-bottom: 10px;
text-align: center;
background: #f36c3d;
color: white; }
2012-10-04 13:30:57 +09:00
/* line 1, ../sass/modules/_notifications.scss */
.notifications {
position: fixed;
height: 100%;
2012-10-04 17:25:10 +09:00
width: 200px;
2012-10-04 13:30:57 +09:00
top: 0px;
2012-10-04 17:25:10 +09:00
left: -200px;
background: #f3f3f3;
2012-10-05 09:42:13 +09:00
-webkit-transition: ease-out left 400ms;
2012-10-04 17:25:10 +09:00
-webkit-transition-delay: 0ms;
2012-10-05 09:42:13 +09:00
-moz-transition: ease-out left 400ms 0ms;
-o-transition: ease-out left 400ms 0ms;
transition: ease-out left 400ms 0ms; }
/* line 9, ../sass/modules/_notifications.scss */
.notifications .mark-as-read {
display: block;
text-align: center;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #dfdbdb;
background: #f3f3f3; }
/* line 16, ../sass/modules/_notifications.scss */
.notifications .mark-as-read:link, .notifications .mark-as-read:visited {
color: #7ac0e4; }
/* line 20, ../sass/modules/_notifications.scss */
.notifications ul {
height: 100%;
overflow: auto; }
/* line 23, ../sass/modules/_notifications.scss */
.notifications ul li {
padding: 10px;
border-bottom: 1px solid #dfdbdb;
font-size: 13px;
background: white; }
/* line 28, ../sass/modules/_notifications.scss */
.notifications ul li .notification-timestamp {
color: #b3c1c6;
font-size: 12px; }
/* line 32, ../sass/modules/_notifications.scss */
.notifications ul li.read {
color: #b3c1c6;
background: #f3f3f3; }
/* line 38, ../sass/modules/_notifications.scss */
2012-10-04 17:25:10 +09:00
.notifications .notifications-toggle {
display: block;
position: absolute;
left: 200px;
top: 20px;
white-space: nowrap;
background: white;
-webkit-border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
-ms-border-radius: 0px 3px 3px 0px;
-o-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
padding: 3px 10px;
font-size: 13px; }
/* line 49, ../sass/modules/_notifications.scss */
2012-10-04 17:25:10 +09:00
.notifications .notifications-toggle.no-notifications {
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #b3c1c6; }
/* line 55, ../sass/modules/_notifications.scss */
2012-10-04 17:25:10 +09:00
.notifications-open .notifications {
left: 0px;
-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); }
2012-10-04 13:30:57 +09:00
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_mobile.scss */
.mobile {
display: none !important; }
2012-10-17 17:25:10 +09:00
/* line 4, ../sass/partials/_mobile.scss */
.mobile-nav {
position: fixed;
overflow: auto;
width: 280px;
left: -280px;
top: 0px;
bottom: 0px;
background: #444;
color: white;
-webkit-box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5);
box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5); }
/* line 15, ../sass/partials/_mobile.scss */
.mobile-nav ul li {
border-bottom: 1px rgba(255, 255, 255, 0.1) solid; }
/* line 17, ../sass/partials/_mobile.scss */
.mobile-nav ul li a {
display: block;
height: 50px;
padding: 0 10px;
line-height: 50px; }
/* line 22, ../sass/partials/_mobile.scss */
.mobile-nav ul li a:hover {
background: #f36c3d;
color: white; }
/* line 30, ../sass/partials/_mobile.scss */
.mobile-nav, .content-wrapper {
-webkit-transition: ease-out left 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out left 300ms 0ms;
-o-transition: ease-out left 300ms 0ms;
transition: ease-out left 300ms 0ms; }
/* line 33, ../sass/partials/_mobile.scss */
.content-wrapper {
position: relative;
left: 0px; }
/* line 39, ../sass/partials/_mobile.scss */
.mobile-nav-open .mobile-nav {
left: 0px; }
/* line 42, ../sass/partials/_mobile.scss */
.mobile-nav-open .outer-wrapper {
overflow: hidden; }
/* line 44, ../sass/partials/_mobile.scss */
.mobile-nav-open .outer-wrapper .content-wrapper {
left: 280px; }
2012-12-16 15:29:00 +01:00
@media screen and (max-width: 500px) {
2012-10-17 17:25:10 +09:00
/* line 50, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header-button, .header .auth-buttons .login-link-and-dropdown-list .login-link-text, .header .mobile-button {
position: relative;
display: block;
margin-top: 10px;
background: #f36c3d;
color: white;
height: 30px;
width: 40px; }
2012-10-17 17:25:10 +09:00
/* line 58, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header-button i, .header .auth-buttons .login-link-and-dropdown-list .login-link-text i, .header .mobile-button i {
position: absolute;
width: 100%;
text-align: center;
line-height: 30px;
height: 30px;
font-size: 18px; }
2012-10-17 17:25:10 +09:00
/* line 67, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.mobile {
display: block !important; }
2012-10-17 17:25:10 +09:00
/* line 70, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.desktop {
display: none !important; }
2012-10-17 17:25:10 +09:00
/* line 73, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.grid, .grid-small {
width: auto;
margin-left: 0;
margin-right: 0;
2012-10-17 17:25:10 +09:00
padding-left: 10px;
padding-right: 10px;
2012-08-31 18:58:12 +09:00
min-width: 200px; }
2012-08-25 11:20:17 +09:00
2012-10-17 17:25:10 +09:00
/* line 81, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.posts {
margin: 0 10px;
padding: 0; }
2012-10-17 17:25:10 +09:00
/* line 84, ../sass/partials/_mobile.scss */
.posts .post-rank {
display: none; }
2012-09-18 08:07:56 +09:00
2012-10-17 17:25:10 +09:00
/* line 88, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.header {
2012-08-31 18:58:12 +09:00
height: 50px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px; }
2012-10-17 17:25:10 +09:00
/* line 91, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.header .logo {
2012-12-05 11:05:05 +09:00
top: 0px;
2012-12-13 15:36:19 +09:00
left: 0px;
2012-12-05 11:05:05 +09:00
font-size: 22px;
line-height: 50px;
z-index: 10; }
2012-12-13 15:36:19 +09:00
/* line 98, ../sass/partials/_mobile.scss */
2012-10-17 17:25:10 +09:00
.header .logo a img {
height: auto !important;
max-height: 40px !important;
width: auto !important; }
2012-12-16 15:29:00 +01:00
/* line 104, ../sass/partials/_mobile.scss */
.header .logo.image {
margin-top: -10px; }
/* line 108, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header .auth-buttons {
2012-12-05 11:05:05 +09:00
z-index: 100;
2012-09-18 08:07:56 +09:00
margin: 0; }
2012-12-16 15:29:00 +01:00
/* line 111, ../sass/partials/_mobile.scss */
2012-10-18 17:47:56 +09:00
.header .auth-buttons #login-buttons {
display: block !important; }
2012-12-16 15:29:00 +01:00
/* line 114, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header .auth-buttons .login-link-and-dropdown-list {
right: 0px !important;
position: static !important; }
2012-12-16 15:29:00 +01:00
/* line 117, ../sass/partials/_mobile.scss */
2012-12-13 15:36:19 +09:00
.header .auth-buttons .login-link-and-dropdown-list #login-dropdown-list {
right: 0px !important;
margin: 0px !important; }
2012-12-16 15:29:00 +01:00
/* line 121, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header .auth-buttons .login-link-and-dropdown-list .login-link-text {
2012-10-17 17:25:10 +09:00
font: 0/0 a;
text-shadow: none;
color: transparent;
2012-09-18 08:07:56 +09:00
height: 30px !important;
2012-10-17 17:25:10 +09:00
margin: 10px 0 0 0 !important;
display: block !important; }
2012-12-16 15:29:00 +01:00
/* line 127, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header .auth-buttons .login-link-and-dropdown-list .login-link-text:after {
content: "\75" !important;
font-family: 'icomoon' !important;
position: absolute;
width: 100%;
text-align: center;
line-height: 30px !important;
height: 30px !important;
font-size: 18px !important; }
2012-12-16 15:29:00 +01:00
/* line 140, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button {
z-index: 100; }
2012-12-16 15:29:00 +01:00
/* line 144, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button span {
display: none; }
2012-12-16 15:29:00 +01:00
/* line 147, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button.menu {
float: left; }
2012-12-16 15:29:00 +01:00
/* line 150, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button.submit {
float: right; }
2012-12-16 15:29:00 +01:00
/* line 153, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button:hover {
background: white; }
2012-12-16 15:29:00 +01:00
/* line 155, ../sass/partials/_mobile.scss */
2012-12-05 11:05:05 +09:00
.header .mobile-button:hover i {
color: #f36c3d; }
2012-12-16 15:29:00 +01:00
/* line 162, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content {
margin-right: 50px;
2012-08-31 18:58:12 +09:00
margin-right: 0px; }
2012-12-16 15:29:00 +01:00
/* line 166, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .upvote-link {
width: 30px; }
2012-12-16 15:29:00 +01:00
/* line 169, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-info {
margin-left: 30px;
padding: 6px 4px 6px 8px; }
2012-12-16 15:29:00 +01:00
/* line 174, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-content .post-heading .post-title {
line-height: 1.2;
display: block;
margin-bottom: 4px;
font-size: 18px; }
2012-12-16 15:29:00 +01:00
/* line 180, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-content .post-heading .post-domain {
line-height: 1;
display: block;
margin-bottom: 4px;
font-size: 13px; }
2012-12-16 15:29:00 +01:00
/* line 187, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta {
2012-08-31 18:58:12 +09:00
font-size: 11px; }
2012-12-16 15:29:00 +01:00
/* line 192, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta .unit {
font-size: 0; }
2012-12-16 15:29:00 +01:00
/* line 194, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta .unit:after {
font-size: 12px;
content: "pts "; }
2012-12-16 15:29:00 +01:00
/* line 201, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions {
display: none; }
2012-12-16 15:29:00 +01:00
/* line 203, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li {
float: none; }
2012-12-16 15:29:00 +01:00
/* line 205, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a {
height: 40px;
width: 40px;
font-size: 30px; }
2012-12-16 15:29:00 +01:00
/* line 209, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a i {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
line-height: 40px;
text-align: center; }
2012-12-16 15:29:00 +01:00
/* line 219, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a .count {
top: 9px; }
2012-12-16 15:29:00 +01:00
/* line 222, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a .action {
display: none; } }