<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Verry important */
#uid_gadget_preview.uid_gadget_config_window {
	z-index: 0;
}
#uid_preview .uid_prev_gadget.prev_ribbon {
	height: 110px;
	display: inline-table;
	text-align: center;
	margin: 0 auto;
	cursor: normal;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
}

.ribbon {
	left: 20px;
	right: 20px;
	bottom:20px;
	top:20px;		/* /!\ required by ribbon.js to know that DOM is ready */
	position: absolute;
	text-align: center;
	box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}
.ribbon-content {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:100%;
    width: 100%;
    display:table;
}
.ribbon-content &gt; span{
	position:relative;
	display:table-cell;
	vertical-align: middle;
}
.ribbon-stitches-top, .ribbon-stitches-bottom {
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	left: 0;
	width: 100%;
	position: absolute;
}
.ribbon-stitches-top {top: 10%;}
.ribbon-stitches-bottom {bottom: 10%;}

.ribbon-stitches-bottom.ribbon_ie, .ribbon-stitches-top.ribbon_ie{
	/*Hack IE (no rgba)*/
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.ribbon_left_top {
	border-left: 50px outset transparent;
    border-top: 50px solid transparent;
    left: -34px;
    position: absolute;
    bottom:-5px;
    z-index: -1;
}

.ribbon_right_top {
	border-right: 50px outset transparent;
    border-top: 50px solid transparent;
    position: absolute;
    right: -34px;
    bottom: -5px;
    z-index: -1;
}

.ribbon_left_bottom {
	border-bottom: 50px solid transparent;
    border-left: 50px outset transparent;
    bottom: -17px;
    left: -34px;
    position: absolute;
    z-index: -1;
}

.ribbon_right_bottom {
	border-bottom: 50px solid transparent;
    border-right: 50px outset transparent;
    bottom: -17px;
    position: absolute;
    right: -34px;
    z-index: -1;
}
.ribbon_angle_right{
	border-right: 16px solid transparent;
    border-top: 17px solid transparent;
    bottom: -17px;
    position: absolute;
    right: 0;
}
.ribbon_angle_left{
	border-left: 16px solid transparent;
    border-top: 17px solid transparent;
    bottom: -17px;
    left: 0;
    position: absolute;
}
.ribbon-content.editor{
    cursor: pointer;
    position: relative;
}
.ribbon-content.editor:hover{
	background-color: rgba(255, 255, 255, 0.2);
    border-color:#fff;
}
.ribbon-content.editor.editable{
	background-color: rgba(255, 255, 255, 0.2);
    border-color:#fff;
}
#TB_window .ribbon-content.editor input.input_editor[type="text"] {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: none;
  font-size: 35px;
  padding-top: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}
.ribbon_middle_outer{
    width: 22px;
    /*min-height: 2px;*/
}
.ribbon_arrow_right_top {
    border-color: red transparent transparent red;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    right: -40px;
    top: 0;
}
.ribbon_arrow_right_bottom {
    border-color: transparent transparent red red;
    border-style: solid;
    border-width: 20px;
    bottom: 0;
    position: absolute;
    right: -40px;
}
.gadget_example .ribbon-content &gt; span{
	font-size: 12px !important;
}
</pre></body></html>