Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/Buttons-1.0.3/css/buttons.jqueryui.css
1293 views
div.dt-button-info {1position: fixed;2top: 50%;3left: 50%;4width: 400px;5margin-top: -100px;6margin-left: -200px;7background-color: white;8border: 2px solid #111;9box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);10border-radius: 3px;11text-align: center;12z-index: 21;13}14div.dt-button-info h2 {15padding: 0.5em;16margin: 0;17font-weight: normal;18border-bottom: 1px solid #ddd;19background-color: #f3f3f3;20}21div.dt-button-info > div {22padding: 1em;23}2425div.dt-buttons {26position: relative;27float: left;28}29div.dt-buttons .dt-button {30margin-right: 0;31}32div.dt-buttons .dt-button span.ui-icon {33display: inline-block;34vertical-align: middle;35margin-top: -2px;36}37div.dt-buttons .dt-button:active {38outline: none;39}40div.dt-buttons .dt-button:hover > span {41background-color: rgba(0, 0, 0, 0.05);42}4344div.dt-button-collection {45position: absolute;46top: 0;47left: 0;48width: 150px;49margin-top: 3px;50padding: 8px 8px 4px 8px;51border: 1px solid #ccc;52border: 1px solid rgba(0, 0, 0, 0.4);53background-color: #f3f3f3;54background-color: rgba(255, 255, 255, 0.3);55overflow: hidden;56z-index: 2002;57border-radius: 5px;58box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);59z-index: 2002;60-webkit-column-gap: 8px;61-moz-column-gap: 8px;62-ms-column-gap: 8px;63-o-column-gap: 8px;64column-gap: 8px;65-webkit-column-gap: 0;66-moz-column-gap: 0;67-ms-column-gap: 0;68-o-column-gap: 0;69column-gap: 0;70}71div.dt-button-collection .dt-button {72position: relative;73left: 0;74right: 0;75display: block;76float: none;77margin-right: 0;78}79div.dt-button-collection .dt-button:last-child {80margin-bottom: 4px;81}82div.dt-button-collection .dt-button:hover > span {83background-color: rgba(0, 0, 0, 0.05);84}85div.dt-button-collection.fixed {86position: fixed;87top: 50%;88left: 50%;89margin-left: -75px;90}91div.dt-button-collection.fixed.two-column {92margin-left: -150px;93}94div.dt-button-collection.fixed.three-column {95margin-left: -225px;96}97div.dt-button-collection.fixed.four-column {98margin-left: -300px;99}100div.dt-button-collection > * {101-webkit-column-break-inside: avoid;102break-inside: avoid;103}104div.dt-button-collection.two-column {105width: 300px;106padding-bottom: 1px;107-webkit-column-count: 2;108-moz-column-count: 2;109-ms-column-count: 2;110-o-column-count: 2;111column-count: 2;112}113div.dt-button-collection.three-column {114width: 450px;115padding-bottom: 1px;116-webkit-column-count: 3;117-moz-column-count: 3;118-ms-column-count: 3;119-o-column-count: 3;120column-count: 3;121}122div.dt-button-collection.four-column {123width: 600px;124padding-bottom: 1px;125-webkit-column-count: 4;126-moz-column-count: 4;127-ms-column-count: 4;128-o-column-count: 4;129column-count: 4;130}131132div.dt-button-background {133position: fixed;134top: 0;135left: 0;136width: 100%;137height: 100%;138background: rgba(0, 0, 0, 0.7);139/* Fallback */140background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);141/* IE10 Consumer Preview */142background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);143/* Firefox */144background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);145/* Opera */146background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));147/* Webkit (Safari/Chrome 10) */148background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);149/* Webkit (Chrome 11+) */150background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);151/* W3C Markup, IE10 Release Preview */152z-index: 2001;153}154155@media screen and (max-width: 640px) {156div.dt-buttons {157float: none !important;158text-align: center;159}160}161162163