2008-09-24 13:02:49 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he {
|
|
|
|
direction: RTL;
|
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
@media all {
|
2008-05-31 08:04:49 +00:00
|
|
|
|
2009-01-17 18:18:10 +00:00
|
|
|
html {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto;
|
2011-08-24 10:48:05 +00:00
|
|
|
position:relative;
|
2009-01-17 18:18:10 +00:00
|
|
|
}
|
|
|
|
|
2008-05-31 08:04:49 +00:00
|
|
|
body {
|
2009-01-17 17:39:57 +00:00
|
|
|
color: #ffffff;
|
2008-07-06 17:31:22 +00:00
|
|
|
background-color: #4a6b7c;
|
|
|
|
background-position: bottom center;
|
|
|
|
background-repeat: repeat-x;
|
2008-05-31 08:04:49 +00:00
|
|
|
font-family: Verdana, Arial, sans-serif;
|
2010-11-25 08:51:56 +00:00
|
|
|
font-size: 11pt;
|
2008-07-06 17:31:22 +00:00
|
|
|
line-height: 100%;
|
2009-01-17 17:39:57 +00:00
|
|
|
padding-bottom: 1.5em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2010-11-11 14:29:59 +00:00
|
|
|
a img {
|
|
|
|
border: none;
|
2010-11-18 04:24:07 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-11-03 00:01:10 +00:00
|
|
|
ul.tabmenu {
|
|
|
|
margin: 0;
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
vertical-align: bottom;
|
2010-11-25 08:53:04 +00:00
|
|
|
font-size: 10pt;
|
2010-11-03 00:01:10 +00:00
|
|
|
padding: 5px 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tabmenu2 {
|
|
|
|
background-color: #AAAAAA;
|
|
|
|
background-image: url(tabbg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
margin-top: -1px;
|
|
|
|
border: 1px solid #444444;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tabmenu3,
|
|
|
|
div.tabmenu4,
|
|
|
|
div.tabmenu5 {
|
|
|
|
background-color: #AAAAAA;
|
|
|
|
background-image: url(tabbg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabmenu li {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he ul.tabmenu li {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2010-11-03 00:01:10 +00:00
|
|
|
ul.tabmenu li a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #444444;
|
|
|
|
display: block;
|
|
|
|
padding: 3px 8px;
|
|
|
|
margin: 0 2px;
|
|
|
|
line-height: 1.3em;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-bottom: none;
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabmenu li.active a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
background: #f5f5f5;
|
|
|
|
border: 1px solid #AAAAAA;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabmenu li a:hover {
|
|
|
|
color: #444444;
|
|
|
|
border-color: #444444;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.l1 li a {
|
|
|
|
background-color: #AAAAAA;
|
|
|
|
background-image: url(tabbg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #444444;
|
|
|
|
}
|
|
|
|
|
2010-11-25 08:51:56 +00:00
|
|
|
ul.l1 li.tabmenu-item-logout a {
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he ul.l1 li.tabmenu-item-logout a {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
abbr,
|
|
|
|
acronym {
|
|
|
|
font-style: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title],
|
|
|
|
acronym[title] {
|
|
|
|
border-bottom: 1px dotted;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link abbr[title],
|
|
|
|
a:visited abbr[title],
|
|
|
|
a:link acronym[title],
|
|
|
|
a:visited acronym[title] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2008-07-12 16:46:10 +00:00
|
|
|
code {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
#maincontent ul {
|
2008-07-06 21:17:07 +00:00
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2008-07-16 10:48:39 +00:00
|
|
|
.warning {
|
2008-09-24 13:02:49 +00:00
|
|
|
color: red;
|
2008-10-07 13:10:24 +00:00
|
|
|
background-color: white;
|
2008-07-16 10:48:39 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
.clear {
|
|
|
|
clear: both;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
.skiplink,
|
|
|
|
.navigation,
|
2008-07-06 17:31:22 +00:00
|
|
|
.hidden {
|
2008-09-24 13:02:49 +00:00
|
|
|
position: absolute;
|
|
|
|
left: -1000px;
|
|
|
|
top: -1000px;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: inline;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-07 19:36:43 +00:00
|
|
|
.error {
|
|
|
|
color: #ff0000;
|
2008-10-07 13:10:24 +00:00
|
|
|
background-color: white;
|
2008-07-07 19:36:43 +00:00
|
|
|
}
|
|
|
|
|
2010-11-03 00:01:10 +00:00
|
|
|
div.hostinfo {
|
2008-09-24 13:02:49 +00:00
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
2010-11-03 00:01:10 +00:00
|
|
|
font-size: 80%;
|
|
|
|
padding: 0.5em;
|
2008-09-24 13:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he div.hostinfo {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2011-09-30 17:47:53 +00:00
|
|
|
#xhr_poll_status {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#xhr_poll_status #xhr_poll_status_off {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FF0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#xhr_poll_status #xhr_poll_status_on {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #00FF00;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
#menubar {
|
|
|
|
position: relative;
|
2008-07-07 19:36:43 +00:00
|
|
|
width: 100%;
|
|
|
|
background: #000000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
#menubar .warning {
|
|
|
|
color: red;
|
|
|
|
background-color: #557788;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
html #menubar a:link,
|
|
|
|
html #menubar a:visited {
|
2008-10-07 13:10:24 +00:00
|
|
|
position: relative;
|
2008-07-06 17:31:22 +00:00
|
|
|
display: block;
|
|
|
|
padding: 0.5em;
|
2008-09-24 13:02:49 +00:00
|
|
|
background: #000000;
|
2008-07-06 17:31:22 +00:00
|
|
|
color: #ffffff;
|
2008-05-31 08:04:49 +00:00
|
|
|
text-decoration: none;
|
2008-07-06 17:31:22 +00:00
|
|
|
font-size: 80%;
|
2008-09-24 13:02:49 +00:00
|
|
|
font-weight: normal;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
|
|
|
|
html #menubar a:link:hover,
|
|
|
|
html #menubar a:visited:hover,
|
|
|
|
html #menubar a:link:active,
|
|
|
|
html #menubar a:visited:active,
|
|
|
|
#menubar a:link:focus,
|
|
|
|
#menubar a:visited:focus {
|
|
|
|
background: #000000;
|
2008-07-06 17:31:22 +00:00
|
|
|
color: #ffff00;
|
2008-05-31 08:04:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
html #menubar a:link.active,
|
|
|
|
html #menubar a:visited.active,
|
|
|
|
html #menubar a:link.preactive,
|
|
|
|
html #menubar a:visited.preactive {
|
|
|
|
background: #000000;
|
|
|
|
color: #ffff00;
|
2008-05-31 08:04:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
html #menubar a:link.warning,
|
|
|
|
html #menubar a:visited.warning {
|
|
|
|
background: #000000;
|
|
|
|
color: red;
|
2008-07-06 17:31:22 +00:00
|
|
|
font-weight: bold;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
#modemenu {
|
2008-07-07 19:36:43 +00:00
|
|
|
width: auto;
|
2008-07-06 17:31:22 +00:00
|
|
|
background: #000000;
|
|
|
|
color: #ffffff;
|
2008-09-24 13:02:49 +00:00
|
|
|
list-style: none;
|
|
|
|
margin-right: 1px;
|
2011-09-30 18:09:03 +00:00
|
|
|
margin-left: 2em;
|
|
|
|
float: right;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
#modemenu li {
|
2008-07-06 17:31:22 +00:00
|
|
|
float: right;
|
2008-09-24 13:02:49 +00:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#savemenu {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he #savemenu {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
.lang_de #submenu_admin_uci {
|
|
|
|
width: 12em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
.lang_ru #submenu_admin_uci {
|
|
|
|
width: 11.5em;
|
|
|
|
}
|
|
|
|
|
2008-10-23 16:05:55 +00:00
|
|
|
textarea#syslog {
|
|
|
|
width: 98%;
|
2008-11-16 22:45:10 +00:00
|
|
|
min-height: 500px;
|
2008-10-23 16:05:55 +00:00
|
|
|
border: 3px solid #cccccc;
|
|
|
|
padding: 5px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2010-11-03 00:01:10 +00:00
|
|
|
#maincontainer {
|
2008-05-31 08:04:49 +00:00
|
|
|
clear: both;
|
2010-12-01 20:30:43 +00:00
|
|
|
width: 96%;
|
2008-07-06 17:31:22 +00:00
|
|
|
margin: 0 auto;
|
2011-08-24 10:48:05 +00:00
|
|
|
height:100%;
|
2010-11-03 00:01:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#maincontent {
|
2008-07-06 17:31:22 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
background: #f5f5f5;
|
|
|
|
color: #000000;
|
2010-11-03 00:01:10 +00:00
|
|
|
font-size: 80%;
|
2008-07-06 17:31:22 +00:00
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #444444;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2012-09-16 19:23:17 +00:00
|
|
|
.lang_he #maincontent {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
#maincontent h2 {
|
2008-07-06 17:31:22 +00:00
|
|
|
font-size: 150%;
|
2008-10-23 16:05:55 +00:00
|
|
|
font-family: Trebuchet MS, Verdana, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0.25em 0 0.7em 0;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 4px;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
#maincontent h3 {
|
2008-10-23 16:05:55 +00:00
|
|
|
margin: 0.5em 0 1.1em 0;
|
|
|
|
font-size: 125%;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
font-family: Trebuchet MS, Verdana, sans-serif;
|
|
|
|
color: #27408B;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
#maincontent p {
|
2008-07-06 17:31:22 +00:00
|
|
|
margin-bottom: 1em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section {
|
2008-07-06 21:17:07 +00:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
border: 1px dotted #555555;
|
|
|
|
background-color: #ffffff;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-20 15:16:13 +00:00
|
|
|
.cbi-section legend {
|
|
|
|
font-size: 110%;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 1em;
|
|
|
|
padding: 0 0.25em;
|
2008-10-07 13:10:24 +00:00
|
|
|
background-color: transparent;
|
|
|
|
color: #555555;
|
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
.cbi-section h2 {
|
2008-07-06 21:17:07 +00:00
|
|
|
margin: 0em 0 0.5em -0.5em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section h3 {
|
2008-10-15 20:06:50 +00:00
|
|
|
text-decoration: none !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: #555555 !important;
|
|
|
|
margin: 0.25em !important;
|
|
|
|
font-size: 100% !important;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-descr {
|
|
|
|
margin-bottom: 0.5em;
|
2008-07-20 15:16:13 +00:00
|
|
|
font-size: 95%;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-08-14 14:51:06 +00:00
|
|
|
.cbi-title-ref {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
padding-right: 18px;
|
|
|
|
background: url('../resources/cbi/link.gif') no-repeat scroll right center;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
2008-09-08 16:51:50 +00:00
|
|
|
ul.cbi-apply {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2010-11-11 14:29:59 +00:00
|
|
|
input:-webkit-input-placeholder {
|
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
|
2012-01-01 15:41:16 +00:00
|
|
|
input:-moz-placeholder {
|
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-ms-input-placeholder {
|
2010-11-11 14:29:59 +00:00
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
input[type=submit],
|
|
|
|
input[type=reset],
|
2010-11-21 00:20:42 +00:00
|
|
|
input[type=image],
|
|
|
|
input[type=button] {
|
2008-07-06 17:31:22 +00:00
|
|
|
cursor: pointer;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
select,
|
|
|
|
input,
|
|
|
|
textarea {
|
2008-07-07 19:36:43 +00:00
|
|
|
background: #eeeeee;
|
2008-07-06 17:31:22 +00:00
|
|
|
color: #000000;
|
2008-08-13 14:09:33 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=image] {
|
|
|
|
border: none;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-07 19:36:43 +00:00
|
|
|
input:focus,
|
2008-08-13 14:09:33 +00:00
|
|
|
input:hover,
|
|
|
|
select:focus,
|
2011-09-08 21:38:03 +00:00
|
|
|
select:hover {
|
2008-08-14 11:50:44 +00:00
|
|
|
background-color: #ffffff;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-07-07 19:36:43 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
select,
|
2008-07-07 19:36:43 +00:00
|
|
|
input[type=text],
|
|
|
|
input[type=password] {
|
2008-07-06 17:31:22 +00:00
|
|
|
width: 20em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-12 16:46:10 +00:00
|
|
|
td select,
|
|
|
|
td input[type=text],
|
|
|
|
td input[type=password] {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
2011-03-05 06:36:05 +00:00
|
|
|
img.cbi-image-button {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2011-09-22 17:51:42 +00:00
|
|
|
input.cbi-button {
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1px center;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-button:hover {
|
|
|
|
border-color: #4A6B7C;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
2011-10-18 12:31:39 +00:00
|
|
|
input.cbi-button[disabled] {
|
|
|
|
color: #CCCCCC;
|
|
|
|
border-color: #CCCCCC;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-user {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/user.gif');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1px center;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-10-23 18:49:05 +00:00
|
|
|
text-indent: 17px;
|
2008-08-14 11:50:44 +00:00
|
|
|
}
|
|
|
|
|
2008-10-07 15:47:32 +00:00
|
|
|
input.cbi-input-password {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/key.gif');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1px center;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-10-23 18:49:05 +00:00
|
|
|
text-indent: 17px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2012-09-12 16:15:54 +00:00
|
|
|
input.cbi-input-find,
|
|
|
|
input.cbi-button-find {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/find.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-16 15:37:28 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-input-reload {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/reload.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-16 15:37:28 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-add,
|
2008-08-13 14:09:33 +00:00
|
|
|
input.cbi-button-add {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/add.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-14 11:50:44 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-fieldadd,
|
2008-08-13 14:09:33 +00:00
|
|
|
input.cbi-button-fieldadd {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url(../resources/cbi/fieldadd.gif);
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-14 11:50:44 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-reset,
|
2008-08-13 14:09:33 +00:00
|
|
|
input.cbi-button-reset {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/reset.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-14 11:50:44 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-save,
|
2008-08-13 14:09:33 +00:00
|
|
|
input.cbi-button-save {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/save.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-14 11:50:44 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-apply,
|
2008-08-13 14:09:33 +00:00
|
|
|
input.cbi-button-apply {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/apply.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-14 11:50:44 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2010-11-21 00:20:42 +00:00
|
|
|
input.cbi-input-link,
|
|
|
|
input.cbi-button-link {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/link.gif');
|
2010-11-21 00:20:42 +00:00
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
2012-11-21 16:04:10 +00:00
|
|
|
input.cbi-input-download,
|
|
|
|
input.cbi-button-download {
|
|
|
|
background-image: url('../resources/cbi/download.gif');
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
input.cbi-input-remove,
|
2008-08-13 14:09:33 +00:00
|
|
|
div.cbi-section-remove input {
|
2011-09-22 17:51:42 +00:00
|
|
|
background-image: url('../resources/cbi/remove.gif');
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-13 14:09:33 +00:00
|
|
|
padding-left: 17px;
|
2008-08-13 16:18:39 +00:00
|
|
|
padding-right: 1px;
|
2008-08-14 11:50:44 +00:00
|
|
|
}
|
|
|
|
|
2012-02-14 15:07:50 +00:00
|
|
|
input.cbi-button-up {
|
|
|
|
background-image: url('../resources/cbi/up.gif');
|
|
|
|
padding-left: 11px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-button-down {
|
|
|
|
background-image: url('../resources/cbi/down.gif');
|
|
|
|
padding-left: 11px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
2012-02-15 15:08:04 +00:00
|
|
|
input.cbi-button-edit {
|
|
|
|
background-image: url('../resources/cbi/edit.gif');
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-button-reload {
|
|
|
|
background-image: url('../resources/cbi/reload.gif');
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-button-reset {
|
|
|
|
background-image: url('../resources/cbi/reset.gif');
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cbi-button-remove {
|
|
|
|
background-image: url('../resources/cbi/remove.gif');
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
2010-04-26 00:27:37 +00:00
|
|
|
.cbi-input-invalid {
|
|
|
|
background-image: url('../resources/cbi/reset.gif');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right;
|
|
|
|
color: #FF0000 !important;
|
|
|
|
border-color: #FF0000;
|
|
|
|
}
|
|
|
|
|
2008-08-14 11:50:44 +00:00
|
|
|
div.cbi-section-remove input {
|
2008-08-13 14:09:33 +00:00
|
|
|
border-bottom: none;
|
2008-08-13 01:24:44 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
textarea {
|
|
|
|
margin-left: -1px;
|
|
|
|
margin-bottom: 0.5em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
form > div > input[type=submit],
|
|
|
|
form > div > input[type=reset] {
|
|
|
|
float: right;
|
|
|
|
margin-left: 0.5em;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-10-14 22:55:44 +00:00
|
|
|
table td,
|
|
|
|
table th {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
table.smalltext {
|
|
|
|
background: #f5f5f5;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-07-06 17:31:22 +00:00
|
|
|
border-top: 1px solid #666666;
|
|
|
|
border-right: 1px solid #666666;
|
|
|
|
border-bottom: 1px solid #666666;
|
2008-07-07 19:36:43 +00:00
|
|
|
font-size: 90%;
|
2008-07-16 02:38:45 +00:00
|
|
|
width: 80%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2008-08-09 03:39:06 +00:00
|
|
|
border-collapse: collapse;
|
2008-07-16 02:38:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.smalltext tr:hover td {
|
|
|
|
background-color: #bbddee;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
table.smalltext tr th {
|
|
|
|
padding: 0 0.25em;
|
|
|
|
border-left: 1px solid #666666;
|
2008-07-16 02:38:45 +00:00
|
|
|
text-align: left;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
table.smalltext tr td {
|
|
|
|
padding: 0 0.25em;
|
|
|
|
border-top: 1px solid #666666;
|
|
|
|
border-left: 1px solid #666666;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2011-05-30 21:55:28 +00:00
|
|
|
table.cbi-section-table .cbi-rowstyle-1 {
|
2008-08-13 14:09:33 +00:00
|
|
|
background-color: #eeeeff;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2011-05-30 21:55:28 +00:00
|
|
|
table.cbi-section-table .cbi-rowstyle-1:hover,
|
|
|
|
table.cbi-section-table .cbi-rowstyle-2:hover {
|
|
|
|
background-color: #b2c8d4;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2012-02-15 15:52:49 +00:00
|
|
|
table.cbi-section-table .cbi-section-table-cell {
|
|
|
|
padding: 3px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
.cbi-section .cbi-rowstyle-1 h3 {
|
|
|
|
background-color: #eeeeff;
|
|
|
|
color: #555555;
|
|
|
|
}
|
2008-08-13 14:09:33 +00:00
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
.cbi-rowstyle-2 {
|
2008-10-14 22:55:44 +00:00
|
|
|
color: #000000;
|
2008-08-13 14:09:33 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 21:17:07 +00:00
|
|
|
div.cbi-value {
|
|
|
|
clear: left;
|
2008-08-13 18:01:30 +00:00
|
|
|
vertical-align: middle;
|
2011-09-22 17:51:42 +00:00
|
|
|
padding: 0.25em 0.6em;
|
2008-07-07 19:36:43 +00:00
|
|
|
border-bottom: 1px dotted #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-value:hover {
|
|
|
|
background: #f8f8f8;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #000000;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
2008-07-07 19:36:43 +00:00
|
|
|
.cbi-value-title {
|
2008-07-06 21:17:07 +00:00
|
|
|
float: left;
|
2008-07-13 01:32:02 +00:00
|
|
|
width: 40%;
|
2008-10-15 20:06:50 +00:00
|
|
|
line-height: 1.8em;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-value-field {
|
2008-07-13 01:32:02 +00:00
|
|
|
width: 58%;
|
2008-10-07 13:10:24 +00:00
|
|
|
margin-left: 40%;
|
|
|
|
padding: 0.25em 0;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-value-description {
|
|
|
|
font-size: 90%;
|
2008-08-20 16:11:27 +00:00
|
|
|
display: inline;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-section-create {
|
|
|
|
clear: left;
|
2008-09-06 16:57:57 +00:00
|
|
|
white-space: nowrap;
|
2008-10-20 19:02:26 +00:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-section-create .cbi-button {
|
|
|
|
margin: 0.25em;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
2008-10-14 23:55:26 +00:00
|
|
|
input.cbi-section-create-name {
|
|
|
|
margin-right: -0.25em;
|
|
|
|
}
|
|
|
|
|
2008-07-06 21:17:07 +00:00
|
|
|
div.cbi-map-descr {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-optionals {
|
2008-10-07 13:10:24 +00:00
|
|
|
padding: 0.25em;
|
|
|
|
border-bottom: 1px dotted #bbbbbb;
|
2008-07-07 19:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-section-remove {
|
|
|
|
float: right;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
2008-07-20 15:16:13 +00:00
|
|
|
.cbi-section-node {
|
2008-08-20 16:13:15 +00:00
|
|
|
clear: both;
|
2011-09-22 17:51:42 +00:00
|
|
|
border: 1px solid #BBBBBB;
|
|
|
|
border-radius: 3px;
|
2008-07-06 21:17:07 +00:00
|
|
|
padding-bottom: 0;
|
2011-09-22 17:51:42 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2011-09-30 14:14:58 +00:00
|
|
|
.cbi-section-node-tabbed {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2011-09-22 17:51:42 +00:00
|
|
|
.cbi-section-node .cbi-value-last {
|
|
|
|
border-bottom: none;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
2008-10-07 13:10:24 +00:00
|
|
|
.cbi-section-node table div {
|
|
|
|
padding-bottom: 0;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2008-08-13 17:33:03 +00:00
|
|
|
.cbi-section-node div.cbi-section-table-row {
|
|
|
|
margin: 0.25em;
|
|
|
|
}
|
|
|
|
|
2008-07-12 16:46:10 +00:00
|
|
|
table.cbi-section-table {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cbi-section-table th,
|
|
|
|
table.cbi-section-table td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.cbi-section-table-descr th {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 90%;
|
2012-09-11 19:09:33 +00:00
|
|
|
vertical-align: top;
|
2008-07-12 16:46:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.cbi-section-table-optionals {
|
|
|
|
text-align: left !important;
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
|
2008-08-13 18:16:06 +00:00
|
|
|
.cbi-value-helpicon img {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2008-08-13 17:55:05 +00:00
|
|
|
div.cbi-error {
|
|
|
|
font-size: 95%;
|
|
|
|
font-weight: bold;
|
2008-10-07 13:10:24 +00:00
|
|
|
color: #ff0000;
|
|
|
|
background-color: #ffffff;
|
2008-08-13 17:55:05 +00:00
|
|
|
}
|
|
|
|
|
2008-09-05 23:24:10 +00:00
|
|
|
td.cbi-value-error {
|
2008-10-07 13:10:24 +00:00
|
|
|
border-color: red;
|
2008-09-05 23:24:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-error input,
|
|
|
|
.cbi-value-error select {
|
2008-10-07 13:10:24 +00:00
|
|
|
color: red;
|
|
|
|
background-color: #ffcccc;
|
2008-09-05 23:24:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-error {
|
|
|
|
color: red;
|
2008-10-07 13:10:24 +00:00
|
|
|
background-color: white;
|
2008-09-05 23:24:10 +00:00
|
|
|
font-size: 95%;
|
|
|
|
border: 1px dotted red;
|
|
|
|
margin: 3px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2011-12-19 21:20:57 +00:00
|
|
|
.cbi-value-field var {
|
|
|
|
color: #2222FF;
|
|
|
|
}
|
|
|
|
|
2009-08-16 03:30:34 +00:00
|
|
|
ul.cbi-tabmenu {
|
|
|
|
padding: 3px 0;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
list-style-type: none;
|
2011-09-22 17:51:42 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
2011-10-27 17:15:00 +00:00
|
|
|
top: 4px;
|
|
|
|
line-height: 20px;
|
2009-08-16 03:30:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.cbi-tabmenu li.cbi-tab,
|
|
|
|
ul.cbi-tabmenu li.cbi-tab-disabled {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.cbi-tabmenu li.cbi-tab a,
|
|
|
|
ul.cbi-tabmenu li.cbi-tab-disabled a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 3px 7px;
|
|
|
|
margin-right: 3px;
|
2011-09-22 17:51:42 +00:00
|
|
|
border: 1px solid #BBBBBB;
|
2009-08-16 03:30:34 +00:00
|
|
|
border-bottom: none;
|
2011-09-22 17:51:42 +00:00
|
|
|
border-radius: 3px 3px 0 0;
|
2009-08-16 03:30:34 +00:00
|
|
|
background-color: #EEEEEE;
|
|
|
|
color: #BBBBBB;
|
|
|
|
}
|
|
|
|
|
2009-10-10 04:19:28 +00:00
|
|
|
ul.cbi-tabmenu li.cbi-tab-highlighted a {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #FFEEAA;
|
|
|
|
}
|
|
|
|
|
2009-08-16 03:30:34 +00:00
|
|
|
ul.cbi-tabmenu li a:hover {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.cbi-tabmenu li.cbi-tab a {
|
|
|
|
padding-top: 4px;
|
|
|
|
color: #000000;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cbi-tab-descr {
|
|
|
|
background-image: url(/luci-static/resources/cbi/help.gif);
|
|
|
|
background-position: 0.25em 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
margin: 0.25em 0.25em 2em;
|
|
|
|
padding: 0.5em 0.5em 0.5em 2em;
|
|
|
|
}
|
|
|
|
|
2011-12-19 21:20:57 +00:00
|
|
|
.left {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2008-07-06 21:17:07 +00:00
|
|
|
.right {
|
2011-12-19 21:20:57 +00:00
|
|
|
text-align: right !important;
|
2008-07-06 21:17:07 +00:00
|
|
|
}
|
|
|
|
|
2008-07-06 17:31:22 +00:00
|
|
|
.luci {
|
2011-08-24 10:48:05 +00:00
|
|
|
position: absolute;
|
2008-07-06 17:31:22 +00:00
|
|
|
bottom: 0;
|
2011-08-24 10:48:05 +00:00
|
|
|
left: 1em;
|
|
|
|
height: 1.5em;
|
|
|
|
font-size: 80%;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
|
|
|
|
2008-09-24 13:02:49 +00:00
|
|
|
.luci a:link,
|
|
|
|
.luci a:visited {
|
2008-10-07 13:10:24 +00:00
|
|
|
background-color: transparent;
|
2008-07-06 17:31:22 +00:00
|
|
|
color: #666666;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 70%;
|
2008-05-31 08:04:49 +00:00
|
|
|
}
|
2008-07-13 01:04:37 +00:00
|
|
|
|
2008-07-15 22:37:53 +00:00
|
|
|
.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2008-08-13 17:55:05 +00:00
|
|
|
.error500 {
|
|
|
|
white-space: normal;
|
2008-10-07 13:10:24 +00:00
|
|
|
border: 1px dotted #ff0000;
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #000000;
|
2008-08-13 17:55:05 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-10-11 23:10:24 +00:00
|
|
|
.errorbox {
|
|
|
|
border: 1px solid #FF0000;
|
|
|
|
background-color: #FFCCCC;
|
|
|
|
padding: 5px;
|
2010-10-11 23:23:02 +00:00
|
|
|
margin-bottom: 5px;
|
2010-10-11 23:10:24 +00:00
|
|
|
}
|
|
|
|
|
2011-10-15 03:29:00 +00:00
|
|
|
.errorbox a {
|
|
|
|
color: #000000 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-15 15:52:49 +00:00
|
|
|
.ifacebox {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
margin: 0 10px;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox .ifacebox-head {
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox .ifacebox-body {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ifacebadge {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
padding: 2px;
|
|
|
|
margin-left: 2px;
|
2012-02-15 16:43:02 +00:00
|
|
|
display: inline-block;
|
2012-02-15 15:52:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebadge-active {
|
|
|
|
border-color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-15 17:47:16 +00:00
|
|
|
.zonebadge {
|
|
|
|
padding: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge em,
|
|
|
|
.zonebadge strong {
|
|
|
|
margin: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge input {
|
|
|
|
width: 6em;
|
|
|
|
height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge-empty {
|
|
|
|
border: 1px dashed #AAAAAA;
|
|
|
|
color: #AAAAAA;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-15 21:49:40 +00:00
|
|
|
.uci-change-list {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list ins,
|
|
|
|
.uci-change-legend-label ins {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #00FF00;
|
|
|
|
background-color: #CCFFCC;
|
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list del,
|
|
|
|
.uci-change-legend-label del {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #FF0000;
|
|
|
|
background-color: #FFCCCC;
|
|
|
|
display: block;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list var,
|
|
|
|
.uci-change-legend-label var {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
display: block;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list var ins,
|
|
|
|
.uci-change-list var del {
|
|
|
|
/*display: inline;*/
|
|
|
|
border: none;
|
|
|
|
white-space: pre;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label {
|
|
|
|
width: 150px;
|
|
|
|
float: left;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label>ins,
|
|
|
|
.uci-change-legend-label>del,
|
|
|
|
.uci-change-legend-label>var {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label var ins,
|
|
|
|
.uci-change-legend-label var del {
|
|
|
|
line-height: 6px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-09-24 22:00:34 +00:00
|
|
|
}
|