Actions

MediaWiki

Difference between revisions of "Common.css"

From VersaVision Support

Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 45: Line 45:


.portable-infobox{
.portable-infobox{
     background: transparent;
     background: #d4dde5;
     position: fixed;
     position: fixed;
     top: 100px;
     top: 300px;
     right: 50px;
     right: 50px;
     /*float: right;*/
     float: right;
     margin: 0 0 1em 1em;
     margin: 0 0 1em 1em;
     padding: 1em;
     padding: 1em;
     width: 300px;
    border: 2px solid #0054a6;
     width: 15%;
}
}


Line 65: Line 66:
     text-align: right;
     text-align: right;
     vertical-align: top;
     vertical-align: top;
     width: 120px;
     width: 75px;
}
}
.infobox td {
.infobox td {
Line 96: Line 97:
}
}


.portable-infobox.pi-theme-delta .ppi_header {
/.portable-infobox.pi-theme-delta .ppi_header {/
      height: 1;
/      height: 1;/
}
/}/
/* https://www.hostknox.com/knowledgebase/706/How-to-remove-the-Search-block-the-Navigation-and-Tools-menus-and-menu-links-in-MediaWiki.html */
/* https://www.hostknox.com/knowledgebase/706/How-to-remove-the-Search-block-the-Navigation-and-Tools-menus-and-menu-links-in-MediaWiki.html */



Latest revision as of 14:49, 6 May 2024

/* CSS placed here will be applied to all skins */

div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal h3 {
    font-size: 1em; /* original was 0.75em */
}

# Style for bash scripts: pre tags with class "bash"
pre.bash {
 background-color: black;
 color: grey;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}




div#mw-panel {
    width: 10em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 10em; /* move content to a fitting place; was 13em */
}

.zoom_img img{
    transition:1s;
    border: 1px solid #f6f6f6;

}

.zoom_img img:hover{
    transform:scale(1.15);
    border: 1px solid blue; 
}

.logo_img img{
    transition:1s;

}

.logo_img img:hover{
    transform:scale(1.15);
}


.portable-infobox{
    background: #d4dde5;
    position: fixed;
    top: 300px;
    right: 50px;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    border: 2px solid #0054a6;
    width: 15%;
}

.portable-infobox.pi-theme-test .pi-header{
   height:2.5em;
}

.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 75px;
}
.infobox td {
    vertical-align: top;
}

/*.side-nav{
    position: fixed;
    width: 15%
}*/

#p-cactions {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    background-color: #f6f6f6;
    background-image: url(https://vv-support.versacall.com/images/thumb/d/db/Half-Logo.png/WIkiWaves3.png);
    background-attachment: fixed;
    background-size: 22.7%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-origin: content-box;
    /*overflow: scroll;*/
}
/*.tab-bar{
position: fixed;
}*/

.row footer {
 background-color: rgba(0,0,0,0);
}

/.portable-infobox.pi-theme-delta .ppi_header {/
/      height: 1;/
/}/
/* https://www.hostknox.com/knowledgebase/706/How-to-remove-the-Search-block-the-Navigation-and-Tools-menus-and-menu-links-in-MediaWiki.html */



#t-specialpages { display: none; }
#t-permalink { display: none; } /* removes the link Permanent link. */
#t-info { display: none; } /*hides the link Page information.*/
#t-whatlinkshere { display: none; } /* hides the link What links here. */
#t-recentchangeslinked { display: none; } /* removes the link Related changes. -/