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.
1562 lines
36 KiB
1562 lines
36 KiB
/*!
|
|
* # Semantic UI 2.2.6 - Item
|
|
* http://github.com/semantic-org/semantic-ui/
|
|
*
|
|
*
|
|
* Released under the MIT license
|
|
* http://opensource.org/licenses/MIT
|
|
*
|
|
*/
|
|
/*******************************
|
|
Theme
|
|
*******************************/
|
|
/*
|
|
|
|
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
|
|
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
|
|
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
|
|
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
|
|
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
|
|
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
|
|
|
|
*/
|
|
/*******************************
|
|
Theme Selection
|
|
*******************************/
|
|
/* To override a theme for an individual element
|
|
specify theme name below
|
|
*/
|
|
/* Global */
|
|
/* Elements */
|
|
/* Collections */
|
|
/* Modules */
|
|
/* Views */
|
|
/*******************************
|
|
Folders
|
|
*******************************/
|
|
/* Path to theme packages */
|
|
/* Path to site override folder */
|
|
/*******************************
|
|
Import Theme
|
|
*******************************/
|
|
/*******************************
|
|
Import Directives
|
|
*******************************/
|
|
/*------------------
|
|
Theme
|
|
-------------------*/
|
|
/*--------------------
|
|
Site Variables
|
|
---------------------*/
|
|
/* Default site.variables */
|
|
/*******************************
|
|
Site Settings
|
|
*******************************/
|
|
/*-------------------
|
|
Fonts
|
|
--------------------*/
|
|
/*-------------------
|
|
Base Sizes
|
|
--------------------*/
|
|
/* This is the single variable that controls them all */
|
|
/* The size of page text */
|
|
/*-------------------
|
|
Border Radius
|
|
--------------------*/
|
|
/* See Power-user section below
|
|
for explanation of @px variables
|
|
*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*--------------
|
|
Page Heading
|
|
---------------*/
|
|
/*--------------
|
|
Form Input
|
|
---------------*/
|
|
/* This adjusts the default form input across all elements */
|
|
/* Input Text Color */
|
|
/* Line Height Default For Inputs in Browser */
|
|
/*-------------------
|
|
Focused Input
|
|
--------------------*/
|
|
/* Used on inputs, textarea etc */
|
|
/* Used on dropdowns, other larger blocks */
|
|
/*-------------------
|
|
Sizes
|
|
--------------------*/
|
|
/*
|
|
Sizes are all expressed in terms of 14px/em (default em)
|
|
This ensures these "ratios" remain constant despite changes in EM
|
|
*/
|
|
/*-------------------
|
|
Page
|
|
--------------------*/
|
|
/*-------------------
|
|
Paragraph
|
|
--------------------*/
|
|
/*-------------------
|
|
Links
|
|
--------------------*/
|
|
/*-------------------
|
|
Highlighted Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Loader
|
|
--------------------*/
|
|
/*-------------------
|
|
Grid
|
|
--------------------*/
|
|
/*-------------------
|
|
Transitions
|
|
--------------------*/
|
|
/*-------------------
|
|
Breakpoints
|
|
--------------------*/
|
|
/*-------------------
|
|
Site Colors
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Light Colors ---*/
|
|
/*--- Neutrals ---*/
|
|
/*--- Colored Backgrounds ---*/
|
|
/*--- Colored Headers ---*/
|
|
/*--- Colored Text ---*/
|
|
/*--- Colored Border ---*/
|
|
/*-------------------
|
|
Alpha Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Accents
|
|
--------------------*/
|
|
/* Differentiating Neutrals */
|
|
/* Differentiating Layers */
|
|
/*******************************
|
|
Power-User
|
|
*******************************/
|
|
/*-------------------
|
|
Emotive Colors
|
|
--------------------*/
|
|
/* Positive */
|
|
/* Negative */
|
|
/* Info */
|
|
/* Warning */
|
|
/*-------------------
|
|
Paths
|
|
--------------------*/
|
|
/* For source only. Modified in gulp for dist */
|
|
/*-------------------
|
|
Em Sizes
|
|
--------------------*/
|
|
/*
|
|
This rounds @size values to the closest pixel then expresses that value in (r)em.
|
|
This ensures all size values round to exact pixels
|
|
*/
|
|
/* em */
|
|
/* rem */
|
|
/*-------------------
|
|
Icons
|
|
--------------------*/
|
|
/* Maximum Glyph Width of Icon */
|
|
/*-------------------
|
|
Neutral Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Borders
|
|
--------------------*/
|
|
/*-------------------
|
|
Derived Values
|
|
--------------------*/
|
|
/* Loaders Position Offset */
|
|
/* Rendered Scrollbar Width */
|
|
/* Maximum Single Character Glyph Width, aka Capital "W" */
|
|
/* Used to match floats with text */
|
|
/* Header Spacing */
|
|
/* Minimum Mobile Width */
|
|
/* Positive / Negative Dupes */
|
|
/* Responsive */
|
|
/*-------------------
|
|
Exact Pixel Values
|
|
--------------------*/
|
|
/*
|
|
These are used to specify exact pixel values in em
|
|
for things like borders that remain constantly
|
|
sized as emSize adjusts
|
|
|
|
Since there are many more sizes than names for sizes,
|
|
these are named by their original pixel values.
|
|
|
|
*/
|
|
/* Columns */
|
|
/*******************************
|
|
States
|
|
*******************************/
|
|
/*-------------------
|
|
Disabled
|
|
--------------------*/
|
|
/*-------------------
|
|
Hover
|
|
--------------------*/
|
|
/*--- Shadows ---*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Focus
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Down (:active)
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Active
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/* Packaged site.variables */
|
|
/*******************************
|
|
Site Settings
|
|
*******************************/
|
|
/*-------------------
|
|
Fonts
|
|
--------------------*/
|
|
/*-------------------
|
|
Base Sizes
|
|
--------------------*/
|
|
/* This is the single variable that controls them all */
|
|
/* The size of page text */
|
|
/*-------------------
|
|
Border Radius
|
|
--------------------*/
|
|
/* See Power-user section below
|
|
for explanation of @px variables
|
|
*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*--------------
|
|
Page Heading
|
|
---------------*/
|
|
/*--------------
|
|
Form Input
|
|
---------------*/
|
|
/* This adjusts the default form input across all elements */
|
|
/* Input Text Color */
|
|
/* Line Height Default For Inputs in Browser */
|
|
/*-------------------
|
|
Focused Input
|
|
--------------------*/
|
|
/* Used on inputs, textarea etc */
|
|
/* Used on dropdowns, other larger blocks */
|
|
/*-------------------
|
|
Sizes
|
|
--------------------*/
|
|
/*
|
|
Sizes are all expressed in terms of 14px/em (default em)
|
|
This ensures these "ratios" remain constant despite changes in EM
|
|
*/
|
|
/*-------------------
|
|
Page
|
|
--------------------*/
|
|
/*-------------------
|
|
Paragraph
|
|
--------------------*/
|
|
/*-------------------
|
|
Links
|
|
--------------------*/
|
|
/*-------------------
|
|
Highlighted Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Loader
|
|
--------------------*/
|
|
/*-------------------
|
|
Grid
|
|
--------------------*/
|
|
/*-------------------
|
|
Transitions
|
|
--------------------*/
|
|
/*-------------------
|
|
Breakpoints
|
|
--------------------*/
|
|
/*-------------------
|
|
Site Colors
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Light Colors ---*/
|
|
/*--- Neutrals ---*/
|
|
/*--- Colored Backgrounds ---*/
|
|
/*--- Colored Headers ---*/
|
|
/*--- Colored Text ---*/
|
|
/*--- Colored Border ---*/
|
|
/*-------------------
|
|
Alpha Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Accents
|
|
--------------------*/
|
|
/* Differentiating Neutrals */
|
|
/* Differentiating Layers */
|
|
/*******************************
|
|
Power-User
|
|
*******************************/
|
|
/*-------------------
|
|
Emotive Colors
|
|
--------------------*/
|
|
/* Positive */
|
|
/* Negative */
|
|
/* Info */
|
|
/* Warning */
|
|
/*-------------------
|
|
Paths
|
|
--------------------*/
|
|
/* For source only. Modified in gulp for dist */
|
|
/*-------------------
|
|
Em Sizes
|
|
--------------------*/
|
|
/*
|
|
This rounds @size values to the closest pixel then expresses that value in (r)em.
|
|
This ensures all size values round to exact pixels
|
|
*/
|
|
/* em */
|
|
/* rem */
|
|
/*-------------------
|
|
Icons
|
|
--------------------*/
|
|
/* Maximum Glyph Width of Icon */
|
|
/*-------------------
|
|
Neutral Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Borders
|
|
--------------------*/
|
|
/*-------------------
|
|
Derived Values
|
|
--------------------*/
|
|
/* Loaders Position Offset */
|
|
/* Rendered Scrollbar Width */
|
|
/* Maximum Single Character Glyph Width, aka Capital "W" */
|
|
/* Used to match floats with text */
|
|
/* Header Spacing */
|
|
/* Minimum Mobile Width */
|
|
/* Positive / Negative Dupes */
|
|
/* Responsive */
|
|
/*-------------------
|
|
Exact Pixel Values
|
|
--------------------*/
|
|
/*
|
|
These are used to specify exact pixel values in em
|
|
for things like borders that remain constantly
|
|
sized as emSize adjusts
|
|
|
|
Since there are many more sizes than names for sizes,
|
|
these are named by their original pixel values.
|
|
|
|
*/
|
|
/* Columns */
|
|
/*******************************
|
|
States
|
|
*******************************/
|
|
/*-------------------
|
|
Disabled
|
|
--------------------*/
|
|
/*-------------------
|
|
Hover
|
|
--------------------*/
|
|
/*--- Shadows ---*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Focus
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Down (:active)
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Active
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/* Component's site.variables */
|
|
/*******************************
|
|
Site Settings
|
|
*******************************/
|
|
/*-------------------
|
|
Fonts
|
|
--------------------*/
|
|
/*-------------------
|
|
Base Sizes
|
|
--------------------*/
|
|
/* This is the single variable that controls them all */
|
|
/* The size of page text */
|
|
/*-------------------
|
|
Border Radius
|
|
--------------------*/
|
|
/* See Power-user section below
|
|
for explanation of @px variables
|
|
*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*--------------
|
|
Page Heading
|
|
---------------*/
|
|
/*--------------
|
|
Form Input
|
|
---------------*/
|
|
/* This adjusts the default form input across all elements */
|
|
/* Input Text Color */
|
|
/* Line Height Default For Inputs in Browser */
|
|
/*-------------------
|
|
Focused Input
|
|
--------------------*/
|
|
/* Used on inputs, textarea etc */
|
|
/* Used on dropdowns, other larger blocks */
|
|
/*-------------------
|
|
Sizes
|
|
--------------------*/
|
|
/*
|
|
Sizes are all expressed in terms of 14px/em (default em)
|
|
This ensures these "ratios" remain constant despite changes in EM
|
|
*/
|
|
/*-------------------
|
|
Page
|
|
--------------------*/
|
|
/*-------------------
|
|
Paragraph
|
|
--------------------*/
|
|
/*-------------------
|
|
Links
|
|
--------------------*/
|
|
/*-------------------
|
|
Highlighted Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Loader
|
|
--------------------*/
|
|
/*-------------------
|
|
Grid
|
|
--------------------*/
|
|
/*-------------------
|
|
Transitions
|
|
--------------------*/
|
|
/*-------------------
|
|
Breakpoints
|
|
--------------------*/
|
|
/*-------------------
|
|
Site Colors
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Light Colors ---*/
|
|
/*--- Neutrals ---*/
|
|
/*--- Colored Backgrounds ---*/
|
|
/*--- Colored Headers ---*/
|
|
/*--- Colored Text ---*/
|
|
/*--- Colored Border ---*/
|
|
/*-------------------
|
|
Alpha Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Accents
|
|
--------------------*/
|
|
/* Differentiating Neutrals */
|
|
/* Differentiating Layers */
|
|
/*******************************
|
|
Power-User
|
|
*******************************/
|
|
/*-------------------
|
|
Emotive Colors
|
|
--------------------*/
|
|
/* Positive */
|
|
/* Negative */
|
|
/* Info */
|
|
/* Warning */
|
|
/*-------------------
|
|
Paths
|
|
--------------------*/
|
|
/* For source only. Modified in gulp for dist */
|
|
/*-------------------
|
|
Em Sizes
|
|
--------------------*/
|
|
/*
|
|
This rounds @size values to the closest pixel then expresses that value in (r)em.
|
|
This ensures all size values round to exact pixels
|
|
*/
|
|
/* em */
|
|
/* rem */
|
|
/*-------------------
|
|
Icons
|
|
--------------------*/
|
|
/* Maximum Glyph Width of Icon */
|
|
/*-------------------
|
|
Neutral Text
|
|
--------------------*/
|
|
/*-------------------
|
|
Brand Colors
|
|
--------------------*/
|
|
/*-------------------
|
|
Borders
|
|
--------------------*/
|
|
/*-------------------
|
|
Derived Values
|
|
--------------------*/
|
|
/* Loaders Position Offset */
|
|
/* Rendered Scrollbar Width */
|
|
/* Maximum Single Character Glyph Width, aka Capital "W" */
|
|
/* Used to match floats with text */
|
|
/* Header Spacing */
|
|
/* Minimum Mobile Width */
|
|
/* Positive / Negative Dupes */
|
|
/* Responsive */
|
|
/*-------------------
|
|
Exact Pixel Values
|
|
--------------------*/
|
|
/*
|
|
These are used to specify exact pixel values in em
|
|
for things like borders that remain constantly
|
|
sized as emSize adjusts
|
|
|
|
Since there are many more sizes than names for sizes,
|
|
these are named by their original pixel values.
|
|
|
|
*/
|
|
/* Columns */
|
|
/*******************************
|
|
States
|
|
*******************************/
|
|
/*-------------------
|
|
Disabled
|
|
--------------------*/
|
|
/*-------------------
|
|
Hover
|
|
--------------------*/
|
|
/*--- Shadows ---*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Focus
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Down (:active)
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/*-------------------
|
|
Active
|
|
--------------------*/
|
|
/*--- Colors ---*/
|
|
/*--- Emotive ---*/
|
|
/*--- Brand ---*/
|
|
/*--- Dark Tones ---*/
|
|
/*--- Light Tones ---*/
|
|
/* Site theme site.variables */
|
|
/*******************************
|
|
User Global Variables
|
|
*******************************/
|
|
/*-------------------
|
|
Component Variables
|
|
---------------------*/
|
|
/* Default */
|
|
/*******************************
|
|
Card
|
|
*******************************/
|
|
/*-------------------
|
|
View
|
|
--------------------*/
|
|
/* Shadow */
|
|
/* Card */
|
|
/* Card Group */
|
|
/* Consecutive Cards */
|
|
/*-------------------
|
|
Content
|
|
--------------------*/
|
|
/* Image */
|
|
/* Content */
|
|
/* Header */
|
|
/* Metadata */
|
|
/* Icons */
|
|
/* Links */
|
|
/* Description */
|
|
/* Content Image */
|
|
/* Avatar Image */
|
|
/* Paragraph */
|
|
/* Dimmer */
|
|
/* Additional Content */
|
|
/* Extra Links */
|
|
/* Buttons */
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
/* Link */
|
|
/* Raised */
|
|
/* Card Count */
|
|
/* Stackable */
|
|
/* Sizes */
|
|
/* Colored */
|
|
/* Packaged Theme */
|
|
/*******************************
|
|
Card
|
|
*******************************/
|
|
/*-------------------
|
|
View
|
|
--------------------*/
|
|
/* Shadow */
|
|
/* Card */
|
|
/* Card Group */
|
|
/* Consecutive Cards */
|
|
/*-------------------
|
|
Content
|
|
--------------------*/
|
|
/* Image */
|
|
/* Content */
|
|
/* Header */
|
|
/* Metadata */
|
|
/* Icons */
|
|
/* Links */
|
|
/* Description */
|
|
/* Content Image */
|
|
/* Avatar Image */
|
|
/* Paragraph */
|
|
/* Dimmer */
|
|
/* Additional Content */
|
|
/* Extra Links */
|
|
/* Buttons */
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
/* Link */
|
|
/* Raised */
|
|
/* Card Count */
|
|
/* Stackable */
|
|
/* Sizes */
|
|
/* Colored */
|
|
/* Site Theme */
|
|
/*******************************
|
|
User Variable Overrides
|
|
*******************************/
|
|
/*******************************
|
|
Mix-ins
|
|
*******************************/
|
|
/*------------------
|
|
Fonts
|
|
-------------------*/
|
|
/*------------------
|
|
Overrides
|
|
-------------------*/
|
|
/* End Config */
|
|
/*******************************
|
|
Standard
|
|
*******************************/
|
|
/*--------------
|
|
Card
|
|
---------------*/
|
|
.ui.cards > .card,
|
|
.ui.card {
|
|
max-width: 100%;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
width: 290px;
|
|
min-height: 0px;
|
|
background: #FFFFFF;
|
|
padding: 0em;
|
|
border: none;
|
|
border-radius: 0.28571429rem;
|
|
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
|
|
-webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
|
transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
|
transition: box-shadow 0.1s ease, transform 0.1s ease;
|
|
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
z-index: '';
|
|
}
|
|
.ui.card {
|
|
margin: 1em 0em;
|
|
}
|
|
.ui.cards > .card a,
|
|
.ui.card a {
|
|
cursor: pointer;
|
|
}
|
|
.ui.card:first-child {
|
|
margin-top: 0em;
|
|
}
|
|
.ui.card:last-child {
|
|
margin-bottom: 0em;
|
|
}
|
|
/*--------------
|
|
Cards
|
|
---------------*/
|
|
.ui.cards {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: -0.875em -0.5em;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.ui.cards > .card {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 0.875em 0.5em;
|
|
float: none;
|
|
}
|
|
/* Clearing */
|
|
.ui.cards:after,
|
|
.ui.card:after {
|
|
display: block;
|
|
content: ' ';
|
|
height: 0px;
|
|
clear: both;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
/* Consecutive Card Groups Preserve Row Spacing */
|
|
.ui.cards ~ .ui.cards {
|
|
margin-top: 0.875em;
|
|
}
|
|
/*--------------
|
|
Rounded Edges
|
|
---------------*/
|
|
.ui.cards > .card > :first-child,
|
|
.ui.card > :first-child {
|
|
border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
|
|
border-top: none !important;
|
|
}
|
|
.ui.cards > .card > :last-child,
|
|
.ui.card > :last-child {
|
|
border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
|
|
}
|
|
.ui.cards > .card > :only-child,
|
|
.ui.card > :only-child {
|
|
border-radius: 0.28571429rem !important;
|
|
}
|
|
/*--------------
|
|
Images
|
|
---------------*/
|
|
.ui.cards > .card > .image,
|
|
.ui.card > .image {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
padding: 0em;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ui.cards > .card > .image > img,
|
|
.ui.card > .image > img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: inherit;
|
|
}
|
|
.ui.cards > .card > .image:not(.ui) > img,
|
|
.ui.card > .image:not(.ui) > img {
|
|
border: none;
|
|
}
|
|
/*--------------
|
|
Content
|
|
---------------*/
|
|
.ui.cards > .card > .content,
|
|
.ui.card > .content {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
border: none;
|
|
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
|
background: none;
|
|
margin: 0em;
|
|
padding: 1em 1em;
|
|
box-shadow: none;
|
|
font-size: 1em;
|
|
border-radius: 0em;
|
|
}
|
|
.ui.cards > .card > .content:after,
|
|
.ui.card > .content:after {
|
|
display: block;
|
|
content: ' ';
|
|
height: 0px;
|
|
clear: both;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
.ui.cards > .card > .content > .header,
|
|
.ui.card > .content > .header {
|
|
display: block;
|
|
margin: '';
|
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
/* Default Header Size */
|
|
.ui.cards > .card > .content > .header:not(.ui),
|
|
.ui.card > .content > .header:not(.ui) {
|
|
font-weight: bold;
|
|
font-size: 1.28571429em;
|
|
margin-top: -0.21425em;
|
|
line-height: 1.2857em;
|
|
}
|
|
.ui.cards > .card > .content > .meta + .description,
|
|
.ui.cards > .card > .content > .header + .description,
|
|
.ui.card > .content > .meta + .description,
|
|
.ui.card > .content > .header + .description {
|
|
margin-top: 0.5em;
|
|
}
|
|
/*----------------
|
|
Floated Content
|
|
-----------------*/
|
|
.ui.cards > .card [class*="left floated"],
|
|
.ui.card [class*="left floated"] {
|
|
float: left;
|
|
}
|
|
.ui.cards > .card [class*="right floated"],
|
|
.ui.card [class*="right floated"] {
|
|
float: right;
|
|
}
|
|
/*--------------
|
|
Aligned
|
|
---------------*/
|
|
.ui.cards > .card [class*="left aligned"],
|
|
.ui.card [class*="left aligned"] {
|
|
text-align: left;
|
|
}
|
|
.ui.cards > .card [class*="center aligned"],
|
|
.ui.card [class*="center aligned"] {
|
|
text-align: center;
|
|
}
|
|
.ui.cards > .card [class*="right aligned"],
|
|
.ui.card [class*="right aligned"] {
|
|
text-align: right;
|
|
}
|
|
/*--------------
|
|
Content Image
|
|
---------------*/
|
|
.ui.cards > .card .content img,
|
|
.ui.card .content img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: '';
|
|
}
|
|
.ui.cards > .card img.avatar,
|
|
.ui.cards > .card .avatar img,
|
|
.ui.card img.avatar,
|
|
.ui.card .avatar img {
|
|
width: 2em;
|
|
height: 2em;
|
|
border-radius: 500rem;
|
|
}
|
|
/*--------------
|
|
Description
|
|
---------------*/
|
|
.ui.cards > .card > .content > .description,
|
|
.ui.card > .content > .description {
|
|
clear: both;
|
|
color: rgba(0, 0, 0, 0.68);
|
|
}
|
|
/*--------------
|
|
Paragraph
|
|
---------------*/
|
|
.ui.cards > .card > .content p,
|
|
.ui.card > .content p {
|
|
margin: 0em 0em 0.5em;
|
|
}
|
|
.ui.cards > .card > .content p:last-child,
|
|
.ui.card > .content p:last-child {
|
|
margin-bottom: 0em;
|
|
}
|
|
/*--------------
|
|
Meta
|
|
---------------*/
|
|
.ui.cards > .card .meta,
|
|
.ui.card .meta {
|
|
font-size: 1em;
|
|
color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.ui.cards > .card .meta *,
|
|
.ui.card .meta * {
|
|
margin-right: 0.3em;
|
|
}
|
|
.ui.cards > .card .meta :last-child,
|
|
.ui.card .meta :last-child {
|
|
margin-right: 0em;
|
|
}
|
|
.ui.cards > .card .meta [class*="right floated"],
|
|
.ui.card .meta [class*="right floated"] {
|
|
margin-right: 0em;
|
|
margin-left: 0.3em;
|
|
}
|
|
/*--------------
|
|
Links
|
|
---------------*/
|
|
/* Generic */
|
|
.ui.cards > .card > .content a:not(.ui),
|
|
.ui.card > .content a:not(.ui) {
|
|
color: '';
|
|
-webkit-transition: color 0.1s ease;
|
|
transition: color 0.1s ease;
|
|
}
|
|
.ui.cards > .card > .content a:not(.ui):hover,
|
|
.ui.card > .content a:not(.ui):hover {
|
|
color: '';
|
|
}
|
|
/* Header */
|
|
.ui.cards > .card > .content > a.header,
|
|
.ui.card > .content > a.header {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ui.cards > .card > .content > a.header:hover,
|
|
.ui.card > .content > a.header:hover {
|
|
color: #1e70bf;
|
|
}
|
|
/* Meta */
|
|
.ui.cards > .card .meta > a:not(.ui),
|
|
.ui.card .meta > a:not(.ui) {
|
|
color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.ui.cards > .card .meta > a:not(.ui):hover,
|
|
.ui.card .meta > a:not(.ui):hover {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
/*--------------
|
|
Buttons
|
|
---------------*/
|
|
.ui.cards > .card > .buttons,
|
|
.ui.card > .buttons,
|
|
.ui.cards > .card > .button,
|
|
.ui.card > .button {
|
|
margin: 0px -1px;
|
|
width: calc(100% + 2px );
|
|
}
|
|
/*--------------
|
|
Dimmer
|
|
---------------*/
|
|
.ui.cards > .card .dimmer,
|
|
.ui.card .dimmer {
|
|
background-color: '';
|
|
z-index: 10;
|
|
}
|
|
/*--------------
|
|
Labels
|
|
---------------*/
|
|
/*-----Star----- */
|
|
/* Icon */
|
|
.ui.cards > .card > .content .star.icon,
|
|
.ui.card > .content .star.icon {
|
|
cursor: pointer;
|
|
opacity: 0.75;
|
|
-webkit-transition: color 0.1s ease;
|
|
transition: color 0.1s ease;
|
|
}
|
|
.ui.cards > .card > .content .star.icon:hover,
|
|
.ui.card > .content .star.icon:hover {
|
|
opacity: 1;
|
|
color: #FFB70A;
|
|
}
|
|
.ui.cards > .card > .content .active.star.icon,
|
|
.ui.card > .content .active.star.icon {
|
|
color: #FFE623;
|
|
}
|
|
/*-----Like----- */
|
|
/* Icon */
|
|
.ui.cards > .card > .content .like.icon,
|
|
.ui.card > .content .like.icon {
|
|
cursor: pointer;
|
|
opacity: 0.75;
|
|
-webkit-transition: color 0.1s ease;
|
|
transition: color 0.1s ease;
|
|
}
|
|
.ui.cards > .card > .content .like.icon:hover,
|
|
.ui.card > .content .like.icon:hover {
|
|
opacity: 1;
|
|
color: #FF2733;
|
|
}
|
|
.ui.cards > .card > .content .active.like.icon,
|
|
.ui.card > .content .active.like.icon {
|
|
color: #FF2733;
|
|
}
|
|
/*----------------
|
|
Extra Content
|
|
-----------------*/
|
|
.ui.cards > .card > .extra,
|
|
.ui.card > .extra {
|
|
max-width: 100%;
|
|
min-height: 0em !important;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
|
|
position: static;
|
|
background: none;
|
|
width: auto;
|
|
margin: 0em 0em;
|
|
padding: 0.75em 1em;
|
|
top: 0em;
|
|
left: 0em;
|
|
color: rgba(0, 0, 0, 0.4);
|
|
box-shadow: none;
|
|
-webkit-transition: color 0.1s ease;
|
|
transition: color 0.1s ease;
|
|
}
|
|
.ui.cards > .card > .extra a:not(.ui),
|
|
.ui.card > .extra a:not(.ui) {
|
|
color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.ui.cards > .card > .extra a:not(.ui):hover,
|
|
.ui.card > .extra a:not(.ui):hover {
|
|
color: #1e70bf;
|
|
}
|
|
/*******************************
|
|
Variations
|
|
*******************************/
|
|
/*-------------------
|
|
Raised
|
|
--------------------*/
|
|
.ui.raised.cards > .card,
|
|
.ui.raised.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
|
|
}
|
|
.ui.raised.cards a.card:hover,
|
|
.ui.link.cards .raised.card:hover,
|
|
a.ui.raised.card:hover,
|
|
.ui.link.raised.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
|
|
}
|
|
.ui.raised.cards > .card,
|
|
.ui.raised.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
|
|
}
|
|
/*-------------------
|
|
Centered
|
|
--------------------*/
|
|
.ui.centered.cards {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.ui.centered.card {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
/*-------------------
|
|
Fluid
|
|
--------------------*/
|
|
.ui.fluid.card {
|
|
width: 100%;
|
|
max-width: 9999px;
|
|
}
|
|
/*-------------------
|
|
Link
|
|
--------------------*/
|
|
.ui.cards a.card,
|
|
.ui.link.cards .card,
|
|
a.ui.card,
|
|
.ui.link.card {
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
}
|
|
.ui.cards a.card:hover,
|
|
.ui.link.cards .card:hover,
|
|
a.ui.card:hover,
|
|
.ui.link.card:hover {
|
|
cursor: pointer;
|
|
z-index: 5;
|
|
background: #FFFFFF;
|
|
border: none;
|
|
box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
|
|
-webkit-transform: translateY(-3px);
|
|
transform: translateY(-3px);
|
|
}
|
|
/*-------------------
|
|
Colors
|
|
--------------------*/
|
|
/* Red */
|
|
.ui.red.cards > .card,
|
|
.ui.cards > .red.card,
|
|
.ui.red.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.red.cards > .card:hover,
|
|
.ui.cards > .red.card:hover,
|
|
.ui.red.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Orange */
|
|
.ui.orange.cards > .card,
|
|
.ui.cards > .orange.card,
|
|
.ui.orange.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.orange.cards > .card:hover,
|
|
.ui.cards > .orange.card:hover,
|
|
.ui.orange.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Yellow */
|
|
.ui.yellow.cards > .card,
|
|
.ui.cards > .yellow.card,
|
|
.ui.yellow.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.yellow.cards > .card:hover,
|
|
.ui.cards > .yellow.card:hover,
|
|
.ui.yellow.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Olive */
|
|
.ui.olive.cards > .card,
|
|
.ui.cards > .olive.card,
|
|
.ui.olive.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.olive.cards > .card:hover,
|
|
.ui.cards > .olive.card:hover,
|
|
.ui.olive.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Green */
|
|
.ui.green.cards > .card,
|
|
.ui.cards > .green.card,
|
|
.ui.green.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.green.cards > .card:hover,
|
|
.ui.cards > .green.card:hover,
|
|
.ui.green.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Teal */
|
|
.ui.teal.cards > .card,
|
|
.ui.cards > .teal.card,
|
|
.ui.teal.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.teal.cards > .card:hover,
|
|
.ui.cards > .teal.card:hover,
|
|
.ui.teal.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Blue */
|
|
.ui.blue.cards > .card,
|
|
.ui.cards > .blue.card,
|
|
.ui.blue.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.blue.cards > .card:hover,
|
|
.ui.cards > .blue.card:hover,
|
|
.ui.blue.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Violet */
|
|
.ui.violet.cards > .card,
|
|
.ui.cards > .violet.card,
|
|
.ui.violet.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.violet.cards > .card:hover,
|
|
.ui.cards > .violet.card:hover,
|
|
.ui.violet.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Purple */
|
|
.ui.purple.cards > .card,
|
|
.ui.cards > .purple.card,
|
|
.ui.purple.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.purple.cards > .card:hover,
|
|
.ui.cards > .purple.card:hover,
|
|
.ui.purple.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Pink */
|
|
.ui.pink.cards > .card,
|
|
.ui.cards > .pink.card,
|
|
.ui.pink.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.pink.cards > .card:hover,
|
|
.ui.cards > .pink.card:hover,
|
|
.ui.pink.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Brown */
|
|
.ui.brown.cards > .card,
|
|
.ui.cards > .brown.card,
|
|
.ui.brown.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.brown.cards > .card:hover,
|
|
.ui.cards > .brown.card:hover,
|
|
.ui.brown.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Grey */
|
|
.ui.grey.cards > .card,
|
|
.ui.cards > .grey.card,
|
|
.ui.grey.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.grey.cards > .card:hover,
|
|
.ui.cards > .grey.card:hover,
|
|
.ui.grey.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/* Black */
|
|
.ui.black.cards > .card,
|
|
.ui.cards > .black.card,
|
|
.ui.black.card {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
|
|
}
|
|
.ui.black.cards > .card:hover,
|
|
.ui.cards > .black.card:hover,
|
|
.ui.black.card:hover {
|
|
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
|
|
}
|
|
/*--------------
|
|
Card Count
|
|
---------------*/
|
|
.ui.one.cards {
|
|
margin-left: 0em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui.one.cards > .card {
|
|
width: 100%;
|
|
}
|
|
.ui.two.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.two.cards > .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.three.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.three.cards > .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.four.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.four.cards > .card {
|
|
width: calc( 25% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
.ui.five.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.five.cards > .card {
|
|
width: calc( 20% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
.ui.six.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.six.cards > .card {
|
|
width: calc( 16.66666667% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
.ui.seven.cards {
|
|
margin-left: -0.5em;
|
|
margin-right: -0.5em;
|
|
}
|
|
.ui.seven.cards > .card {
|
|
width: calc( 14.28571429% - 1em );
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
.ui.eight.cards {
|
|
margin-left: -0.5em;
|
|
margin-right: -0.5em;
|
|
}
|
|
.ui.eight.cards > .card {
|
|
width: calc( 12.5% - 1em );
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
font-size: 11px;
|
|
}
|
|
.ui.nine.cards {
|
|
margin-left: -0.5em;
|
|
margin-right: -0.5em;
|
|
}
|
|
.ui.nine.cards > .card {
|
|
width: calc( 11.11111111% - 1em );
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
font-size: 10px;
|
|
}
|
|
.ui.ten.cards {
|
|
margin-left: -0.5em;
|
|
margin-right: -0.5em;
|
|
}
|
|
.ui.ten.cards > .card {
|
|
width: calc( 10% - 1em );
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
/*-------------------
|
|
Doubling
|
|
--------------------*/
|
|
/* Mobile Only */
|
|
@media only screen and (max-width: 767px) {
|
|
.ui.two.doubling.cards {
|
|
margin-left: 0em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui.two.doubling.cards .card {
|
|
width: 100%;
|
|
margin-left: 0em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui.three.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.three.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.four.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.four.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.five.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.five.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.six.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.six.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.seven.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.seven.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.eight.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.eight.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.nine.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.nine.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.ten.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.ten.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
/* Tablet Only */
|
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
.ui.two.doubling.cards {
|
|
margin-left: 0em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui.two.doubling.cards .card {
|
|
width: 100%;
|
|
margin-left: 0em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui.three.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.three.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.four.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.four.doubling.cards .card {
|
|
width: calc( 50% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.five.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.five.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.six.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.six.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.eight.doubling.cards {
|
|
margin-left: -1em;
|
|
margin-right: -1em;
|
|
}
|
|
.ui.eight.doubling.cards .card {
|
|
width: calc( 33.33333333% - 2em );
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.ui.eight.doubling.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.eight.doubling.cards .card {
|
|
width: calc( 25% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
.ui.nine.doubling.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.nine.doubling.cards .card {
|
|
width: calc( 25% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
.ui.ten.doubling.cards {
|
|
margin-left: -0.75em;
|
|
margin-right: -0.75em;
|
|
}
|
|
.ui.ten.doubling.cards .card {
|
|
width: calc( 20% - 1.5em );
|
|
margin-left: 0.75em;
|
|
margin-right: 0.75em;
|
|
}
|
|
}
|
|
/*-------------------
|
|
Stackable
|
|
--------------------*/
|
|
@media only screen and (max-width: 767px) {
|
|
.ui.stackable.cards {
|
|
display: block !important;
|
|
}
|
|
.ui.stackable.cards .card:first-child {
|
|
margin-top: 0em !important;
|
|
}
|
|
.ui.stackable.cards > .card {
|
|
display: block !important;
|
|
height: auto !important;
|
|
margin: 1em 1em;
|
|
padding: 0 !important;
|
|
width: calc( 100% - 2em ) !important;
|
|
}
|
|
}
|
|
/*--------------
|
|
Size
|
|
---------------*/
|
|
.ui.cards > .card {
|
|
font-size: 1em;
|
|
}
|
|
/*******************************
|
|
Theme Overrides
|
|
*******************************/
|
|
/*******************************
|
|
User Variable Overrides
|
|
*******************************/
|
|
|
|
/*# sourceMappingURL=card.css.map */
|