You are here: Home Mayor's Desk custom Custom CSS
Document Actions

Custom CSS

Click here to get the file

Size 3.6 kB - File type text/css

File contents

/*
This file is based on the ploneCustom.css.dtml shipped with Plone.

<dtml-with base_properties> (do not remove this)
<dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either)
*/

body
	{
	background: #333300 url(images/bg-gradient.jpg) scroll repeat-x left top;
	font-size: 87.5%;
	}

#visual-portal-wrapper
	{
	border-radius: 20px;
	box-shadow: 5px 5px 10px #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 5px 5px 10px 000;
	-webkit-box-shadow: 5px 5px 10px #000;
	}
/* End center portal rule */

#portal-breadcrumbs
	{
	color: #969e77;
	}

#portal-breadcrumbs a
	{
	color: #a4c2c2;
	}

input.searchButton
	{
	background-color: #336666;
	}

#portal-top
	{
	background-color: #d6dddd;
	border-radius-top-left: 20px;
	border-radius-top-right: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;			
	}
	
#portal-masthead
	{	
	background-color: #d6dddd;
	padding: 20px 0 0 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	}
	
#portal-personaltools .portalUser
	{
	color: #333300;
	}

#portal-columns
	{
	margin: 0;
	}
	
#portal-column-content
	{
	padding: 20px 40px;
	background-color: #d6dddd;
	}

#content table td
	{
	padding: 10px 5px;
	}
	
.contentViews li a
	{
	color: #969e77;
	background-color: #333300;
	}

.contentViews li.selected a
	{
	color: #333300;
	background-color: #969e77;
	}

.contentViews li a:hover
	{
	color: #333300;
	background-color: #999966;
	}

.contentActions
	{
	color: #333300;
	background-color: #969e77;
	}

.contentActions li a
	{
	color: #333300;
	background-color: #969e77;
	}

.contentActions li a:hover,
.actionMenu .actionMenuContent li a:hover
	{
	color: #333300;
	background-color: #999966;
	}

.documentFirstHeading,
h1
	{
	color: #333300;	
	}

h2
	{
	color: #999966;
	}

h3
	{
	color: #969e77;	
	}

th.nosort,
.listing th,
th.t_overide,
.stx table th
	{
	color: #ffffff;
	background-color: #336666;
	}
	
.listing td,
.stx table td
	{
	border: 1px #d6dddd solid;
	}

.portalMessage
	{
	color: #333300;
	background-color: d6dddd;
	}

.context, .documentEditable * .context
	{
	color: #333300;
	background-color: #969e77;	
	}

.standalone, .documentEditable * .standalone
	{
	color: #ffffff;
	background-color: #d6dddd;
	}

.destructive, .documentEditable * .destructive
	{
	color: #993333;
	background-color: #cccc99;
	}

#portal-footer
	{
	color: #333300;
	background-color: #eaecec;
	background: -moz-linear-gradient(top, #d6dddd, #eaecec 50%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d6dddd), color-stop(50%, #eaecec));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6dddd', endColorstr='#eaecec');		
	padding: 20px 40px;
	}
	
#portal-footer a
	{
	color: blue;
	}

.odd
	{
	background-color: #d6dddd;
	}

.listingBar
	{	
	color: #333333;
	background-color: #b1d7b9;
	border-width: 0;
	margin: 20px 0;
	padding: 5px;
	}	

.documentContent
	{
	background-color: #f2f2f2;
	padding: 10px 20px 30px 20px !important;
	}
	
hr
	{
	color: #999966;
	}	

#content a
	{
	border-bottom: 1px #a4c2c2 solid;
	}

.state-visible
	{
	color: #333300 !important;
	}
/* YOUR CSS RULES STOP HERE */

/* </dtml-with> */

/* Latest version of the documentation on pre-defined properties from Plone
can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: