From f22417ebd05cf3fb85221975e1b170f73276c9cf Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Tue, 3 Jun 2008 00:56:47 +0000 Subject: [PATCH] Cleaning out old comments and changing display of restricted pages. Splarka suggested marking restricted pages with a star bullet rather than bolding them. --- skins/common/images/COPYING | 11 +++++++++++ skins/common/images/bullet_star.gif | Bin 0 -> 136 bytes skins/common/shared.css | 28 ++-------------------------- 3 files changed, 13 insertions(+), 26 deletions(-) create mode 100644 skins/common/images/COPYING create mode 100644 skins/common/images/bullet_star.gif diff --git a/skins/common/images/COPYING b/skins/common/images/COPYING new file mode 100644 index 0000000000..893f7fc775 --- /dev/null +++ b/skins/common/images/COPYING @@ -0,0 +1,11 @@ +Licences and sources for individual images: +== GFDL == +http://www.gnu.org/licenses/fdl.html + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled "GNU + Free Documentation License". + +bullet_star.gif - http://commons.wikimedia.org/wiki/Image:QS_blue_star_small.png diff --git a/skins/common/images/bullet_star.gif b/skins/common/images/bullet_star.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac7498e662235c4e9a8e131667564fe02bc246cb GIT binary patch literal 136 zcmZ?wbhEHbMRc-qZ28#bgor_WvOHxx5$}>wc z6hbmm72G|20~i#4vM_Qnuruf|00GDl24<6rT^s%_-79{qL}AMAj%i&AU5tS|iwi0o jqxY;S<;jn=Z;D-UKH-{8ySuq&E}!L0CE+>-$gQ_ literal 0 HcmV?d00001 diff --git a/skins/common/shared.css b/skins/common/shared.css index d9cea3f625..318a88e67e 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -246,43 +246,19 @@ h4.mw-specialpagesgroup { width: 100%; clear: both; } -/*.mw-specialpages-column { - margin: 0em 0em .5em; - float: left; -}*/ .mw-specialpages-page { float: left; width: 275px; margin: 0em .3em .3em; } - .mw-specialpagerestricted { - font-weight: bold; + display: list-item; + list-style-image: url(images/bullet_star.gif); } -/*.mw-restrictedicon { - position: relative; - top: -5px; - font-style: italic; - color: #777777; -float: right; - font-size: .75em; -}*/ .mw-specialpages-notes { clear: both; } -/*.mw-specialpagenotes { - clear: both; -}*/ -/*.mw-specialpagenote { - display: block; -} -.mw-specialpagenote-symbol { - float: left; -} -.mw-specialpagenote-text { - font-style: italic; -}*/ #shared-image-dup, #shared-image-conflict { font-style: italic; -- 2.20.1