Difference between revisions of "MediaWiki:Common.css"

From AlHaq
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.infobox { border: 2px; } ")
 
 
(19 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 */
table.infobox {
+
div.infobox-hub , div.infobox-book {
   border: 2px;
+
border: 1px solid #aaaaaa;
 +
background-color: #f9f9f9;
 +
color: black;
 +
margin-bottom: 0.5em;
 +
margin-left: 1em;
 +
padding: 0.2em;
 +
float: right;
 +
clear: right;
 +
}
 +
 
 +
div.EvolutionSays {
 +
border: 1px solid #aaaaaa;
 +
background-color: #FAF1C1;
 +
color: black;
 +
padding: 4px;
 +
width: 65%;
 +
border-radius: 7px;
 +
margin-right: 6px;
 +
margin-left: 5px;
 +
}
 +
 
 +
td strong.selflink {
 +
   font-size: 150%;
 +
}
 +
 
 +
div.navigators {
 +
  border-top: 1px solid #A8A8A8; text-align: center; padding: 6pt;
 +
}
 +
 
 +
 
 +
table.navigation {
 +
/* border: 1px solid #aaaaaa; */
 +
background-color: #f9f9f9;
 +
color: black;
 +
margin-bottom: 0.5em;
 +
margin-left: auto;
 +
margin-right: auto;
 +
clear: right;
 +
}
 +
 
 +
/*--------------------------------------------------|
 +
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
 +
|---------------------------------------------------|
 +
| Copyright (c) 2002-2003 Geir Landr                |
 +
|--------------------------------------------------*/
 +
 +
.dtree {
 +
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 +
        font-size: 11px;
 +
        color: #666;
 +
        white-space: nowrap;
 +
}
 +
.dtree img {
 +
        border: 0px;
 +
        vertical-align: middle;
 +
}
 +
.dtree a {
 +
        color: #333;
 +
        text-decoration: 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;
 +
        padding-bottom: 1px;
 
}
 
}

Latest revision as of 07:51, 30 May 2014

/* CSS placed here will be applied to all skins */
div.infobox-hub , div.infobox-book {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}

div.EvolutionSays {
border: 1px solid #aaaaaa;
background-color: #FAF1C1;
color: black;
padding: 4px;
width: 65%;
border-radius: 7px;
margin-right: 6px;
margin-left: 5px;
}

td strong.selflink {
  font-size: 150%;
}

div.navigators {
   border-top: 1px solid #A8A8A8; text-align: center; padding: 6pt;
}


table.navigation {
/* border: 1px solid #aaaaaa; */
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
clear: right;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr                |
|--------------------------------------------------*/
 
.dtree {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666;
        white-space: nowrap;
}
.dtree img {
        border: 0px;
        vertical-align: middle;
}
.dtree a {
        color: #333;
        text-decoration: 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;
        padding-bottom: 1px;
}