User:NXTBoy/standard.css: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
New page: .icon { width: 20px; height: 20px; text-indent: -9999px; background: no-repeat center center; } .icon-property { background-image: url(http://wiki.roblox.com/images/0/00/Property_Ico...
 
>NXTBoy
Needs adding to MediaWiki:Common.css
Line 1: Line 1:
.icon {
.object-data .icon {
width: 20px;
width: 20px;
height: 20px;
height: 20px;
Line 6: Line 6:
}
}


.icon-property {
.object-data .method .icon {
background-image: url(http://wiki.roblox.com/images/0/00/Property_Icon.png);
background-image:url(http://wiki.roblox.com/images/b/be/Function_Icon.png);
}
.object-data .method.protected .icon {
background-image:url(http://wiki.roblox.com/images/4/48/ProtectedFunction_icon.png);
}
.object-data .property .icon {
background-image:url(http://wiki.roblox.com/images/0/00/Property_Icon.png);
}
.object-data .event .icon {
background-image:url(http://wiki.roblox.com/images/c/c9/Event_Icon.png);
}
}

Revision as of 08:41, 18 July 2010

.object-data .icon {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: no-repeat center center;
}

.object-data .method .icon {
	background-image:url(http://wiki.roblox.com/images/b/be/Function_Icon.png);
}
.object-data .method.protected .icon {
	background-image:url(http://wiki.roblox.com/images/4/48/ProtectedFunction_icon.png);
}
.object-data .property .icon {
	background-image:url(http://wiki.roblox.com/images/0/00/Property_Icon.png);
}
.object-data .event .icon {
	background-image:url(http://wiki.roblox.com/images/c/c9/Event_Icon.png);
}