You are here

Files in AT Tools 8

Primary tabs

File namesort descending Location Namespace Description
onecol-pad-5.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-pad-5.css .onecol-pad-5 .l-r { padding-left: 42.37288%; padding-right: 42.37288%; }
onecol-prefix-1.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-1.css .onecol-prefix-1 .l-r { padding-left: 8.47458%; }
onecol-prefix-2.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-2.css .onecol-prefix-2 .l-r { padding-left: 16.94915%; }
onecol-prefix-3.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-3.css .onecol-prefix-3 .l-r { padding-left: 25.42373%; }
onecol-prefix-4.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-4.css .onecol-prefix-4 .l-r { padding-left: 33.89831%; }
onecol-prefix-5.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-5.css .onecol-prefix-1 .l-r { padding-left: 42.37288%; }
onecol-prefix-6.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-prefix-6.css .onecol-prefix-6 .l-r { padding-left: 50.84746%; }
onecol-suffix-1.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-1.css .onecol-suffix-1 .l-r { padding-right: 8.47458%; }
onecol-suffix-2.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-2.css .onecol-suffix-2 .l-r { padding-right: 16.94915%; }
onecol-suffix-3.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-3.css .onecol-suffix-3 .l-r { padding-right: 25.42373%; }
onecol-suffix-4.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-4.css .onecol-suffix-4 .l-r { padding-right: 33.89831%; }
onecol-suffix-5.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-5.css .onecol-suffix-5 .l-r { padding-right: 42.37288%; }
onecol-suffix-6.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/onecol/onecol-suffix-6.css .onecol-suffix-6 .l-r { padding-right: 50.84746%; }
page.css at_theme_generator/starterkits/starterkit/styles/css/components/page.css /** * Page * - for page.html.twig and region markup. ============================================================================ */ .page { position: relative; min-height: 100%; min-width: 100%; } .page-top, .page-bottom { padding: 0; …
page.html.twig at_theme_generator/starterkits/starterkit/templates/generated/page.html.twig {# /** * site-builder page template. * Generated on: Fri, 17 Feb 17 16:57:54 +1300 */ #} {{ attach_library('THEMENAME/THEMENAME.layout.page') }} <div{{ attributes }}> {% if leaderboard.has_regions == true %} <div{{…
pagers.css at_theme_generator/starterkits/starterkit/styles/css/components/pagers.css /** * Pagers * - Full system pager. * - Views mini pager. ============================================================================ */ .pager { margin: 16px 0; margin: 1rem 0; text-align: center; } .pager ul, .pager ol { margin: 0; …
print.css at_theme_generator/starterkits/starterkit/styles/css/components/print.css /** * Print * This aggressively styles print output, you can remove all of it if you want * print to be identical to a normal web page, or adjust it to better suit * your design and requirements. For example this only removes a sub-set of *…
quickedit.css at_theme_generator/starterkits/starterkit/styles/css/components/quickedit.css /** * Quick Edit tweaks. ============================================================================ */ .quickedit-button { padding: 0 10px; padding: 0 0.625rem; } /*# sourceMappingURL=maps/quickedit.css.map */
README.txt at_theme_generator/starterkits/starterkit/layout/site-builder/sass/threecol/README.txt ## Content Priority Layouts Explained In 3col region content priority layouts we consider the first region in the source order to be the most important (highest priority), therefor this is always the widest region in the visual layout. For example…
responsive-menus--accordion.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--accordion.css /** * Accordion styles are set automatically for offcanvas & slidedown. ============================================================================ */ .rm-accordion-trigger { display: none; } .ms-accordion a:hover, .ms-accordion a:focus { …
responsive-menus--dropmenu.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--dropmenu.css @charset "UTF-8"; /** * Drop menus * Standard CSS drop menus that will expand any nesting level. ============================================================================ */ .ms-dropmenu .rm-toggle { position: absolute !important; …
responsive-menus--horizontal.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--horizontal.css /** * Basic Horizontal Menu * This will hide all sub-menus no matter what, it has the advantage over the * drop menu of not requiring a width on menu items or arrows. */ .ms-horizontal .rm-toggle { position: absolute !important; clip:…
responsive-menus--meganav.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--meganav.css /** * Mega Nav * Hamburger menu that shows the top level items horizontal, and when expanded * the top level items show vertically with sub-menus horizontal. * This style was borrowed from http://www.theguardian.com
responsive-menus--offcanvas.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--offcanvas.css /** * Off Canvas * Toggle left or right menus that slide in. ============================================================================ */ .ms-offcanvas > .page { transition: all, 225ms, ease-in-out; } .ms-offcanvas .rm-toggle { float:…
responsive-menus--overlay.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--overlay.css /** * Overlay * Overlay menu positions the toggle in a corner (any), with the menu * hidden. When toggled the menu opens in an overlay above the content * and fills the whole screen. …
responsive-menus--slidedown.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--slidedown.css /** * Slidedown * Simple hamburger menu that slides vertically downwards. Pushes and re-flows * the content below. You could try setting this to postion absolute and * style like an overlay. …
responsive-menus--tiles.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--tiles.css /** * Tile menu * $tile_count: whole number, must be a factor of the $context * $context: whole number, a $susy container, can be 8, 10 or 12. * $arrows: boolean ============================================================================…
responsive-menus--vertical.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--vertical.css /** * Vertical accordion * A basic vertical menu with toggles to open sub-menus, this is the same as * the slidedown, overlay and offcanvas toggle but without hiding the entire * menu also. …
responsive-menus.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus.css /** * Responsive menu styles. * * Mixins provide the basic structure and a base style (not much), the rest * is up to you, add colors, borders, padding and so on. Icons such as * the hamburger and arrows are set in variables in _variables.scss,…
responsive-tables.css at_theme_generator/starterkits/starterkit/styles/css/components/responsive-tables.css @charset "UTF-8"; /** * Basic styles to support the Responsive Tables jQuery feature. * - to enable responsive tables turn on the extension in your * themes appearance settings and apply the class 'responsive-enabled' * …
search.css at_theme_generator/starterkits/starterkit/styles/css/components/search.css @charset "UTF-8"; /** * Search results. ============================================================================ */ .item-list--search-results { border-radius: 2px; } .search-results { margin-bottom: 16px; margin-bottom: 1rem; …
shortcodes--float-region-blocks.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--float-region-blocks.css /** * Shortcodes (Float region blocks) ============================================================================ */ @media all and (min-width: 60.063em) { [class*="frb-"] .block { margin-right: 2%; float: left; clear:…
shortcodes--grid-blocks.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--grid-blocks.css /** * Shortcodes (Grid blocks) ============================================================================ */ @media all and (min-width: 60.063em) { .grid-block-2 .block { width: 49.15254%; float: left; } .grid-block-2…
shortcodes--image-styles.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--image-styles.css /** * Shortcodes (Image styles) ============================================================================ */ .image-align-left img, .image-align-left .field-type-image__figure { float: left; } .image-align-right img, .image-align-right…
shortcodes--layout-columns.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--layout-columns.css /** * Shortcodes (Layout Columns) ============================================================================ */ @media all and (min-width: 60.063em) { .lc-quarter { width: 25%; } .lc-half { width: 50%; } .lc-three-quarters { …
shortcodes--menu-bullets.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--menu-bullets.css @charset "UTF-8"; /** * Shortcodes (Menu bullets) ============================================================================ */ .fa-arrow .menu li a:after { font-family: FontAwesome, sans-serif; float: right; padding: 0 1px; …
shortcodes--patterns.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--patterns.css /** * Shortcodes (Patterns) ============================================================================ */ /*# sourceMappingURL=maps/shortcodes--patterns.css.map */
shortcodes--position.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--position.css /** * Shortcodes (Positioning) ============================================================================ */ .horizontal-center, .center-element { margin-left: auto; margin-right: auto; text-align: center; } .vertical-center { position:…
shortcodes--rounded-corners.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--rounded-corners.css /** * Shortcodes (Rounded corners) ============================================================================ */ .rc-2 { border-radius: 2px; } .rc-2 [class*="__title"], .rc-2 .node .field-type-image__figure.caption { border-radius:…
shortcodes--textalign.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--textalign.css /** * Shortcodes (textalign) ============================================================================ */ .ta-center, .ta-center * { text-align: center; } .ta-left, .ta-left * { text-align: left; } .ta-right, .ta-right * { text-align:…
shortcodes--whitespace.css at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--whitespace.css /** * Shortcodes (Whitespace control) ============================================================================ */ .spaceless { margin: 0; padding: 0; max-width: none; max-height: none; } .spaceless-all, .spaceless-all * { margin: 0…
show-grid.css at_theme_generator/starterkits/starterkit/styles/css/show-grid.css /* This file is hard coded to support the Site Builder layout. If you alter the grid in the Site Builder layout you can turn on debugging manually in the $susy global settings, SEE _site-builder-base.scss. */ head { display: block; position:…
site-builder-form.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/site-builder-form.css .onecol-pad-1 .l-r { padding-left: 8.47458%; padding-right: 8.47458%; } .onecol-pad-2 .l-r { padding-left: 16.94915%; padding-right: 16.94915%; } .onecol-pad-3 .l-r { padding-left: 25.42373%; padding-right: 25.42373%; } .onecol-pad-4 .l-r {…
site-builder-global.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/site-builder-global.css .l-rw { max-width: 75em; margin-left: auto; margin-right: auto; } .l-rw:after { content: " "; display: block; clear: both; }
site-builder.css.yml at_theme_generator/starterkits/starterkit/layout/site-builder/site-builder.css.yml at_theme_generator/starterkits/starterkit/layout/site-builder/site-builder.css.yml
site-builder.markup.yml at_theme_generator/starterkits/starterkit/layout/site-builder/site-builder.markup.yml at_theme_generator/starterkits/starterkit/layout/site-builder/site-builder.markup.yml
sixcol-6-2x3.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/sixcol/sixcol-6-2x3.css .sixcol-6-2x3 .arc--2 .l-r { width: 49.15254%; float: left; margin-right: 1.69492%; } .sixcol-6-2x3 .arc--2 .l-r:last-child { float: right; margin-right: 0; } .sixcol-6-2x3 .arc--3 .l-r:first-child { width: 49.15254%; float: left; margin-right:…
sixcol-6-3x2.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/sixcol/sixcol-6-3x2.css .sixcol-6-3x2 .arc--2 .l-r { width: 49.15254%; float: left; margin-right: 1.69492%; } .sixcol-6-3x2 .arc--2 .l-r:last-child { float: right; margin-right: 0; } .sixcol-6-3x2 .arc--3 .l-r:first-child { width: 49.15254%; float: left; margin-right:…
sixcol-6x2.css at_theme_generator/starterkits/starterkit/layout/site-builder/css/sixcol/sixcol-6x2.css .sixcol-6x2 .arc--2 .l-r { width: 49.15254%; float: left; margin-right: 1.69492%; } .sixcol-6x2 .arc--3 .l-r { width: 32.20339%; float: left; margin-right: 1.69492%; } .sixcol-6x2 .arc--4 .l-r { width: 23.72881%; float: left; margin-right: 1.69492%;…
slideshows.css at_theme_generator/starterkits/starterkit/styles/css/components/slideshows.css @charset "UTF-8"; /** * jQuery FlexSlider v2.3.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Ville…

Pages

Other projects