MediaWiki:Gadget-site.css
The projects and contributions area at dekalborama.com
Revision as of 23:07, 26 September 2021 by PressMaster (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*
* 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
*/
.album {
width: 125px;
height: 125px;
margin: 0px, 20px, 20px, 0px;
padding: 0;
}
.album a, .album a:link, .album a:visited {
display: block;
background-position: 0 0;
background-image: url(skins/EnkoBook/images/Broadcast_05_anim_125.gif);
background-color: #A0A0CC;
background-repeat: no-repeat;
}
.album img {
width: 100%;
height: 100%;
border: 0;
margin: 0px, 20px, 20px, 0px;
padding: 0;
}
.album a:hover img {
visibility:hidden;
}
/*
div.album {
width: 125px;
height: 125px;
margin: 0px, 20px, 20px, 0px;
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;
}
*/
.bigbullet {
width: 125px;
height: 125px;
margin: 0px, 20px, 20px, 0px;
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: 0px, 20px, 20px, 0px;
padding: 0;
}
div.bigbullet a:hover {
/* visibility:hidden; */
display: none;
}
.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.
*/