Difference between revisions of "MediaWiki:Gadget-site.css"
The projects and contributions area at dekalborama.com
PressMaster (talk | contribs) m |
PressMaster (talk | contribs) Tag: Reverted |
||
| Line 41: | Line 41: | ||
p.album a:hover img { | p.album a:hover img { | ||
visibility:hidden; | /* visibility:hidden; */ | ||
display: none; | |||
} | } | ||
| Line 70: | Line 71: | ||
div.album a:hover img { | div.album a:hover img { | ||
visibility:hidden; | /* visibility:hidden; */ | ||
display: none; | |||
} | } | ||
| Line 99: | Line 101: | ||
div.bigbullet a:hover img { | div.bigbullet a:hover img { | ||
visibility:hidden; | /* visibility:hidden; */ | ||
display: none; | |||
} | } | ||
Revision as of 00:07, 26 September 2021
/*
* Per MediaWiki.org we can address master css changes here.
* Between 1.19 and 1.35 our EnkoBook child template was annihilated,
* along with the whole child template method, and who has time?
*/
/*
* Theme Name: EnkoBook
* Description: Child of MonoBook theme
* Author: gongmaster
* Template: MonoBook
*/
/* Create album hover classes
*/
p.album {
width: 125px;
height: 125px;
margin: 0;
padding: 0;
}
p.album a, p.album a:link, p.album a:visited {
display: block;
width: 125px;
height: 125px;
background-position: 0 0;
background-image: url(skins/EnkoBook/images/Broadcast_05_anim_125.gif);
background-color: #A0A0CC;
background-repeat: no-repeat;
}
p.album img {
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
}
p.album a:hover img {
/* visibility:hidden; */
display: none;
}
div.album {
width: 125px;
height: 125px;
margin: 0;
padding: 0;
}
div.album a, div.album a:link, div.album a:visited {
display: block;
width: 125px;
height: 125px;
background-position: 0 0;
background-image: url(skins/EnkoBook/images/Broadcast_05_anim_125.gif);
background-color: #A0A0CC;
background-repeat: no-repeat;
}
div.album img {
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
}
div.album a:hover img {
/* visibility:hidden; */
display: none;
}
div.bigbullet {
width: 125px;
height: 125px;
margin: 0;
padding: 0;
}
div.bigbullet a, div.bigbullet a:link, div.bigbullet a:visited {
display: block;
width: 125px;
height: 125px;
background-position: 0 0;
background-image: url(skins/EnkoBook/images/Broadcast_05_anim_125.gif);
background-color: #A0A0CC;
background-repeat: no-repeat;
}
div.bigbullet img {
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
}
div.bigbullet a:hover img {
/* visibility:hidden; */
display: none;
}
p.bbtext {
float: left;
width: 75%;
margin-top: 0;
margin-left: 18px;
}
/* For now we'll keep the hover icons here
*/
#launch a, #launch a:link, #launch a:visited {
background-image: url(skins/EnkoBook/images/Sitelaunch_B_anim_125.gif);
}
#relache a, #relache a:link, #relache a:visited {
background-image: url(skins/EnkoBook/images/Relache_album_anim_125.gif);
}
#ephemera a, #ephemera a:link, #ephemera a:visited{
background-image: url(skins/EnkoBook/images/Ephemera_rectoB_anim_125.gif);
}
#nichols a, #nichols a:link, #nichols a:visited{
background-image: url(skins/EnkoBook/images/GN_Disc_anim_125.gif);
}
#nma82 a, #nma82 a.link, #nma82 a:visited{
background-image: url(skins/EnkoBook/images/NMA82_anim_125.gif);
}
#diaspora a, #diaspora a.link, #diaspora a:visited{
background-image: url(skins/EnkoBook/images/Diaspora_anim_125_opt2.gif);
}
#dkortower a, #dkortower a.link, #dkortower a:visited{
background-image: url(skins/EnkoBook/images/Broadcast_05_anim_125.gif);
}
#dkorwiki a, #dkorwiki a.link, #dkorwiki a:visited{
background-image: url(skins/EnkoBook/images/Broadcast_05_wiki_125.gif);
}
/* End hover icons...for now.
*/