mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
48719a6621
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@182 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
550 lines
9.8 KiB
CSS
550 lines
9.8 KiB
CSS
.mstheme
|
|
{
|
|
navbutton-background-color: rgb(255,255,255);
|
|
top-bar-button: url(radglobl.gif);
|
|
}
|
|
.mstheme-topbar-font
|
|
{
|
|
font-family: arial, Arial, Helvetica;
|
|
font-size: 1;
|
|
color: rgb(51,102,102);
|
|
}
|
|
body
|
|
{
|
|
font-family: arial, Arial, Helvetica;
|
|
background-image: url(radbkgnd.gif);
|
|
}
|
|
h1
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24pt;
|
|
}
|
|
h2
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 18pt;
|
|
}
|
|
h3
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 14pt;
|
|
}
|
|
h4
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 12pt;
|
|
}
|
|
h5
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 10pt;
|
|
}
|
|
h6
|
|
{
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 8pt;
|
|
}
|
|
BUTTON
|
|
{
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
font-size: 8pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
LABEL, .MSTHEME-LABEL
|
|
{
|
|
font-size: 8pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style:normal;
|
|
}
|
|
TEXTAREA
|
|
{
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
font-size: 8pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
FIELDSET
|
|
{
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
font-size: 8pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
LEGEND
|
|
{
|
|
font-size: 8pt;
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-style: normal;
|
|
}
|
|
SELECT
|
|
{
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
font-size: 8pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
TABLE
|
|
{
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
CAPTION
|
|
{
|
|
font-size: 14pt;
|
|
font-family: times new roman, Times New Roman, Times;
|
|
font-style: normal;
|
|
}
|
|
TH
|
|
{
|
|
font-family: arial, Arial, Helvetica;
|
|
font-style: normal;
|
|
}
|
|
MARQUEE
|
|
{
|
|
font-size: 14pt;
|
|
font-family: arial, Arial, Helvetica;
|
|
}
|
|
.ms-main {
|
|
border-right: 0 solid #cccccc;
|
|
}
|
|
.ms-bannerframe {
|
|
background-color: #6666cc;
|
|
}
|
|
.ms-banner {
|
|
color: #ffffff;
|
|
font-size: 9pt;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
.ms-banner a:link {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #ffffff;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
.ms-banner a:visited {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #ffffff;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
.ms-nav td {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
.ms-nav th {
|
|
font-size: 9pt;
|
|
font-family: Arial, sans-serif;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
color: #000000;
|
|
}
|
|
.ms-navframe {
|
|
color: #000000;
|
|
}
|
|
.ms-nav a {
|
|
text-decoration: none;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: #6666ff;
|
|
}
|
|
.ms-nav a:link {
|
|
}
|
|
.ms-nav a:hover {
|
|
text-decoration: underline;
|
|
color: #66cccc;
|
|
}
|
|
.ms-nav a:visited {
|
|
color: #993333;
|
|
}
|
|
.ms-verticaldots {
|
|
background-image: url(bluedot.gif);
|
|
background-position: right;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.ms-viewselect A:link{
|
|
font-size: 9pt;
|
|
font-family: Arial, sans-serif;
|
|
color: #6666ff;
|
|
}
|
|
.ms-titlearea {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
}
|
|
.ms-titleareaframe {
|
|
color: #000000;
|
|
}
|
|
.ms-pagetitle {
|
|
color: #669999;
|
|
font-family: Times New Roman, serif;
|
|
font-size: 1.25em;
|
|
font-weight: bold;
|
|
}
|
|
.ms-pagetitle a {
|
|
text-decoration:underline;
|
|
color: #669999;
|
|
}
|
|
.ms-pagetitle a:hover {
|
|
text-decoration: underline;
|
|
color: #669999;
|
|
}
|
|
.ms-announcementtitle {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ms-formlabel {
|
|
text-align: left;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
.ms-formdescription a {
|
|
color: #6666ff;
|
|
text-decoration: underline;
|
|
}
|
|
.ms-formbody {
|
|
text-align: left;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
.ms-formdescription
|
|
{
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
}
|
|
.ms-radiotext {
|
|
cursor:default;
|
|
text-align: left;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 10pt;
|
|
height: 19px;
|
|
}
|
|
.ms-searchbox {
|
|
width: 100%;
|
|
}
|
|
.ms-input {
|
|
font-size: 9pt;
|
|
font-family: Arial, sans-serif;
|
|
vertical-align: baseline;
|
|
}
|
|
.ms-long {
|
|
font-size: 9pt;
|
|
font-family: Arial, sans-serif;
|
|
width: 300px;
|
|
}
|
|
.ms-wvsel {
|
|
color: #3366cc;
|
|
}
|
|
.ms-selected {
|
|
background-color: #6666cc;
|
|
color: #ffffff;
|
|
}
|
|
.ms-selected SPAN {
|
|
color: #ffffff;
|
|
}
|
|
.ms-filedialog TD {
|
|
height: 16px;
|
|
}
|
|
.ms-descriptiontext {
|
|
color: #000000;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
.ms-descriptiontext a {
|
|
color: #6666ff;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
.ms-toolbar {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
text-decoration: none;
|
|
color: #669999;
|
|
}
|
|
.ms-separator {
|
|
color: #996666;
|
|
font-size: 10pt;
|
|
}
|
|
.ms-authoringcontrols{
|
|
background-color: #f2f2f2;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
}
|
|
.ms-sectionheader{
|
|
color: #669999;
|
|
font-family: Times New Roman, serif;
|
|
font-size: 12pt;
|
|
font-weight: normal;
|
|
}
|
|
.ms-sectionline
|
|
{
|
|
background-color: #6666cc;
|
|
height: 1px;
|
|
}
|
|
.ms-propertysheet {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
.ms-propertysheet th {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
.ms-propertysheet a {
|
|
text-decoration: none;
|
|
color: #6666ff;
|
|
}
|
|
.ms-propertysheet a:hover {
|
|
text-decoration: underline;
|
|
color: #66cccc;
|
|
}
|
|
.ms-propertysheet a:visited {
|
|
text-decoration: none;
|
|
color: #993333;
|
|
}
|
|
.ms-propertysheet a:visited:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.ms-itemheader a {
|
|
font-size: 10pt;
|
|
font-family: Arial, sans-serif;
|
|
font-weight: normal;
|
|
color: #6666ff;
|
|
text-decoration: none;
|
|
}
|
|
.ms-itemheader a:hover {
|
|
text-decoration: underline;
|
|
color: #66cccc;
|
|
}
|
|
.ms-itemheader a:visited {
|
|
text-decoration: none;
|
|
color: #993333;
|
|
}
|
|
.ms-itemheader a:visited:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.ms-discussiontitle {
|
|
font-size: 12pt;
|
|
font-family: Times New Roman, serif;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
.ms-vh {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
.ms-vh a {
|
|
color: #6666ff;
|
|
text-decoration: none;
|
|
}
|
|
.ms-vh a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.ms-vb{
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
height: 18px;
|
|
vertical-align: top;
|
|
}
|
|
.ms-vb a {
|
|
color: #6666ff;
|
|
text-decoration: none;
|
|
}
|
|
.ms-vb a:hover {
|
|
color: #66cccc;
|
|
text-decoration: underline;
|
|
}
|
|
.ms-vb a:visited {
|
|
color: #993333;
|
|
text-decoration: none;
|
|
}
|
|
.ms-vb a:visited:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.ms-homepagetitle {
|
|
font-family: Time New Roman, serif;
|
|
font-size: 12pt;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
.ms-homepagetitle:Hover {
|
|
text-decoration: underline;
|
|
color: #000000;
|
|
}
|
|
.ms-addnew {
|
|
font-weight: normal;
|
|
font-family: Arial, sans-serif;
|
|
font-size: .68em;
|
|
color: #669999;
|
|
text-decoration: none;
|
|
}
|
|
.ms-cal {
|
|
border-collapse:collapse;
|
|
table-layout:fixed;
|
|
font-family: Arial, sans-serif;
|
|
cursor:default;
|
|
}
|
|
.ms-caltop {
|
|
border-top:1px solid black;
|
|
border-left:1px solid black;
|
|
border-right:1px solid black;
|
|
vertical-align:top;
|
|
font-size: 10pt;
|
|
width: 14%;
|
|
height:30px;
|
|
}
|
|
.ms-calhead {
|
|
border:none;
|
|
text-align:center;
|
|
background-color: #6666cc;
|
|
color: #ffffff;
|
|
font-size: 16pt;
|
|
font-family: Arial, sans-serif;
|
|
padding: 2px;
|
|
}
|
|
.ms-caldow {
|
|
border-top:1px solid black;
|
|
border-left:1px solid black;
|
|
border-right:1px solid black;
|
|
vertical-align:top;
|
|
text-align:center;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
height:20px;
|
|
}
|
|
.ms-calmid {
|
|
border-left:1px solid black;
|
|
border-right:1px solid black;
|
|
height:20px;
|
|
}
|
|
.ms-calspacer {
|
|
border-left:1px solid black;
|
|
border-right:1px solid black;
|
|
height:4px;
|
|
}
|
|
.ms-calbot {
|
|
border-top:none;
|
|
border-left:1px solid black;
|
|
border-right:1px solid black;
|
|
border-bottom:1px solid black;
|
|
height:2px;
|
|
}
|
|
.ms-appt a {
|
|
color: #000000;
|
|
}
|
|
.ms-appt a:hover {
|
|
color: red;
|
|
}
|
|
.ms-appt {
|
|
border:2px solid #669999;
|
|
text-align:center;
|
|
vertical-align: middle;
|
|
font-size:8pt;
|
|
height:18px;
|
|
overflow:hidden;
|
|
background-color: #cccccc;
|
|
color: black;
|
|
}
|
|
.ms-caldowdown {
|
|
font-family: Arial, sans-serif;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
.ms-caldown {
|
|
font-size: 8pt;
|
|
color: #000000;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
.ms-datepickeriframe {
|
|
position:absolute;
|
|
display:none;
|
|
background:white;
|
|
}
|
|
.ms-datepicker {
|
|
font-family: Arial, sans-serif;
|
|
background-color: #ffffff;
|
|
border: 2 outset activeborder;
|
|
cursor:default;
|
|
}
|
|
.ms-dpdow {
|
|
border:none;
|
|
vertical-align:top;
|
|
text-align:center;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
border-bottom:1px solid black;
|
|
}
|
|
.ms-dpday {
|
|
border:none;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
}
|
|
.ms-dpselectedday {
|
|
border:none;
|
|
background-color:#cccccc;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
}
|
|
.ms-dpnonmonth {
|
|
color:gray;
|
|
border:none;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
}
|
|
.ms-dphead {
|
|
border:none;
|
|
text-align:center;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
background-color: #669999;
|
|
color: #ffffff;
|
|
}
|
|
.ms-dpfoot {
|
|
text-align:center;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
font-style: italic;
|
|
border-top:1px solid;
|
|
border-left:none;
|
|
border-bottom:none;
|
|
border-right:none;
|
|
height:24px;
|
|
}
|
|
IMG.ms-button {
|
|
cursor:hand;
|
|
}
|