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