Difference between revisions of "MediaWiki:Monobook.css"
From Twinsuniverse
m |
J McKalling (Talk | contribs) m (pity, it didn't work!) |
||
(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 */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Main content frame */ | /* Main content frame */ | ||
− | #content { | + | #content |
− | + | { | |
− | + | border-radius: 0.4em; | |
− | + | ||
} | } | ||
/* 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 0.7em 0px 0px; | |
} | } | ||
/* Side-Bar */ | /* Side-Bar */ | ||
− | div.pBody { | + | div.pBody |
− | + | { | |
+ | border-radius: 0px 7px 7px 0px; | ||
} | } | ||
/* Footer */ | /* Footer */ | ||
− | #footer { | + | #footer |
− | + | { | |
+ | border-radius: 0.3em; | ||
} | } | ||
/* Thumbnails */ | /* Thumbnails */ | ||
− | div.thumbinner { | + | div.thumbinner |
− | + | { | |
+ | border-radius: 0.6em; | ||
} | } | ||
/* Table of Contents */ | /* Table of Contents */ | ||
− | #toc { | + | #toc |
− | + | { | |
+ | border-radius: 8px; | ||
} | } | ||
/* "Categories" box */ | /* "Categories" box */ | ||
− | #catlinks { | + | #catlinks |
− | + | { | |
+ | 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 |
− | + | { | |
+ | border-radius: 9px; | ||
} | } | ||
− |
Latest revision as of 17:23, 24 May 2014
/* 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-radius: 0.7em 0.7em 0px 0px; } /* Side-Bar */ div.pBody { border-radius: 0px 7px 7px 0px; } /* 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; }