(file) Return to customstyles.css CVS log (file) (dir) Up to [Development] / advokit-installer

File: [Development] / advokit-installer / customstyles.css (download) / (as text)
Revision: 1.3, Wed Sep 1 18:58:23 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
CVS Tags: r1-x-dev, r0-9-9, HEAD
Changes since 1.2: +4 -2 lines
- dumping css positioning in favor of table layout for sidebar, main panel, and footer
- modification to div nesting on crumbar
- csv button replaces "[Report]" on browser screens
- styling of assumed job section so that I like it, replaced "unassume" with a close button.
- numerous beautifications/css tweaks

**note that customstyles.css no longer does anything and should be deleted once the links to it are severed**

/* ====================================================================== */
/* AdvoKit -- a campaign managment tool                                   */
/* Copyright (C) 2004  OrchidSuites, Inc. (info@orchidsuites.net)         */
/*                                                                        */
/* This program is free software; you can redistribute it and/or          */
/* modify it under the terms of the AFFERO GENERAL PUBLIC LICENSE         */
/* as published by Affero, Inc.; either version 1                         */
/* of the License, or (at your option) any later version.                 */
/*                                                                        */
/* This program is distributed in the hope that it will be useful,        */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of         */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          */
/* AFFERO GENERAL PUBLIC LICENSE for more details.                        */
/*                                                                        */
/* You should have received a copy of the AFFERO GENERAL PUBLIC LICENSE   */
/* along with this program; if not, write to Affero, Inc. at              */
/* 510 Third Street - Suite 225, San Francisco, CA 94107, USA             */
/* or visit <http://www.affero.org>.                                      */
/* ====================================================================== */

/* *******************************

Orchid customstyles.css, Version 1.0
EXAMPLE FILE
CSS by ppk; April 2004
http://www.quirksmode.org

democratic.css contains the main styles

navstyles.css contains a few extra styles that should only work when the browser
supports enough JavaScript for the foldout menus

******************************* */

div#sitecontainer {
/*	border: 1px solid #003399; */
}

/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */
/*
Disable all this crud

.nav div a:hover {
	color: #CC0099 !important;
	background-color: #FFFFEE;
}

#main a {
	text-decoration: none;
}

#main a:hover {
	color: #CC0099;
	background-color: #FFFFEE;
	text-decoration: underline;
}

*/

cvsadmin@voter2voter.org
CVS Snapshots (updated daily)