Difference between revisions of "MediaWiki:Monobook.css"
From Twinsuniverse
J McKalling (Talk | contribs) |
J McKalling (Talk | contribs) m |
||
| Line 6: | Line 6: | ||
{ | { | ||
border-radius: 0.4em; | border-radius: 0.4em; | ||
| − | |||
} | } | ||
| Line 12: | Line 11: | ||
#p-cactions ul li, #p-cactions ul li a | #p-cactions ul li, #p-cactions ul li a | ||
{ | { | ||
| − | border- | + | border-top-left-radius: 0.7em; |
| − | + | ||
} | } | ||
| Line 20: | Line 18: | ||
{ | { | ||
border-radius: 7px; | border-radius: 7px; | ||
| − | |||
} | } | ||
| Line 27: | Line 24: | ||
{ | { | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
| − | |||
} | } | ||
| Line 34: | Line 30: | ||
{ | { | ||
border-radius: 0.6em; | border-radius: 0.6em; | ||
| − | |||
} | } | ||
| Line 41: | Line 36: | ||
{ | { | ||
border-radius: 8px; | border-radius: 8px; | ||
| − | |||
} | } | ||
| Line 48: | Line 42: | ||
{ | { | ||
border-radius: 8px; | border-radius: 8px; | ||
| − | |||
} | } | ||
| Line 55: | Line 48: | ||
{ | { | ||
border-radius: 9px; | border-radius: 9px; | ||
| − | |||
} | } | ||
Revision as of 10:25, 15 November 2012
/* CSS placed here will affect users of the Monobook skin */
/* Main content frame */
#content
{
border-radius: 0.4em;
}
/* Upper tabs */
#p-cactions ul li, #p-cactions ul li a
{
border-top-left-radius: 0.7em;
}
/* Side-Bar */
div.pBody
{
border-radius: 7px;
}
/* Footer */
#footer
{
border-radius: 0.3em;
}
/* Thumbnails */
div.thumbinner
{
border-radius: 0.6em;
}
/* Table of Contents */
#toc
{
border-radius: 8px;
}
/* "Categories" box */
#catlinks
{
border-radius: 8px;
}
/* Left boxes on main page */
table[align="left"][cellspacing="6"] td
{
border-radius: 9px;
}