Shell File Manager
body {
font: 14px Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
color: #333;
margin: 0px;
padding: 0px 10px 0 0;
border: 0px;
background: #00AAF0 url('/images/layout/topgrad.gif') repeat-x top left;
}
#header {
position: relative;
height: 80px;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
/* border-bottom: 1px solid grey; */
background: url('/images/layout/logo_panel.gif') no-repeat 10px 0;
}
#header #logo {
position: absolute;
top: 15px;
left: 30px;
width: 180px;
height: 60px;
background: url('/images/logo/tt2_blue_180x60.gif') no-repeat top left;
}
#header #logo:hover {
background-image: url('/images/logo/tt2_orange_180x60.gif');
}
#header .headline {
font-size: 24px;
padding: 20px 20px 8px 240px;
margin: 0;
}
#header .subhead {
font-size: 20px;
padding: 0px 20px 0px 240px;
margin: 0;
}
#header #trail {
margin: 0;
padding: 35px 20px 0px 260px;
}
#header #trail li {
display: inline;
}
#header #trail li a {
display: block;
float: left;
font-size: 14px;
text-decoration: none;
color: black;
line-height: 16px;
height: 16px;
padding-left: 14px;
padding-right: 10px;
background: url('/images/arrows/trail.gif') no-repeat 0 3px;
}
#header #trail li a:hover {
color: white;
background-image: url('/images/arrows/trail_roll.gif');
}
#body {
position: relative;
padding-left: 240px;
background: url('/images/layout/main_body.gif') repeat-y 230px 0px;
}
#content {
padding: 0px 20px 0px 40px;
background: url('/images/layout/main_body.gif') repeat-y top right;
}
#content div.head {
position: relative;
min-height: 20px;
margin: 0 -20px 0 -50px;
padding: 30px 0 0 30px;
background: url('/images/layout/main_head.gif') no-repeat top left;
}
#content div.head div.corner {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
background: url('/images/layout/main_head.gif') no-repeat top right;
}
#content div.foot {
position: relative;
clear: both;
height: 20px;
margin: 0 -20px 0 -50px;
background: url('/images/layout/main_foot.gif') no-repeat top left;
}
#content div.foot div.corner {
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 20px;
background: url('/images/layout/main_foot.gif') no-repeat bottom right;
}
#sidebar {
position: relative;
float: left;
width: 220px;
margin-left: -230px;
padding: 0;
}
#menu {
padding-top: 10px;
background: url('/images/layout/menu_body.gif') repeat-y top left;
}
#menu div.foot {
height: 20px;
background: url('/images/layout/menu_foot.gif') no-repeat bottom left;
}
/*------------------------------------------------------------------------*/
/* general styles */
/*------------------------------------------------------------------------*/
h1 {
margin: 0px 0 5px 0;
}
p {
color: #333;
}
pre {
line-height: 120%;
}
code {
color: #224;
font-weight: bold;
}
a {
text-decoration: none;
color: #00AAF0;
}
a:hover {
color: #FF7F00;
}
/*------------------------------------------------------------------------*/
/* menu */
/*------------------------------------------------------------------------*/
ul.menu {
list-style: none;
margin: 0 20px;
padding: 10px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
background-color: #eee;
}
ul.menu li {
list-style: none;
margin: -2px 0 0 0;
padding: 0;
}
ul.menu li.l1 {
margin-left: 10px;
}
ul.menu li.l2 {
margin-left: 20px;
}
ul.menu li.l3 {
margin-left: 30px;
}
ul.menu li.l4 {
margin-left: 40px;
}
ul.menu li.l5 {
margin-left: 50px;
}
ul.menu li.l6 {
margin-left: 60px;
}
ul.menu li.l7 {
margin-left: 70px;
}
ul.menu li a {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 12px;
color: #204090;
text-decoration: none;
}
ul.menu li a:hover {
color: #FF7F00;
}
ul.menu li a.warm {
color: #FF7F00;
font-weight: bold;
}
/*------------------------------------------------------------------------*/
/* POD markup */
/*------------------------------------------------------------------------*/
div.pod {
padding-left: 10px;
}
div.pod h1, div.pod h2 {
font-size: 20px;
margin-left: -10px;
padding-bottom: 10px;
}
div.pod h1.title {
margin: 0px;
padding: 0px;
margin-left: -10px;
padding-bottom: 10px;
font-size: 28px;
border: 1px solid red;
display: none;
}
div.pod h2.subtitle {
margin: 0px;
padding: 0px;
font-size: 20px;
border: 1px solid green;
display: none;
}
div.pod div.section {
padding: 10px 0 10px 0;
}
div.pod div.section h1.title {
margin-top: 12px;
margin-bottom: 2px;
padding: 0px;
font-size: 20px;
border: 1px solid blue;
}
div.pod div.section h2 {
margin-top: 4px;
margin-bottom: 2px;
padding: 0px;
font-size: 16px;
}
div.pod p {
margin: 0px 0px 10px 0px;
}
div.pod pre {
margin: 10px;
padding: 10px;
border: 1px solid #ddd;
background-color: #f6f6f6;
color: #226;
}
.sample {
display: block;
width: 100px;
height: 30px;
}
ul.index {
margin: 10px 10px 10px 0;
padding: 0px;
}
ul.index li {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}
ul.index li a {
text-decoration: none;
font-weight: bold;
padding: 0 0 0 20px;
margin: 0;
color: #00AAF0;
background: url('/images/arrows/ff16_blue/right.gif') no-repeat top left;
}
ul.index li a:hover {
color: #FF7F00;
background-image: url('/images/arrows/ff16_orange/right.gif');
}
ul.index li p {
margin: 0 0 10px 0;
padding: 0 0 0 20px;
}
ul.toc {
margin: 0 0 20px 0;
padding: 0;
}
ul.toc li {
list-style: none;
margin: 0;
}
ul.toc li a {
display: block;
font-size: 14px;
line-height: 16px;
min-height: 14px;
text-decoration: none;
margin: 0;
padding: 2px 0 2px 18px;
background: url('/images/arrows/ff16_blue/right.gif') 0px 2px no-repeat;
color: #00AAF0;
}
* html ul.toc li a {
height: 16px;
}
ul.toc li.sub {
margin: 0;
}
ul.toc li.sub a {
display: block;
margin: 0;
padding: 2px 0 2px 40px;
font-size: 12px;
line-height: 14px;
/* background: url('/images/arrows/ff16_blue/right.gif') 20px 2px no-repeat; */
background-image: none;
background-position: 20px 2px;
}
ul.toc li.subsub a {
display: block;
margin: 0;
padding: 0 0 0 60px;
font-size: 12px;
background: url('/images/arrows/ff16_blue/dot.gif') 40px 2px no-repeat;
}
ul.toc li a:hover {
background-image: url('/images/arrows/ff16_orange/right.gif');
color: #FF7F00;
}
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]