MediaWiki:Monobook.css: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin  
 
<pre> */
 
body {
  background: none;
  background-color: #fefcfe;
  font-family:arial,helvetica,clean,sans-serif;
}
 
.portlet h5 {
font-family: "Trebuchet MS",sans-serif
}
 
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li {
  -moz-border-radius-topleft: 0.4em;
  -moz-border-radius-topright: 0.4em;
  border-color: #eed;
  border-style: solid;
  border-width: 3px;
}
 
 
/* http://www.p2pfoundation.net/Template:LinkList?title=Template:LinkList&action=edit */
table.templateLinkList {
  width: 100%;
  padding: 10px 0;
}
 
table.templateLinkList tr.linkListHeader {
  background-color: #D6E9F8;
  color: #333;
  padding: 3px 10px;
}
 
table.templateLinkList tr td h3 {
  font-size: 1.05em;
}
 
table.templateLinkList tr.linkListContent {
  vertical-align: top;
  padding: 10px;
}
 
table.templateLinkList tr td {
  border: 1px solid #888;
  padding: 5px 10px;
}
 
/* </pre> */

Latest revision as of 19:44, 1 August 2009

/* CSS placed here will affect users of the Monobook skin 

<pre> */

body {
  background: none; 
  background-color: #fefcfe;
  font-family:arial,helvetica,clean,sans-serif;
}

.portlet h5 {
font-family: "Trebuchet MS",sans-serif
}


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li { 
  -moz-border-radius-topleft: 0.4em; 
  -moz-border-radius-topright: 0.4em;
  border-color: #eed;
  border-style: solid;
  border-width: 3px;
}


/* http://www.p2pfoundation.net/Template:LinkList?title=Template:LinkList&action=edit */
table.templateLinkList {
  width: 100%; 
  padding: 10px 0;
}

table.templateLinkList tr.linkListHeader {
  background-color: #D6E9F8; 
  color: #333;
  padding: 3px 10px;
}

table.templateLinkList tr td h3 {
  font-size: 1.05em;
}

table.templateLinkList tr.linkListContent {
  vertical-align: top;
  padding: 10px;
}

table.templateLinkList tr td {
  border: 1px solid #888;
  padding: 5px 10px;
} 

/* </pre> */