Skip to content
Snippets Groups Projects
basetheme_bootstrap.css 1.52 KiB
.fork_me{
    font-family: tahoma;
    font-size: 20px;
    position:fixed;
    top:75px;
    right:-55px;
    display:block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color:#c5b1e7;
    color:black;
    padding: 4px 60px 4px 60px;
    z-index:99;
}
.dt-buttons{
    margin-bottom: 5px;
}
.dt-button{
    /*from .btn*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    /*from .btn-default*/
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.pull-right + .pull-right{
margin-right:4px;
}