Home
last modified time | relevance | path

Searched refs:columns (Results 126 – 146 of 146) sorted by last modified time

123456

/template/simplewiki/css/
H A D_admin.less3 /* main task grouped in two columns */
/template/zenith/css/
H A D_admin.less3 /* main task grouped in two columns */
/template/adoradark/css/
H A D_admin.less3 /* main task grouped in two columns */
/template/tr-money/
H A Ddesign.css843 Tags: white, green, blue, black, three columns, two columns, fixed width, widgets
/template/starterbootstrap/css/
H A Dbootstrap-theme.css.map1columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Se…
H A Dbootstrap.css.map1columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Se…
/template/breeze/bower_components/gumby/sass/functions/
H A D_semantic-grid.scss32 // Mixin for rows that are nested within columns
44 @mixin column($columns:$columns, $alignment: false, $behavior: false, $hybrid: false) { parameter
50 width: columns($columns, $hybrid);
59 width: columns($columns, $hybrid);
66 width: columns($columns, $hybrid);
75 @mixin hybrid($columns:$columns, $alignment: false, $behavior: false) { parameter
79 @mixin push($columns, $hybrid-grid: false) { parameter
81 margin-left: push_x($columns, false, true);
93 margin-left: push_x($columns);
95 margin-left: push_x($columns, true);
[all …]
H A D_fancytiles.scss6 @mixin fancytiles($desktop-columns, $tablet-columns: $desktop-columns, $mobile-columns: 1, $small-b…
8 // These styles apply to all shift-columns
15 width: divide-cols($mobile-columns);
18 width: divide-cols($mobile-columns);
22 width: divide-cols($tablet-columns);
26 width: divide-cols($desktop-columns);
H A D_grid-calc.scss15 @function columns($num, $hybrid-grid: false){ function
26 @function global-columns($desired_cols, $container_cols, $hybrid-grid: false){
28 @return (100% * (columns($desired_cols, true) / columns($container_cols, true)));
31 @return (100% * (columns($desired_cols) / columns($container_cols)));
53 // $num is number of columns to be pulled
54 // $width is number of columns of container that is being pulled
/template/breeze/sass/
H A D_navbar.scss12 .column, .columns {
H A D_mixins.scss8 @mixin respondingcols($desktop-columns, $tablet-columns: $desktop-columns, $mobile-columns: 1, $sma…
10 // These styles apply to all shift-columns
20 width: divide-width($mobile-columns);
24 width: divide-width($tablet-columns);
28 width: divide-width($desktop-columns);
/template/breeze/bower_components/gumby/sass/
H A D_grid.scss38 .column, .columns {
49 .column.omega, .columns.omega {
62 width: columns($i);
65 .#{number-as-word($i)}.columns {
66 width: columns($i);
86 &.#{number-as-word($j)}.columns {
129 width: columns($i, true);
132 .#{number-as-word($i)}.columns{
133 width: columns($i, true);
302 .column, .columns {
[all …]
/template/breeze/css/
H A Dgumby.css735columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-c…
758 .row .one.columns { width: 6.38298%; }
759 .row .two.columns { width: 14.89362%; }
761 .row .four.columns { width: 31.91489%; }
762 .row .five.columns { width: 40.42553%; }
763 .row .six.columns { width: 48.93617%; }
766 .row .nine.columns { width: 74.46809%; }
767 .row .ten.columns { width: 82.97872%; }
769 .row .twelve.columns { width: 100%; }
1179columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-c…
[all …]
/template/breeze/bower_components/gumby/sass/ui/
H A D_navbar.scss12 .column, .columns {
/template/breeze/bower_components/gumby/css/
H A Dgumby.css734columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-c…
757 .row .one.columns { width: 6.38298%; }
758 .row .two.columns { width: 14.89362%; }
760 .row .four.columns { width: 31.91489%; }
761 .row .five.columns { width: 40.42553%; }
762 .row .six.columns { width: 48.93617%; }
765 .row .nine.columns { width: 74.46809%; }
766 .row .ten.columns { width: 82.97872%; }
768 .row .twelve.columns { width: 100%; }
1178columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-c…
[all …]
/template/zenlike/css/
H A Dzenlike.css678 .columns-plugin td {
/template/gtopia/
H A Dstyle.css.org1849 /* keep admin columns from dropping under */
/template/templar/less/
H A Dmixins.less553 // Table columns
569 width: (@gridColumnWidth * @columns) + (@gridGutterWidth * (@columns - 1));
589 .offset (@columns) {
590 margin-left: (@gridColumnWidth * @columns) + (@gridGutterWidth * (@columns + 1));
593 .span (@columns) {
594 width: (@gridColumnWidth * @columns) + (@gridGutterWidth * (@columns - 1));
635 .offset (@columns) {
645 .span (@columns) {
646 width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
683 .span(@columns) {
[all …]
/template/quickjump/blueprint/src/
H A Dgrid.css4 * Sets up an easy-to-use grid of 24 columns.
6 By default, the grid is 950px wide, with 24 columns
7 spanning 30px, and a 10px margin between columns.
9 If you need fewer or more columns, namespaces or semantic
17 /* A container should group all your columns. */
/template/usable/blueprint/src/
H A Dgrid.css4 * Sets up an easy-to-use grid of 24 columns.
6 By default, the grid is 950px wide, with 24 columns
7 spanning 30px, and a 10px margin between columns.
9 If you need fewer or more columns, namespaces or semantic
17 /* A container should group all your columns. */
/template/sxs/
H A Dsxs.php278 function sxs_mediafilelist($FileType='',$columns=2){ argument
399 if ($i == $columns) {
405 for (; $i < $columns; $i++) {

123456