Login   Register  
PHP Classes
elePHPant
Icontem

File: css/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nitesh Apte  >  PHP AJAX RSS News Reader  >  css/style.css  >  Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: CSS
Class: PHP AJAX RSS News Reader
Convert RSS feeds into HTML links
Author: By
Last change: new GUI
Date: 2010-02-06 03:09
Size: 1,377 bytes
 

Contents

Class file image Download
body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 
{
  color: #ffffff;
  background-color: #3366CC;
  padding: 5px;
}

h2 
{
  margin-top: 0px;  
}

h3 
{
 
  margin-bottom: 0px;
}

li 
{
  margin-bottom: 5px;
}

div 
{
  padding: 10px;
}

a, a:visited 
{
  color: #3366CC;
  text-decoration: underline;
}

a:hover 
{
  color: #ffffff;
  background-color: #3366CC;
  text-decoration: none;
}

.active a 
{
  color: #ffffff;
  background-color: #3366CC;
  text-decoration: none;
}

.active a:visited 
{
  color: #ffffff;
  background-color:#3366CC;
  text-decoration:none;
}

.active a:hover 
{
  color:#ffffff;
  background-color: #3366CC;
  text-decoration: none;
}

#feeds 
{
  display: inline;
  float: left;
  width: 150px;
  background-color: #f4f4f4;
  border:1px solid #e6e6e6;
}
#feeds a span {display: none;}
#feeds a:active span,
#feeds a:focus span {
display: block;
position: absolute;
top: 0;
left: 170px;
width: 50px;
color:red;
background:#fff;
}
#content 
{
  padding-left:170px;
  border:1px solid #f1f1f1;
}

#loading 
{
  float: left;
  display: inline;
 
  width: 410px;
  background-color: #fffbb8;
  color: #FF9900;
  border: 1px solid #ffcc00;
  font-weight: bold;
}

.date 
{
  font-size: 10px;
  color: #999999;
}