| Current Path : /home/purehotels/public_html/administrator/components/com_easyfolderlistingpro/help/css/ |
| Current File : /home/purehotels/public_html/administrator/components/com_easyfolderlistingpro/help/css/help.css |
body
{
font-family: verdana, arial, sans-serif;
font-size: 9pt;
background: #E2E3E7;
}
h1 {}
h2
{
font-size: 1.2em;
font-weight: normal;
text-align: center;
width: 100%;
color: rgb(51, 51, 51);
}
h3
{
background-color: rgb(246, 246, 246);
border: 1px solid rgb(221, 221, 221);
font-size: 1.3em;
font-weight: normal;
color: rgb(19, 92, 174);
padding: 8px 40px;
margin: 0pt 0pt 10px;
text-align: left;
}
div.footer
{
background-color: rgb(246, 246, 246);
border: 1px solid rgb(221, 221, 221);
font-size: 0.8em;
font-weight: normal;
color: rgb(153, 153, 153);
padding: 5px 20px;
margin: 20px 0pt 10px;
text-align: center;
}
pre {}
ul
{
list-style-image: url("bullet_blue_trim.png");
}
.warning ul
{
list-style-image: url("bullet_yellow_trim.png");
}
ul.values
{
list-style-image: url("bullet_orange_trim.png");
}
a:link, a:visited
{
color: rgb(19, 92, 174);
text-decoration: none;
font-weight: normal;
}
a:hover
{
color: blue;
text-decoration: underline;
font-weight: normal;
}
#main
{
margin: 1em;
padding: 1em;
background-color: #ffffff;
border: 1px solid rgb(150, 150, 150);
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-moz-box-shadow: 0px 5px 15px 0px #5B5B5B;
-webkit-box-shadow: 0px 5px 15px 0px #5B5B5B;
box-shadow: 0px 5px 15px 0px #5B5B5B;
}
#toc
{
float: left;
margin: 50px 0px 15px 15px;
}
#preview
{
float: right;
margin: 5px 50px 15px 0px;
-moz-box-shadow: 0px 0px 5px 0px #5B5B5B;
-webkit-box-shadow: 0px 0px 5px 0px #5B5B5B;
box-shadow: 0px 0px 5px 0px #5B5B5B;
}
.centerpic
{
text-align: center;
margin: 5px;
}
img.shadowpic
{
-moz-box-shadow: 0px 0px 5px 0px #5B5B5B;
-webkit-box-shadow: 0px 0px 5px 0px #5B5B5B;
box-shadow: 0px 0px 5px 0px #5B5B5B;
}
.info, .success, .warning, .error
{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info
{
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success
{
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning
{
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error
{
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}