Difference between revisions of "MediaWiki:Common.css"

From WLCS
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
+
/*
 
#column-content { margin-left: -13em }
 
#column-content { margin-left: -13em }
 
#content { margin-left: 13em }
 
#content { margin-left: 13em }
Line 7: Line 7:
 
#p-cactions { left: 13em }
 
#p-cactions { left: 13em }
 
#mw-panel { width:13em }
 
#mw-panel { width:13em }
 
+
*/
  
 
a:visited {
 
a:visited {
         color: blue;
+
         color: #0645AD;
 
}
 
}
  
Line 17: Line 17:
 
}
 
}
  
/*--------------------------------------------------|
+
#p-tb {
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
+
  display : none;
|---------------------------------------------------|
 
| Copyright (c) 2002-2003 Geir Landr�              |
 
|--------------------------------------------------*/
 
 
.dtree {
 
        font-family: sans-serif;
 
        font-size: 11px;
 
        color: #666;
 
        white-space: nowrap;
 
 
}
 
}
.dtree img {
+
 
        border: 0px;
+
#mw-site-navigation {
        vertical-align: middle;
+
  width: 14.5em;
 
}
 
}
.dtree a {
+
 
/*        color: #333;*/
+
#site-tools {  
        text-decoration: none;
+
  display: none;  
}
 
.dtree a.node, .dtree a.nodeSel {
 
        white-space: nowrap;
 
        padding: 1px 2px 1px 2px;
 
}
 
.dtree a.node:hover, .dtree a.nodeSel:hover {
 
/*        color: #333;*/
 
        text-decoration: underline;
 
}
 
.dtree a.nodeSel {
 
        background-color: #c0d2ec;
 
}
 
.dtree .clip {
 
        overflow: hidden;
 
 
}
 
}
 +
  
 
/*
 
/*
* Dynamic menus
+
#simpleSearch input#searchInput {
 +
  width: 12em;
 +
}
 
*/
 
*/
.dmenu { width: 180px }
+
div.mw-geshi {
+
  font-size: 12px;
.dmenu, .dmenu ul { /* all lists */
+
  padding: 1em;  
padding: 0;
+
  margin: 1em 0;  
margin: 0;
+
  border: 1px dashed #2f6fab;
list-style: none;
 
 
}
 
}
.dmenu .selflink { font-weight: normal; }
+
 
+
.fancytree ul {
.dmenu li { /* all list items */
+
    background: none;
position: relative;
+
    border: none;
float: left;
+
    font-size: 12px;
width: 172px;
 
padding: 4px;
 
z-index: 100;
 
 
}
 
}
+
 
.dmenu li,
+
ul.fancytree-container {
.dmenu li.even a,
+
    outline: 0;
.dmenu li.odd a,
+
    border: none;
.dmenu li li,
+
    overflow: hidden;
.dmenu li li a,
 
.dmenu li li li,
 
.dmenu li li li a {
 
color : black;
 
 
}
 
}
+
 
.dmenu li li { margin: 0; }
+
.fancytree p {
+
    display: none;
.dmenu li ul { /* second-level lists */
 
position: absolute;
 
left: -999em;
 
z-index: 101;
 
border: 1px solid #ccc;
 
 
}
 
}
+
 
.dmenu li ul ul { /* third-and-above-level lists */
+
.fancytree-title .selflink {
position: absolute;
+
    font-weight: normal;
left: -999em;
+
    color: #da8d23;
margin: 0 0 0 0;
 
z-index: 102;
 
}
 
 
.dmenu li.odd .submenu {
 
width: 12px;
 
height: 15px;
 
float: right;
 
background: url(/common/images/rarr-lt.png) 0 3px no-repeat;
 
}
 
.dmenu li.even .submenu {
 
width: 12px;
 
height: 15px;
 
float: right;
 
background: url(/common/images/rarr-dk.png) 0 3px no-repeat;
 
}
 
.dmenu li.odd {
 
        background: #E9EDF4;
 
        border: 2px solid #E9EDF4;
 
}
 
.dmenu li.even {
 
        background: #D0D8E8;
 
        border: 2px solid #D0D8E8;
 
}
 
 
.dmenu li:hover, .dmenu li.sfhover {
 
        border: 2px solid #385D8A;
 
}
 
 
.dmenu li:hover ul ul,
 
.dmenu li:hover ul ul ul,
 
.dmenu li.sfhover ul ul,
 
.dmenu li.sfhover ul ul ul {
 
left: -999em;
 
}
 
 
.dmenu li:hover ul,
 
.dmenu li li:hover ul,
 
.dmenu li li li:hover ul,
 
.dmenu li.sfhover ul,
 
.dmenu li li.sfhover ul,
 
.dmenu li li li.sfhover ul { /* lists nested under hovered list items */
 
left: 182px;
 
top: -3px;
 
 
}
 
}
 +
 +
#footer-places-privacy { display:none;}
 +
#footer-places-disclaimer { display:none;}
 +
#footer-places-about { display:none;}
 +
 +
#ca-nstab-main { display:none!important; }
 +
#ca-talk { display:none!important; }
 +
#ca-watch { display:none!important; }
 +
#ca-unwatch { display:none!important; }

Latest revision as of 22:23, 25 August 2019

/* CSS placed here will be applied to all skins */
/*
#column-content { margin-left: -13em }
#content { margin-left: 13em }
#p-logo a, #p-logo a:hover { width: 13em }
.portlet { width: 13em }
#p-cactions { left: 13em }
#mw-panel { width:13em }
*/

a:visited {
        color: #0645AD;
}

a:hover {
        text-decoration: underline;
}

#p-tb {
  display : none;
}

#mw-site-navigation {
  width: 14.5em;
}

#site-tools { 
  display: none; 
}


/*
#simpleSearch input#searchInput {
   width: 12em;
}
*/
div.mw-geshi {
  font-size: 12px;
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
}

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}

ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}

.fancytree p {
    display: none;
}

.fancytree-title .selflink {
    font-weight: normal;
    color: #da8d23;
}

#footer-places-privacy { display:none;}
#footer-places-disclaimer { display:none;}
#footer-places-about { display:none;}

#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }