You are here

THEMENAME.shortcodes.yml in AT Tools 8

at_theme_generator/starterkits/starterkit/THEMENAME.shortcodes.yml

File

at_theme_generator/starterkits/starterkit/THEMENAME.shortcodes.yml
View source
  1. textalign:
  2. name: 'Text Align'
  3. description: ''
  4. classes:
  5. text_align_center:
  6. class: ta-center
  7. description: 'Align text centered.'
  8. text_align_left:
  9. class: ta-left
  10. description: 'Align text left.'
  11. text_align_right:
  12. class: ta-right
  13. description: 'Align text right.'
  14. text_align_justify:
  15. class: ta-justify
  16. description: 'Align text justified.'
  17. position:
  18. name: Positioning
  19. description: 'Float elements left or right. Do not use on Page rows or regions (you will break the layout).'
  20. classes:
  21. pull_left:
  22. class: pull-left
  23. description: 'Float element left.'
  24. pull_right:
  25. class: pull-right
  26. description: 'Float element right.'
  27. centered-horizontal:
  28. class: horizontal-center
  29. description: 'Center the element horizontally. Combine with a layout-column to add a width.'
  30. centered-vertical:
  31. class: vertical-center
  32. description: 'Center the element vertically. You must a) set "position-relative" on the parent container and b) combine with a layout-column to add width.'
  33. position-relative:
  34. class: position-relative
  35. description: 'Normally used to set relative for absolytley position child elements (e.g. vertically centered). Maybe used with a trbl class e.g position-top, position-right, position-bottom or position-left.'
  36. position-absolute:
  37. class: position-absolute
  38. description: 'May be used with a trbl class e.g position-top, position-right, position-bottom or position-left.'
  39. position-fixed:
  40. class: position-fixed
  41. description: 'May be used with a trbl class e.g position-top, position-right, position-bottom or position-left.'
  42. position-top:
  43. class: position-top
  44. description: 'Set position in combination with relative or absolute positioning.'
  45. position-right:
  46. class: position-right
  47. description: 'Set position in combination with relative or absolute positioning.'
  48. position-bottom:
  49. class: position-bottom
  50. description: 'Set position in combination with relative or absolute positioning.'
  51. position-left:
  52. class: position-left
  53. description: 'Set position in combination with relative or absolute positioning.'
  54. z-index:
  55. class: z-index-(1-10)
  56. description: 'Layer positioned elements - use with an interger 1 to 10, e.g. z-index-5.'
  57. layout_columns:
  58. name: 'Layout columns'
  59. description: 'Set a width on an element. Do not use on Page rows or regions (you will break the layout). These are most useful or blocks or other elements within the page (for example you can apply these to elements in a node). All layout-column classes are full width in mobile, which is determined by your theme.'
  60. elements:
  61. - blocks
  62. - other
  63. - 'not rows or regions'
  64. classes:
  65. layout-column-quarter:
  66. class: lc-quarter
  67. description: 'Element will be one quarter the container width.'
  68. layout-column-half:
  69. class: lc-half
  70. description: 'Element will be one half the container width.'
  71. layout-column-three-quarters:
  72. class: lc-three-quarters
  73. description: 'Element will be three quarters the container width.'
  74. layout-column-third:
  75. class: lc-third
  76. description: 'Element will be one third the container width.'
  77. layout-column-two-thirds:
  78. class: lc-two-thirds
  79. description: 'Element will be two thirds the container width.'
  80. float_region_blocks:
  81. name: 'Float Region Blocks'
  82. description: 'A combination of positioning and layout for blocks within a region to float blocks. The count class shoud match the number of blocks you wish to have in the region lining up side by side. Example "frb-3". In RTL blocks float right, in LTR blocks float left.'
  83. elements:
  84. - regions
  85. classes:
  86. float-region-blocks-count-2:
  87. class: frb-2
  88. description: 'Two blocks - 2 x 50%.'
  89. float-region-blocks-count-3:
  90. class: frb-3
  91. description: 'Three blocks - 3 x 33.334%.'
  92. float-region-blocks-count-4:
  93. class: frb-4
  94. description: 'Four blocks - 4 x 25%.'
  95. float-region-blocks-count-5:
  96. class: frb-5
  97. description: 'Five blocks - 5 x 20%.'
  98. float-region-blocks-count-6:
  99. class: frb-6
  100. description: 'Six blocks - 3 x 16.667.'
  101. whitespace:
  102. name: 'Whitespace control'
  103. description: 'Remove padding and margin. Useful if you want a containers contents to fill the entire container, e.g. remove block and region margin and padding.'
  104. elements:
  105. - blocks
  106. - regions
  107. - rows
  108. classes:
  109. spaceless:
  110. class: spaceless
  111. description: 'Remove padding and margin.'
  112. spaceless-all:
  113. class: spaceless-all
  114. description: 'Remove padding and margin recursively (all elements).'
  115. remove-padding:
  116. class: rm-padding
  117. description: 'Remove padding.'
  118. remove-padding-top:
  119. class: rm-padding-top
  120. description: 'Remove top padding.'
  121. remove-padding-bottom:
  122. class: rm-padding-bottom
  123. description: 'Remove bottom padding.'
  124. remove-padding-right:
  125. class: rm-padding-right
  126. description: 'Remove right padding.'
  127. remove-padding-left:
  128. class: rm-padding-left
  129. description: 'Remove left padding.'
  130. remove-margin:
  131. class: rm-margin
  132. description: 'Remove margin.'
  133. remove-margin-top:
  134. class: rm-margin-top
  135. description: 'Remove top margin.'
  136. remove-margin-botom:
  137. class: rm-margin-bottom
  138. description: 'Remove bottom margin.'
  139. remove-margin-right:
  140. class: rm-margin-right
  141. description: 'Remove right margin.'
  142. remove-margin-left:
  143. class: rm-margin-left
  144. description: 'Remove left margin.'
  145. full-width-viewport:
  146. class: full-width-viewport
  147. description: 'Stretch to full width of the viewport, this will only really work on Row Containers.'
  148. image_styles:
  149. name: 'Image Styles'
  150. description: 'Set styles for images.'
  151. elements:
  152. - blocks
  153. - regions
  154. - rows
  155. classes:
  156. image-spaceless:
  157. class: image-spaceless
  158. description: 'Remove any padding or margin from img tags and all wrappers (such as field wrapper markup).'
  159. image-full-width:
  160. class: image-full-width
  161. description: 'Stretch images to 100% of their container.'
  162. image-align-left:
  163. class: image-align-left
  164. description: 'Align images left.'
  165. image-align-right:
  166. class: image-align-right
  167. description: 'Align images right.'
  168. image-align-center:
  169. class: image-align-center
  170. description: 'Align images center.'
  171. grid_blocks:
  172. name: Block Grid
  173. description: 'Layout blocks in a grid. Apply to full width regions only. A good alternative is to build a View with the format "Grid".'
  174. elements:
  175. - 'regions that are full width, e.g. leaderboard or content with no sidebars'
  176. classes:
  177. grid-block-two:
  178. class: 'grid-block-2'
  179. description: 'Two grid columns.'
  180. grid-block-three:
  181. class: 'grid-block-3'
  182. description: 'Three grid columns.'
  183. grid-block-four:
  184. class: 'grid-block-4'
  185. description: 'Four grid columns.'
  186. grid-block-five:
  187. class: 'grid-block-5'
  188. description: 'Five grid columns.'
  189. grid-block-six:
  190. class: 'grid-block-6'
  191. description: 'Six grid columns.'
  192. grid-block-eight:
  193. class: 'grid-block-8'
  194. description: 'Eight grid columns.'
  195. grid-block-ten:
  196. class: 'grid-block-10'
  197. description: 'Ten grid columns.'
  198. grid-block-twelve:
  199. class: 'grid-block-12'
  200. description: 'Twelve grid columns.'
  201. rounded_corners:
  202. name: 'Rounded Corners'
  203. description: 'Add rounded corners (border radius). Rounded corners will automatically apply to form elements, tabs etc depending on your theme (e.g. the search block form). You can set a global border radius on the <code>body</code>, then override it in regions or blocks.'
  204. elements:
  205. - blocks
  206. - regions
  207. - body
  208. classes:
  209. rc-0:
  210. class: 'rc-0'
  211. description: 'Remove border radius.'
  212. rc-1:
  213. class: 'rc-1'
  214. description: 'Border radius 1px'
  215. rc-2:
  216. class: 'rc-2'
  217. description: 'Border radius 2px'
  218. rc-3:
  219. class: 'rc-3'
  220. description: 'Border radius 3px'
  221. rc-4:
  222. class: 'rc-4'
  223. description: 'Border radius 4px'
  224. rc-5:
  225. class: 'rc-5'
  226. description: 'Border radius 5px'
  227. rc-6:
  228. class: 'rc-6'
  229. description: 'Border radius 6px'
  230. rc-7:
  231. class: 'rc-7'
  232. description: 'Border radius 7px'
  233. rc-8:
  234. class: 'rc-8'
  235. description: 'Border radius 8px'
  236. rc-9:
  237. class: 'rc-9'
  238. description: 'Border radius 9px'
  239. rc-10:
  240. class: 'rc-10'
  241. description: 'Border radius 10px'
  242. rc-12:
  243. class: 'rc-12'
  244. description: 'Border radius 12px'
  245. rc-15:
  246. class: 'rc-15'
  247. description: 'Border radius 15px'
  248. rc-20:
  249. class: 'rc-20'
  250. description: 'Border radius 20px'
  251. menu_bullets:
  252. name: 'Menu Bullets'
  253. description: 'Add font-icon arrows to collapsed and uncollapsed menu items.'
  254. elements:
  255. - 'menu blocks'
  256. classes:
  257. fa-arrow:
  258. class: 'fa-arrow'
  259. description: 'Simple arrows.'
  260. fa-caret:
  261. class: 'fa-caret'
  262. description: 'Simple carets.'
  263. fa-angle-double:
  264. class: 'fa-angle-double'
  265. description: 'Double angle (default with nothing applied is single angle).'
  266. fa-chevron:
  267. class: 'fa-chevron'
  268. description: 'Chevron.'
  269. animate:
  270. name: Animatations
  271. description: 'Add the "animated" class then one of the following Animate library class names, e.g. "animated, bounce". View demos http://daneden.github.io/animate.css.'
  272. elements:
  273. - blocks
  274. - regions
  275. classes:
  276. # Attention seekers
  277. bounce:
  278. class: bounce
  279. description: 'Attention: bounce'
  280. flash:
  281. class: flash
  282. description: 'Attention: flash'
  283. pulse:
  284. class: pulse
  285. description: 'Attention: pulse'
  286. rubberBand:
  287. class: rubberBand
  288. description: 'Attention: rubberBand'
  289. shake:
  290. class: shake
  291. description: 'Attention: shake'
  292. swing:
  293. class: swing
  294. description: 'Attention: swing'
  295. tada:
  296. class: tada
  297. description: 'Attention: tada'
  298. wobble:
  299. class: wobble
  300. description: 'Attention: wobble'
  301. jello:
  302. class: jello
  303. description: 'Attention: jello'
  304. # Bounces
  305. bounceIn:
  306. class: bounceIn
  307. description: 'Bounce: In'
  308. bounceInDown:
  309. class: bounceInDown
  310. description: 'Bounce: In - Down'
  311. bounceInLeft:
  312. class: bounceInLeft
  313. description: 'Bounce: In - Left'
  314. bounceInRight:
  315. class: bounceInRight
  316. description: 'Bounce: In - Right'
  317. bounceInUp:
  318. class: bounceInUp
  319. description: 'Bounce: In - Up'
  320. # Bounces
  321. bounceOut:
  322. class: bounceOut
  323. description: 'Bounce: Out'
  324. bounceOutDown:
  325. class: bounceOutDown
  326. description: 'Bounce: Out - Down'
  327. bounceOutLeft:
  328. class: bounceOutLeft
  329. description: 'Bounce: Out - Left'
  330. bounceOutRight:
  331. class: bounceOutRight
  332. description: 'Bounce: Out - Right'
  333. bounceOutUp:
  334. class: bounceOutUp
  335. description: 'Bounce: Out - Up'
  336. # Fade entrances
  337. fadeIn:
  338. class: fadeIn
  339. description: 'Fade: In'
  340. fadeInDown:
  341. class: fadeInDown
  342. description: 'Fade: In - Down'
  343. fadeInDownBig:
  344. class: fadeInDownBig
  345. description: 'Fade: In - Down Big'
  346. fadeInLeft:
  347. class: fadeInLeft
  348. description: 'Fade: In - Left'
  349. fadeInLeftBig:
  350. class: fadeInLeftBig
  351. description: 'Fade: In - Left Big'
  352. fadeInRight:
  353. class: fadeInRight
  354. description: 'Fade: In - Right'
  355. fadeInRightBig:
  356. class: fadeInRightBig
  357. description: 'Fade: In - Right Big'
  358. fadeInUp:
  359. class: fadeInUp
  360. description: 'Fade: In - Up'
  361. fadeInUpBig:
  362. class: fadeInUpBig
  363. description: 'Fade: In - Up Big'
  364. # Fade exits
  365. fadeOut:
  366. class: fadeOut
  367. description: 'Fade: Out'
  368. fadeOutDown:
  369. class: fadeOutDown
  370. description: 'Fade: Out - Down'
  371. fadeOutDownBig:
  372. class: fadeOutDownBig
  373. description: 'Fade: Out - Down Big'
  374. fadeOutLeft:
  375. class: fadeOutLeft
  376. description: 'Fade: Out - Left'
  377. fadeOutLeftBig:
  378. class: fadeOutLeftBig
  379. description: 'Fade: Out - Left Big'
  380. fadeOutRight:
  381. class: fadeOutRight
  382. description: 'Fade: Out - Right'
  383. fadeOutRightBig:
  384. class: fadeOutRightBig
  385. description: 'Fade: Out - Right Big'
  386. fadeOutUp:
  387. class: fadeOutUp
  388. description: 'Fade: Out - Up'
  389. fadeOutUpBig:
  390. class: fadeOutUpBig
  391. description: 'Fade: Out - Up Big'
  392. # Flip
  393. flipInX:
  394. class: flipInX
  395. description: 'Flip: In X axis'
  396. flipInY:
  397. class: flipInY
  398. description: 'Flip: In Y axis'
  399. flipOutX:
  400. class: flipOutX
  401. description: 'Flip: Out X axis'
  402. flipOutY:
  403. class: flipOutY
  404. description: 'Flip: Out Y axis'
  405. # LightSpeed
  406. lightSpeedIn:
  407. class: lightSpeedIn
  408. description: 'Light Speed: In'
  409. lightSpeedOut:
  410. class: lightSpeedOut
  411. description: 'Light Speed: Out'
  412. # Rotate
  413. rotateIn:
  414. class: rotateIn
  415. description: 'Rotate: In'
  416. rotateInDownLeft:
  417. class: rotateInDownLeft
  418. description: 'Rotate: In - Down Left'
  419. rotateInDownRight:
  420. class: rotateInDownRight
  421. description: 'Rotate: In - Down Right'
  422. rotateInUpLeft:
  423. class: rotateInUpLeft
  424. description: 'Rotate: In - Up Left'
  425. rotateInUpRight:
  426. class: rotateInUpRight
  427. description: 'Rotate: In - Up Right'
  428. rotateOut:
  429. class: rotateOut
  430. description: 'Rotate: Out'
  431. rotateOutDownLeft:
  432. class: rotateOutDownLeft
  433. description: 'Rotate: Out - Down Left'
  434. rotateOutDownRight:
  435. class: rotateOutDownRight
  436. description: 'Rotate: Out - Down Right'
  437. rotateOutUpLeft:
  438. class: rotateOutUpLeft
  439. description: 'Rotate: Out - Up Left'
  440. rotateOutUpRight:
  441. class: rotateOutUpRight
  442. description: 'Rotate: Out - Up Right'
  443. # Hinge
  444. hinge:
  445. class: hinge
  446. description: 'Hinge'
  447. # Roll
  448. rollIn:
  449. class: rollIn
  450. description: 'Roll: In'
  451. rollOut:
  452. class: rollOut
  453. description: 'Roll: Out'
  454. # Zoom
  455. zoomIn:
  456. class: zoomIn
  457. description: 'Zoom: In'
  458. zoomInDown:
  459. class: zoomInDown
  460. description: 'Zoom: In - Down'
  461. zoomInLeft:
  462. class: zoomInLeft
  463. description: 'Zoom: In - Left'
  464. zoomInRight:
  465. class: zoomInRight
  466. description: 'Zoom: In - Right'
  467. zoomInUp:
  468. class: zoomInUp
  469. description: 'Zoom: In - Up'
  470. zoomOut:
  471. class: zoomOut
  472. description: 'Zoom: Out'
  473. zoomOutDown:
  474. class: zoomOutDown
  475. description: 'Zoom: Out - Down'
  476. zoomOutLeft:
  477. class: zoomOutLeft
  478. description: 'Zoom: Out - Left'
  479. zoomOutRight:
  480. class: zoomOutRight
  481. description: 'Zoom: Out - Right'
  482. zoomOutUp:
  483. class: zoomOutUp
  484. description: 'Zoom: Out - Up'
  485. # Slide
  486. slideInDown:
  487. class: slideInDown
  488. description: 'Slide: In - Down'
  489. slideInLeft:
  490. class: slideInLeft
  491. description: 'Slide: In - Left'
  492. slideInRight:
  493. class: slideInRight
  494. description: 'Slide: In - Right'
  495. slideInUp:
  496. class: slideInUp
  497. description: 'Slide: In - Up'
  498. slideOutDown:
  499. class: slideOutDown
  500. description: 'Slide: Out - Down'
  501. slideOutLeft:
  502. class: slideOutLeft
  503. description: 'Slide: Out - Left'
  504. slideOutRight:
  505. class: slideOutRight
  506. description: 'Slide: Out - Right'
  507. slideOutUp:
  508. class: slideOutUp
  509. description: 'Slide: Out - Up'