Cleaning out old comments and changing display of restricted pages.
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 3 Jun 2008 00:56:47 +0000 (00:56 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 3 Jun 2008 00:56:47 +0000 (00:56 +0000)
Splarka suggested marking restricted pages with a star bullet rather than bolding them.

skins/common/images/COPYING [new file with mode: 0644]
skins/common/images/bullet_star.gif [new file with mode: 0644]
skins/common/shared.css

diff --git a/skins/common/images/COPYING b/skins/common/images/COPYING
new file mode 100644 (file)
index 0000000..893f7fc
--- /dev/null
@@ -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 (file)
index 0000000..ac7498e
Binary files /dev/null and b/skins/common/images/bullet_star.gif differ
index d9cea3f..318a88e 100644 (file)
@@ -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;