Subversion-Projekte lars-tiefland.content-management

Revision

Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?
    require_once  "../Online-Shop/connect2.php";
    global $webs;
?>
body 
{
        font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
<? if ( $webs["font_color_seite"] )
    {
?>color: #<?= $webs["font_color_seite"]
?>;<? }
?>
<? if ( $webs["bgcolor_seite"] )
    {
?>background-color: #<?= $webs["bgcolor_seite"]
?>;<? }
?>
<? if ( $webs["hintergrundbild"] )
    {
?>background-image: url(../images/hintergrundbild/<?= $webs["hintergrundbild"]
?>);<? }
?>
}
img {
        border-style:none;
}
.list_elem:hover {
        background-color:#e3e3e3;
}
.break {
        clear:both;
        float:none;
}
.links, .links_projekt, links_select
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt;
font-weight:bold;
vertical-align:top;
<? if ( $webs["font_color_links"] )
    {
?>color: #<?= $webs["font_color_links"]
?>;<? }
?>
<? if ( $webs["bgcolor_links"] )
    {
?>
background-color: #<?= $webs["bgcolor_links"]
?>;<? }
?>
}

.links
{
    width:21%;
}

.links_theader
{
    text-align: center;
}

.links_projekt
{
    width:150px;
}
.rechts, .rechts_select
{
font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
font-size: 10pt;
<? if ( $webs["font_color_rechts"] )
    {
?>color: #<?=$webs["font_color_rechts"]
?>;<? }
?>
<? if ( $webs["bgcolor_rechts"] )
    {
?>background-color: #<?= $webs["bgcolor_rechts"]
?>;<? }
?>
}

A.links:link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_links"]
?>}
A.links:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_links"]
?>}
A.links:active {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_links"]
?>}
A.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_links"]
?>}


A:link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_rechts"]
?>}
A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_rechts"]
?>}
A:active {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_rechts"]
?>}
A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #<? echo
    $webs["font_color_rechts"]
?>}

legend {
font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
font-size: 10pt;
<? if ( $webs["font_color_rechts"] )
    {
?>color:                                #<? echo $webs["font_color_rechts"]
?>;<? }
?>
padding: 1px;
}

fieldset {
        display: inline;
        margin-bottom: 5px;
}

h1
{
        text-align : center;
}

.success, .success_upd, .success_small
{
        color: green;
        text-align : center;
}
.success
{
        font-size:50px;
}
.success_small
{
    font-size: 25px;
}
.success_upd
{
        font-size:15px;
}

.error, .error_upd, .error_small
{
        color: red;
        text-align : center;
}

.error
{
        font-size:50px;
}

.error_small
{
    font-size: 25px;
}
.error_upd
{
        font-size:15px;
}
.pending
{
        color: red;
        font-weight : bold;
}

.rot
{
        background-color:#FF0000;
}
.gelb
{
        background-color:#FFFF00;
}
.gruen
{
        background-color:#00FF00;
}

span.artikel
{
    cursor:  pointer;
    color: blue;  
    text-decoration: underline; 
}  

fieldset#Artikelstamm
{
    position: absolute; 
    left: 700px; 
    top: 15px;
}

/* ------- Lagerwirtschaft ------- */
.lagerwirtschaft .td_text {
        width: 400px;
}

.lagerwirtschaft .td_zahl {
        width: 125px;
}

.gerade {
        background-color: #ddd;
}
 
#eingangsbuchungArtikel .links_theader_menge input {
    width: 30px;
}

#eingangsbuchungArtikel .links_theader_artikelid input {
    width: 150px;
}

#eingangsbuchungArtikel .links_theader_warenwert input {
    width: 50px;
}

#eingangsbuchungArtikel .links_theader_loeschen input {
    width: 25px;
}

.lagerwirtschaft .datum_zweistellig {
    width: 20px;
}

.lagerwirtschaft .datum_vierstellig {
    width: 35px;
}

.lagerwirtschaft .wert {
    width: 50px;
}
/* ------- /Lagerwirtschaft ------ */

/* ------- Rechnungsbuch ------- */
.rechnungsbuch img {
    border: 0;
}
/* ------- /Rechnungsbuch ------- */

.pagination,
.pagination a:link,
.pagination a:hover,
.pagination a:active,
.pagination a:visited
{
    color:#000000;
}

.checked
{
    font-style: italic;
}

div.checklist li.optgroup
{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding-left: 7px;
}
div.checklist li.optgroup:hover
{
}
ul.checklist 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.checklist
{
    border: 1px solid gray;
    border-left: 3px solid #ccc;
    line-height: 1.6em;
}
div.checklist, div.checklistHighlighted 
{
    overflow-y: auto;
    overflow-x: hidden;
}
.bezahlt_0 {
    width:15px;
    background-color:#f00;
    color:#fff;
    text-align:center;
}
.bezahlt_1 {
    width:15px;
    background-color:#0f0;
    color:#000;
    text-align:center;
}