vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

kaleidoscope.css
text/css

Download raw (1.4 KB)

/* external CSS file */
/* filename 'sheet1.css' */
/* NO html markup allowed*/

body {
    overflow: hidden;
}

body {font-family: Arial, sans-serif; width: 800px; margin: 15px; background-color: white}
h1 {color: #FFBFFF;}
h2 {color: #FF7FF3;}
h3 {color: #FF3FC8;}
h4 {color: #FF007F;}
h5 {color: #CD003F;}
h6 {color: #8B002A;}
h2, h3, h4, h5, h6 {
	margin-top: 3em;
	clear: both;
}
/*h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {content:"||"; color: silver;}*/
a:link, a:active {color: #EE0000; text-decoration: none;}
a:visited, a:hover {color: #EE0049; text-decoration: none;}
/*p:first-letter {font-size: 200%}*/


blockquote, .quote {font-family: 12 px cursive; color: white; background-color: black; padding: 1em;}
*.it {font-style: italic;}
*.text {
  font-size: 14px; 
  font-weight: normal;
  width: 800px;
  /*text-align: justify;*/
  line-height: 16px;
  }
*.h1 {color: #FFBFFF;}
*.h2 {color: #FF7FF3;}
*.h5 {color: #CD003F;}
*.thumb 
  {margin:10px;
    border:1px solid #000000;
    height:180;
    width:220;
    float: right;
  }
  
div.img
  {
  margin:5px;
  border:1px solid #000000;
  height:auto;
  max-width:100%;
  float:left;
  padding:3px;
  }
div.img img
  {
  display:inline;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  font-size:9px;
  font-style: italic;
  margin:2px;
  }