משתמשת:Itzuvit/מצגת תמונות 2.0

מתוך ויקיפדיה, האנציקלופדיה החופשית


.gallery-slideshow-radios { 
/* style of element holding the radio buttons */
}

.gallery-slideshow-radio { 
/* style of radio-buttons (one per image) */
}

/* style of radio-button for the currently displayed omage */
.gallery-slideshow-radio-selected { 
	background-color: yellow;
}

.gallery-slideshow-div {
/* the division that holds the images and the captions, but *not* the rest, such as toolbar etc. */
}

.gallery-slideshow-div {
/* wrapper around all the "one slide" divisions */
}

.gallery-slideshow-slide { 
/* wrapper that includes the image itself and the caption */
}

.gallery-slideshow-slide-image { 
/* inside wrapper - includes one image */
}

.gallery-slideshow-slide-caption { 
/* inside wrapper - includes one caption */
}

.gallery-slideshow-one-slide img {
/* the image */
}

.gallery-slideshow-one-slide .gallerytext {
/* the caption */
}

.gallery-slideshow-current-index {
font-size: 300%;
/* the element containing the currently displayed image # */
}

.gallery-slideshow-button {
/* all the toolbar buttons have this class, and each button has one more */
}

.gallery-slideshow-last {
/* goto last button */
}

.gallery-slideshow-first {
/* goto first button */
}

gallery-slideshow-next {
/* next slide button */
}

.gallery-slideshow-prev {
/* previous slide button */
}

gallery-slideshow-play {
/* begin slideshow button */
}

.gallery-slideshow-stop {
/* stop slideshow button */
}

.gallery-slideshow-toolbar {
/* container with all the buttons */
}

.