/* - - - - - - - - - - - - - - - - - - - - -
Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/
Created : January 13, 2006
Modified : February 1, 2006
- - - - - - - - - - - - - - - - - - - - - */
/* ----- CSS ----- */
*{
margin:0;
padding:0;
}
body{
margin:30px 0 30px 0;
text-align:center;
background-color:#292421;
font-size:80%;
font-family:"Calligraph421 BT", Tahoma, sans-serif;
}
p{
margin:0 0 1em 0;
}
a{
color:green;
}
abbr {color:green;
font-size:110%;
font-family:"Garamond";
font-weight: bold;}
a img{
border:none !important;
}
#container{
margin:0 auto;
width:500px;
padding:40px;
text-align:left;
background-color:#fff;
}
#container ul{
text-align:center;
margin:0 0 30px 0;
list-style:none;
}
#container ul a{
border:1px solid #eee;
background-color:#f5f5f5;
color:#444;
font-size:1.5em;
line-height:1.5em;
padding:20px;
margin:0 0 20px 0;
display:block;
}
#container ul a:hover{
border:1px solid #B5DF99;
background-color:#000000;
color:#97a454;
}
#lightbox h2{
margin:0 0 00;
}
#lightbox h3{
color:#FF713F;
}
#lightbox.done p{
color:#333;
}
#form{
text-align:left;
margin:25px;
}
#form ul{
list-style:none;
}
#form li{
margin:0 0 0 0;
}
#form textarea{
width:100%;
height:150px;
}
#definition{
margin:25px;
}
.highlight{
background-color:#FEFFAF;
}

This work by Frank Riccobono is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Icons by FontAwesome