Imported from SVN by Bitbucket
This commit is contained in:
3
caotek/tcshome_theme/skins/tcshome_theme_images/CONTENT.txt
Executable file
3
caotek/tcshome_theme/skins/tcshome_theme_images/CONTENT.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
This folder holds Filesystem Image files that are registered for the
|
||||
'tcshome.org site theme' Skin Selection only.
|
||||
They act as replacement for the default Plone (or 3rd party products) ones.
|
||||
BIN
caotek/tcshome_theme/skins/tcshome_theme_images/favicon.ico
Executable file
BIN
caotek/tcshome_theme/skins/tcshome_theme_images/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
caotek/tcshome_theme/skins/tcshome_theme_images/tcshome-logo.png
Executable file
BIN
caotek/tcshome_theme/skins/tcshome_theme_images/tcshome-logo.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
10
caotek/tcshome_theme/skins/tcshome_theme_styles/CONTENT.txt
Executable file
10
caotek/tcshome_theme/skins/tcshome_theme_styles/CONTENT.txt
Executable 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.
|
||||
46
caotek/tcshome_theme/skins/tcshome_theme_styles/base_properties.props
Executable file
46
caotek/tcshome_theme/skins/tcshome_theme_styles/base_properties.props
Executable 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
|
||||
62
caotek/tcshome_theme/skins/tcshome_theme_styles/styles.css
Executable file
62
caotek/tcshome_theme/skins/tcshome_theme_styles/styles.css
Executable 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;
|
||||
}
|
||||
4
caotek/tcshome_theme/skins/tcshome_theme_styles/styles.css.metadata
Executable file
4
caotek/tcshome_theme/skins/tcshome_theme_styles/styles.css.metadata
Executable file
@@ -0,0 +1,4 @@
|
||||
[default]
|
||||
title=
|
||||
content_type=text/css
|
||||
precondition=
|
||||
Reference in New Issue
Block a user