This wiki is intended for older versions of Motive. For the latest documentation, please refer to
docs.optitrack.com

Difference between revisions of "MediaWiki:Common.css"

 
Line 4: Line 4:
 
{
 
{
 
     word-break: break-all;
 
     word-break: break-all;
 +
}
 +
 +
.tabs{
 +
    margin-top:20px;
 
}
 
}
  

Latest revision as of 22:47, 2 July 2019

/*New*/

code
{
    word-break: break-all;
}

.tabs{
    margin-top:20px;
}


/*Old*/

@media print {
    a[href]::after {
        content: none !important;
    }
}

.thumblist {
    display: inline-block;
    vertical-align: text-top;
    max-width:100%;
}


div.thumbinner,
div.thumb {
    max-width:100%;
}


/* CSS placed here will be applied to all skins */
span.glyphicon-search {	
    top:0px;	
}

/* info box styling */
table.tipcomment {
    margin:auto;
    margin-bottom:2%;
    margin-top:2%;
    width: 100%;
    border-collapse: collapse;
    border-radius: 30px;
}

td.tipleft {
    vertical-align:middle;
    padding: 2em 0.5em 2em 0.5em;
}

td.tipright{
    padding:5px 15px;
}

td.tipright > dl {
    margin-bottom: 0; 
}

.tipicon{
    width:100% !important;
    max-width:999px;
}

/* padding amount used globally throughout wiki pages. */
.padded {
padding-left:2%;
}


@media (max-width: 767 px){
    .hotkeystable{
        width: 85%;
     }
}


div.mw-collapsible > h3{
    display:inline;
}

@media print{
    .breakprotect{
        page-break-after: always;
        page-break-inside: avoid;
    }
}