concen 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. data/LICENSE +20 -0
  2. data/lib/concen/version.rb +1 -1
  3. data/public/concen/images/button-grid.png +0 -0
  4. data/public/concen/images/button-next-disabled.png +0 -0
  5. data/public/concen/images/button-next.png +0 -0
  6. data/public/concen/images/button-prev-disabled.png +0 -0
  7. data/public/concen/images/button-prev.png +0 -0
  8. data/public/concen/images/fileuploader-loading.gif +0 -0
  9. data/public/concen/images/glyph-small-check-alt.png +0 -0
  10. data/public/concen/images/glyph-small-check.png +0 -0
  11. data/public/concen/images/glyph-small-delete.png +0 -0
  12. data/public/concen/images/glyph-small-handle.png +0 -0
  13. data/public/concen/images/grid.png +0 -0
  14. data/public/concen/images/icon-handle.png +0 -0
  15. data/public/concen/images/magnifying-glass.png +0 -0
  16. data/public/concen/images/original/button-grid.png +0 -0
  17. data/public/concen/images/original/button-next-disabled.png +0 -0
  18. data/public/concen/images/original/button-next.png +0 -0
  19. data/public/concen/images/original/button-prev-disabled.png +0 -0
  20. data/public/concen/images/original/button-prev.png +0 -0
  21. data/public/concen/images/original/glyph-small-check-alt.png +0 -0
  22. data/public/concen/images/original/glyph-small-check.png +0 -0
  23. data/public/concen/images/original/glyph-small-delete.png +0 -0
  24. data/public/concen/images/original/glyph-small-handle.png +0 -0
  25. data/public/concen/images/original/magnifying-glass.png +0 -0
  26. data/public/concen/images/original/record-visit.gif +0 -0
  27. data/public/concen/images/original/search-field.png +0 -0
  28. data/public/concen/images/record-visit.gif +0 -0
  29. data/public/concen/images/search-field.png +0 -0
  30. data/public/concen/javascripts/ace/ace-uncompressed.js +17635 -0
  31. data/public/concen/javascripts/ace/ace.js +1 -0
  32. data/public/concen/javascripts/ace/cockpit-uncompressed.js +2504 -0
  33. data/public/concen/javascripts/ace/cockpit.js +1 -0
  34. data/public/concen/javascripts/ace/keybinding-emacs.js +1 -0
  35. data/public/concen/javascripts/ace/keybinding-vim.js +1 -0
  36. data/public/concen/javascripts/ace/mode-c_cpp.js +1 -0
  37. data/public/concen/javascripts/ace/mode-clojure.js +1 -0
  38. data/public/concen/javascripts/ace/mode-coffee.js +1 -0
  39. data/public/concen/javascripts/ace/mode-csharp.js +1 -0
  40. data/public/concen/javascripts/ace/mode-css.js +1 -0
  41. data/public/concen/javascripts/ace/mode-groovy.js +1 -0
  42. data/public/concen/javascripts/ace/mode-html.js +1 -0
  43. data/public/concen/javascripts/ace/mode-java.js +1 -0
  44. data/public/concen/javascripts/ace/mode-javascript.js +1 -0
  45. data/public/concen/javascripts/ace/mode-json.js +1 -0
  46. data/public/concen/javascripts/ace/mode-ocaml.js +1 -0
  47. data/public/concen/javascripts/ace/mode-perl.js +1 -0
  48. data/public/concen/javascripts/ace/mode-php.js +1 -0
  49. data/public/concen/javascripts/ace/mode-python.js +1 -0
  50. data/public/concen/javascripts/ace/mode-ruby.js +1 -0
  51. data/public/concen/javascripts/ace/mode-scad.js +1 -0
  52. data/public/concen/javascripts/ace/mode-scala.js +1 -0
  53. data/public/concen/javascripts/ace/mode-scss.js +1 -0
  54. data/public/concen/javascripts/ace/mode-svg.js +1 -0
  55. data/public/concen/javascripts/ace/mode-textile.js +1 -0
  56. data/public/concen/javascripts/ace/mode-xml.js +1 -0
  57. data/public/concen/javascripts/ace/theme-clouds.js +1 -0
  58. data/public/concen/javascripts/ace/theme-clouds_midnight.js +1 -0
  59. data/public/concen/javascripts/ace/theme-cobalt.js +1 -0
  60. data/public/concen/javascripts/ace/theme-crimson_editor.js +1 -0
  61. data/public/concen/javascripts/ace/theme-dawn.js +1 -0
  62. data/public/concen/javascripts/ace/theme-eclipse.js +1 -0
  63. data/public/concen/javascripts/ace/theme-idle_fingers.js +1 -0
  64. data/public/concen/javascripts/ace/theme-kr_theme.js +1 -0
  65. data/public/concen/javascripts/ace/theme-merbivore.js +1 -0
  66. data/public/concen/javascripts/ace/theme-merbivore_soft.js +1 -0
  67. data/public/concen/javascripts/ace/theme-mono_industrial.js +1 -0
  68. data/public/concen/javascripts/ace/theme-monokai.js +1 -0
  69. data/public/concen/javascripts/ace/theme-pastel_on_dark.js +1 -0
  70. data/public/concen/javascripts/ace/theme-solarized_dark.js +1 -0
  71. data/public/concen/javascripts/ace/theme-solarized_light.js +1 -0
  72. data/public/concen/javascripts/ace/theme-textmate.js +1 -0
  73. data/public/concen/javascripts/ace/theme-twilight.js +1 -0
  74. data/public/concen/javascripts/ace/theme-vibrant_ink.js +1 -0
  75. data/public/concen/javascripts/ace/worker-coffee.js +1 -0
  76. data/public/concen/javascripts/ace/worker-css.js +1 -0
  77. data/public/concen/javascripts/ace/worker-javascript.js +1 -0
  78. data/public/concen/javascripts/blank.gif +0 -0
  79. data/public/concen/javascripts/controlcenter.js +173 -0
  80. data/public/concen/javascripts/excanvas.js +1427 -0
  81. data/public/concen/javascripts/fileuploader.js +1251 -0
  82. data/public/concen/javascripts/jquery-ui/jquery.ui.autocomplete.js +612 -0
  83. data/public/concen/javascripts/jquery-ui/jquery.ui.core.js +312 -0
  84. data/public/concen/javascripts/jquery-ui/jquery.ui.draggable.js +823 -0
  85. data/public/concen/javascripts/jquery-ui/jquery.ui.droppable.js +296 -0
  86. data/public/concen/javascripts/jquery-ui/jquery.ui.mouse.js +160 -0
  87. data/public/concen/javascripts/jquery-ui/jquery.ui.position.js +252 -0
  88. data/public/concen/javascripts/jquery-ui/jquery.ui.resizable.js +842 -0
  89. data/public/concen/javascripts/jquery-ui/jquery.ui.sortable.js +1077 -0
  90. data/public/concen/javascripts/jquery-ui/jquery.ui.widget.js +262 -0
  91. data/public/concen/javascripts/jquery.browser.min.js +1 -0
  92. data/public/concen/javascripts/jquery.easing.1.3.js +205 -0
  93. data/public/concen/javascripts/jquery.equal-heights.js +30 -0
  94. data/public/concen/javascripts/jquery.flot.js +2599 -0
  95. data/public/concen/javascripts/jquery.flot.resize.js +60 -0
  96. data/public/concen/javascripts/jquery.flot.stack.js +184 -0
  97. data/public/concen/javascripts/jquery.js +8981 -0
  98. data/public/concen/javascripts/jquery.min.js +18 -0
  99. data/public/concen/javascripts/jquery.placeholder.js +101 -0
  100. data/public/concen/javascripts/jquery.ui.nestedSortable.js +356 -0
  101. data/public/concen/javascripts/jquery_ujs.js +316 -0
  102. data/public/concen/javascripts/modernizr.js +1116 -0
  103. data/public/concen/javascripts/page.js +153 -0
  104. data/public/concen/javascripts/performance.js +110 -0
  105. data/public/concen/javascripts/pxToEm.js +56 -0
  106. data/public/concen/javascripts/status.js +15 -0
  107. data/public/concen/javascripts/traffic.js +113 -0
  108. data/public/concen/javascripts/user.js +14 -0
  109. data/public/concen/stylesheets/application.css +1342 -0
  110. data/public/concen/stylesheets/fileuploader.css +31 -0
  111. data/public/concen/stylesheets/ie.css +124 -0
  112. data/public/concen/stylesheets/jquery.ui.base.css +11 -0
  113. data/public/concen/stylesheets/jquery.ui.core.css +41 -0
  114. data/public/concen/stylesheets/jquery.ui.resizable.css +20 -0
  115. data/public/concen/stylesheets/main.css +1225 -0
  116. data/public/concen/stylesheets/non_ios.css +28 -0
  117. data/public/concen/stylesheets/print.css +84 -0
  118. metadata +141 -25
@@ -0,0 +1,31 @@
1
+ .qq-uploader { position:relative; width: 100%;}
2
+
3
+ .qq-upload-button {
4
+ display:block; /* or inline-block */
5
+ width: 105px; padding: 7px 0; text-align:center;
6
+ background:#880000; border-bottom:1px solid #ddd;color:#fff;
7
+ }
8
+ .qq-upload-button-hover {background:#cc0000;}
9
+ .qq-upload-button-focus {outline:1px dotted black;}
10
+
11
+ .qq-upload-drop-area {
12
+ position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
13
+ background:#FF9797; text-align:center;
14
+ }
15
+ .qq-upload-drop-area span {
16
+ display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
17
+ }
18
+ .qq-upload-drop-area-active {background:#FF7171;}
19
+
20
+ .qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
21
+ .qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
22
+ .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
23
+ margin-right: 7px;
24
+ }
25
+
26
+ .qq-upload-file {}
27
+ .qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
28
+ .qq-upload-size,.qq-upload-cancel {font-size:11px;}
29
+
30
+ .qq-upload-failed-text {display:none;}
31
+ .qq-upload-fail .qq-upload-failed-text {display:inline;}
@@ -0,0 +1,124 @@
1
+ /* line 34, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
2
+ body {
3
+ text-align: center;
4
+ }
5
+ /* line 44, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
6
+ * html body legend {
7
+ margin: 0px -8px 16px 0;
8
+ padding: 0;
9
+ }
10
+ /* line 48, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
11
+ html > body p code {
12
+ *white-space: normal;
13
+ }
14
+
15
+ /* line 60, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
16
+ .container {
17
+ text-align: left;
18
+ }
19
+
20
+ /* line 62, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
21
+ sup {
22
+ vertical-align: text-top;
23
+ }
24
+
25
+ /* line 64, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
26
+ sub {
27
+ vertical-align: text-bottom;
28
+ }
29
+
30
+ /* line 66, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
31
+ hr {
32
+ margin: -8px auto 11px;
33
+ }
34
+
35
+ /* line 68, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
36
+ img {
37
+ -ms-interpolation-mode: bicubic;
38
+ }
39
+
40
+ /* line 70, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
41
+ fieldset {
42
+ padding-top: 0;
43
+ }
44
+
45
+ /* line 72, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
46
+ legend {
47
+ margin-top: -0.2em;
48
+ margin-bottom: 1em;
49
+ margin-left: -0.5em;
50
+ }
51
+
52
+ /* line 76, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
53
+ fieldset, #IE8#HACK {
54
+ padding-top: 1.4em;
55
+ }
56
+
57
+ /* line 77, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
58
+ legend, #IE8#HACK {
59
+ margin-top: 0;
60
+ margin-bottom: 0;
61
+ }
62
+
63
+ /* line 78, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
64
+ textarea {
65
+ overflow: auto;
66
+ }
67
+
68
+ /* line 80, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
69
+ label {
70
+ position: relative;
71
+ top: -0.25em;
72
+ }
73
+
74
+ /* line 84, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
75
+ input.text {
76
+ margin: 0.5em 0;
77
+ background-color: white;
78
+ border: 1px solid #bbbbbb;
79
+ }
80
+ /* line 88, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
81
+ input.text:focus {
82
+ border: 1px solid #666666;
83
+ }
84
+ /* line 90, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
85
+ input.title {
86
+ margin: 0.5em 0;
87
+ background-color: white;
88
+ border: 1px solid #bbbbbb;
89
+ }
90
+ /* line 94, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
91
+ input.title:focus {
92
+ border: 1px solid #666666;
93
+ }
94
+ /* line 96, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
95
+ input.checkbox {
96
+ position: relative;
97
+ top: 0.25em;
98
+ }
99
+ /* line 99, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
100
+ input.radio {
101
+ position: relative;
102
+ top: 0.25em;
103
+ }
104
+ /* line 102, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
105
+ input.button {
106
+ position: relative;
107
+ top: 0.25em;
108
+ }
109
+
110
+ /* line 105, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
111
+ textarea {
112
+ margin: 0.5em 0;
113
+ }
114
+
115
+ /* line 107, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
116
+ select {
117
+ margin: 0.5em 0;
118
+ }
119
+
120
+ /* line 109, /Users/Steve/.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
121
+ button {
122
+ position: relative;
123
+ top: 0.25em;
124
+ }
@@ -0,0 +1,11 @@
1
+ @import url("jquery.ui.core.css");
2
+ @import url("jquery.ui.resizable.css");
3
+ @import url("jquery.ui.selectable.css");
4
+ @import url("jquery.ui.accordion.css");
5
+ @import url("jquery.ui.autocomplete.css");
6
+ @import url("jquery.ui.button.css");
7
+ @import url("jquery.ui.dialog.css");
8
+ @import url("jquery.ui.slider.css");
9
+ @import url("jquery.ui.tabs.css");
10
+ @import url("jquery.ui.datepicker.css");
11
+ @import url("jquery.ui.progressbar.css");
@@ -0,0 +1,41 @@
1
+ /*
2
+ * jQuery UI CSS Framework 1.8.14
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming/API
9
+ */
10
+
11
+ /* Layout helpers
12
+ ----------------------------------*/
13
+ .ui-helper-hidden { display: none; }
14
+ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
+ .ui-helper-clearfix { display: inline-block; }
18
+ /* required comment for clearfix to work in Opera \*/
19
+ * html .ui-helper-clearfix { height:1%; }
20
+ .ui-helper-clearfix { display:block; }
21
+ /* end clearfix */
22
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
23
+
24
+
25
+ /* Interaction Cues
26
+ ----------------------------------*/
27
+ .ui-state-disabled { cursor: default !important; }
28
+
29
+
30
+ /* Icons
31
+ ----------------------------------*/
32
+
33
+ /* states and images */
34
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35
+
36
+
37
+ /* Misc visuals
38
+ ----------------------------------*/
39
+
40
+ /* Overlays */
41
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@@ -0,0 +1,20 @@
1
+ /*
2
+ * jQuery UI Resizable 1.8.14
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Resizable#theming
9
+ */
10
+ .ui-resizable { position: relative;}
11
+ .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
12
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
13
+ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
14
+ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
15
+ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
16
+ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
17
+ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
18
+ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
19
+ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
20
+ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
@@ -0,0 +1,1225 @@
1
+ /* line 17, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2
+ html, body, div, span, applet, object, iframe,
3
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
+ a, abbr, acronym, address, big, cite, code,
5
+ del, dfn, em, img, ins, kbd, q, s, samp,
6
+ small, strike, strong, sub, sup, tt, var,
7
+ b, u, i, center,
8
+ dl, dt, dd, ol, ul, li,
9
+ fieldset, form, label, legend,
10
+ table, caption, tbody, tfoot, thead, tr, th, td,
11
+ article, aside, canvas, details, embed,
12
+ figure, figcaption, footer, header, hgroup,
13
+ menu, nav, output, ruby, section, summary,
14
+ time, mark, audio, video {
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ font-size: 100%;
19
+ font: inherit;
20
+ vertical-align: baseline;
21
+ }
22
+
23
+ /* line 20, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
24
+ body {
25
+ line-height: 1;
26
+ }
27
+
28
+ /* line 22, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
29
+ ol, ul {
30
+ list-style: none;
31
+ }
32
+
33
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
34
+ table {
35
+ border-collapse: collapse;
36
+ border-spacing: 0;
37
+ }
38
+
39
+ /* line 26, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
40
+ caption, th, td {
41
+ text-align: left;
42
+ font-weight: normal;
43
+ vertical-align: middle;
44
+ }
45
+
46
+ /* line 28, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
47
+ q, blockquote {
48
+ quotes: none;
49
+ }
50
+ /* line 101, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51
+ q:before, q:after, blockquote:before, blockquote:after {
52
+ content: "";
53
+ content: none;
54
+ }
55
+
56
+ /* line 30, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
57
+ a img {
58
+ border: none;
59
+ }
60
+
61
+ /* line 115, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
62
+ article, aside, details, figcaption, figure,
63
+ footer, header, hgroup, menu, nav, section {
64
+ display: block;
65
+ }
66
+
67
+ /* line 1, ../../../app/stylesheets/partials/_base.sass */
68
+ html {
69
+ overflow-y: scroll;
70
+ background: white;
71
+ }
72
+
73
+ /* line 5, ../../../app/stylesheets/partials/_base.sass */
74
+ body {
75
+ font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
76
+ line-height: 1.25;
77
+ color: #121249;
78
+ min-width: 820px;
79
+ text-rendering: optimizeLegibility;
80
+ -webkit-text-size-adjust: none;
81
+ }
82
+
83
+ /* line 13, ../../../app/stylesheets/partials/_base.sass */
84
+ h1, h2, h3 {
85
+ font-weight: bold;
86
+ }
87
+
88
+ /* line 16, ../../../app/stylesheets/partials/_base.sass */
89
+ h1 {
90
+ font-size: 20px;
91
+ }
92
+
93
+ /* line 19, ../../../app/stylesheets/partials/_base.sass */
94
+ h2 {
95
+ font-size: 18px;
96
+ }
97
+
98
+ /* line 22, ../../../app/stylesheets/partials/_base.sass */
99
+ h3 {
100
+ font-size: 16px;
101
+ }
102
+
103
+ /* line 25, ../../../app/stylesheets/partials/_base.sass */
104
+ p, ul, ol, li {
105
+ font-size: 14px;
106
+ }
107
+
108
+ /* line 28, ../../../app/stylesheets/partials/_base.sass */
109
+ a {
110
+ color: #121249;
111
+ text-decoration: underline;
112
+ }
113
+ /* line 18, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
114
+ a:visited {
115
+ color: #121249;
116
+ }
117
+ /* line 21, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
118
+ a:focus {
119
+ color: #121249;
120
+ }
121
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
122
+ a:hover {
123
+ color: #121249;
124
+ }
125
+ /* line 27, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
126
+ a:active {
127
+ color: #121249;
128
+ }
129
+
130
+ /* line 32, ../../../app/stylesheets/partials/_base.sass */
131
+ strong {
132
+ font-weight: bold;
133
+ }
134
+
135
+ /* line 35, ../../../app/stylesheets/partials/_base.sass */
136
+ a.link-button {
137
+ font-size: 13px;
138
+ text-decoration: none;
139
+ display: -moz-inline-box;
140
+ -moz-box-orient: vertical;
141
+ display: inline-block;
142
+ vertical-align: middle;
143
+ *vertical-align: auto;
144
+ border: 1px solid #999999;
145
+ padding: 4px 10px;
146
+ font-weight: 500;
147
+ width: auto;
148
+ min-width: 80px;
149
+ max-width: 140px;
150
+ }
151
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
152
+ a.link-button:hover {
153
+ text-decoration: underline;
154
+ }
155
+ /* line 7, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
156
+ a.link-button {
157
+ *display: inline;
158
+ }
159
+
160
+ /* line 46, ../../../app/stylesheets/partials/_base.sass */
161
+ a.link-button:hover {
162
+ background: #f0f0f0;
163
+ text-decoration: none;
164
+ }
165
+
166
+ /* line 50, ../../../app/stylesheets/partials/_base.sass */
167
+ img.visit-recorder {
168
+ position: absolute;
169
+ top: 0;
170
+ left: 0;
171
+ }
172
+
173
+ /* line 55, ../../../app/stylesheets/partials/_base.sass */
174
+ .thick-border {
175
+ position: relative;
176
+ padding: 3px;
177
+ background: #e0e0eb;
178
+ -moz-border-radius: 4px;
179
+ -webkit-border-radius: 4px;
180
+ -o-border-radius: 4px;
181
+ -ms-border-radius: 4px;
182
+ -khtml-border-radius: 4px;
183
+ border-radius: 4px;
184
+ }
185
+ /* line 60, ../../../app/stylesheets/partials/_base.sass */
186
+ .thick-border .border {
187
+ border: 1px solid #8585ad;
188
+ -moz-border-radius: 3px;
189
+ -webkit-border-radius: 3px;
190
+ -o-border-radius: 3px;
191
+ -ms-border-radius: 3px;
192
+ -khtml-border-radius: 3px;
193
+ border-radius: 3px;
194
+ background: white;
195
+ position: relative;
196
+ }
197
+ /* line 65, ../../../app/stylesheets/partials/_base.sass */
198
+ .thick-border .border.with-padding {
199
+ padding: 2px;
200
+ }
201
+
202
+ /* line 69, ../../../app/stylesheets/partials/_base.sass */
203
+ a.thick-border .border {
204
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 1px inset;
205
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 1px inset;
206
+ -o-box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 1px inset;
207
+ box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 1px inset;
208
+ }
209
+ /* line 71, ../../../app/stylesheets/partials/_base.sass */
210
+ a.thick-border:active .border {
211
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px inset;
212
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px inset;
213
+ -o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px inset;
214
+ box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px inset;
215
+ }
216
+
217
+ /* line 74, ../../../app/stylesheets/partials/_base.sass */
218
+ .clearfix {
219
+ overflow: hidden;
220
+ *zoom: 1;
221
+ }
222
+
223
+ /* line 77, ../../../app/stylesheets/partials/_base.sass */
224
+ .center {
225
+ text-align: center;
226
+ }
227
+
228
+ /* line 80, ../../../app/stylesheets/partials/_base.sass */
229
+ .upcase {
230
+ text-transform: uppercase;
231
+ }
232
+
233
+ /* line 83, ../../../app/stylesheets/partials/_base.sass */
234
+ .center {
235
+ text-align: center;
236
+ }
237
+
238
+ /* line 86, ../../../app/stylesheets/partials/_base.sass */
239
+ .clearfix {
240
+ overflow: hidden;
241
+ *zoom: 1;
242
+ }
243
+
244
+ /* line 89, ../../../app/stylesheets/partials/_base.sass */
245
+ .clear {
246
+ clear: both;
247
+ }
248
+
249
+ /* line 92, ../../../app/stylesheets/partials/_base.sass */
250
+ .hidden {
251
+ display: none;
252
+ visibility: hidden;
253
+ }
254
+
255
+ /* line 96, ../../../app/stylesheets/partials/_base.sass */
256
+ .cursor-move {
257
+ cursor: move;
258
+ }
259
+
260
+ /* line 1, ../../../app/stylesheets/partials/_form.sass */
261
+ form {
262
+ overflow: hidden;
263
+ *zoom: 1;
264
+ }
265
+ /* line 3, ../../../app/stylesheets/partials/_form.sass */
266
+ form .field {
267
+ overflow: hidden;
268
+ *zoom: 1;
269
+ margin-bottom: 16px;
270
+ }
271
+ /* line 6, ../../../app/stylesheets/partials/_form.sass */
272
+ form span.align {
273
+ line-height: 30px;
274
+ font-size: 12px;
275
+ vertical-align: middle;
276
+ visibility: hidden;
277
+ }
278
+ /* line 11, ../../../app/stylesheets/partials/_form.sass */
279
+ form .actions {
280
+ margin-left: 120px;
281
+ }
282
+ /* line 13, ../../../app/stylesheets/partials/_form.sass */
283
+ form .actions a {
284
+ font-size: 13px;
285
+ margin-left: 10px;
286
+ text-decoration: none;
287
+ }
288
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
289
+ form .actions a:hover {
290
+ text-decoration: underline;
291
+ }
292
+ /* line 17, ../../../app/stylesheets/partials/_form.sass */
293
+ form .actions.flush {
294
+ margin-left: 0;
295
+ }
296
+ /* line 19, ../../../app/stylesheets/partials/_form.sass */
297
+ form label {
298
+ font-size: 13px;
299
+ float: left;
300
+ width: 120px;
301
+ display: block;
302
+ font-weight: 400;
303
+ line-height: 27px;
304
+ }
305
+ /* line 26, ../../../app/stylesheets/partials/_form.sass */
306
+ form label.blank {
307
+ text-indent: -9999px;
308
+ font-size: 14px;
309
+ line-height: normal;
310
+ }
311
+ /* line 30, ../../../app/stylesheets/partials/_form.sass */
312
+ form label.inline {
313
+ font-size: 13px;
314
+ width: auto;
315
+ float: none;
316
+ display: inline;
317
+ line-height: normal;
318
+ vertical-align: middle;
319
+ }
320
+ /* line 37, ../../../app/stylesheets/partials/_form.sass */
321
+ form input[type=text], form input[type=password], form textarea {
322
+ border: 1px solid #b3b3b3;
323
+ height: 15px;
324
+ padding: 5px 6px;
325
+ color: #121249;
326
+ min-width: 400px;
327
+ font-size: 13px;
328
+ line-height: normal;
329
+ }
330
+ /* line 45, ../../../app/stylesheets/partials/_form.sass */
331
+ form input[type=checkbox], form input[type=radio] {
332
+ margin: 0 3px 0 0;
333
+ padding: 0;
334
+ vertical-align: middle;
335
+ }
336
+ /* line 49, ../../../app/stylesheets/partials/_form.sass */
337
+ form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
338
+ outline: 0;
339
+ border: 1px solid #666666;
340
+ }
341
+ /* line 52, ../../../app/stylesheets/partials/_form.sass */
342
+ form textarea {
343
+ height: 48px;
344
+ }
345
+ /* line 54, ../../../app/stylesheets/partials/_form.sass */
346
+ form textarea.tall {
347
+ height: 300px;
348
+ }
349
+ /* line 56, ../../../app/stylesheets/partials/_form.sass */
350
+ form #errorExplanation ul {
351
+ margin: 10px 0 16px 12px;
352
+ }
353
+ /* line 58, ../../../app/stylesheets/partials/_form.sass */
354
+ form #errorExplanation ul li {
355
+ font-size: 12px;
356
+ list-style-position: inside;
357
+ line-height: 18px;
358
+ color: #f12d40;
359
+ }
360
+
361
+ /* line 64, ../../../app/stylesheets/partials/_form.sass */
362
+ form.edit_child {
363
+ width: 60%;
364
+ }
365
+
366
+ /* line 1, ../../../app/stylesheets/partials/_fileuploader.sass */
367
+ .qq-uploader {
368
+ position: relative;
369
+ }
370
+
371
+ /* line 4, ../../../app/stylesheets/partials/_fileuploader.sass */
372
+ .qq-upload-button {
373
+ display: block;
374
+ color: #121249;
375
+ border: 1px solid #8585ad;
376
+ text-align: center;
377
+ padding: 10px 0;
378
+ height: 20px;
379
+ line-height: 20px;
380
+ font-weight: 600;
381
+ font-size: 16px;
382
+ }
383
+
384
+ /* line 17, ../../../app/stylesheets/partials/_fileuploader.sass */
385
+ .qq-upload-button-focus {
386
+ outline: 1px dotted black;
387
+ }
388
+
389
+ /* line 20, ../../../app/stylesheets/partials/_fileuploader.sass */
390
+ .qq-upload-drop-area {
391
+ position: absolute;
392
+ top: 0;
393
+ left: 0;
394
+ width: 184px;
395
+ height: 20px;
396
+ padding: 10px 0;
397
+ border: 1px solid #8585ad;
398
+ background: white;
399
+ z-index: 2;
400
+ text-align: center;
401
+ }
402
+ /* line 31, ../../../app/stylesheets/partials/_fileuploader.sass */
403
+ .qq-upload-drop-area span {
404
+ display: block;
405
+ position: absolute;
406
+ top: 0;
407
+ left: 0;
408
+ width: 100%;
409
+ height: 20px;
410
+ line-height: 20px;
411
+ padding: 10px 0;
412
+ font-size: 14px;
413
+ text-align: center;
414
+ }
415
+
416
+ /* line 43, ../../../app/stylesheets/partials/_fileuploader.sass */
417
+ .qq-upload-drop-area-active {
418
+ background: #f3f3f7;
419
+ }
420
+
421
+ /* line 46, ../../../app/stylesheets/partials/_fileuploader.sass */
422
+ .qq-upload-list {
423
+ padding: 0;
424
+ list-style: disc;
425
+ list-style-position: outside;
426
+ margin-left: 30px;
427
+ margin-top: 10px;
428
+ }
429
+ /* line 52, ../../../app/stylesheets/partials/_fileuploader.sass */
430
+ .qq-upload-list li {
431
+ margin: 0;
432
+ padding: 0;
433
+ line-height: 15px;
434
+ font-size: 12px;
435
+ }
436
+
437
+ /* line 58, ../../../app/stylesheets/partials/_fileuploader.sass */
438
+ .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
439
+ margin-right: 7px;
440
+ }
441
+
442
+ /* line 63, ../../../app/stylesheets/partials/_fileuploader.sass */
443
+ .qq-upload-spinner {
444
+ display: inline-block;
445
+ background: url("/control_center/images/fileuploader-loading.gif");
446
+ width: 15px;
447
+ height: 15px;
448
+ vertical-align: text-bottom;
449
+ }
450
+
451
+ /* line 70, ../../../app/stylesheets/partials/_fileuploader.sass */
452
+ .qq-upload-size, .qq-upload-cancel {
453
+ font-size: 11px;
454
+ }
455
+
456
+ /* line 73, ../../../app/stylesheets/partials/_fileuploader.sass */
457
+ .qq-upload-failed-text {
458
+ display: none;
459
+ }
460
+
461
+ /* line 76, ../../../app/stylesheets/partials/_fileuploader.sass */
462
+ .qq-upload-fail .qq-upload-failed-text {
463
+ display: inline;
464
+ }
465
+
466
+ @media print {
467
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
468
+ body {
469
+ line-height: 1.5;
470
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
471
+ color: black;
472
+ background: none;
473
+ font-size: 10pt;
474
+ }
475
+
476
+ /* line 45, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
477
+ .container {
478
+ background: none;
479
+ }
480
+
481
+ /* line 47, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
482
+ hr {
483
+ background: #cccccc;
484
+ color: #cccccc;
485
+ width: 100%;
486
+ height: 2px;
487
+ margin: 2em 0;
488
+ padding: 0;
489
+ border: none;
490
+ }
491
+ /* line 55, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
492
+ hr.space {
493
+ background: white;
494
+ color: white;
495
+ }
496
+
497
+ /* line 58, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
498
+ h1, h2, h3, h4, h5, h6 {
499
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
500
+ }
501
+
502
+ /* line 60, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
503
+ code {
504
+ font-size: 0.9em;
505
+ font-family: "andale mono", "lucida console", monospace;
506
+ }
507
+
508
+ /* line 65, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
509
+ a img {
510
+ border: none;
511
+ }
512
+ /* line 68, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
513
+ a:link, a:visited {
514
+ background: transparent;
515
+ font-weight: 700;
516
+ text-decoration: underline;
517
+ }
518
+
519
+ /* line 72, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
520
+ p img.top {
521
+ margin-top: 0;
522
+ }
523
+
524
+ /* line 74, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
525
+ blockquote {
526
+ margin: 1.5em;
527
+ padding: 1em;
528
+ font-style: italic;
529
+ font-size: 0.9em;
530
+ }
531
+
532
+ /* line 79, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
533
+ .small {
534
+ font-size: 0.9em;
535
+ }
536
+
537
+ /* line 81, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
538
+ .large {
539
+ font-size: 1.1em;
540
+ }
541
+
542
+ /* line 83, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
543
+ .quiet {
544
+ color: #999999;
545
+ }
546
+
547
+ /* line 85, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */
548
+ .hide {
549
+ display: none;
550
+ }
551
+ }
552
+ /* line 14, ../../../app/stylesheets/main.sass */
553
+ body.controlcenter header, body.controlcenter #content, body.controlcenter footer {
554
+ width: 960px;
555
+ }
556
+
557
+ /* line 19, ../../../app/stylesheets/main.sass */
558
+ header {
559
+ display: block;
560
+ border-bottom: 1px solid #8585ad;
561
+ margin: 30px auto 0 auto;
562
+ position: relative;
563
+ }
564
+ /* line 24, ../../../app/stylesheets/main.sass */
565
+ header h1 {
566
+ height: 25px;
567
+ line-height: 25px;
568
+ padding-bottom: 15px;
569
+ font-size: 24px;
570
+ }
571
+ /* line 29, ../../../app/stylesheets/main.sass */
572
+ .wf-active header h1 {
573
+ font-weight: 600;
574
+ }
575
+ /* line 31, ../../../app/stylesheets/main.sass */
576
+ header h1 a {
577
+ display: block;
578
+ border-bottom: 0;
579
+ overflow: hidden;
580
+ *zoom: 1;
581
+ }
582
+ /* line 35, ../../../app/stylesheets/main.sass */
583
+ header h1 span {
584
+ float: left;
585
+ }
586
+ /* line 37, ../../../app/stylesheets/main.sass */
587
+ header h1 span.application-name {
588
+ margin-left: 14px;
589
+ font-weight: 400;
590
+ }
591
+ /* line 40, ../../../app/stylesheets/main.sass */
592
+ .wf-active header h1 span.application-name {
593
+ font-weight: 300;
594
+ }
595
+ /* line 42, ../../../app/stylesheets/main.sass */
596
+ header h1 img {
597
+ display: block;
598
+ }
599
+ /* line 45, ../../../app/stylesheets/main.sass */
600
+ header nav ul {
601
+ margin: 0;
602
+ padding: 0;
603
+ border: 0;
604
+ overflow: hidden;
605
+ *zoom: 1;
606
+ font-size: 13px;
607
+ overflow: visible;
608
+ position: absolute;
609
+ top: 4px;
610
+ }
611
+ /* line 60, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
612
+ header nav ul li {
613
+ list-style-image: none;
614
+ list-style-type: none;
615
+ margin-left: 0px;
616
+ white-space: nowrap;
617
+ display: inline;
618
+ float: left;
619
+ padding-left: 10px;
620
+ padding-right: 10px;
621
+ }
622
+ /* line 48, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
623
+ header nav ul li:first-child, header nav ul li.first {
624
+ padding-left: 0;
625
+ }
626
+ /* line 49, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
627
+ header nav ul li:last-child {
628
+ padding-right: 0;
629
+ }
630
+ /* line 50, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
631
+ header nav ul li.last {
632
+ padding-right: 0;
633
+ }
634
+ /* line 51, ../../../app/stylesheets/main.sass */
635
+ header nav ul li a {
636
+ line-height: 17px;
637
+ text-decoration: none;
638
+ }
639
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p180@steverandytantra/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
640
+ header nav ul li a:hover {
641
+ text-decoration: underline;
642
+ }
643
+ /* line 54, ../../../app/stylesheets/main.sass */
644
+ header nav ul.left {
645
+ left: 0;
646
+ }
647
+ /* line 56, ../../../app/stylesheets/main.sass */
648
+ header nav ul.right {
649
+ right: 0;
650
+ }
651
+ /* line 58, ../../../app/stylesheets/main.sass */
652
+ header form {
653
+ position: absolute;
654
+ top: 0;
655
+ right: 0;
656
+ }
657
+ /* line 62, ../../../app/stylesheets/main.sass */
658
+ header input#keyword {
659
+ font-size: 12px;
660
+ line-height: 15px;
661
+ background: url('/../../public/control_center/images/magnifying-glass.png?1292674399');
662
+ background-repeat: no-repeat;
663
+ height: 13px;
664
+ width: 13px;
665
+ background-position: 6px 5px;
666
+ border: 1px solid #b3b3b3;
667
+ outline: none;
668
+ -moz-border-radius: 60px;
669
+ -webkit-border-radius: 60px;
670
+ -o-border-radius: 60px;
671
+ -ms-border-radius: 60px;
672
+ -khtml-border-radius: 60px;
673
+ border-radius: 60px;
674
+ -webkit-appearance: none;
675
+ min-width: 120px;
676
+ width: 120px;
677
+ height: 15px;
678
+ padding: 4px 12px 4px 24px;
679
+ color: #999999;
680
+ }
681
+ /* line 76, ../../../app/stylesheets/main.sass */
682
+ header input#keyword:focus {
683
+ color: #333333;
684
+ }
685
+
686
+ /* line 81, ../../../app/stylesheets/main.sass */
687
+ #content {
688
+ margin: 30px auto 0 auto;
689
+ text-align: left;
690
+ }
691
+ /* line 84, ../../../app/stylesheets/main.sass */
692
+ #content h1 {
693
+ margin-bottom: 30px;
694
+ }
695
+ /* line 86, ../../../app/stylesheets/main.sass */
696
+ .wf-active #content h1 {
697
+ font-weight: 600;
698
+ }
699
+ /* line 88, ../../../app/stylesheets/main.sass */
700
+ #content div.parent-header {
701
+ height: 24px;
702
+ width: 100%;
703
+ position: relative;
704
+ }
705
+ /* line 92, ../../../app/stylesheets/main.sass */
706
+ #content div.parent-header h2 {
707
+ line-height: 24px;
708
+ display: inline;
709
+ margin-bottom: 0;
710
+ }
711
+ /* line 96, ../../../app/stylesheets/main.sass */
712
+ #content div.parent-header p.description {
713
+ font-size: 12px;
714
+ display: inline;
715
+ margin-left: 6px;
716
+ color: #999999;
717
+ }
718
+ /* line 101, ../../../app/stylesheets/main.sass */
719
+ #content div.parent-header p.counter {
720
+ font-style: italic;
721
+ font-size: 18px;
722
+ line-height: 24px;
723
+ float: right;
724
+ }
725
+
726
+ /* line 107, ../../../app/stylesheets/main.sass */
727
+ ul.pages {
728
+ margin-left: 0;
729
+ font-size: 14px;
730
+ }
731
+ /* line 110, ../../../app/stylesheets/main.sass */
732
+ ul.pages p, ul.pages ul p {
733
+ margin-bottom: 10px;
734
+ }
735
+ /* line 112, ../../../app/stylesheets/main.sass */
736
+ ul.pages a, ul.pages ul a {
737
+ font-size: 12px;
738
+ margin-left: 10px;
739
+ }
740
+ /* line 115, ../../../app/stylesheets/main.sass */
741
+ ul.pages ul {
742
+ margin-left: 20px;
743
+ }
744
+
745
+ /* line 118, ../../../app/stylesheets/main.sass */
746
+ section#article {
747
+ width: 774px;
748
+ }
749
+
750
+ /* line 121, ../../../app/stylesheets/main.sass */
751
+ .boxshadow ul.search-result {
752
+ padding-bottom: 0;
753
+ }
754
+ /* line 123, ../../../app/stylesheets/main.sass */
755
+ .boxshadow ul.search-result li.child {
756
+ margin-top: 0;
757
+ margin-bottom: 30px;
758
+ }
759
+ /* line 126, ../../../app/stylesheets/main.sass */
760
+ .boxshadow ul.search-result div.text {
761
+ margin-top: 0;
762
+ }
763
+
764
+ /* line 131, ../../../app/stylesheets/main.sass */
765
+ footer {
766
+ color: #121249;
767
+ margin: 30px auto;
768
+ width: 760px;
769
+ display: block;
770
+ font-size: 12px;
771
+ border-top: 1px solid #8585ad;
772
+ }
773
+ /* line 138, ../../../app/stylesheets/main.sass */
774
+ footer p {
775
+ text-align: center;
776
+ margin: 15px 0 0 0;
777
+ font-size: 12px;
778
+ }
779
+
780
+ /* line 145, ../../../app/stylesheets/main.sass */
781
+ a.prev {
782
+ background: url('/../../public/control_center/images/button-prev.png?1292674399');
783
+ background-repeat: no-repeat;
784
+ height: 26px;
785
+ width: 26px;
786
+ text-indent: -9999px;
787
+ display: block;
788
+ }
789
+
790
+ /* line 150, ../../../app/stylesheets/main.sass */
791
+ a.prev.disabled {
792
+ background: url('/../../public/control_center/images/button-prev-disabled.png?1292674399');
793
+ background-repeat: no-repeat;
794
+ height: 26px;
795
+ width: 26px;
796
+ }
797
+
798
+ /* line 153, ../../../app/stylesheets/main.sass */
799
+ a.next {
800
+ background: url('/../../public/control_center/images/button-next.png?1292674399');
801
+ background-repeat: no-repeat;
802
+ height: 26px;
803
+ width: 26px;
804
+ text-indent: -9999px;
805
+ display: block;
806
+ }
807
+
808
+ /* line 158, ../../../app/stylesheets/main.sass */
809
+ a.next.disabled {
810
+ background: url('/../../public/control_center/images/button-next-disabled.png?1292674399');
811
+ background-repeat: no-repeat;
812
+ height: 26px;
813
+ width: 26px;
814
+ }
815
+
816
+ /* line 161, ../../../app/stylesheets/main.sass */
817
+ a.grid {
818
+ background: url('/../../public/control_center/images/button-grid.png?1292674399');
819
+ background-repeat: no-repeat;
820
+ height: 26px;
821
+ width: 26px;
822
+ text-indent: -9999px;
823
+ display: block;
824
+ }
825
+
826
+ /* line 166, ../../../app/stylesheets/main.sass */
827
+ #file-list {
828
+ width: 260px;
829
+ float: right;
830
+ padding: 0 0 0 20px;
831
+ margin-bottom: 20px;
832
+ text-shadow: white 0px 1px 0px;
833
+ position: relative;
834
+ }
835
+ /* line 174, ../../../app/stylesheets/main.sass */
836
+ #file-list h3 {
837
+ line-height: 1;
838
+ font-size: 13px;
839
+ margin-bottom: 10px;
840
+ position: relative;
841
+ background: #ebebeb;
842
+ padding: 6px 10px;
843
+ text-shadow: white 0px 1px 0px;
844
+ }
845
+ /* line 182, ../../../app/stylesheets/main.sass */
846
+ #file-list a.organize {
847
+ font-size: 12px;
848
+ font-weight: 600;
849
+ line-height: 25px;
850
+ display: block;
851
+ position: absolute;
852
+ top: 0;
853
+ right: 10px;
854
+ color: #999999;
855
+ }
856
+ /* line 191, ../../../app/stylesheets/main.sass */
857
+ #file-list a.sort-path {
858
+ display: none;
859
+ }
860
+ /* line 193, ../../../app/stylesheets/main.sass */
861
+ #file-list ul {
862
+ list-style-position: inside;
863
+ margin-bottom: 20px;
864
+ }
865
+ /* line 196, ../../../app/stylesheets/main.sass */
866
+ #file-list ul li {
867
+ font-size: 12px;
868
+ line-height: 1;
869
+ height: 12px;
870
+ list-style-type: square;
871
+ padding: 8px 10px;
872
+ border-bottom: 1px solid #ebebeb;
873
+ overflow: hidden;
874
+ *zoom: 1;
875
+ }
876
+ /* line 204, ../../../app/stylesheets/main.sass */
877
+ #file-list ul li a {
878
+ font-size: 12px;
879
+ }
880
+ /* line 206, ../../../app/stylesheets/main.sass */
881
+ #file-list ul li .right {
882
+ float: right;
883
+ height: inherit;
884
+ overflow: hidden;
885
+ *zoom: 1;
886
+ }
887
+ /* line 210, ../../../app/stylesheets/main.sass */
888
+ #file-list ul li .right div, #file-list ul li .right a {
889
+ width: 12px;
890
+ height: 12px;
891
+ margin-left: 10px;
892
+ display: block;
893
+ text-indent: -9999px;
894
+ float: left;
895
+ }
896
+ /* line 217, ../../../app/stylesheets/main.sass */
897
+ #file-list ul li .right .check {
898
+ background: url('/../../public/control_center/images/glyph-small-check.png?1292674399');
899
+ background-repeat: no-repeat;
900
+ height: 12px;
901
+ width: 12px;
902
+ }
903
+ /* line 219, ../../../app/stylesheets/main.sass */
904
+ #file-list ul li .right .activate {
905
+ background: url('/../../public/control_center/images/glyph-small-check-alt.png?1292674399');
906
+ background-repeat: no-repeat;
907
+ height: 12px;
908
+ width: 12px;
909
+ }
910
+ /* line 221, ../../../app/stylesheets/main.sass */
911
+ #file-list ul li .right .activate:hover {
912
+ background: url('/../../public/control_center/images/glyph-small-check.png?1292674399');
913
+ background-repeat: no-repeat;
914
+ height: 12px;
915
+ width: 12px;
916
+ }
917
+ /* line 223, ../../../app/stylesheets/main.sass */
918
+ #file-list ul li .right .handle {
919
+ background: url('/../../public/control_center/images/glyph-small-handle.png?1292674399');
920
+ background-repeat: no-repeat;
921
+ height: 12px;
922
+ width: 12px;
923
+ }
924
+ /* line 225, ../../../app/stylesheets/main.sass */
925
+ #file-list ul li .right .delete {
926
+ background: url('/../../public/control_center/images/glyph-small-delete.png?1292674399');
927
+ background-repeat: no-repeat;
928
+ height: 12px;
929
+ width: 12px;
930
+ }
931
+
932
+ /* line 229, ../../../app/stylesheets/main.sass */
933
+ .panels .panel {
934
+ float: left;
935
+ width: 300px;
936
+ margin-right: 30px;
937
+ margin-bottom: 30px;
938
+ font-size: 12px;
939
+ }
940
+ /* line 235, ../../../app/stylesheets/main.sass */
941
+ .panels .panel h3 {
942
+ margin-bottom: 10px;
943
+ line-height: 1;
944
+ background: #ebebeb;
945
+ padding: 6px 10px;
946
+ text-shadow: white 0px 1px 0px;
947
+ }
948
+ /* line 241, ../../../app/stylesheets/main.sass */
949
+ .panels .panel h3 span {
950
+ font-size: 12px;
951
+ margin-left: 2px;
952
+ color: #999999;
953
+ font-weight: 500;
954
+ }
955
+ /* line 247, ../../../app/stylesheets/main.sass */
956
+ .panels .panel h3 span.link a {
957
+ font-size: 10px;
958
+ line-height: 10px;
959
+ float: right;
960
+ display: block;
961
+ border: 1px solid #999999;
962
+ -moz-border-radius: 2px;
963
+ -webkit-border-radius: 2px;
964
+ -o-border-radius: 2px;
965
+ -ms-border-radius: 2px;
966
+ -khtml-border-radius: 2px;
967
+ border-radius: 2px;
968
+ padding: 2px 6px;
969
+ font-weight: 600;
970
+ -moz-box-shadow: 0px 1px 0px white;
971
+ -webkit-box-shadow: 0px 1px 0px white;
972
+ -o-box-shadow: 0px 1px 0px white;
973
+ box-shadow: 0px 1px 0px white;
974
+ margin-left: 8px;
975
+ text-align: center;
976
+ color: #666666;
977
+ background: #e0e0e0;
978
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
979
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
980
+ background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
981
+ background-image: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
982
+ background-image: linear-gradient(top, #f2f2f2, #d9d9d9);
983
+ }
984
+ /* line 262, ../../../app/stylesheets/main.sass */
985
+ .panels .panel h3 span.link a.active, .panels .panel h3 span.link a:active {
986
+ color: #666666;
987
+ border-color: gray;
988
+ background: #d9d9d9;
989
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9d9), color-stop(100%, #f2f2f2));
990
+ background-image: -webkit-linear-gradient(top, #d9d9d9, #f2f2f2);
991
+ background-image: -moz-linear-gradient(top, #d9d9d9, #f2f2f2);
992
+ background-image: -o-linear-gradient(top, #d9d9d9, #f2f2f2);
993
+ background-image: linear-gradient(top, #d9d9d9, #f2f2f2);
994
+ }
995
+ /* line 267, ../../../app/stylesheets/main.sass */
996
+ .panels .panel h3 span.link a:hover {
997
+ text-decoration: none;
998
+ }
999
+ /* line 269, ../../../app/stylesheets/main.sass */
1000
+ .panels .panel h3 span.timezone {
1001
+ font-size: 10px;
1002
+ line-height: 10px;
1003
+ float: right;
1004
+ display: block;
1005
+ border: 1px solid #b3b3b3;
1006
+ -moz-border-radius: 2px;
1007
+ -webkit-border-radius: 2px;
1008
+ -o-border-radius: 2px;
1009
+ -ms-border-radius: 2px;
1010
+ -khtml-border-radius: 2px;
1011
+ border-radius: 2px;
1012
+ padding: 2px 6px;
1013
+ font-weight: 600;
1014
+ -moz-box-shadow: 0px 1px 0px white;
1015
+ -webkit-box-shadow: 0px 1px 0px white;
1016
+ -o-box-shadow: 0px 1px 0px white;
1017
+ box-shadow: 0px 1px 0px white;
1018
+ margin-left: 8px;
1019
+ text-align: center;
1020
+ color: #999999;
1021
+ }
1022
+ /* line 282, ../../../app/stylesheets/main.sass */
1023
+ .panels .panel div.big-text {
1024
+ margin-top: 20px;
1025
+ width: 300px;
1026
+ float: left;
1027
+ margin-right: 30px;
1028
+ }
1029
+ /* line 287, ../../../app/stylesheets/main.sass */
1030
+ .panels .panel div.big-text p {
1031
+ font-weight: 600;
1032
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1033
+ text-align: center;
1034
+ line-height: 1;
1035
+ padding: 0 8px;
1036
+ }
1037
+ /* line 293, ../../../app/stylesheets/main.sass */
1038
+ .panels .panel div.big-text p span.primary {
1039
+ font-size: 32px;
1040
+ }
1041
+ /* line 295, ../../../app/stylesheets/main.sass */
1042
+ .panels .panel div.big-text p span.slash {
1043
+ font-size: 32px;
1044
+ font-weight: 200;
1045
+ margin: 0 10px;
1046
+ }
1047
+ /* line 299, ../../../app/stylesheets/main.sass */
1048
+ .panels .panel div.big-text p span.secondary {
1049
+ font-size: 32px;
1050
+ }
1051
+ /* line 301, ../../../app/stylesheets/main.sass */
1052
+ .panels .panel div.big-text p.label {
1053
+ font-size: 12px;
1054
+ font-weight: 400;
1055
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1056
+ color: #333333;
1057
+ margin-top: 8px;
1058
+ }
1059
+ /* line 307, ../../../app/stylesheets/main.sass */
1060
+ .panels .panel div.big-text p.label.last {
1061
+ margin-bottom: 0;
1062
+ }
1063
+ /* line 309, ../../../app/stylesheets/main.sass */
1064
+ .panels .panel div.big-text.edge {
1065
+ margin-right: 0;
1066
+ }
1067
+ /* line 311, ../../../app/stylesheets/main.sass */
1068
+ .panels .panel ul {
1069
+ width: 100%;
1070
+ }
1071
+ /* line 313, ../../../app/stylesheets/main.sass */
1072
+ .panels .panel ul li {
1073
+ padding: 6px 0;
1074
+ margin: 0 10px;
1075
+ line-height: normal;
1076
+ border-bottom: 1px solid #ebebeb;
1077
+ position: relative;
1078
+ list-style: none;
1079
+ overflow: hidden;
1080
+ }
1081
+ /* line 321, ../../../app/stylesheets/main.sass */
1082
+ .panels .panel ul li a, .panels .panel ul li p {
1083
+ font-size: 12px;
1084
+ line-height: normal;
1085
+ white-space: nowrap;
1086
+ overflow: hidden;
1087
+ -o-text-overflow: ellipsis;
1088
+ -ms-text-overflow: ellipsis;
1089
+ text-overflow: ellipsis;
1090
+ -moz-binding: url('/../../public/control_center/xml/ellipsis.xml#ellipsis');
1091
+ -moz-binding: url("/control_center/stylesheets/xml/ellipsis.xml#ellipsis");
1092
+ display: block;
1093
+ width: 100%;
1094
+ }
1095
+ /* line 329, ../../../app/stylesheets/main.sass */
1096
+ .panels .panel ul li p.right {
1097
+ position: absolute;
1098
+ top: 6px;
1099
+ right: 0;
1100
+ padding-left: 10px;
1101
+ background: white;
1102
+ width: auto;
1103
+ }
1104
+ /* line 337, ../../../app/stylesheets/main.sass */
1105
+ .panels .panel.wide {
1106
+ width: 960px;
1107
+ margin-right: 0;
1108
+ }
1109
+ /* line 340, ../../../app/stylesheets/main.sass */
1110
+ .panels .edge {
1111
+ margin-right: 0px;
1112
+ }
1113
+ /* line 342, ../../../app/stylesheets/main.sass */
1114
+ .panels ul.historical-visits {
1115
+ list-style-type: none;
1116
+ border: none;
1117
+ }
1118
+ /* line 345, ../../../app/stylesheets/main.sass */
1119
+ .panels ul.historical-visits li {
1120
+ float: right;
1121
+ width: 40px;
1122
+ padding: 0;
1123
+ margin: 0;
1124
+ height: 142px;
1125
+ border: none;
1126
+ }
1127
+ /* line 352, ../../../app/stylesheets/main.sass */
1128
+ .panels ul.historical-visits li div.count {
1129
+ height: 120px;
1130
+ position: relative;
1131
+ }
1132
+ /* line 355, ../../../app/stylesheets/main.sass */
1133
+ .panels ul.historical-visits li div.total, .panels ul.historical-visits li div.unique {
1134
+ position: absolute;
1135
+ bottom: 0;
1136
+ left: 0;
1137
+ width: 100%;
1138
+ }
1139
+ /* line 360, ../../../app/stylesheets/main.sass */
1140
+ .panels ul.historical-visits li div.total {
1141
+ background: #43d166;
1142
+ z-index: 10;
1143
+ }
1144
+ /* line 363, ../../../app/stylesheets/main.sass */
1145
+ .panels ul.historical-visits li div.unique {
1146
+ background: #9aeeb0;
1147
+ z-index: 11;
1148
+ }
1149
+ /* line 366, ../../../app/stylesheets/main.sass */
1150
+ .panels ul.historical-visits li p {
1151
+ margin-top: 8px;
1152
+ height: 14px;
1153
+ font-size: 11px;
1154
+ line-height: 14px;
1155
+ text-align: center;
1156
+ }
1157
+
1158
+ /* line 375, ../../../app/stylesheets/main.sass */
1159
+ .qtip-content {
1160
+ font-size: 13px;
1161
+ color: #333333;
1162
+ background: white;
1163
+ }
1164
+
1165
+ /* line 382, ../../../app/stylesheets/main.sass */
1166
+ .qtip-wrapper {
1167
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1168
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1169
+ -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1170
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1171
+ }
1172
+
1173
+ /* line 387, ../../../app/stylesheets/main.sass */
1174
+ #text-editor {
1175
+ width: 700px;
1176
+ height: 400px;
1177
+ line-height: normal;
1178
+ position: relative;
1179
+ }
1180
+ /* line 392, ../../../app/stylesheets/main.sass */
1181
+ #text-editor.wide {
1182
+ width: 950px;
1183
+ }
1184
+
1185
+ /* line 395, ../../../app/stylesheets/main.sass */
1186
+ .ace_gutter {
1187
+ display: none;
1188
+ }
1189
+
1190
+ /* line 398, ../../../app/stylesheets/main.sass */
1191
+ #files {
1192
+ float: right;
1193
+ }
1194
+ /* line 400, ../../../app/stylesheets/main.sass */
1195
+ #files div.border {
1196
+ padding: 20px;
1197
+ width: 178px;
1198
+ }
1199
+ /* line 403, ../../../app/stylesheets/main.sass */
1200
+ #files #file-uploader {
1201
+ margin-bottom: 20px;
1202
+ }
1203
+ /* line 405, ../../../app/stylesheets/main.sass */
1204
+ #files ul {
1205
+ list-style: disc inside;
1206
+ }
1207
+ /* line 407, ../../../app/stylesheets/main.sass */
1208
+ #files ul li {
1209
+ font-size: 12px;
1210
+ margin: 10px 0;
1211
+ }
1212
+ /* line 410, ../../../app/stylesheets/main.sass */
1213
+ #files ul li a {
1214
+ color: #8585ad;
1215
+ margin-right: 4px;
1216
+ }
1217
+ /* line 413, ../../../app/stylesheets/main.sass */
1218
+ #files ul li a.filename {
1219
+ color: #121249;
1220
+ }
1221
+
1222
+ /* line 416, ../../../app/stylesheets/main.sass */
1223
+ form.with-text-editor {
1224
+ float: left;
1225
+ }