UnfoldingCSS:FAQ: Difference between revisions

From titipi
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
h2 {font-size: 1.8em; line-height: 1.3em;}
h2 {font-size: 1.8em; line-height: 1.3em;}


a, a:hover, a:visited {color: white;}
a, a:hover, a:visited {color: lightblue; style:none; border-bottom: 1px solid lightblue}


.gallerybox ul, .gallerybox li {style: none;}
.gallerybox ul, .gallerybox li {style: none;}

Revision as of 15:42, 30 April 2023

body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em;
  background: linear-gradient(0deg, red, orange, yellow, violet, red);
}

h2 {font-size: 1.8em; line-height: 1.3em;}

a, a:hover, a:visited {color: lightblue; style:none; border-bottom: 1px solid lightblue}

.gallerybox ul, .gallerybox li {style: none;}

.gallerybox li {width:200px; float: right;}

.tocnumber {display: none;}