Difference between revisions of "MediaWiki:Common.css"

From IokeWiki
Jump to: navigation, search
Line 20: Line 20:
 
#p-cactions li a {
 
#p-cactions li a {
 
color: #000;
 
color: #000;
padding: 0 .8em .3em;
 
position: relative;
 
z-index: 0;
 
margin: 0;
 
text-decoration: none;
 
 
}
 
}
#p-cactions li.selected a {
+
 
z-index: 3;
+
#p-cactions li a:hover {
padding: 0 1em .2em!important;
+
        text-decoration: underline;
 
}
 
}
  
 +
#p-personal li a {
 +
color: #000;
 +
}
 +
#p-personal li a:hover {
 +
        text-decoration: underline;
 +
}
 
li.selected a {  
 
li.selected a {  
 
   font-weight: bold;
 
   font-weight: bold;

Revision as of 15:41, 23 January 2009

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

body, td, p {
  color: #444;
  font-family:Arial, Verdana, Sans-Serif;
  background: #fff;
}

a[href] { 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
}

a[href]:hover { 
  text-decoration: underline;
}

#p-cactions li a {
	color: #000;
}

#p-cactions li a:hover {
        text-decoration: underline;
}

#p-personal li a {
	color: #000;
}
#p-personal li a:hover {
        text-decoration: underline;
}
li.selected a { 
  font-weight: bold;
}

dt, .code { 
  font-family: courier;
  color: black;
}

pre.code {
  display: block;
  background-color: black;
  color: white;
  font-family: courier;
  margin:.75em 0;
  border:1px dotted #ccc;
  border-width:1px 0;
  padding:5px 15px;
  overflow:auto;
  font-size:1.0em;
}

.portlet ul {
  list-style-type: none;
  list-style-image: url();
}

.portlet h5 {
  display: none;
}

.pBody, #content, h1, h2, h3, h4, h5, h6, #p-cactions li, #footer {
  border: 0px none;
}