rich_table_component 0.0.1 → 0.0.2

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 (213) hide show
  1. data/README.md +156 -139
  2. data/app/helpers/component_helper.rb +176 -0
  3. data/app/helpers/documents_helper.rb +22 -0
  4. data/app/helpers/menus_helper.rb +182 -0
  5. data/app/helpers/paragraph_helper.rb +57 -0
  6. data/app/helpers/translations_helper.rb +9 -0
  7. data/app/views/application/_document_fields.html.haml +20 -0
  8. data/app/views/application/_edit.html.haml +11 -0
  9. data/app/views/application/_new.html.haml +11 -0
  10. data/app/views/application/access_denied.js.erb +5 -0
  11. data/app/views/application/create.js.erb +19 -0
  12. data/app/views/application/destroy.js.erb +9 -0
  13. data/app/views/application/destroy_fail.js.erb +2 -0
  14. data/app/views/application/edit.html.haml +8 -0
  15. data/app/views/application/edit.js.erb +28 -0
  16. data/app/views/application/index.js.erb +7 -0
  17. data/app/views/application/index.pdf.haml +87 -0
  18. data/app/views/application/index.xls.haml +64 -0
  19. data/app/views/application/new.html.haml +7 -0
  20. data/app/views/application/new.js.erb +23 -0
  21. data/app/views/application/recapitulation.js.erb +12 -0
  22. data/app/views/application/recapitulation.pdf.haml +68 -0
  23. data/app/views/application/recapitulation.xls.haml +41 -0
  24. data/app/views/application/session_expired.js.erb +5 -0
  25. data/app/views/application/show.js.erb +29 -0
  26. data/app/views/application/update.js.erb +15 -0
  27. data/app/views/layouts/print/pdf.html.haml +8 -0
  28. data/app/views/layouts/print/recapitulation.html.haml +8 -0
  29. data/app/views/rich_table_component/_notification.html.haml +9 -0
  30. data/app/views/rich_table_component/_pagination.html.haml +11 -0
  31. data/app/views/rich_table_component/_recapitulation_matrix_groups.html.haml +42 -0
  32. data/app/views/rich_table_component/component/_ajax_upload.html.haml +6 -0
  33. data/app/views/rich_table_component/component/_ajax_upload_result.html.haml +2 -0
  34. data/app/views/rich_table_component/component/_breadcrumbs.html.haml +25 -0
  35. data/app/views/rich_table_component/component/_breadcrumbs_dropdown.html.haml +18 -0
  36. data/app/views/rich_table_component/component/_tabbed.html.haml +5 -0
  37. data/app/views/rich_table_component/rtc/_advanced_search.html.haml +95 -0
  38. data/app/views/rich_table_component/rtc/_advanced_search_recapitulation.html.haml +90 -0
  39. data/app/views/rich_table_component/rtc/_component.html.haml +62 -0
  40. data/app/views/rich_table_component/rtc/_component_actions.html.haml +69 -0
  41. data/app/views/rich_table_component/rtc/_component_content.html.haml +37 -0
  42. data/app/views/rich_table_component/rtc/_component_title.html.haml +37 -0
  43. data/app/views/rich_table_component/rtc/_content.html.haml +22 -0
  44. data/app/views/rich_table_component/rtc/_footer.html.haml +4 -0
  45. data/app/views/rich_table_component/rtc/_header.html.haml +56 -0
  46. data/app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml +25 -0
  47. data/app/views/rich_table_component/rtc/_recapitulation_matrix_form.html.haml +47 -0
  48. data/app/views/rich_table_component/rtc/_table.html.haml +22 -0
  49. data/lib/pagination_list_link_renderer.rb +51 -0
  50. data/lib/rich_table_component/version.rb +1 -1
  51. data/lib/rich_table_component.rb +0 -8
  52. data/rich_table_component.gemspec +0 -1
  53. data/vendor/assets/images/icons/file_extension/file_extension_.png +0 -0
  54. data/vendor/assets/images/icons/file_extension/file_extension_3gp.png +0 -0
  55. data/vendor/assets/images/icons/file_extension/file_extension_7z.png +0 -0
  56. data/vendor/assets/images/icons/file_extension/file_extension_ace.png +0 -0
  57. data/vendor/assets/images/icons/file_extension/file_extension_ai.png +0 -0
  58. data/vendor/assets/images/icons/file_extension/file_extension_aif.png +0 -0
  59. data/vendor/assets/images/icons/file_extension/file_extension_aiff.png +0 -0
  60. data/vendor/assets/images/icons/file_extension/file_extension_amr.png +0 -0
  61. data/vendor/assets/images/icons/file_extension/file_extension_asf.png +0 -0
  62. data/vendor/assets/images/icons/file_extension/file_extension_asx.png +0 -0
  63. data/vendor/assets/images/icons/file_extension/file_extension_bat.png +0 -0
  64. data/vendor/assets/images/icons/file_extension/file_extension_bin.png +0 -0
  65. data/vendor/assets/images/icons/file_extension/file_extension_bmp.png +0 -0
  66. data/vendor/assets/images/icons/file_extension/file_extension_bup.png +0 -0
  67. data/vendor/assets/images/icons/file_extension/file_extension_cab.png +0 -0
  68. data/vendor/assets/images/icons/file_extension/file_extension_cbr.png +0 -0
  69. data/vendor/assets/images/icons/file_extension/file_extension_cda.png +0 -0
  70. data/vendor/assets/images/icons/file_extension/file_extension_cdl.png +0 -0
  71. data/vendor/assets/images/icons/file_extension/file_extension_cdr.png +0 -0
  72. data/vendor/assets/images/icons/file_extension/file_extension_chm.png +0 -0
  73. data/vendor/assets/images/icons/file_extension/file_extension_dat.png +0 -0
  74. data/vendor/assets/images/icons/file_extension/file_extension_divx.png +0 -0
  75. data/vendor/assets/images/icons/file_extension/file_extension_dll.png +0 -0
  76. data/vendor/assets/images/icons/file_extension/file_extension_dmg.png +0 -0
  77. data/vendor/assets/images/icons/file_extension/file_extension_doc.png +0 -0
  78. data/vendor/assets/images/icons/file_extension/file_extension_dss.png +0 -0
  79. data/vendor/assets/images/icons/file_extension/file_extension_dvf.png +0 -0
  80. data/vendor/assets/images/icons/file_extension/file_extension_dwg.png +0 -0
  81. data/vendor/assets/images/icons/file_extension/file_extension_eml.png +0 -0
  82. data/vendor/assets/images/icons/file_extension/file_extension_eps.png +0 -0
  83. data/vendor/assets/images/icons/file_extension/file_extension_exe.png +0 -0
  84. data/vendor/assets/images/icons/file_extension/file_extension_fla.png +0 -0
  85. data/vendor/assets/images/icons/file_extension/file_extension_flv.png +0 -0
  86. data/vendor/assets/images/icons/file_extension/file_extension_gif.png +0 -0
  87. data/vendor/assets/images/icons/file_extension/file_extension_gz.png +0 -0
  88. data/vendor/assets/images/icons/file_extension/file_extension_hqx.png +0 -0
  89. data/vendor/assets/images/icons/file_extension/file_extension_htm.png +0 -0
  90. data/vendor/assets/images/icons/file_extension/file_extension_html.png +0 -0
  91. data/vendor/assets/images/icons/file_extension/file_extension_ifo.png +0 -0
  92. data/vendor/assets/images/icons/file_extension/file_extension_indd.png +0 -0
  93. data/vendor/assets/images/icons/file_extension/file_extension_iso.png +0 -0
  94. data/vendor/assets/images/icons/file_extension/file_extension_jar.png +0 -0
  95. data/vendor/assets/images/icons/file_extension/file_extension_jpeg.png +0 -0
  96. data/vendor/assets/images/icons/file_extension/file_extension_jpg.png +0 -0
  97. data/vendor/assets/images/icons/file_extension/file_extension_lnk.png +0 -0
  98. data/vendor/assets/images/icons/file_extension/file_extension_log.png +0 -0
  99. data/vendor/assets/images/icons/file_extension/file_extension_m4a.png +0 -0
  100. data/vendor/assets/images/icons/file_extension/file_extension_m4b.png +0 -0
  101. data/vendor/assets/images/icons/file_extension/file_extension_m4p.png +0 -0
  102. data/vendor/assets/images/icons/file_extension/file_extension_m4v.png +0 -0
  103. data/vendor/assets/images/icons/file_extension/file_extension_mcd.png +0 -0
  104. data/vendor/assets/images/icons/file_extension/file_extension_mdb.png +0 -0
  105. data/vendor/assets/images/icons/file_extension/file_extension_mid.png +0 -0
  106. data/vendor/assets/images/icons/file_extension/file_extension_mov.png +0 -0
  107. data/vendor/assets/images/icons/file_extension/file_extension_mp2.png +0 -0
  108. data/vendor/assets/images/icons/file_extension/file_extension_mp4.png +0 -0
  109. data/vendor/assets/images/icons/file_extension/file_extension_mpeg.png +0 -0
  110. data/vendor/assets/images/icons/file_extension/file_extension_mpg.png +0 -0
  111. data/vendor/assets/images/icons/file_extension/file_extension_msi.png +0 -0
  112. data/vendor/assets/images/icons/file_extension/file_extension_mswmm.png +0 -0
  113. data/vendor/assets/images/icons/file_extension/file_extension_ogg.png +0 -0
  114. data/vendor/assets/images/icons/file_extension/file_extension_pdf.png +0 -0
  115. data/vendor/assets/images/icons/file_extension/file_extension_png.png +0 -0
  116. data/vendor/assets/images/icons/file_extension/file_extension_pps.png +0 -0
  117. data/vendor/assets/images/icons/file_extension/file_extension_ppt.png +0 -0
  118. data/vendor/assets/images/icons/file_extension/file_extension_ps.png +0 -0
  119. data/vendor/assets/images/icons/file_extension/file_extension_psd.png +0 -0
  120. data/vendor/assets/images/icons/file_extension/file_extension_pst.png +0 -0
  121. data/vendor/assets/images/icons/file_extension/file_extension_ptb.png +0 -0
  122. data/vendor/assets/images/icons/file_extension/file_extension_pub.png +0 -0
  123. data/vendor/assets/images/icons/file_extension/file_extension_qbb.png +0 -0
  124. data/vendor/assets/images/icons/file_extension/file_extension_qbw.png +0 -0
  125. data/vendor/assets/images/icons/file_extension/file_extension_qxd.png +0 -0
  126. data/vendor/assets/images/icons/file_extension/file_extension_ram.png +0 -0
  127. data/vendor/assets/images/icons/file_extension/file_extension_rar.png +0 -0
  128. data/vendor/assets/images/icons/file_extension/file_extension_rm.png +0 -0
  129. data/vendor/assets/images/icons/file_extension/file_extension_rmvb.png +0 -0
  130. data/vendor/assets/images/icons/file_extension/file_extension_rtf.png +0 -0
  131. data/vendor/assets/images/icons/file_extension/file_extension_sea.png +0 -0
  132. data/vendor/assets/images/icons/file_extension/file_extension_ses.png +0 -0
  133. data/vendor/assets/images/icons/file_extension/file_extension_sit.png +0 -0
  134. data/vendor/assets/images/icons/file_extension/file_extension_sitx.png +0 -0
  135. data/vendor/assets/images/icons/file_extension/file_extension_ss.png +0 -0
  136. data/vendor/assets/images/icons/file_extension/file_extension_swf.png +0 -0
  137. data/vendor/assets/images/icons/file_extension/file_extension_tgz.png +0 -0
  138. data/vendor/assets/images/icons/file_extension/file_extension_thm.png +0 -0
  139. data/vendor/assets/images/icons/file_extension/file_extension_tif.png +0 -0
  140. data/vendor/assets/images/icons/file_extension/file_extension_tmp.png +0 -0
  141. data/vendor/assets/images/icons/file_extension/file_extension_torrent.png +0 -0
  142. data/vendor/assets/images/icons/file_extension/file_extension_ttf.png +0 -0
  143. data/vendor/assets/images/icons/file_extension/file_extension_txt.png +0 -0
  144. data/vendor/assets/images/icons/file_extension/file_extension_vcd.png +0 -0
  145. data/vendor/assets/images/icons/file_extension/file_extension_vob.png +0 -0
  146. data/vendor/assets/images/icons/file_extension/file_extension_wav.png +0 -0
  147. data/vendor/assets/images/icons/file_extension/file_extension_wma.png +0 -0
  148. data/vendor/assets/images/icons/file_extension/file_extension_wmv.png +0 -0
  149. data/vendor/assets/images/icons/file_extension/file_extension_wps.png +0 -0
  150. data/vendor/assets/images/icons/file_extension/file_extension_xls.png +0 -0
  151. data/vendor/assets/images/icons/file_extension/file_extension_xpi.png +0 -0
  152. data/vendor/assets/images/icons/file_extension/file_extension_zip.png +0 -0
  153. data/vendor/assets/images/loading_image.gif +0 -0
  154. data/vendor/assets/images/pbar-ani.gif +0 -0
  155. data/vendor/assets/javascripts/admin/starqle.grid.js +708 -0
  156. data/vendor/assets/javascripts/admin/starqle.ui.jquery.js +927 -0
  157. data/vendor/assets/javascripts/ckeditor/config.js +112 -0
  158. data/vendor/assets/javascripts/jquery-ui-1.8.13.custom.min.js +445 -0
  159. data/vendor/assets/javascripts/jquery.fileupload-ui.js +533 -0
  160. data/vendor/assets/javascripts/jquery.fileupload.js +975 -0
  161. data/vendor/assets/javascripts/jquery.tmpl.min.js +1 -0
  162. data/vendor/assets/javascripts/jquery.tokeninput.js +860 -0
  163. data/vendor/assets/javascripts/nested_attribute_action.js +19 -0
  164. data/vendor/assets/javascripts/rich_table_component.js +51 -0
  165. data/vendor/assets/stylesheets/fontfaces/england_hand_db/Freeware License.txt +5 -0
  166. data/vendor/assets/stylesheets/fontfaces/england_hand_db/england-webfont.eot +0 -0
  167. data/vendor/assets/stylesheets/fontfaces/england_hand_db/england-webfont.svg +146 -0
  168. data/vendor/assets/stylesheets/fontfaces/england_hand_db/england-webfont.ttf +0 -0
  169. data/vendor/assets/stylesheets/fontfaces/england_hand_db/england-webfont.woff +0 -0
  170. data/vendor/assets/stylesheets/fontfaces/england_hand_db/stylesheet.css +16 -0
  171. data/vendor/assets/stylesheets/fontfaces/museo300-regular-webfont.eot +0 -0
  172. data/vendor/assets/stylesheets/fontfaces/museo300-regular-webfont.svg +249 -0
  173. data/vendor/assets/stylesheets/fontfaces/museo300-regular-webfont.ttf +0 -0
  174. data/vendor/assets/stylesheets/fontfaces/museo300-regular-webfont.woff +0 -0
  175. data/vendor/assets/stylesheets/fontfaces/museo500-regular-webfont.eot +0 -0
  176. data/vendor/assets/stylesheets/fontfaces/museo500-regular-webfont.svg +249 -0
  177. data/vendor/assets/stylesheets/fontfaces/museo500-regular-webfont.ttf +0 -0
  178. data/vendor/assets/stylesheets/fontfaces/museo500-regular-webfont.woff +0 -0
  179. data/vendor/assets/stylesheets/fontfaces/museo700-regular-webfont.eot +0 -0
  180. data/vendor/assets/stylesheets/fontfaces/museo700-regular-webfont.svg +249 -0
  181. data/vendor/assets/stylesheets/fontfaces/museo700-regular-webfont.ttf +0 -0
  182. data/vendor/assets/stylesheets/fontfaces/museo700-regular-webfont.woff +0 -0
  183. data/vendor/assets/stylesheets/partial/_base_functions.sass +101 -0
  184. data/vendor/assets/stylesheets/partial/_base_variables.sass +76 -0
  185. data/vendor/assets/stylesheets/partial/_form.sass +57 -0
  186. data/vendor/assets/stylesheets/partial/_grid.css +374 -0
  187. data/vendor/assets/stylesheets/partial/_notification.sass +33 -0
  188. data/vendor/assets/stylesheets/partial/_position.sass +122 -0
  189. data/vendor/assets/stylesheets/partial/_starqle.ui.grid.sass +495 -0
  190. data/vendor/assets/stylesheets/partial/_style.sass +674 -0
  191. data/vendor/assets/stylesheets/partial/_tabbed.sass +33 -0
  192. data/vendor/assets/stylesheets/partial/_user_component.sass +2 -0
  193. data/vendor/assets/stylesheets/rich_table_component/_custom.sass +0 -0
  194. data/vendor/assets/stylesheets/rich_table_component.css +18 -0
  195. data/vendor/assets/stylesheets/rtc_bootstrap_and_overrides.css.less +315 -0
  196. data/vendor/assets/stylesheets/rtc_config.sass +31 -0
  197. data/vendor/assets/stylesheets/rtc_jquery.fileupload-ui.css +155 -0
  198. data/vendor/assets/stylesheets/smoothness/images/Thumbs.db +0 -0
  199. data/vendor/assets/stylesheets/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  200. data/vendor/assets/stylesheets/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  201. data/vendor/assets/stylesheets/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  202. data/vendor/assets/stylesheets/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  203. data/vendor/assets/stylesheets/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  204. data/vendor/assets/stylesheets/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  205. data/vendor/assets/stylesheets/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  206. data/vendor/assets/stylesheets/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  207. data/vendor/assets/stylesheets/smoothness/images/ui-icons_222222_256x240.png +0 -0
  208. data/vendor/assets/stylesheets/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  209. data/vendor/assets/stylesheets/smoothness/images/ui-icons_454545_256x240.png +0 -0
  210. data/vendor/assets/stylesheets/smoothness/images/ui-icons_888888_256x240.png +0 -0
  211. data/vendor/assets/stylesheets/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  212. data/vendor/assets/stylesheets/smoothness/jquery-ui-1.8.11.custom.css +573 -0
  213. metadata +209 -17
@@ -0,0 +1,674 @@
1
+ // General element style
2
+ a
3
+ color: $second_color
4
+ text-decoration: none
5
+ display: inline-block
6
+ +transition-property(color)
7
+ +transition-duration(0.5s)
8
+ &:hover
9
+ color: $third_color
10
+ text-decoration: underline
11
+
12
+ h1
13
+ font: #{$main_font_size * 3} Museo700, $display_font_family
14
+ color: $dark_color
15
+ padding-top: $main_font_size * 1.8
16
+ padding-bottom: $main_font_size * 0.8
17
+ a
18
+ color: $dark_color
19
+
20
+ h2
21
+ font: #{$main_font_size * 1.8} $main_font_family
22
+ color: $dark_color
23
+ padding-top: $main_font_size * 1.2
24
+ padding-bottom: $main_font_size * 0.3
25
+
26
+ h3
27
+ font: #{$main_font_size * 1.2} $main_font_family
28
+ color: $third_color
29
+
30
+ h4
31
+ font: #{$main_font_size * 0.9} $main_font_family
32
+ font-weight: bold
33
+
34
+ h5
35
+ font: #{$main_font_size * 0.7} $main_font_family
36
+ font-weight: bold
37
+
38
+
39
+ p
40
+ line-height: $main_font_size * 1.7
41
+ padding: ($main_font_size * 0.75) 0
42
+
43
+ img
44
+ vertical-align: bottom
45
+
46
+ body
47
+ background: $body_bgcolor
48
+ font: $main_font_size $main_font_family
49
+ color: $main_text_color
50
+
51
+ #wrapper
52
+ background: $body_bgcolor url($images_dir + "unm_pinisi.png") no-repeat center bottom
53
+ overflow: hidden
54
+ #header_region.region
55
+ background-color: lighten($dark_color, 95)
56
+ position: relative
57
+ height: 100px
58
+ z-index: 1000
59
+ +box-shadow(0px -8px 4px 10px transparentize($dark_color, 0.7))
60
+ .area
61
+ &#header_area
62
+ position: relative
63
+ #toolbar_component.component
64
+ position: absolute
65
+ right: 0px
66
+ font-size: $main_font_size * 0.85
67
+ text-align: right
68
+ padding: 10px 0px
69
+ &#navigation_area
70
+ +rect_absolute(960, 50, 0, 128, lighten($dark_color, 85))
71
+ border-bottom: 2px solid $second_color
72
+ #logo_component
73
+ a
74
+ +rect_absolute(204, 76, 10, 10, url($images_dir + "unm.png") left bottom)
75
+ &:hover
76
+ background-position: left top
77
+
78
+ #main_region.region
79
+ padding-top: 10px
80
+ padding-bottom: 50px
81
+ overflow: hidden
82
+ .area
83
+ &#yielded_area
84
+ .breadcrumb_component
85
+ .home_breadcrumb
86
+ .comments_component
87
+ .comment_entry_form
88
+ .entry_content
89
+ margin-left: 80px
90
+ .entry_user
91
+ margin-top: 10px
92
+ margin-left: -80px
93
+ float: left
94
+
95
+ .comment_entry
96
+ overflow: hidden
97
+ margin-bottom: 10px
98
+ .entry_content
99
+ background-color: $table_background_color
100
+ +box-shadow(0 0 0 1px $table_border_color inset)
101
+ margin-left: 80px
102
+ .entry_user
103
+ margin-left: -80px
104
+ float: left
105
+ .entry_description
106
+ .entry_description_head
107
+ padding: 5px 10px
108
+ margin: 1px
109
+ .entry_description_body
110
+ padding: 10px
111
+ margin: 1px
112
+ background: $bright_color
113
+
114
+ .see_more_part
115
+ text-align: center
116
+ a
117
+ position: relative
118
+ top: -20px
119
+ font-size: 12px
120
+
121
+ &#featured_area
122
+ #featured_component.component
123
+ .component_content
124
+ position: relative
125
+ height: 300px
126
+ background-color: lighten($dark_color, 90)
127
+ // +border-radius($medium_radius)
128
+ .entry
129
+ position: relative
130
+ height: 300px
131
+ .entry_title
132
+ +absolute(0, 0)
133
+ line-height: 100%
134
+ padding: 0px
135
+ margin: 0px
136
+ a
137
+ display: inline-block
138
+ color: white
139
+ padding: 20px 20px
140
+ background-color: transparentize($second_color, 0.3)
141
+ &:hover
142
+ background-color: $second_color
143
+
144
+ .entry_content
145
+
146
+ .st_thumbs
147
+ +absolute_rb(5, 0)
148
+ .st_thumbs_item
149
+ +rect(20, 20)
150
+ margin: 3px
151
+ background-color: transparentize($second_color, 0.3)
152
+ cursor: pointer
153
+ &.selected
154
+ background-color: $second_color
155
+ &:hover
156
+ background-color: $second_color
157
+ +rect(22, 22)
158
+ margin: 2px
159
+
160
+
161
+
162
+
163
+
164
+ &#main_area
165
+ #latest_news_component
166
+ .entries
167
+ .entry
168
+ padding: 5px 10px 5px 84px
169
+ overflow: hidden
170
+ background-color: lighten($dark_color, 98)
171
+ margin-bottom: 2px
172
+ &:hover
173
+ background-color: lighten($dark_color, 95)
174
+ .entry_content
175
+ margin-top: $main_font_size * -0.5
176
+
177
+ .entry_featured_image
178
+ +rect(64, 64)
179
+ margin-left: -74px
180
+ float: left
181
+ overflow: hidden
182
+ img.not_found
183
+ +opacity(0.1)
184
+
185
+
186
+ &#sidebar_area
187
+ .component
188
+ .component_content
189
+ +box-shadow(0 0 0 1px $theme_border_box_shadow_color inset)
190
+ padding: 20px 20px
191
+ +background-image(linear-gradient(lighten($table_background_color, 10), lighten($table_background_color, 8) 30px, lighten($table_background_color, 6) 100px))
192
+ .user_component
193
+ .component_content
194
+ +box-shadow(none)
195
+ background: none
196
+ height: 75px
197
+ padding: 0px
198
+ margin-left: 70px
199
+
200
+ .avatar_part
201
+ margin-left: -70px
202
+ float: left
203
+ .user_detail_part
204
+ .user_name
205
+ a
206
+ font-weight: bold
207
+ color: $dark_color
208
+
209
+ .component
210
+ .entry
211
+ .entry_title
212
+ .entry_content
213
+ .field
214
+ font: #{$main_font_size * 0.9}/#{$main_font_size * 0.9}
215
+ padding-left: 30%
216
+ clear: both
217
+ float: none
218
+ label
219
+ font-weight: bold
220
+ margin-left: #{(-300/7)+'%'}
221
+ width: #{(-150/7)+'%'}
222
+ float: left
223
+ .field_content
224
+ text-align: right
225
+ .continue_reading_part
226
+ font-size: $main_font_size * 0.9
227
+ font-style: italic
228
+ color: lighten($main_text_color, 50)
229
+ &:hover
230
+ color: $third_color
231
+
232
+ ul, ol
233
+ padding: ($main_font_size * 0.5) 0
234
+ > li
235
+ line-height: $main_font_size * 1.7
236
+ padding: ($main_font_size * 0.25) 0
237
+ list-style: disc
238
+ margin-left: $main_font_size * 3
239
+ ul, ol
240
+ > li
241
+ line-height: $main_font_size * 1.7
242
+ padding: 0
243
+ ol
244
+ > li
245
+ list-style: decimal
246
+
247
+ blockquote
248
+ padding: 0px 20px
249
+ margin-top: 20px
250
+ margin-bottom: 20px
251
+ background-color: mix($theme_color, white, 4%)
252
+ p
253
+ font-family: $quote_font_family
254
+ font-size: $main_font_size * 1.5
255
+ line-height: $main_font_size * 1.5 * 1.5
256
+
257
+
258
+
259
+ &.single_component
260
+ .entry
261
+ .entry_title
262
+ .entry_content
263
+ .entry_meta
264
+ font-size: $main_font_size * 0.85
265
+ color: $thin_color
266
+ padding-top: $main_font_size
267
+ padding-bottom: $main_font_size * 2
268
+ overflow: hidden
269
+
270
+ .part
271
+ display: inline-block
272
+ float: left
273
+ margin-right: 20px
274
+ .part_label
275
+ margin-right: 5px
276
+ .part_value
277
+ color: $main_text_color
278
+ background-color: mix($thin_color, white, 25)
279
+ padding: 1px 5px
280
+ +border-radius(8px)
281
+
282
+ .right_part
283
+ float: right
284
+ margin-right: 0px
285
+ margin-left: 20px
286
+ .status_part
287
+ &.rejected
288
+ .part_value
289
+ color: $bright_color
290
+ background-color: $red_notice_color
291
+ &.approved
292
+ .part_value
293
+ color: $bright_color
294
+ background-color: $green_notice_color
295
+
296
+ .total_progress_part
297
+ &.not_zero_progress
298
+ .part_value:hover
299
+ background-color: $second_color
300
+ a
301
+ color: $bright_color
302
+
303
+ .advisers_part
304
+ .part_value
305
+ a
306
+ img
307
+ border: 1px solid $theme_border_box_shadow_color
308
+ padding: 1px
309
+ vertical-align: top
310
+ .button_part
311
+ margin-left: 5px
312
+ .part_value
313
+ color: $main_text_color
314
+ background-color: none
315
+ padding: 0
316
+ +border-radius(none)
317
+ a.button
318
+ height: 14px
319
+ padding: 1px 8px 2px
320
+ margin-top: -1px
321
+
322
+ .entry_meta_h_separator
323
+ clear: both
324
+ height: 4px
325
+
326
+ .entry_action
327
+ text-align: center
328
+ padding: 30px 0px
329
+
330
+
331
+
332
+
333
+
334
+ img.avatar
335
+ padding: 2px
336
+ border: 1px solid $theme_border_box_shadow_color
337
+ background: mix($theme_color, white, 4%)
338
+
339
+ #footer_region.region
340
+ $footer_top_height: 5px
341
+ #footer_top_area
342
+ height: 1px
343
+ #footer_bottom_area
344
+ height: $footer_height - $footer_top_height
345
+ .component
346
+ &#copyright_component
347
+ text-align: center
348
+ a
349
+ text-decoration: underline
350
+
351
+
352
+ .component
353
+ padding-top: 10px
354
+ padding-bottom: 10px
355
+ .component_title
356
+ font: #{$main_font_size * 2} Museo700, $display_font_family
357
+ color: $dark_color
358
+ margin-bottom: 10px
359
+ .component_content
360
+ .entries
361
+ .entry
362
+ margin-bottom: 10px
363
+ .entry_title
364
+ .part.form_part
365
+ border-top: 1px solid #DDDDDD
366
+ padding-top: 25px
367
+
368
+ .entry
369
+ .entry_title
370
+ .entry_content
371
+
372
+
373
+ .entries
374
+ .entry
375
+ .entry_title
376
+ .entry_content
377
+ .entry_meta
378
+
379
+ .component
380
+ .component_title
381
+ .component_content
382
+
383
+ .region
384
+ .area
385
+ .section
386
+ .part
387
+
388
+
389
+
390
+
391
+ .menu.page_menu
392
+ a
393
+ display: block
394
+ > ul
395
+ > li
396
+ float: left
397
+ > div
398
+ a
399
+ padding: 17px 10px
400
+ font: 16px/16px $display_font_family
401
+ color: $dark_color
402
+ &:hover
403
+ color: $second_color
404
+ text-decoration: none
405
+ background-color: lighten($dark_color, 90)
406
+ > ul
407
+ display: none
408
+ > li
409
+ > div
410
+ > a
411
+ > ul
412
+ > li
413
+ > div
414
+ >a
415
+
416
+ &.has_children
417
+ position: relative
418
+ > div
419
+ a
420
+ // +pictograms_after("/", 19px/#{$main_font_size}, 0 0 0 2px)
421
+ &:hover
422
+ > div
423
+ a
424
+ color: $second_color
425
+ text-decoration: none
426
+ background-color: lighten($dark_color, 90)
427
+ > ul
428
+ display: block
429
+ position: absolute
430
+ +box-shadow(0px 3px 4px 0px transparentize($dark_color, 0.7))
431
+ > li
432
+ > div
433
+ a
434
+ padding: 17px 12px 17px 10px
435
+ color: $second_color
436
+ text-decoration: none
437
+ background-color: lighten($dark_color, 90)
438
+ white-space: nowrap
439
+ &:hover
440
+ background-color: lighten($dark_color, 95)
441
+
442
+
443
+
444
+
445
+ $menu_border_color: lighten($dark_color, 90)
446
+
447
+
448
+ .menu.menu_component
449
+ .component_content
450
+ a
451
+ display: block
452
+ &:hover
453
+ color: $third_color
454
+ text-decoration: none
455
+ > ul
456
+ > li
457
+ float: left
458
+ > a
459
+ font: 12px/12px $main_font_family
460
+ font-weight: bold
461
+ > ul
462
+ > li
463
+ > a
464
+ font: 11px/11px
465
+ > ul
466
+ > li
467
+ > div
468
+ >a
469
+
470
+ &#main_menu
471
+ +absolute(280, 58)
472
+ .component_content
473
+ a
474
+ font: 16px/16px 'Museo300'
475
+ &:hover
476
+ color: $third_color
477
+ > ul
478
+ > li
479
+ margin-right: 40px
480
+
481
+ #sidebar_area
482
+ .menu.menu_component
483
+ .component_content
484
+ a
485
+ &.current_menu_item
486
+ background-color: $second_color
487
+ color: $bright_color
488
+ &:hover
489
+ background-color: $second_color
490
+ color: $bright_color
491
+ > ul
492
+ margin-left: -20px
493
+ margin-right: -20px
494
+ padding-left: 15px
495
+ padding-right: 15px
496
+ > li
497
+ margin-left: -15px
498
+ margin-right: -15px
499
+ padding-left: 15px
500
+ padding-right: 15px
501
+ float: none
502
+ > a
503
+ padding: 6px 0px
504
+ font: 13px/13px $main_font_family
505
+ font-weight: bold
506
+
507
+ margin-left: -14px
508
+ margin-right: -14px
509
+ padding-left: 15px
510
+ padding-right: 15px
511
+ &:hover
512
+ background-color: lighten($dark_color, 92)
513
+ color: $second_color
514
+ > ul
515
+ > li
516
+ > a
517
+ font: 12px/12px
518
+ padding: 3px 0px
519
+ margin-left: -14px
520
+ margin-right: -14px
521
+ padding-left: 25px
522
+ padding-right: 15px
523
+ &:hover
524
+ background-color: lighten($dark_color, 92)
525
+ color: $second_color
526
+ > ul
527
+ > li
528
+ > div
529
+ > a
530
+
531
+
532
+
533
+
534
+ .attachment_part
535
+ margin-top: 10px
536
+ padding: 10px 0
537
+ border-top: 1px solid $theme_border_box_shadow_color
538
+ .attachment_entry
539
+ overflow: hidden
540
+ a:not(.btn)
541
+ color: $dark_color
542
+ .attachment_entry_content
543
+ margin-left: 50px
544
+ margin-bottom: 10px
545
+ .attachment_entry_image
546
+ margin-left: -50px
547
+ float: left
548
+ padding: 2px
549
+ .attachment_entry_description
550
+ .file_name_part
551
+ font-weight: bold
552
+ .file_size_part
553
+ font-size: $main_font_size * 0.85
554
+ float: left
555
+ margin-right: 10px
556
+ .download_part
557
+ font-size: $main_font_size * 0.85
558
+
559
+
560
+ a[rel=popover]
561
+ border-bottom: 1px dotted
562
+
563
+ .field
564
+ label
565
+ textarea
566
+ height: 120px
567
+
568
+
569
+ .document_upload_result
570
+ margin-bottom: 100px
571
+ table.upload_files
572
+ tr
573
+ td:first-child
574
+ font-weight: bold
575
+ td
576
+ padding-right: 10px
577
+
578
+ .document_upload_result
579
+ .attachment_entry
580
+ position: relative
581
+ background-color: #DFF0D8
582
+ margin-bottom: 1px
583
+ padding: 2px 0px
584
+ .remove_fresh_uploaded
585
+ position: absolute
586
+ left: 300px
587
+ top: 5px
588
+ .nested_field
589
+ position: relative
590
+ margin-bottom: 1px
591
+ padding: 2px 0px
592
+ .remove_link
593
+ position: absolute
594
+ left: 460px
595
+ top: 5px
596
+
597
+ .document_upload
598
+ position: relative
599
+ top: -175px
600
+ left: 160px
601
+ max-width: 400px
602
+
603
+
604
+
605
+
606
+ .component.admin_toolbar_component
607
+ overflow: hidden
608
+ position: fixed
609
+ top: 0px
610
+ left: 0px
611
+ padding: 10px
612
+ +border-radius(0 0 6px 0)
613
+ background: #555
614
+ color: white
615
+ z-index: 10000
616
+ +opacity(0.1)
617
+ a
618
+ color: white
619
+ &:hover
620
+ top: 0px
621
+ +opacity(1)
622
+ li
623
+ margin-right: 20px
624
+
625
+ #debugs
626
+ position: fixed
627
+ bottom: 0px
628
+ left: 0px
629
+ background-color: #555
630
+ color: #DDD
631
+ padding: 10px 20px
632
+ +opacity(0.1)
633
+ &:hover
634
+ +opacity(1)
635
+
636
+ .debug_component
637
+ display: none
638
+
639
+
640
+ .global_notification
641
+ display: inline-block
642
+ margin: 0 auto
643
+ position: fixed
644
+ top: 40px
645
+ left: 50%
646
+ margin-left: -70px
647
+ font-weight: bold
648
+ padding: 3px 20px 5px
649
+ background-color: #FFCC00
650
+ cursor: pointer
651
+ z-index: 999
652
+ @include border-radius(0 0 3px 3px)
653
+
654
+ &.info
655
+ background-color: #0074CC
656
+ color: #FFFFFF
657
+ font-weight: bold
658
+ &.success
659
+ background-color: #5BB75B
660
+ color: #FFFFFF
661
+ font-weight: bold
662
+ &.warning
663
+ background-color: #FAA732
664
+ color: #000000
665
+ font-weight: bold
666
+ &.danger
667
+ background-color: #DA4F49
668
+ color: #FFFFFF
669
+ font-weight: bold
670
+
671
+
672
+ &:hover
673
+ padding: 4px 20px 5px
674
+
@@ -0,0 +1,33 @@
1
+ $tab_border_color: mix($dark_color, white, 25)
2
+ $tab_border_hover_color: mix($tab_border_color, white, 30)
3
+
4
+ .component.tabbed_component
5
+ border-bottom: solid 1px $tab_border_color
6
+ padding-bottom: 5px
7
+ margin-bottom: 10px
8
+ .tabs
9
+ margin-right: 20px
10
+ text-align: left
11
+ a
12
+ padding: 5px 10px
13
+ margin: 1px 6px
14
+ margin-bottom: -5px
15
+ font-size: 12px
16
+ vertical-align: bottom
17
+ &:hover
18
+ border: solid 1px
19
+ margin: 0px 5px
20
+ margin-bottom: -6px
21
+ border-color: $tab_border_color $tab_border_color white
22
+
23
+ &.current_tab
24
+ border: solid 1px
25
+ margin: 0px 5px
26
+ margin-bottom: -6px
27
+ padding: 10px 10px 5px
28
+ font-size: 16px
29
+ font-weight: bold
30
+ border-color: $tab_border_color $tab_border_color white
31
+ color: $dark_color
32
+
33
+
@@ -0,0 +1,2 @@
1
+ .user_with_avatar
2
+ display: inline-block