mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-22 06:54:43 +01:00
180 lines
2.9 KiB
CSS
180 lines
2.9 KiB
CSS
* {
|
|
font-family: Arial, Helvetica, Sans-Serif;
|
|
}
|
|
|
|
html, body, ul, li { padding: 0 ; margin: 0; }
|
|
html, body {
|
|
height:100% ;
|
|
}
|
|
a { text-decoration: none; color:blue; }
|
|
|
|
h1, h2, h3 { }
|
|
h1 { font-size: 18px; }
|
|
h2 { font-size: 16px; }
|
|
h3 { font-size: 14px; }
|
|
|
|
td, th {
|
|
padding:2px 5px;
|
|
border-left: 1px solid #AFAFAF;
|
|
}
|
|
tr.odd td{
|
|
background: #EFEFEF;
|
|
}
|
|
th {
|
|
border-bottom: 1px solid #AFAFAF;
|
|
background: #AFAFAF;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-top: 1px solid #AFAFAF;
|
|
border-right: 1px solid #AFAFAF;
|
|
border-bottom: 1px solid #AFAFAF;
|
|
}
|
|
#header {
|
|
float: left;
|
|
width: 180px;
|
|
padding:10px 20px;
|
|
height: 100%;
|
|
border-right: 1px solid #AFAFAF;
|
|
position:fixed;
|
|
font-size:11px;
|
|
}
|
|
#header h1{
|
|
text-align: center;
|
|
}
|
|
#content {
|
|
padding: 10px 20px;
|
|
margin-left: 230px;
|
|
}
|
|
div.summary,
|
|
div.detail {
|
|
font-size:12px;
|
|
}
|
|
ul {
|
|
/* 140px */
|
|
border-top: 1px solid #AFAFAF;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ul li{
|
|
display: block;
|
|
margin: 0px;
|
|
padding: 2px 5px;
|
|
list-style-type: none;
|
|
background: #FFF;
|
|
border-bottom: 1px solid #AFAFAF;
|
|
}
|
|
ul#popup_menu li{
|
|
font-weight: normal;
|
|
}
|
|
ul li.current{
|
|
font-weight: bold;
|
|
}
|
|
ul li.selected{
|
|
background: #EFEFEF;
|
|
}
|
|
ul li:hover{
|
|
background: #AFAFAF;
|
|
cursor: pointer;
|
|
}
|
|
ul.hosts{
|
|
border-bottom: 1px solid #AFAFAF;
|
|
}
|
|
ul.hosts li{
|
|
width: 47px;
|
|
border-bottom: 0px solid #AFAFAF;
|
|
text-align: center;
|
|
display:inline-block;
|
|
}
|
|
ul.proto li{
|
|
text-align: center;
|
|
width: 78px;
|
|
display:inline-block;
|
|
}
|
|
|
|
select, input, { width: 100%;}
|
|
input[type=text],textarea { width: 97%; font-size:10px; }
|
|
input#submit {
|
|
display:block ;
|
|
margin: 5px auto;
|
|
width: 80px;
|
|
}
|
|
input#ipopup{
|
|
width: auto;
|
|
}
|
|
|
|
/* POPUP */
|
|
.jqifade,
|
|
.popupfade{
|
|
position: absolute;
|
|
background-color: #aaaaaa;
|
|
}
|
|
div.jqi,
|
|
div.popup{
|
|
width: 600px;
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
font-size: 11px;
|
|
text-align: left;
|
|
border: solid 1px #eeeeee;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
padding: 7px;
|
|
}
|
|
div.popup{
|
|
width : 400px;
|
|
}
|
|
div.popup .popupcontainer,
|
|
div.jqi .jqicontainer{
|
|
font-weight: bold;
|
|
}
|
|
div.jqi .jqiclose,
|
|
div.popup .popupclose{
|
|
position: absolute;
|
|
top: 4px; right: -2px;
|
|
width: 18px;
|
|
cursor: default;
|
|
color: #bbbbbb;
|
|
font-weight: bold;
|
|
}
|
|
div.popup .popupmessage,
|
|
div.jqi .jqimessage{
|
|
padding: 10px;
|
|
color: #444444;
|
|
height: 400px;
|
|
overflow: auto;
|
|
}
|
|
div.popup .popupmessage{ height:auto;}
|
|
div.popup .popupbuttons,
|
|
div.jqi .jqibuttons{
|
|
text-align: right;
|
|
padding: 5px 0 5px 0;
|
|
border: solid 1px #eeeeee;
|
|
background-color: #f4f4f4;
|
|
}
|
|
div.popup button,
|
|
div.jqi button{
|
|
padding: 3px 10px;
|
|
margin: 0 10px;
|
|
background-color: #2F6073;
|
|
border: solid 1px #f4f4f4;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
div.popup button:hover,
|
|
div.jqi button:hover{
|
|
background-color: #728A8C;
|
|
}
|
|
div.popup button.popupdefaultbutton,
|
|
div.jqi button.jqidefaultbutton{
|
|
background-color: #BF5E26;
|
|
}
|
|
.popupwarning .popup .popupbuttons,
|
|
.jqiwarning .jqi .jqibuttons{
|
|
background-color: #BF5E26;
|
|
}
|