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.
915 lines
21 KiB
915 lines
21 KiB
/*!
|
|
* # Semantic UI 2.2.6 - Image
|
|
* 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 */
|
|
/*******************************
|
|
Image
|
|
*******************************/
|
|
/*-------------------
|
|
Element
|
|
--------------------*/
|
|
/*-------------------
|
|
Types
|
|
--------------------*/
|
|
/* Avatar */
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
/* Spaced */
|
|
/* Floated */
|
|
/* Size */
|
|
/* Packaged Theme */
|
|
/*******************************
|
|
Image
|
|
*******************************/
|
|
/*-------------------
|
|
Element
|
|
--------------------*/
|
|
/*-------------------
|
|
Types
|
|
--------------------*/
|
|
/* Avatar */
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
/* Spaced */
|
|
/* Floated */
|
|
/* Size */
|
|
/* Site Theme */
|
|
/*******************************
|
|
User Variable Overrides
|
|
*******************************/
|
|
/*******************************
|
|
Mix-ins
|
|
*******************************/
|
|
/*------------------
|
|
Fonts
|
|
-------------------*/
|
|
/*------------------
|
|
Overrides
|
|
-------------------*/
|
|
/* End Config */
|
|
/*******************************
|
|
Image
|
|
*******************************/
|
|
.ui.image {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
max-width: 100%;
|
|
background-color: transparent;
|
|
}
|
|
img.ui.image {
|
|
display: block;
|
|
}
|
|
.ui.image svg,
|
|
.ui.image img {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
/*******************************
|
|
States
|
|
*******************************/
|
|
.ui.hidden.images,
|
|
.ui.hidden.image {
|
|
display: none;
|
|
}
|
|
.ui.hidden.transition.images,
|
|
.ui.hidden.transition.image {
|
|
display: block;
|
|
visibility: hidden;
|
|
}
|
|
.ui.disabled.images,
|
|
.ui.disabled.image {
|
|
cursor: default;
|
|
opacity: 0.45;
|
|
}
|
|
/*******************************
|
|
Variations
|
|
*******************************/
|
|
/*--------------
|
|
Inline
|
|
---------------*/
|
|
.ui.inline.image,
|
|
.ui.inline.image svg,
|
|
.ui.inline.image img {
|
|
display: inline-block;
|
|
}
|
|
/*------------------
|
|
Vertical Aligned
|
|
-------------------*/
|
|
.ui.top.aligned.images .image,
|
|
.ui.top.aligned.image,
|
|
.ui.top.aligned.image svg,
|
|
.ui.top.aligned.image img {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.ui.middle.aligned.images .image,
|
|
.ui.middle.aligned.image,
|
|
.ui.middle.aligned.image svg,
|
|
.ui.middle.aligned.image img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.ui.bottom.aligned.images .image,
|
|
.ui.bottom.aligned.image,
|
|
.ui.bottom.aligned.image svg,
|
|
.ui.bottom.aligned.image img {
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
}
|
|
/*--------------
|
|
Rounded
|
|
---------------*/
|
|
.ui.rounded.images .image,
|
|
.ui.rounded.image,
|
|
.ui.rounded.images .image > *,
|
|
.ui.rounded.image > * {
|
|
border-radius: 0.3125em;
|
|
}
|
|
/*--------------
|
|
Bordered
|
|
---------------*/
|
|
.ui.bordered.images .image,
|
|
.ui.bordered.images img,
|
|
.ui.bordered.images svg,
|
|
.ui.bordered.image img,
|
|
.ui.bordered.image svg,
|
|
img.ui.bordered.image {
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
/*--------------
|
|
Circular
|
|
---------------*/
|
|
.ui.circular.images,
|
|
.ui.circular.image {
|
|
overflow: hidden;
|
|
}
|
|
.ui.circular.images .image,
|
|
.ui.circular.image,
|
|
.ui.circular.images .image > *,
|
|
.ui.circular.image > * {
|
|
border-radius: 500rem;
|
|
}
|
|
/*--------------
|
|
Fluid
|
|
---------------*/
|
|
.ui.fluid.images,
|
|
.ui.fluid.image,
|
|
.ui.fluid.images img,
|
|
.ui.fluid.images svg,
|
|
.ui.fluid.image svg,
|
|
.ui.fluid.image img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
/*--------------
|
|
Avatar
|
|
---------------*/
|
|
.ui.avatar.images .image,
|
|
.ui.avatar.images img,
|
|
.ui.avatar.images svg,
|
|
.ui.avatar.image img,
|
|
.ui.avatar.image svg,
|
|
.ui.avatar.image {
|
|
margin-right: 0.25em;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
border-radius: 500rem;
|
|
}
|
|
/*-------------------
|
|
Spaced
|
|
--------------------*/
|
|
.ui.spaced.image {
|
|
display: inline-block !important;
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
.ui[class*="left spaced"].image {
|
|
margin-left: 0.5em;
|
|
margin-right: 0em;
|
|
}
|
|
.ui[class*="right spaced"].image {
|
|
margin-left: 0em;
|
|
margin-right: 0.5em;
|
|
}
|
|
/*-------------------
|
|
Floated
|
|
--------------------*/
|
|
.ui.floated.image,
|
|
.ui.floated.images {
|
|
float: left;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.ui.right.floated.images,
|
|
.ui.right.floated.image {
|
|
float: right;
|
|
margin-right: 0em;
|
|
margin-bottom: 1em;
|
|
margin-left: 1em;
|
|
}
|
|
.ui.floated.images:last-child,
|
|
.ui.floated.image:last-child {
|
|
margin-bottom: 0em;
|
|
}
|
|
.ui.centered.images,
|
|
.ui.centered.image {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
/*--------------
|
|
Sizes
|
|
---------------*/
|
|
.ui.mini.images .image,
|
|
.ui.mini.images img,
|
|
.ui.mini.images svg,
|
|
.ui.mini.image {
|
|
width: 35px;
|
|
height: auto;
|
|
font-size: 0.78571429rem;
|
|
}
|
|
.ui.tiny.images .image,
|
|
.ui.tiny.images img,
|
|
.ui.tiny.images svg,
|
|
.ui.tiny.image {
|
|
width: 80px;
|
|
height: auto;
|
|
font-size: 0.85714286rem;
|
|
}
|
|
.ui.small.images .image,
|
|
.ui.small.images img,
|
|
.ui.small.images svg,
|
|
.ui.small.image {
|
|
width: 150px;
|
|
height: auto;
|
|
font-size: 0.92857143rem;
|
|
}
|
|
.ui.medium.images .image,
|
|
.ui.medium.images img,
|
|
.ui.medium.images svg,
|
|
.ui.medium.image {
|
|
width: 300px;
|
|
height: auto;
|
|
font-size: 1rem;
|
|
}
|
|
.ui.large.images .image,
|
|
.ui.large.images img,
|
|
.ui.large.images svg,
|
|
.ui.large.image {
|
|
width: 450px;
|
|
height: auto;
|
|
font-size: 1.14285714rem;
|
|
}
|
|
.ui.big.images .image,
|
|
.ui.big.images img,
|
|
.ui.big.images svg,
|
|
.ui.big.image {
|
|
width: 600px;
|
|
height: auto;
|
|
font-size: 1.28571429rem;
|
|
}
|
|
.ui.huge.images .image,
|
|
.ui.huge.images img,
|
|
.ui.huge.images svg,
|
|
.ui.huge.image {
|
|
width: 800px;
|
|
height: auto;
|
|
font-size: 1.42857143rem;
|
|
}
|
|
.ui.massive.images .image,
|
|
.ui.massive.images img,
|
|
.ui.massive.images svg,
|
|
.ui.massive.image {
|
|
width: 960px;
|
|
height: auto;
|
|
font-size: 1.71428571rem;
|
|
}
|
|
/*******************************
|
|
Groups
|
|
*******************************/
|
|
.ui.images {
|
|
font-size: 0em;
|
|
margin: 0em -0.25rem 0rem;
|
|
}
|
|
.ui.images .image,
|
|
.ui.images img,
|
|
.ui.images svg {
|
|
display: inline-block;
|
|
margin: 0em 0.25rem 0.5rem;
|
|
}
|
|
/*******************************
|
|
Theme Overrides
|
|
*******************************/
|
|
/*******************************
|
|
Site Overrides
|
|
*******************************/
|
|
|
|
/*# sourceMappingURL=image.css.map */
|