84 lines
1.0 KiB
CSS
84 lines
1.0 KiB
CSS
body { font:0.8em/100% Arial,Helvetica,sans-serif;}
|
|
|
|
ul, ul li {
|
|
margin: 0 5px;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#global {
|
|
position: relative;
|
|
width:1000px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
#header {}
|
|
#header h1 {
|
|
font-size:18px;
|
|
margin:10px 5px;
|
|
}
|
|
|
|
#content {
|
|
margin:10px 5px;
|
|
border:1px solid #000000;
|
|
}
|
|
|
|
#content h1 {font-size:16px; text-decoration:underline;}
|
|
#content h2 {font-size:14px;}
|
|
#content h3 {font-size:12px;}
|
|
|
|
#footer {}
|
|
|
|
table#client { width:100%; }
|
|
table#client td {
|
|
border:1px solid #000;
|
|
padding:5px;
|
|
width:30%;
|
|
}
|
|
|
|
table#client tr:hover {
|
|
background-color: #88ccff;
|
|
}
|
|
|
|
|
|
.paragraph {
|
|
margin:5px;
|
|
padding:5px;
|
|
}
|
|
|
|
h2 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h3 {
|
|
margin-top:10px;
|
|
border:1px solid #000;
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
#tabs {
|
|
float:left;
|
|
margin: 2px;
|
|
}
|
|
|
|
#result {
|
|
float:left;
|
|
width:250px;
|
|
margin:2px;
|
|
padding:2px;
|
|
border:1px solid #000000;
|
|
}
|
|
|
|
.clearfix:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
zoom:1;
|
|
}
|
|
|
|
|