notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/styles.css
Don Ho 52dc1c9d87 [UPDATE] (Author : Christian Cuvier) Update NppHelp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@618 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 22:23:10 +00:00

133 lines
2.5 KiB
CSS

/* Generated by KompoZer */
img {
border:0;
}
body {
background-color: LemonChiffon;
font-face: Times New Roman, serif;
}
.menu_item {
border-left: 2px solid #d4d0c8;
border-right: 2px solid #d4d0c8;
font-family: Tahoma;
color: black;
font-size: 10pt;
background-color: #d4d0c8;
white-space: nowrap;
}
.menu_item:hover {
border-left: 2px solid #0a246a;
border-right: 2px solid #0a246a;
font-family: Tahoma;
font-size: 10pt;
background-color: #0a246a;
color: white;
white-space: nowrap;
}
.shortcut {
border: 1px solid #cccccc;
font-family: Tahoma;
font-size: 10pt;
color: black;
white-space: nowrap;
}
.button {
border-style: solid;
border-color: white #625f5d #625f5d white;
border-width: 2px;
font-family: Tahoma;
font-size: 10pt;
color: black;
background-color: #d4d0c8;
white-space: nowrap;
padding-left: 2px;
padding-right: 2px;
}
.checkbox {
background-image: url(Images/checkboxoff.png);
background-repeat: no-repeat;
padding-left: 16px;
background-position: left center;
font-family: Tahoma;
font-size: 10pt;
background-color: #d4d0c8;
color: black;
white-space: nowrap;
}
.checkbox:hover {
background-image: url(Images/checkboxon.png);
background-repeat: no-repeat;
background-position: left center;
font-family: Tahoma;
font-size: 10pt;
background-color: #d4d0c8;
padding-left: 16px;
color: black;
white-space: nowrap;
}
.radio {
background-image: url(Images/radiooff.png);
background-repeat: no-repeat;
background-position: left center;
font-family: Tahoma;
font-size: 10pt;
background-color: #d4d0c8;
padding-left: 14px;
color: black;
white-space: nowrap;
}
.radio:hover {
background-image: url(Images/radioon.png);
background-repeat: no-repeat;
background-position: left center;
font-family: Tahoma;
font-size: 10pt;
background-color: #d4d0c8;
padding-left: 14px;
color: black;
white-space: nowrap;
}
.label {
font-family: Tahoma;
font-size: 10pt;
color: black;
background-color: #d4d0c8;
}
a.annotation {
position: absolute;
border: 2px groove black;
padding: 0;
display: none;
}
a.annotation span {
display: block;
width: 100%;
height: 100%;
}
dt {
font-weight: bold;
}
a.annotation:hover {
border-color: yellow;
}
dt ul {
list-style-type:disc;
}
/* table standards */
table {
color:black;
background-color: LemonChiffon;
font-size:100%;
border-style:solid solid solid solid;
border-width: 1px;
line-height:1.5em;
}
th{
border-style:none thin none thin;
}
td,tr{
border: thin solid black;
}