D2005 - trocando as fontes e cores do help insight |
Top Previous Next |
|
Help Insight - cool new color looks Howdy! As promised, here is a different "Help Insight" look for D2005. Simply cut and paste the following into your ObjRepos\HelpInsight.css file: (http://blogs.borland.com/CorbinDunn)
BODY { font-family:"Trebuchet MS",arial,sans-serif; font-size:9pt; margin:1px; background-color:#ffffff; /*background-color:#FFF0C0;*/ color:#000000; overflow-y:auto; overflow-x:hidden; border-color: gray; border-width: 1px; border-style: solid; height: 100px; }
a:link { color: #FF8000; font-style: normal; text-decoration: none; }
a:link:visited { color: #C05000; font-style: normal; text-decoration: none; border-top: 1px dotted; border-bottom: 1px dotted; }
a:link:hover { color: #FFFFFF; background-color: #FF8000; font-style: normal; text-decoration: none; }
a:link:active,{ color: #C05000; font-style: normal; text-decoration: none; }
H1 { font-family:"Trebuchet MS",arial,sans-serif; font-size:120%; margin-bottom:10px; }
H2 { font-size:115%; margin-top:1em; margin-bottom:0px; }
H3 { font-size:110%; margin-bottom:0px; }
P { margin-left: 20px; margin-top:5px; margin-bottom:5px; }
H4 { font-family: "Trebuchet MS"; font-size: 9pt; font-weight: bold;
margin-bottom:0px; margin-top:0px; margin-left: 0px; }
B.le { font-family: "Trebuchet MS"; font-size: 9pt; font-weight: bold; }
DL { margin-bottom:0px; margin-top:0px; margin-left: 8px; }
DT { margin-bottom:0px; margin-top:0px; margin-left: 15px; }
DD { margin-bottom:0px; margin-top:0px; margin-left: 30px; }
.maincaption { font-size: 9pt; font-weight: bold;
margin-top:0px; margin-bottom:1px; margin-left: 5px; background-color:#F8F8F8; }
.codelink { margin-left: 0px; font-size: 9pt; font-weight: normal;
margin-bottom:0px; margin-top:0px; margin-left: 0px; }
.code { color: black; font-family: "courier new", courier, monospace; margin-left: 20px } |