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.
 
 
 

14 lines
8.5 KiB

/*
* # Semantic UI
* Version: 0.19.0
* http://github.com/jlukic/semantic-ui
*
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 07/10/2014
*/
.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{margin:0;padding:.5em 1em .5em 0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0}.ui.list .item,ol.ui.list li,ul.ui.list li{display:list-item;list-style-type:none;list-style-position:inside;padding:.3em 0;line-height:1.2em}.ui.list .item:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list{clear:both}.ui.list .item>.icon{display:block;float:right;margin:0 0 0 1em;padding:.1em 0 0}.ui.list .item>.icon:only-child{display:inline-block}.ui.horizontal.list .item>.icon{margin:0;padding:0 0 0 .25em}.ui.horizontal.list .item>.icon,.ui.horizontal.list .item>.icon+.content{float:none;display:inline-block}.ui.list .item>img{display:block;float:right;margin-left:1em;vertical-align:middle}.ui.list .item>.content{display:inline-block;vertical-align:middle;line-height:1.2em}.ui.list .item>.icon+.content{display:table-cell;vertical-align:top}.ui.list a{cursor:pointer}.ui.list a .icon{color:rgba(0,0,0,.6);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;transition:color .2s ease}.ui.list .header{font-weight:700}.ui.list .description{color:rgba(0,0,0,.5)}.ui.list .item>.left.floated{margin-left:1em;float:right}.ui.list .item>.right.floated{margin-right:1em;float:left}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-right:1em;font-size:1rem}.ui.horizontal.list>.item:first-child{margin-right:0}.ui.horizontal.list .list{padding-right:0;padding-bottom:0}.ui.list a:hover .icon{color:rgba(0,0,0,.8)}.ui.inverted.list a .icon{color:rgba(255,255,255,.6)}.ui.inverted.list .description{color:rgba(255,255,255,.8)}.ui.inverted.link.list .item{color:rgba(255,255,255,.4)}.ui.link.list .item{color:rgba(0,0,0,.3)}.ui.link.list .item a,.ui.link.list a.item{color:rgba(0,0,0,.5)}.ui.link.list .active.item a,.ui.link.list .item a:active,.ui.link.list .item a:hover,.ui.link.list a.active.item,.ui.link.list a.item:active,.ui.link.list a.item:hover{color:rgba(0,0,0,.8)}.ui.inverted.link.list .item a,.ui.inverted.link.list a.item{color:rgba(255,255,255,.6)}.ui.inverted.link.list .item a:hover,.ui.inverted.link.list a.item:hover{color:rgba(255,255,255,.8)}.ui.inverted.link.list .item a:active,.ui.inverted.link.list a.item:active{color:rgba(255,255,255,.9)}.ui.inverted.link.list .active.item a,.ui.inverted.link.list a.active.item{color:rgba(255,255,255,.8)}.ui.selection.list .item{cursor:pointer;color:rgba(0,0,0,.4);padding:.5em;-webkit-transition:.2s color ease,.2s padding-right ease,.2s background-color ease;-moz-transition:.2s color ease,.2s padding-right ease,.2s background-color ease;transition:.2s color ease,.2s padding-right ease,.2s background-color ease}.ui.selection.list .item:hover{background-color:rgba(0,0,0,.02);color:rgba(0,0,0,.7)}.ui.selection.list .item:active{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.ui.selection.list .item.active{background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.7)}.ui.animated.list .item{-webkit-transition:.2s color ease,.2s padding-right ease,.2s background-color ease;-moz-transition:.2s color ease,.2s padding-right ease,.2s background-color ease;transition:.2s color ease,.2s padding-right ease,.2s background-color ease}.ui.animated.list:not(.horizontal) .item:hover{padding-right:1em}.ui.animated.list:not(.horizontal) .item:hover .item:hover{padding-right:.5em}.ui.inverted.selection.list .item{color:rgba(255,255,255,.6)}.ui.inverted.selection.list .item:hover{background-color:rgba(255,255,255,.04);color:rgba(255,255,255,.8)}.ui.inverted.selection.list .item:active{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.ui.inverted.selection.list .item.active{background-color:rgba(255,255,255,.08);color:#FFF}.ui.bulleted.list,ul.ui.list{margin-right:1.5em}.ui.bulleted.list .item,ul.ui.list li{position:relative}.ui.bulleted.list .item:before,ul.ui.list li:before{position:absolute;right:-1.5em;content:'•'}.ui.bulleted.list .list,ul.ui.list ul{padding-right:1.5em}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-right:0}.ui.horizontal.bulleted.list .item,ul.ui.horizontal.bulleted.list li{margin-right:1.5em}.ui.horizontal.bulleted.list .item:before,ul.ui.horizontal.bulleted.list li:before{right:-.9em}.ui.horizontal.bulleted.list .item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-right:0}.ui.horizontal.bulleted.list .item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,ol.ui.list{counter-reset:ordered;margin-right:2em;list-style-type:none}.ui.ordered.list .item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .item:before,ol.ui.list li:before{position:absolute;right:-2em;counter-increment:ordered;content:counters(ordered,".");text-align:left;vertical-align:top;opacity:.75}.ui.ordered.list .list,ol.ui.list ol{counter-reset:ordered;padding-right:2.5em}.ui.ordered.list .list .item:before,ol.ui.list ol li:before{right:-2.5em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-right:0}.ui.ordered.horizontal.list .item:before,ol.ui.horizontal.list li:before{position:static;right:0;margin:0 0 0 .5em}.ui.divided.list:not(.horizontal)>.list,.ui.divided.list>.item{border-top:1px solid rgba(0,0,0,.1);padding-right:.5em;padding-left:.5em}.ui.divided.list .item .menu .item{border-width:0}.ui.divided.list .item:first-child{border-top-width:0}.ui.divided.list:not(.horizontal) .list:not(.icon){margin-right:-.5em;margin-left:-.5em}.ui.divided.list:not(.horizontal) .list .item{padding-right:1em;padding-left:1em}.ui.divided.list:not(.horizontal) .list .item:first-child{border-top-width:1px}.ui.divided.bulleted.list{margin-right:0}.ui.divided.bulleted.list .item{padding-right:1.5em}.ui.divided.bulleted.list .item:before{right:.5em}.ui.divided.ordered.list{margin-right:0}.ui.divided.ordered.list>.item{padding-right:2em;padding-left:2em}.ui.divided.ordered.list>.item:before{right:.5em}.ui.divided.ordered.list .item .list{margin-right:-2em;margin-left:-2em}.ui.divided.horizontal.list{margin-right:0}.ui.divided.horizontal.list>.item{border-top:none;border-right:1px solid rgba(0,0,0,.1);margin:0;padding-right:.75em;padding-left:.75em;line-height:.6em}.ui.horizontal.divided.list>.item:first-child{border-right:none;padding-right:0}.ui.divided.inverted.horizontal.list .item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.2)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(0,0,0,.1);padding-right:.5em;padding-left:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(0,0,0,.1)}.ui.celled.list .item .list{margin-right:-.5em;margin-left:-.5em}.ui.celled.list .item .list .item{border-width:0}.ui.celled.list .list .item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-right:0}.ui.celled.bulleted.list>.item{padding-right:1.5em}.ui.celled.bulleted.list>.item:before{right:.5em}.ui.celled.ordered.list{margin-right:0}.ui.celled.ordered.list .item{padding-right:2em;padding-left:2em}.ui.celled.ordered.list .item:before{right:.5em}.ui.celled.ordered.list .item .list{margin-right:-2em;margin-left:-2em}.ui.horizontal.celled.list{margin-right:0}.ui.horizontal.celled.list .item{border-top:none;border-right:1px solid rgba(0,0,0,.1);margin:0;padding-right:.75em;padding-left:.75em;line-height:.6em}.ui.horizontal.celled.list .item:last-child{border-bottom:none;border-left:1px solid rgba(0,0,0,.1)}.ui.celled.inverted.horizontal.list .item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:rgba(255,255,255,.2)}.ui.relaxed.list:not(.horizontal) .item{padding-top:.5em;padding-bottom:.5em}.ui.relaxed.list .header{margin-bottom:.25em}.ui.horizontal.relaxed.list .item{padding-right:1.25em;padding-left:1.25em}.ui.very.relaxed.list:not(.horizontal) .item{padding-top:1em;padding-bottom:1em}.ui.very.relaxed.list .header{margin-bottom:.5em}.ui.horizontal.very.relaxed.list .item{padding-right:2em;padding-left:2em}.ui.mini.list .item{font-size:.7rem}.ui.tiny.list .item{font-size:.8125rem}.ui.small.list .item{font-size:.875rem}.ui.list .item{font-size:1em}.ui.large.list .item{font-size:1.125rem}.ui.big.list .item{font-size:1.25rem}.ui.huge.list .item{font-size:1.375rem}.ui.massive.list .item{font-size:1.5rem}