MediaWiki:Shikiwiki.css: Difference between revisions
Appearance
update for skin changes |
hide link hints behind images with no background |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the ShikiWiki skin */ | /* CSS placed here will affect users of the ShikiWiki skin */ | ||
#toc li, .toc li, | |||
.numtoc #toc li, | |||
.numtoc .toc li { | |||
padding: 0em 0.5em 0em 0.5em; | |||
} | |||
#siteNotice div { | #siteNotice div { | ||
/* position: absolute; | /* position: absolute; | ||
| Line 43: | Line 48: | ||
} | } | ||
*/ | */ | ||
a:hover, | a:hover, | ||
#mw-panel.collapsible-nav div.collapsed h5:hover, | #mw-panel.collapsible-nav div.collapsed h5:hover, | ||
| Line 80: | Line 81: | ||
.editsection a, | .editsection a, | ||
div.linkgroup a, | div.linkgroup a, | ||
span.linkgroup a, | |||
div.vectorTabs a, | div.vectorTabs a, | ||
div.vectorMenu h5 a, | div.vectorMenu h5 a, | ||
| Line 135: | Line 137: | ||
.wikieditor-toolbar-table-preview-content * { | .wikieditor-toolbar-table-preview-content * { | ||
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | ||
} | } | ||
Latest revision as of 02:09, 22 September 2010
/* CSS placed here will affect users of the ShikiWiki skin */
#toc li, .toc li,
.numtoc #toc li,
.numtoc .toc li {
padding: 0em 0.5em 0em 0.5em;
}
#siteNotice div {
/* position: absolute;
top: 2em; */
font-size: 95%;
margin-bottom: 1em;
}
#siteNotice a:hover,
.plainlinks a:hover {
color: #fff;
background: #006e00 !important;
text-decoration: none;
}
#column-one a {
border-bottom: none;
}
#p-search {
position: absolute;
top: 2.2em;
right: 1em;
width:20em;
z-index:5;
}
#searchform {
xwidth:35em;
}
#pt-userpage, #pt-anonuserpage, #pt-login {
background: url(http://wiki-devel.sugarlabs.org/images/3/33/I_user_a.gif) left top no-repeat;
padding-left: 20px !important;
}
#p-personal li {
padding-top:3px;
padding-bottom:7px;
}
html, select, option, button, input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default;
}
/* Chrome browser does not respect hotspots and the text cursor has the most displaced hotspot
p, #content li, pre, textarea, input[type="password"], input[type="search"] {
cursor: url(http://wiki-devel.sugarlabs.org/images/b/b1/Text.cur), text;
}
*/
a:hover,
#mw-panel.collapsible-nav div.collapsed h5:hover,
#preftoc a:hover {
text-decoration: none;
}
#mw-panel.collapsible-nav div.portal div.body ul li {
padding-bottom: 5px;
}
/* Standard links */
a {
border-bottom: 1px dotted lightGrey;
}
a:hover,
#p-personal a:hover,
#toc a:hover, .toc a:hover,
#mw-panel a:hover,
div.linkgroup a:hover,
.catlinks a:hover,
#footer a:hover,
.editsection a:hover,
#contentSub a:hover, #contentSub2 a:hover {
/* border-bottom: 3px solid #333333; */
cursor: url(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.cur), pointer;
}
#p-personal a,
#toc a, .toc a,
#preftoc a,
#preftoc a:hover,
#mw-panel a,
.catlinks a,
#footer a,
.editsection a,
div.linkgroup a,
span.linkgroup a,
div.vectorTabs a,
div.vectorMenu h5 a,
div.vectorMenu li a,
#contentSub a, #contentSub2 a,
a.image,
a img,
#p-logo a:hover,
div.vectorTabs a:hover,
.wikiEditor-ui-toolbar .tabs a,
.wikiEditor-ui-toolbar .tabs a:hover,
.wikiEditor-ui-tabs div a,
.wikiEditor-ui-tabs div a:hover {
border-bottom: none;
}
div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorMenu li a,
.wikiEditor-ui-toolbar .group,
.wikiEditor-ui-toolbar .group img.tool {
cursor: url(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.cur), pointer;
}
div.vectorMenu li a:hover,
div.vectorMenu li a:focus,
div.vectorTabs li a:hover,
div.vectorTabs li a span:hover,
#preftoc a:hover,
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection,
#mw-panel.collapsible-nav div h5:hover,
.wikiEditor-ui-tabs div a:hover,
.wikiEditor-ui-toolbar .tabs span.tab a:hover,
#p-logo a:active,
#p-logo a:focus,
/* #mw-panel div.portal div.body ul li a; */
div.portal.expanded a:focus {
color: Grey;
outline: none;
cursor: url(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.cur), pointer;
}
#preftoc li.selected a,
div.vectorMenu h5 a,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:hover,
.wikiEditor-ui-tabs div.current a,
.wikiEditor-ui-tabs div.current a:hover {
color: #333333;
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default;
}
.wikieditor-toolbar-table-preview-content * {
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default;
}