You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

380 lines
9.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Feed
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*-------------------
  53. Page
  54. --------------------*/
  55. /*-------------------
  56. Background Colors
  57. --------------------*/
  58. /* Used for differentiating neutrals */
  59. /* Used for differentiating layers */
  60. /*-------------------
  61. Grid
  62. --------------------*/
  63. /*-------------------
  64. Breakpoints
  65. --------------------*/
  66. /*******************************
  67. Power-User
  68. *******************************/
  69. /*-------------------
  70. Icons
  71. --------------------*/
  72. /* Max Width of Icon */
  73. /*-------------------
  74. Easing
  75. --------------------*/
  76. /*--- Light Variations ---*/
  77. /*--- Neutrals ---*/
  78. /*--- Colored Backgrounds ---*/
  79. /*--- Colored Text ---*/
  80. /*--- Colored Headers ---*/
  81. /*-------------------
  82. Emotive Colors
  83. --------------------*/
  84. /* Mood */
  85. /* Solid Background Color */
  86. /* Status */
  87. /* Darkened Headers */
  88. /*-------------------
  89. Neutral Text
  90. --------------------*/
  91. /*-------------------
  92. Brand Colors
  93. --------------------*/
  94. /*-------------------
  95. Grid Columns
  96. --------------------*/
  97. /*-------------------
  98. Borders
  99. --------------------*/
  100. /*-------------------
  101. Sizes
  102. --------------------*/
  103. /*-------------------
  104. Transitions
  105. --------------------*/
  106. /*******************************
  107. States
  108. *******************************/
  109. /*-------------------
  110. Disabled
  111. --------------------*/
  112. /*-------------------
  113. Hover
  114. --------------------*/
  115. /*--- Colors ---*/
  116. /*--- Emotive ---*/
  117. /*--- Neutrals ---*/
  118. /*-------------------
  119. Down (:active)
  120. --------------------*/
  121. /*--- Colors ---*/
  122. /*--- Emotive ---*/
  123. /*--- Neutrals ---*/
  124. /*-------------------
  125. Active
  126. --------------------*/
  127. /*--- Standard ---*/
  128. /*--- Emotive ---*/
  129. /*--- Neutrals ---*/
  130. /*******************************
  131. Feed
  132. *******************************/
  133. /*-------------------
  134. Feed
  135. --------------------*/
  136. /*-------------------
  137. Elements
  138. --------------------*/
  139. /* Event */
  140. /* Event Label */
  141. /* Icon Label */
  142. /* Image Label */
  143. /* Content w/ Label */
  144. /* Content */
  145. /* Date */
  146. /* Summary */
  147. /* Summary Image */
  148. /* Summary Date */
  149. /* User */
  150. /* Extra Summary Data */
  151. /* Extra Images */
  152. /* Extra Text */
  153. /* Metadata Group */
  154. /* Metadata Divider */
  155. /*-------------------
  156. Variations
  157. --------------------*/
  158. /* Size */
  159. /*------------------
  160. Load Theme
  161. -------------------*/
  162. /*------------------
  163. Load Site
  164. -------------------*/
  165. /*******************************
  166. User Global Variables
  167. *******************************/
  168. /*******************************
  169. User Variable Overrides
  170. *******************************/
  171. /*------------------
  172. Override Mix-in
  173. -------------------*/
  174. /*******************************
  175. Activity Feed
  176. *******************************/
  177. .ui.feed {
  178. margin: 1em;
  179. }
  180. .ui.feed:first-child {
  181. margin-top: 0em;
  182. }
  183. .ui.feed:last-child {
  184. margin-top: 0em;
  185. }
  186. /*******************************
  187. Content
  188. *******************************/
  189. /* Event */
  190. .ui.feed > .event {
  191. display: table;
  192. width: 100%;
  193. padding: 0.5em 0em;
  194. margin: 0em;
  195. background: none;
  196. border-top: 1px solid rgba(0, 0, 0, 0.1);
  197. }
  198. .ui.feed > .event:first-child {
  199. border-top: 0px;
  200. padding-top: 0em;
  201. }
  202. .ui.feed > .event:last-child {
  203. padding-bottom: 0em;
  204. }
  205. /* Event Label */
  206. .ui.feed > .event > .label {
  207. display: table-cell;
  208. width: 2.5em;
  209. height: 2.5em;
  210. vertical-align: top;
  211. text-align: left;
  212. }
  213. .ui.feed > .event > .label .icon {
  214. opacity: 1;
  215. font-size: 1.5em;
  216. width: 100%;
  217. padding: 0.5em;
  218. background: none;
  219. border: none;
  220. border-radius: none;
  221. color: rgba(0, 0, 0, 0.6);
  222. }
  223. .ui.feed > .event > .label img {
  224. width: 100%;
  225. height: auto;
  226. border-radius: 500rem;
  227. }
  228. .ui.feed > .event > .label + .content {
  229. padding: 0.75em 0em 0.75em 1em;
  230. }
  231. /* Content */
  232. .ui.feed > .event > .content {
  233. display: table-cell;
  234. vertical-align: top;
  235. text-align: left;
  236. word-wrap: break-word;
  237. }
  238. /*--------------
  239. Date
  240. ---------------*/
  241. .ui.feed > .event > .content .date {
  242. margin: -0.4em 0em 0em;
  243. color: rgba(0, 0, 0, 0.6);
  244. }
  245. /*--------------
  246. Summary
  247. ---------------*/
  248. .ui.feed > .event > .content .summary {
  249. margin: 0em;
  250. font-size: 1em;
  251. font-weight: bold;
  252. color: rgba(0, 0, 0, 0.8);
  253. }
  254. /* Summary Image */
  255. .ui.feed > .event > .content .summary img {
  256. display: inline-block;
  257. width: auto;
  258. height: 2em;
  259. margin: -0.25em 0.25em 0em 0em;
  260. border-radius: 0.25em;
  261. vertical-align: middle;
  262. }
  263. /*--------------
  264. User
  265. ---------------*/
  266. .ui.feed > .event > .content .user {
  267. display: inline-block;
  268. font-weight: bold;
  269. margin-right: 0em;
  270. vertical-align: baseline;
  271. }
  272. .ui.feed > .event > .content .user img {
  273. margin: -0.25em 0.25em 0em 0em;
  274. width: auto;
  275. height: 2em;
  276. vertical-align: middle;
  277. }
  278. /*--------------
  279. Inline Date
  280. ---------------*/
  281. /* Date inside Summary */
  282. .ui.feed > .event > .content .summary > .date {
  283. display: inline-block;
  284. float: none;
  285. font-weight: normal;
  286. margin: 0em;
  287. padding: 0em;
  288. }
  289. /*--------------
  290. Extra Summary
  291. ---------------*/
  292. .ui.feed > .event > .content .extra {
  293. margin: 0.5em 0em 0em;
  294. background: none;
  295. padding: 0em;
  296. color: rgba(0, 0, 0, 0.4);
  297. }
  298. /* Images */
  299. .ui.feed > .event > .content .extra.images img {
  300. display: inline-block;
  301. margin: 0em 0.25em 0em 0em;
  302. width: 6em;
  303. }
  304. /* Text */
  305. .ui.feed > .event > .content .extra.text {
  306. padding: 0.5em 1em;
  307. border-left: 0.2em solid rgba(0, 0, 0, 0.1);
  308. }
  309. /*--------------
  310. Meta
  311. ---------------*/
  312. .ui.feed > .event > .content .meta {
  313. display: inline-block;
  314. font-size: 0.9em;
  315. margin: 1em 0em 0em;
  316. background: none;
  317. border: none;
  318. border-radius: 0;
  319. box-shadow: none;
  320. padding: 0em;
  321. color: rgba(0, 0, 0, 0.6);
  322. }
  323. .ui.feed > .event > .content .meta > * {
  324. position: relative;
  325. margin-left: 1.5em;
  326. }
  327. .ui.feed > .event > .content .meta > *:after {
  328. content: '|';
  329. color: rgba(0, 0, 0, 0.2);
  330. top: 0em;
  331. left: -1em;
  332. opacity: 1;
  333. position: absolute;
  334. vertical-align: top;
  335. }
  336. /* First element */
  337. .ui.feed > .event > .content .meta > :first-child {
  338. margin-left: 0em;
  339. }
  340. .ui.feed > .event > .content .meta > :first-child::after {
  341. display: none;
  342. }
  343. /* Action */
  344. .ui.feed > .event > .content .meta a,
  345. .ui.feed > .event > .content .meta > .icon {
  346. cursor: pointer;
  347. opacity: 1;
  348. color: rgba(0, 0, 0, 0.5);
  349. -webkit-transition: color 0.25s ease;
  350. transition: color 0.25s ease;
  351. }
  352. .ui.feed > .event > .content .meta a:hover,
  353. .ui.feed > .event > .content .meta a:hover .icon,
  354. .ui.feed > .event > .content .meta > .icon:hover {
  355. color: rgba(0, 0, 0, 0.8);
  356. }
  357. /*******************************
  358. Variations
  359. *******************************/
  360. .ui.small.feed {
  361. font-size: 0.9em;
  362. }
  363. .ui.feed {
  364. font-size: 1em;
  365. }
  366. /*******************************
  367. Overrides
  368. *******************************/
  369. /*******************************
  370. User Variable Overrides
  371. *******************************/