Difference between revisions of "MediaWiki:Gadget-site.css"

The projects and contributions area at dekalborama.com
(Replaced content with "→‎* Per MediaWiki.org we can address master css changes here. * This does not seem to work.: .bigbullet { margin: 0px, 50px, 50px, 0px; }")
Tag: Replaced
Line 1: Line 1:
/*
/*
  * Per MediaWiki.org we can address master css changes here.
  * Per MediaWiki.org we can address master css changes here.
  * Between 1.19 and 1.35 our EnkoBook child template was annihilated,
  * This does not seem to work.
* 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 {
.bigbullet {
width: 125px;
margin: 0px, 50px, 50px, 0px;
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;
}
}
*/
div.bigcover {
display: block;
position: relative;
top: 0px;
left: 375px;
}
.bigcover:hover {
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.
*/

Revision as of 23:23, 26 September 2021

/*
 * Per MediaWiki.org we can address master css changes here.
 * This does not seem to work.
 */

.bigbullet {
 margin: 0px, 50px, 50px, 0px;
}