PHP Classes

File: css.css

Recommend this page to a friend!
  Classes of Lee J   Anope_php   css.css   Download  
File: css.css
Role: Auxiliary data
Content type: text/plain
Description: css style example
Class: Anope_php
Display statistics from anope IRC services
Author: By
Last change:
Date: 14 years ago
Size: 853 bytes
 

Contents

Class file image Download
@charset "utf-8"; /* CSS Document */ body { background-color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:700; text-align:inherit; } a { color:#00C; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bolder; font-style:italic; text-decoration:none; } h1.main{ color:#036; font-family:Tahoma, Geneva, sans-serif; font-size:40px; font-weight:bolder; text-decoration:none; padding-left:40px; } h1.title{ color:#036; font-family:Tahoma, Geneva, sans-serif; font-size:25px; font-weight:bolder; text-decoration:none; padding-left:40px; } ul{ list-style: none; list-style-position:outside; text-align:left; display:block; } li { list-style: none; list-style-position:outside; text-align:left; display:block; padding-bottom:10px; }