MediaWiki:Monobook.css: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
m (linklist h3)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<pre> */
<pre> */


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


.portlet h5 {
.portlet h5 {
font-family: "Trebuchet MS",sans-serif
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;
}
}


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


table.templateLinkList tr {
table.templateLinkList tr.linkListHeader {
  vertical-align:top;
  padding:10px;
}
 
table.templateLinkList tr.ll_first_tr {
   background-color: #D6E9F8;  
   background-color: #D6E9F8;  
   color: #333;
   color: #333;
   padding: 3px 10px;
   padding: 3px 10px;
}
}
table.templateLinkList tr td {
  border:1px solid #888;
  padding:5px 10px;
}


table.templateLinkList tr td h3 {
table.templateLinkList tr td h3 {
   font-size: 1.05em;
   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> */
/* </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> */