MediaWiki:Common.css

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
  
 
div.printfooter {
 
div.printfooter {
background-image:none;
+
  background-image:none;
background-position:left top;
+
  background-position:left top;
background-repeat:repeat-x;
+
  background-repeat:repeat-x;
direction:ltr;
+
  direction:ltr;
margin-left:14.5em;
+
  margin-left:14.5em;
margin-top:0;
+
  margin-top:0;
padding:0.75em;
+
  padding:0.75em;
color:#333333;
+
  color:#333333;
font-size:0.7em;
+
  font-size:0.7em;
padding-bottom:0;
+
  padding-bottom:0;
 +
}
 +
 
 +
table.yate_table td ul {
 +
  list-style-image: url(/wiki/images/yatedocs/bullet.png);
 
}
 
}

Revision as of 13:14, 11 September 2013

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

div.printfooter {
  background-image:none;
  background-position:left top;
  background-repeat:repeat-x;
  direction:ltr;
  margin-left:14.5em;
  margin-top:0;
  padding:0.75em;
  color:#333333;
  font-size:0.7em;
  padding-bottom:0;
}

table.yate_table td ul {
  list-style-image: url(/wiki/images/yatedocs/bullet.png);
}
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers