Difference between revisions of "MediaWiki:Monobook.css"
From Mm2kiwi
m |
m (→Path for icons) |
||
| Line 46: | Line 46: | ||
{ | { | ||
list-style-position: inside; | list-style-position: inside; | ||
| − | list-style-image: url(icons/FolderTree-vertbranch.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-vertbranch.gif); |
| − | background-image: url(icons/FolderTree-dotted.gif); | + | background-image: url(skins/monobook/icons/FolderTree-dotted.gif); |
background-repeat: repeat-y; | background-repeat: repeat-y; | ||
} | } | ||
| Line 54: | Line 54: | ||
{ | { | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| − | list-style-image: url(icons/FolderTree-dottedend.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-dottedend.gif); |
} | } | ||
div.FolderTree ul li.FolderTree-Open:before | div.FolderTree ul li.FolderTree-Open:before | ||
{ | { | ||
| − | content: url(icons/FolderTree-folderopen.gif); | + | content: url(skins/monobook/icons/FolderTree-folderopen.gif); |
} | } | ||
div.FolderTree ul li.FolderTree-Open | div.FolderTree ul li.FolderTree-Open | ||
{ | { | ||
| − | list-style-image: url(icons/FolderTree-minusmid.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-minusmid.gif); |
} | } | ||
| Line 70: | Line 70: | ||
{ | { | ||
background-image: none; | background-image: none; | ||
| − | list-style-image: url(icons/FolderTree-minusend.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-minusend.gif); |
} | } | ||
div.FolderTree ul li.FolderTree-Closed:before | div.FolderTree ul li.FolderTree-Closed:before | ||
{ | { | ||
| − | content: url(icons/FolderTree-folderclosed.gif); | + | content: url(skins/monobook/icons/FolderTree-folderclosed.gif); |
} | } | ||
div.FolderTree ul li.FolderTree-Closed | div.FolderTree ul li.FolderTree-Closed | ||
{ | { | ||
| − | list-style-image: url(icons/FolderTree-plusmid.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-plusmid.gif); |
} | } | ||
| Line 86: | Line 86: | ||
{ | { | ||
background-image: none; | background-image: none; | ||
| − | list-style-image: url(icons/FolderTree-plusend.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-plusend.gif); |
} | } | ||
| Line 93: | Line 93: | ||
div.FolderTree ul li.FolderTree-File-JS:before | div.FolderTree ul li.FolderTree-File-JS:before | ||
{ | { | ||
| − | content: url(icons/FolderTree-filejs.gif); | + | content: url(skins/monobook/icons/FolderTree-filejs.gif); |
} | } | ||
| Line 99: | Line 99: | ||
{ | { | ||
background-image: none; | background-image: none; | ||
| − | list-style-image: url(icons/FolderTree-dottedend.gif); | + | list-style-image: url(skins/monobook/icons/FolderTree-dottedend.gif); |
} | } | ||
Latest revision as of 19:49, 21 June 2006
/* edit this file to customize the monobook skin for the entire site */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
/* Folder tree styles start */
div.FolderTree ul, li
{
margin: 0px;
padding: 0px;
}
/* sublist indentation */
div.FolderTree ul
{
padding-left: 16px;
}
div.FolderTree ul li
{
list-style-position: inside;
list-style-image: url(skins/monobook/icons/FolderTree-vertbranch.gif);
background-image: url(skins/monobook/icons/FolderTree-dotted.gif);
background-repeat: repeat-y;
}
div.FolderTree ul li:last-child
{
background-repeat: no-repeat;
list-style-image: url(skins/monobook/icons/FolderTree-dottedend.gif);
}
div.FolderTree ul li.FolderTree-Open:before
{
content: url(skins/monobook/icons/FolderTree-folderopen.gif);
}
div.FolderTree ul li.FolderTree-Open
{
list-style-image: url(skins/monobook/icons/FolderTree-minusmid.gif);
}
div.FolderTree ul li.FolderTree-Open:last-child
{
background-image: none;
list-style-image: url(skins/monobook/icons/FolderTree-minusend.gif);
}
div.FolderTree ul li.FolderTree-Closed:before
{
content: url(skins/monobook/icons/FolderTree-folderclosed.gif);
}
div.FolderTree ul li.FolderTree-Closed
{
list-style-image: url(skins/monobook/icons/FolderTree-plusmid.gif);
}
div.FolderTree ul li.FolderTree-Closed:last-child
{
background-image: none;
list-style-image: url(skins/monobook/icons/FolderTree-plusend.gif);
}
div.FolderTree ul li.FolderTree-File-JS:before
{
content: url(skins/monobook/icons/FolderTree-filejs.gif);
}
div.FolderTree ul li.FolderTree-File-JS:last-child
{
background-image: none;
list-style-image: url(skins/monobook/icons/FolderTree-dottedend.gif);
}
div.FolderTree-Content
{
margin-left: 48px;
}
/* Folder tree styles end */