2023-01-23 11:03:31 +01:00

260 lines
4.4 KiB
CSS

/* ----------------------------------------------------------------------
$Id: style.css,v 1.1 2007/06/13 16:41:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2014 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
POST-NUKE Content Management System
Copyright (C) 2001 by the Post-Nuke Development Team.
http://www.postnuke.com/
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* Side Settings */
body {
background-color: #fff;
color: #333333;
margin: auto;
padding: 7px;
width: auto;
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}
/* Link Settings */
A {
color: #000000;
text-decoration: none
}
A:link {
color: #CC0000;
text-decoration: none
}
A:active {
color: #CC3333;
text-decoration: none
}
A:visited {
color: #CC6666;
text-decoration: none
}
A:hover {
color: #009933;
text-decoration: underline
}
.oos-pageTitle {
color: #CC0000;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
text-decoration: none
}
.oos-bigTitle {
color: #000000;
FONT-SIZE: 18px;
FONT-WEIGHT: bold;
text-decoration: none
}
.oos-pageGreat {
color: #000000;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
text-decoration: none
}
.oos-title {
color: #009933;
FONT-WEIGHT: bold;
text-decoration: none;
font-size: 14px;
text-indent: 2px;
}
.oos-error {
color: #EA0000;
FONT-WEIGHT: bold;
text-decoration: none
}
.oos-main {
color: #666666;
text-decoration: none
}
.oos-normal {
color: #000000;
text-decoration: none
}
.oos-sub {
color: #000000;
FONT-SIZE: 9px;
text-decoration: none
}
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
font-size : 11px;
}
.infoBox {
background: #000000;
}
.infoBoxContents {
background: #f8f8f9;
font-size: 10px;
}
.block_content {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0.7em;
padding-left: 0.7em;
}
TD.smallText, SPAN.smallText, P.smallText {
font-size: 10px;
}
.small {
font-size: 10px;
color: #999999;
letter-spacing: 1px;
}
.block_head {
font-weight: bold;
color: #009900;
background-image: url(../images/bg.png);
background-repeat: repeat;
}
.block_head_background {
font-weight: bold;
color: #009900;
background-image: url(../images/tbl_head_background.png);
background-repeat: repeat;
}
.block_content_backgr_left {
background-image: url(../images/tbl_inh_backgrd_left.png);
background-repeat: repeat;
background-position: left top;
}
.block_content_backgr_right {
background-image: url(../images/tbl_inh_backgrd_right.png);
background-repeat: repeat;
background-position: right top;
}
.licensetext {
text-align: left;
}
.license {
padding: 0px;
width: 580px;
height: 260px;
}
.license-form {
float: left;
}
.form-block {
border: 1px solid #cccccc;
background: #E9ECEF;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
.ctr {
text-align: center;
}
.table.content {
width: 80%;
}
.table.content td {
color : #333333;
font-size: 12px;
width: 50%;
}
.table_head_title {
background-image: url(../images/table_head_title.png);
background-repeat: repeat;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
letter-spacing: 2px;
}
h1 {
font-size: 18px;
font-weight: bold;
color: #CC0000;
letter-spacing: 1px;
font-family: Arial, Helvetica, sans-serif;
}
.table_head_green {
background-image: url(../images/table_head_green.png);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: #FFFFFF;
}
.table_head_schadow {
background-image: url(../images/table_head_schadow.png);
background-repeat: repeat;
}
.table_head_setuptitle {
background-image: url(../images/table_head_backgrnd.png);
background-repeat: repeat;
font-size: 12px;
font-weight: bold;
color: #009933;
}
.footer {
font-size: 10px;
color: #999999;
letter-spacing: 1px;
}
.setup_backrnd_aktiv {
font-weight: bold;
color: #009933;
background-image: url(../images/step_backrnd_aktiv.png);
background-repeat: repeat;
}
.setup_backrnd_inaktiv {
font-weight: bold;
color: #CCCCCC;
background-image: url(../images/step_backrnd_inaktiv.png);
background-repeat: repeat;
}