
The channel name and item text in the narrative is black on near white, using that to avoid glare. The item name is blue-black is a light grey box but I have enlarged the text to make it easier to scan by eye without the more detailed narrative proving to be a distraction unless you want to read it.
I do not know the language used but am sufficiently computer literate to have managed anyway:
1) In Windows Explorer, go to C:\Program Files\Awasu\Resources\Channel Summary Templates\ and copy Eclipse.template and Eclipse.css. Rename the copies ExEclipse.template and ExEclipse.css respectively.
2) Open ExEclipse.template in notepad. (If necessary open Notepad and drag the filename into it.) Near the top you will see the following, but in it change the two occurrences of Eclipse to ExEclipse in the below:
<head>
{%INCLUDE% includes/StandardHead.include}
<style>
{%INCLUDE% ExEclipse.css}
{%INCLUDE% ExEclipse.user.css isOptional}
</style>
{%INCLUDE% includes/StandardHead2.include}
</head>
3) Now save the file.
4) Open ExEclipse.css in notepad. If you write click on the filename, you can use Edit to do so.
I have deleted one line that embeds a graphic in the browser pane and edited the colours and one font size. The easiest was to change to this, is to give all the text here, so select all the original text, delete it and paste in the following down to but not including "5)":
/* --- PAGE ---------------------------------------------------------- */
{%INCLUDE% includes/common.css}
{%UNDEFINE% watermark-image-url} /* disable the normal watermark image */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body
{
background-position: 0 0 ;
background-attachment: fixed ;
background-repeat: no-repeat ;
background-color: #f0f0f0 ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content
{
padding-top: 20px ;
padding-bottom: 20px ;
padding-left: 50px ;
padding-right: 20px ;
font-family: Georgia , "Times New Roman" , Times , serif ;
color: #55557e ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
blockquote
{
border-left: 2px dashed #ccc ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a
{
color: #ccc ;
}
a:hover
{
color: #55557e ;
}
/* --- BANNER -------------------------------------------------------- */
.banner
{
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.channelHeader
{
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.channelName
{
font-size: 200% ;
}
.channelName a
{
color: #55557e ;
text-decoration: none ;
}
.channelName a:hover
{
text-decoration: underline ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.channelDescription
{
font-size: 125% ;
font-style: italic ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.channelDetails
{
}
/* --- ITEM LIST ----------------------------------------------------- */
.itemList
{
margin-top: 1em ;
}
/* --- ITEMS --------------------------------------------------------- */
.item
{
margin-top: 1em ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemHeader
{
background: #cbcbcb ;
padding: 5px ;
border: 1px solid #555 ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemTitle
{
font-size: 135% ;
color: #000 ;
}
.itemTitle a
{
color: #000 ;
text-decoration: none ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemDescription
{
margin-top: 0.5em ;
margin-left: 1.5em ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemDetails
{
margin-top: 0.5em ;
font-size: 75% ;
font-style: italic ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemRelatedLinks
{
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.offlineContentUrl
{
position: absolute ;
right: 25px ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sendTo div { background: #333 ; }
.sendTo div , .sendTo dl { border-color: #ccc ; }
.sendTo div a:hover { color: #eee ; background: #666 ; }
/* --- COMPACT PRESENTATION ------------------------------------------ */
{%!SHOW-ITEM-DESCRIPTION%}
.itemList
{
font-size: 80% ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.item
{
margin-top: 2px ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.itemHeader
{
padding: 2px ;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
{%ENDIF%}
5). The original of the above included the blank lines down to the one just above this. Save it.
6) Within Awasu, select TOOLS OPTION DISPLAY and within template click on the folder icon to open out the list. Just select ExEclipse, then click on OPEN and OK.
If you use any of the advanced features, some of the colours might not display as you might wish but for basic use, it could not be better IMHO. I hope you like it.