Файл: inc/tools/iPanel_assets/css/editable/panels.css
Строк: 65
/*
---------------- Editable: YES -----------------
4Level iPanel
Copyright 2007 4LevelWebs
www.fourlevel.com
File: panels.css
Version:
1.0.0
============== PANEL STYLES ====================
You can safely
edit this css file to change the
general panel styling.
------------------------------------------------
*/
/* This is the
outermost div of the iPanel and contains the entire Panel
structure.
------------------------*/
.LvLPanel {
margin: 0;
border: 0px
solid #000;
background-color: #transparent;
}
/* Wraps (contains) all the
tabs and all the panels.
------------------------*/
.LvLpanelBox {
margin:
0;
padding: 0;
}
/* Optional Panel Header
div.
------------------------*/
.LvLHeader {
margin: 0;
padding: 3px
6px;
border-bottom: 1px solid #fff;
background-color: #ccc;
}
/* Optional
Panel Header div.
-Styles for the Header text, which is an
h2.
------------------------*/
.LvLHeader h2 {
margin: 0;
padding:
10px;
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
}
/* This div
wraps the entire panel area including all panels, but not the
tabs.
------------------------*/
.LvLPanelContent {
margin:
0;
background-color: #fff;
position: relative;
z-index: 100;
}
/* Styles
all of the <p> tags (paragraphs) inside of the
panels.
------------------------*/
/* H3 tag inside the Panels content
area.
------------------------*/
.LvLPanelContent h3 {
margin:
0;
padding: 10px;
font-size: 100%;
background-color: #FFF;
}