Imported from SVN by Bitbucket

This commit is contained in:
2015-03-31 20:01:45 +00:00
committed by bitbucket
commit 28581309ce
47 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
This folder holds stylesheet files that are registered for the
'caotek theme' Skin Selection only.
It is a repository for customizations of the default Plone stylesheets,
as well as for package specific stylesheets.
Note
Stylesheet files that don't use DTML can also stored in the 'browser'
folder and accessed as Zope 3 file resources.

View File

@@ -0,0 +1,46 @@
title:string=caotek theme's color, font, logo and border defaults
plone_skin:string=tcshome theme
logoName:string=tcshome-logo.png
fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
fontBaseSize:string=69%
fontColor:string=Black
fontSmallSize:string=85%
backgroundColor:string=White
linkColor:string=#436976
linkActiveColor:string=Red
linkVisitedColor:string=Purple
borderWidth:string=1px
borderStyle:string=solid
borderStyleAnnotations:string=dashed
globalBorderColor:string=#8cacbb
globalBackgroundColor:string=#dee7ec
globalFontColor:string=#436976
headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
contentViewBorderColor:string=#74ae0b
contentViewBackgroundColor:string=#cde2a7
contentViewFontColor:string=#578308
inputFontColor:string=Black
textTransform:string=lowercase
evenRowBackgroundColor:string=#eef3f5
oddRowBackgroundColor:string=transparent
notifyBorderColor:string=#ffa500
notifyBackgroundColor:string=#ffce7b
discreetColor:string=#76797c
helpBackgroundColor:string=#ffffe1
portalMinWidth:string=70em
columnOneWidth:string=16em
columnTwoWidth:string=16em

View File

@@ -0,0 +1,62 @@
/************************
tcs-home Theme Palette :
- steel blue : #4086AA
- blue : #91C3DC
- battleship grey : #87907D
- bud : #AAB6A2
- emperor gray : #555555
- dove gray : #666666
http://www.colorcombos.com/color-schemes/250/ColorCombo250.html
*************************/
body {background: #666666;}
div.row {
background-color: white;
}
#visual-portal-wrapper {
width: 60em;
margin: 0 auto 15px auto;
background-color: white;
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-box-shadow: 0px 5px 20px ;
-moz-box-shadow: 0px 5px 20px ;
box-shadow: 0px 5px 20px ;
}
#searchGadget {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #C3C3C3;
padding: 3px;
}
/* sections */
#portal-globalnav {
clear: both;
background: #555555;
/* ensure top navigation dont touches portlets, content etc.. #10491 */
margin: 0 0 1em 0;
}
#portal-globalnav li a {
background-color: #555555;
color: #fff;}
#portal-globalnav li a:hover,
#portal-globalnav li.selected a,
#portal-globalnav li.selected a:hover {background-color: #AAB6A2;}
#portal-footer {
font-size: 75%;
color: #000000;
background: #F5F5F5;
padding: 1em 0 0 3em;
margin: 1em 0;
line-height: 2em;
}

View File

@@ -0,0 +1,4 @@
[default]
title=
content_type=text/css
precondition=