groups

name language licence
File Sharing Item CSS RapidWeaver
navcontainer currentAncestor - General CSS RapidWeaver
blog archive - Entries Wrapper CSS RapidWeaver
Photo Album Caption CSS RapidWeaver
Contact Form Message Text CSS RapidWeaver
blog - Read More CSS RapidWeaver
Accordion - Hover CSS Accordion
blog entry - Body CSS RapidWeaver

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 >



language: CSS
licence: Accordion

Accordion - Hover

options: view full snippetsend to code collector
.acToggle {
font-size: 1.4em;
font-weight: bold;
color: maroon;
}

.acToggle:hover {
font-size: 1.6em;
text-shadow: grey 5px 5px 3px;
}

	
(Continues...)